clear bgp neighbor counters
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1665
clear bgp neighbor counters
clear bgp neighbor [<remoteaddr> | all] counters
Description
Resets the BGP counters for one or all BGP neighbor sessions to zero.
Syntax Description
Default
N/A.
Usage Guidelines
This command resets the following counters:
●
In-total-msgs
●
Out-total-msgs
●
In-updates
●
Out-updates
●
Last-error
●
FsmTransitions
The command
clear counters
will also reset all counter for all BGP neighbors. For BGP, the
clear counters
command is equivalent to the following BGP command:
clear bgp neighbor all counters
Example
The following command resets the counters for the BGP neighbor at 10.20.30.55:
clear bgp neighbor 10.20.30.55 counters
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
remoteaddr
Specifies the IP address of a specific BGP neighbor.
all
Specifies that counters for all BGP neighbors should be reset.