[Contents] [Prev] [Next] [Index] [Report an Error]

show msdp statistics

Syntax

show msdp statistics
<instance instance-name>
<logical-system (all | logical-system-name)>
<peer peer-address>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display statistics about Multicast Source Discovery Protocol (MSDP) peers.

Options

none — Display statistics about all MSDP peers for all routing instances on all logical systems.

instance instance-name(Optional) Display statistics about a specific MSDP instance.

logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.

peer peer-address(Optional) Display statistics about a particular MSDP peer.

Required Privilege Level

view

Related Topics

clear msdp statistics

List of Sample Output

show msdp statistics

Output Fields

Table 36 describes the output fields for the show msdp statistics command. Output fields are listed in the approximate order in which they appear.

Table 36: show msdp statistics Output Fields

Field Name

Field Description

Global active source limit exceeded

Number of times all peers have exceeded configured active source limits.

Peer

Address of peer.

Last State Change

How long ago the peer state changed.

Last message received from the peer

How long ago the last message was received from the peer.

RPF Failures

Number of reverse path forwarding (RPF) failures.

Remote Closes

Number of times the remote peer closed.

Peer Timeouts

Number of peer timeouts.

SA messages sent

Number of source-active messages sent.

SA messages received

Number of source-active messages received.

SA request messages sent

Number of source-active request messages sent.

SA request messages received

Number of source-active request messages received.

SA response messages sent

Number of source-active response messages sent.

SA response messages received

Number of source-active response messages received.

Active source exceeded

Number of times this peer has exceeded configured source-active limits.

Keepalive messages sent

Number of keepalive messages sent.

Keepalive messages received

Number of keepalive messages received.

Unknown messages received

Number of unknown messages received.

Error messages received

Number of error messages received.

show msdp statistics

user@host> show msdp statistics
Global active source exceeded: 0

Peer: 10.255.245.39
Last State Change: 11:54:49 (00:24:59)
Last message received from peer: 11:53:32 (00:26:16)
RPF Failures: 0
Remote Closes: 0
Peer Timeouts: 0
SA messages sent: 376
SA messages received: 459
SA request messages sent: 0
SA request messages received: 0
SA response messages sent: 0
SA response messages received: 0
Active source exceeded: 0
Keepalive messages sent: 17
Keepalive messages received: 19
Unknown messages received: 0
Error messages received: 0

[Contents] [Prev] [Next] [Index] [Report an Error]