Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Device# configure terminal
Step 2
Specifies that the device send SA request messages
to the specified MSDP peer.
ip msdp sa-request
{
peer-address
|
peer-name
}
Example:
Device(config)# ip msdp sa-request 192.168.10.1
Step 3
--
Repeat Step 3 to specify that the device send SA request
messages to additional MSDP caching peers.
Step 4
Exits global configuration mode and returns to
privileged EXEC mode.
exit
Example:
Device(config)# exit
Step 5
Controlling the Response to Outgoing SA Request Messages from MSDP Peers
Using SA Request Filters
Perform this optional task to control the outgoing SA request messages that the device will honor from MSDP
peers.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip msdp filter-sa-request
{
peer-address
|
peer-name
} [
list access-list
]
4.
Repeat Step 3 to configure SA request filters for additional MSDP peers.
5.
exit
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
200
OL-29890-01
Configuring MSDP
Controlling the Response to Outgoing SA Request Messages from MSDP Peers Using SA Request Filters