Specifications

clear bgp neighbor counters
ExtremeWare XOS 10.1 Command Reference Guide 587
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
remoteaddr Specifies the IP address of a specific BGP neighbor.
all Specifies that counters for all BGP neighbors should be reset.