Implementing Multicast Routing on Cisco IOS XR Software
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router msdp
Example:
RP/0/RP0/CPU0:router(config)# router msdp
Step 3
peer peer-address
Example:
RP/0/RP0/CPU0:router(config-msdp)# peer 10.0.5.4
Step 4
password {clear | encrypted} password
Example:
RP/0/RP0/CPU0:router(config-msdp-peer)# password encrypted
a34bi5m
Step 5
commit
Step 6
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
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
Configuring VRF for MSDP
Purpose
Enters MSDP configuration mode.
Configures the MSDP peer.
Configures the password.
Displays multicast routes configured with
multicast QoS and the associated
parameters.
127