Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
How to Implement Multicast Routing
MCC-62
Multicast Configuration Guide
OL-
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Enters global configuration mode.
Step 2
router msdp
Example:
RP/0/0/CPU0:router(config)# router msdp
Enters MSDP configuration mode.
Step 3
peer peer-address
Example:
RP/0/0/CPU0:router(config-msdp)# peer 10.0.5.4
Configures the MSDP peer.
Step 4
password {clear | encrypted} password
Example:
RP/0/0/CPU0:router(config-msdp-peer)# password
encrypted a34bi5m
Configures the password.
Step 5
end
or
commit
Example:
RP/0/0/CPU0:router(config-msdp-peer)#
end
or
RP/0/0/CPU0:router(config-msdp-peer)# commit
Saves configuration changes.
• When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
–
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
–
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
–
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
• Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step 6
show mfib [vrf vrf-name] [ipv4 | ipv6] hardware
route {* | source-address | group-address
[/prefix-length]} location node-id
Example:
RP/0/0/CPU0:router# show mfib hardware route *
location 0/1/cpu0
Displays multicast routes configured with multicast QoS
and the associated parameters.