show ip msdp peer
Syntax
show ip msdp peer [all-vrfs | vrf <VRF-NAME> | <PEER-IP>]
Description
Shows MSDP Peer information for the given VRF. Optionally, you can show specific information by VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
all-vrfs
Shows MSDP peer information for all VRFs. Optional.
vrf <VRF-NAME>
Shows MSDP peer information for a particular VRF. If the <VRF-NAME> is not specified, it shows information for the default VRF. Optional.
<PEER-IP>
Shows MSDP Peer information for specified Peer IP. Format: A.B.C.D. Optional.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Showing MSDP peer information for VRFs:
switch# show ip msdp peer VRF: default MSDP Peer: 10.1.1.1 Connection status State: up Resets: 0 Connection Source: 1/1/1 Uptime(Downtime): 0m 25s SA Messages sent: 0 SA's learned from this peer: 0 SA Filtering Input (S,G) filter: msdp_sa_filter1 (S,G) entries dropped: 0 Output (S,G) filter: msdp_sa_filter2 (S,G) entries dropped: 30 Mesh group: test-mesh-group switch# show ip msdp peer 20.1.1.1 VRF: default MSDP Peer: 20.1.1.1 Connection status State: down Resets: 0 Connection Source: 1/1/2 Uptime(Downtime): 1m 25s SA Messages sent: 0 SA's learned from this peer: 0 SA Filtering Input (S,G) filter: msdp_sa_filter1 (S,G) entries dropped: 0 Output (S,G) filter: msdp_sa_filter2 (S,G) entries dropped: 20 Mesh group: test-mesh-group