Implementing Multicast Routing on Cisco IOS XR Software Cisco ASR 9000 Series Routers
How to Implement Multicast Routing
MCC-44
Multicast Configuration Guide
OL-
Specifying the PIM VRF Instance
If you are configuring Protocol Independent Multicast in sparse mode (PIM-SM) in the MVPN, you may
also need to configure a rendezvous point (RP). This task specifies the optional PIM VPN instance.
SUMMARY STEPS
1. configure
2. router pim vrf vrf-name address-family{ipv4 | ipv6}
3. rp-address ip-address [group-access-list-number] [override]
4. end
or
commit
Step 13
interface all enable
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
interface all enable
Enables multicast routing and forwarding on all new and
existing interfaces.
Step 14
end
or
commit
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
end
or
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
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