The display msdp control-message counters command displays statistics about the received, sent, and discarded MSDP messages.
display msdp [ vpn-instance vpn-instance-name | all-instance ] control-message counters [ peer peer-address | message-type { source-active | sa-request | sa-response | keepalive | notification | traceroute-request | traceroute-reply | data-packets | unknown-type } ] *
| Parameter | Description | Value |
|---|---|---|
| vpn-instance vpn-instance-name | Specifies the name of a VPN instance. | The name is a string of case-sensitive characters. |
| all-instance | Indicates all instances, including the public network instance and all VPN instances. | - |
| peer peer-address | Specifies IP address of MSDP peer. | The value is in dotted decimal notation. |
| message-type | Specifies MSDP message types. | MSDP message types: Source-Active, Source-Active Request, Source-Active Response, Keepalive, Notification, Traceroute Request, Traceroute Reply, Data Packets, and Unknown Type. |
| source-active | Displays the statistics about Source-Active messages on the interface. | - |
| sa-request | Displays the statistics about Source-Active Request messages on the interface. | - |
| sa-response | Displays the statistics about Source-Active Response messages on the interface. | - |
| keepalive | Displays the statistics about KeepAlive messages on the interface. | - |
| notification | Displays the statistics about Notification messages on the interface. | - |
| traceroute-request | Displays the statistics about Traceroute Request messages on the interface. | - |
| traceroute-reply | Displays the statistics about Traceroute Reply messages on the interface. | - |
| data-packets | Displays the statistics about Data Packets messages on the interface. | - |
| unknown-type | Displays the statistics about Unknown Type messages on the interface. | - |
When using the display msdp control-message counters command:
If vpn-instance or all-instance is not specified, only statistics about the public network instance is displayed.
If peer peer-address is specified, only statistics about the MSDP messages received, sent, and discarded by a specified MSDP peer are displayed.
If message-type is specified, only statistics about the MSDP messages received, sent, and discarded of the specified type are displayed.
# Display the statistics about the MSDP messages received, sent, and discarded by the peer 3.3.3.3 in the public network instance.
<sysname> display msdp control-message counters peer 3.3.3.3
VPN-Instance: public net
MSDP message counters for peer: 3.3.3.3
Received Sent Invalid
Source-Active 0 0 0
Source-Active Request 0 0 0
Source-Active Response 0 0 0
KeepAlive 48 49 0
Notification 0 1 0
Traceroute Request 0 - -
Traceroute Reply 0 - -
Data Packets 0 0 0
Unknown Type 1 - 1
Item |
Description |
|---|---|
VPN-Instance |
VPN instance in which MSDP message statistics are collected |
MSDP message counters for peer |
IP addresses of MSDP peers |
Received |
Number of messages received |
Sent |
Number of messages sent |
Invalid |
Number of invalid messages |
Source-Active |
Number of Source-Active messages |
Source-Active Request |
Number of Source-Active Request messages |
Source-Active Response |
Number of Source-Active Response messages |
KeepAlive |
Number of Keepalive messages |
Notification |
Number of Notification messages |
Traceroute Request |
Number of Traceroute Request messages |
Traceroute Reply |
Number of Traceroute Reply messages |
Data Packets |
Number of Data Packets messages |
Unknown Type |
Number of Unknown messages |