Performance Management Commands
Examples
This is the sample output from the show performance-mgmt bgp command:
RP/0/0/CPU0:router# show performance-mgmt monitor bgp 10.0.0.0 all-samples
BGP Neighbor: 10.0.0.0 Sample no: 1
----------------------------------------------
InputMessages: 0 OutputMessages: 0
InputUpdateMessages: 0 OutputUpdateMessages: 0 ConnEstablished: 0 ConnDropped: 0
ErrorsReceived: 0 ErrorsSent: 0 BGP Neighbor: 10.0.0.0 Sample no: 2
---------------------------------------------- InputMessages: 0 OutputMessages: 0
InputUpdateMessages: 0 OutputUpdateMessages: 0 ConnEstablished: 0 ConnDropped: 0
ErrorsReceived: 0 ErrorsSent: 0 BGP Neighbor: 10.0.0.0 Sample no: 3
--------------------------------------------------- InputMessages: 0 OutputMessages: 0
InputUpdateMessages: 0 OutputUpdateMessages: 0 ConnEstablished: 0 ConnDropped: 0
ErrorsReceived: 0 ErrorsSent: 0
This table describes the significant fields in the display.
Table 38: show performance-mgmt bgp Field Descriptions
Field
ConnDropped
ConnEstablished
ErrorsReceived
ErrorsSent
InputMessages
InputUpdateMessages
OutputMessages
OutputUpdateMessages
OL-24735-01
Cisco IOS XR System Monitoring Command Reference for the Cisco XR 12000 Series Router, Release 4.1
show performance-mgmt bgp
Description
Number of times the connection was dropped.
Number of times the connection was established.
Number of error notifications received on the
connection.
Number of error notifications sent on the connection.
Number of messages received.
Number of update messages received.
Number of messages sent.
Number of update messages sent.
401