Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
How to Implement Multicast Routing
MCC-61
Multicast Configuration Guide
OL-
Configuring MSDP MD5 Password Authentication
This task describes how to configure Multicast Source Discovery Protocol (MSDP) MD5 password
authentication.
SUMMARY STEPS
1. configure
2. router msdp
3. peer peer-address
4. password {clear | encrypted} password
5. end
or
commit
6. show mfib [vrf vrf-name] [ipv4 | ipv6] hardware route {* | source-address | group-address
[/prefix-length]} location node-id
Step 7
ipv4 access-list name [sequence-number] permit
source [source-wildcard]
Example:
RP/0/0/CPU0:router(config)# ipv4 access-list
100 20 permit 239.1.1.1 0.0.0.0
Defines an IPv4 access list to be used by SA filtering.
• In this example, the access list 100 permits multicast
group 239.1.1.1.
• The ipv4 access-list command is required if the
keyword list is configured for SA filtering in
Step 3.
Step 8
end
or
commit
Example:
RP/0/0/CPU0:router(config-ipv4-acl)# end
or
RP/0/0/CPU0:router(config-ipv4-acl)# 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.
Command or Action Purpose