show ip msdp sa-cache

Syntax

show ip msdp sa-cache [all-vrfs | vrf <VRF-NAME> | <SRC-OR-GRP-IP>]

Description

Shows MSDP Peer SA-Cache information for the given VRF. Optionally, you can show specific information by VRF. The SA-Cache output can be filtered based on the source or group IPv4 address.

Parameters

all-vrfs

Shows MSDP SA-Cache information for all VRFs. Optional.

vrf <VRF-NAME>

Shows MSDP SA-Cache information for a particular VRF. If the <VRF-NAME> is not specified, it shows information for the default VRF. Optional.

<SRC-OR-GRP-IP>

Shows the filtered SA-cache output for the specified source or group IPv4 address. Format: A.B.C.D. Optional.

Authority

Administrators

Examples

Showing MSDP SA-Cache information for VRFs:

switch# show ip msdp sa-cache

VRF: default
(30.0.0.1, 230.1.1.1)  RP: 10.1.1.1  Peer: 10.1.1.2
(20.0.0.1, 229.1.1.1)  RP: 10.1.1.1  Peer: 10.1.1.2
(10.0.0.1, 229.1.1.1)  RP: 10.1.1.1  Peer: 10.1.1.2

Total entries: 3

switch# show ip msdp sa-cache 229.1.1.1
(20.0.0.1, 229.1.1.1)  RP: 10.1.1.1  Peer: 10.1.1.2
(10.0.0.1, 229.1.1.1)  RP: 10.1.1.1  Peer: 10.1.1.2

Total entries: 2