From 0723f0410130c25d964eabaa973b13364cdbf27a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 27 Jul 2024 10:14:58 +0200 Subject: ip(v6): improve reset help for BGP neighbors --- docs/configuration/system/ipv6.rst | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'docs/configuration/system/ipv6.rst') diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index d1322df2..05bcaddb 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -180,16 +180,24 @@ Reset commands .. opcmd:: reset bgp ipv6
- Use this command to clear Border Gateway Protocol statistics or - status. + Use this command to reset :abbr:`BGP (Border Gateway Protocol)` session to + address. +.. opcmd:: reset bgp ipv6 <1-4294967295> -.. opcmd:: reset ipv6 neighbors
+ Use this command to reset :abbr:`BGP (Border Gateway Protocol)` session to + specific ASN. - Use this command to reset IPv6 Neighbor Discovery Protocol cache for - an address or interface. +.. opcmd:: reset bgp ipv6 all -.. opcmd:: reset ipv6 route cache + Use this command to reset all :abbr:`BGP (Border Gateway Protocol)` sessions. - Use this command to flush the kernel IPv6 route cache. - An address can be added to flush it only for that route. +.. opcmd:: reset bgp ipv6 external + + Use this command to reset all external :abbr:`BGP (Border Gateway Protocol)` + sessions. + +.. opcmd:: reset bgp ipv6 peer-group + + Use this command to reset all :abbr:`BGP (Border Gateway Protocol)` member + sessions of a peer-group. -- cgit v1.2.3