home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show ip msdp peer <peer-address>

Displays configuration information for one MSDP peer or all MSDP peers.

show ip msdp peer peer-address
peer-address
An IPv4 MSDP peer address.

Operational mode

The following example shows how to display configuration information for the 10.2.7.6 MSDP peer.

vyatta@R1:~$ show ip msdp peer 10.2.7.6
MSDP Peer 10.2.7.6 , AS 0 (configured AS)
Description:
    Connection status:
        State: Up, Resets: 4, Connection source: 10.2.7.5 
        Uptime(Downtime): 00:22:06, Messages sent/received: 28/89
        Output messages discarded: 0
        Local role: active
        Connection and counters cleared 04:45:26 ago
    SA Filtering:
        Input (S,G) filter: 102
        Input RP filter: p1
        Output (S,G) filter: 101
        Output RP filter: p1
Peer ttl threshold: 16
SAs learned from this peer: 0, SAs limit: 0

The following example shows the status of an MSDP peer and how to verify the status of that peer.

vyatta@R3:~$ show ip msdp peer 
MSDP Peer 10.23.0.2 (?), AS 0 (configured AS) 
Description: 
    Connection status: 
        State: Listen, Resets: 5, Connection source: 10.23.0.3 (?) 
        Uptime(Downtime): 00:36:37, Messages sent/received: 105/0 
        Output messages discarded: 0 
        Local role: passive 
        Connection and counters cleared 02:35:53 ago 
    SA Filtering: 
        Input (S,G) filter: none 
        Input RP filter: none 
        Output (S,G) filter: none 
        Output RP filter: none 
Peer ttl threshold: 16 
SAs learned from this peer: 0, SAs limit: 0 
...