Cisco XR12000 Series Configuration Manual page 103

Ios xr multicast configuration guide
Hide thumbs Also See for XR12000 Series:
Table of Contents

Advertisement

Implementing Multicast Routing on Cisco IOS XR Software
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Step 2
multicast-routing
Example:
RP/0/0/CPU0:router(config)# multicast-routing
Step 3
address-family {ipv4|ipv6}
Example:
RP/0/0/CPU0:router(config-mcast)#
address-family ipv4
Step 4
interface tunnel-mte range
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
interface tunnel-mte 100
Step 5
enable | disable
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
enable
Step 6
Use the commit or end command.
OL-30405-02
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
Multicast Routing Protocol support for P2MP
Purpose
Enters global configuration mode.
Enters multicast routing configuration mode.
Enters ipv4 or ipv6 address-family submode.
Specify the range. The range is 0 to 65535.
If enable is set, MFIB forwards multicast packets over the
interface. If disable is set, MFIB stops forwarding multicast
packets over the interface.
commit—Saves the configuration changes, and remains within
the configuration session.
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the
configuration session.
• No—Exits the configuration session without committing
the configuration changes.
• Cancel—Remains in the configuration mode, without
committing the configuration changes.
93

Advertisement

Table of Contents
loading

Table of Contents