DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Enters MSDP configuration mode.router msdp
Example:
RP/0/RP0/CPU0:router(config)# router msdp
Step 2
Configures the MSDP peer.
peer peer-address
Example:
RP/0/RP0/CPU0:router(config-msdp)# peer 10.0.5.4
Step 3
Configures the password.
password {clear | encrypted} password
Example:
RP/0/RP0/CPU0:router(config-msdp-peer)# password encrypted
Step 4
a34bi5m
commit
Step 5
Displays multicast routes configured with
multicast QoS and the associated
parameters.
show mfib [vrf vrf-name] [ipv4 | ipv6] hardware route {* |
source-address | group-address[/prefix-length]} location node-id
Example:
RP/0/RP0/CPU0:router# show mfib hardware route * location
Step 6
0/1/cpu0
Configuring VRF for MSDP
Use the vrf keyword in the MSDP configuration mode to enable VRF for MSDP.
SUMMARY STEPS
1.
configure
2.
router msdp
3.
vrf vrf-name
4.
peer peer-address
5.
commit
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
127
Implementing Multicast Routing on Cisco IOS XR Software
Configuring VRF for MSDP