Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

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 OS Release 7.4.

Command introduced in Junos OS Release 12.1 for the QFX Series.

Description

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

Options

none

Display statistics about all MSDP peers for all routing instances.

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 Documentation

 

List of Sample Output

show msdp statistics
show msdp statistics peer

Output Fields

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

Table 1: 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.

Global active source limit maximum

Configured number of active source messages accepted by the device.

Global active source limit threshold

Configured threshold for applying random early discard (RED) to drop some but not all MSDP active source messages.

Global active source limit log-warning

Threshold at which a warning message is logged (percentage of the number of active source messages accepted by the device).

Global active source limit log interval

Time (in seconds) between consecutive log messages.

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.

Active source Maximum

Configured number of active source messages accepted by this peer.

Active source threshold

Configured threshold on this peer for applying random early discard (RED) to drop some but not all MSDP active source messages.

Active source log-warning

Configured threshold on this peer at which a warning message is logged (percentage of the number of active source messages accepted by the device).

Active source log-interval

Time (in seconds) between consecutive log messages on this peer.

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.

Sample Output

show msdp statistics

user@host> show msdp statistics
Global active source limit exceeded: 0
Global active source limit maximum: 10
Global active source limit threshold: 8
Global active source limit log-warning: 60
Global active source limit log interval: 60

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
Active source Maximum: 10
Active source threshold: 8
Active source log-warning: 60
Active source log-interval 120
Keepalive messages sent: 17
Keepalive messages received: 19
Unknown messages received: 0
Error messages received: 0

show msdp statistics peer

user@host> show msdp statistics peer 10.255.182.140
Peer: 10.255.182.140
    Last State Change: 8:19:23 (00:01:08)
    Last message received from peer: 8:20:05 (00:00:26)
    RPF Failures: 0
    Remote Closes: 0
    Peer Timeouts: 0
    SA messages sent: 17
    SA messages received: 16
    SA request messages sent: 0
    SA request messages received: 0
    SA response messages sent: 0
    SA response messages received: 0
    Active source exceeded: 20
    Active source Maximum: 10
    Active source threshold: 8
    Active source log-warning: 60
    Active source log-interval: 120
    Keepalive messages sent: 0
    Keepalive messages received: 0
    Unknown messages received: 0
    Error messages received: 0

Published: 2013-04-03

 

Related Documentation

 

Published: 2013-04-03