45-8
Cisco Catalyst Blade Switch 3130 for Dell Software Configuration Guide
OL-13270-01
Chapter45 Configuring MSDP
Configuring MSDP
Requesting Source Information from an MSDP Peer
Local RPs can send SA requests and get immediate responses for a ll act ive sources fo r a given group.
By default, the switch does not send any SA request messages to its MSDP p eers whe n a new memb er
joins a group and wants to receive multicast traffic. The new member waits to receive the next periodic
SA message.
If you want a new member of a group to learn the active multicast sources in a connected PIM
sparse-mode domain that are sending to a group, configure the swit ch to sen d SA re quest me ssag es t o
the specified MSDP peer when a new member joins a group. The peer replies with the informati on in its
SA cache. If the peer does not have a cache configured, this command has n o r esu lt. C onfiguri ng this
feature reduces join latency but sacrifices memory.
Beginning in privileged EXEC mode, follow these steps to configure the switch to send SA request
messages to the MSDP peer when a new member joins a group and wants to receive multicast traffic.
This procedure is optional.
To return to the default setting, use the no ip msdp sa-request {ip-address | name} global configuration
command.
This example shows how to configure the switch to send SA request messages to the MSDP peer
at 171.69.1.1:
Switch(config)# ip msdp sa-request 171.69.1.1
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 ip msdp sa-request {ip-address | name} Configure the switch to send SA request messages to the specified
MSDP peer.
For ip-address | name, enter the IP address or name of the MSDP peer
from which the local switch requests SA messages when a new member
for a group becomes active.
Repeat the command for each MSDP peer that you want to supply with
SA messages.
Step3 end Return to privileged EXEC mode.
Step4 show running-config Verify your entries.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.