Contents
- MTR Support for Multicast
- Finding Feature Information
- Restrictions for MTR Support for Multicast
- Information About MTR Support for Multicast
- Overview of Multicast MTR in VRF
- How to Configure MTR Support for Multicast
- Configuring a Multicast Topology for MTR
- What to Do Next
- Configuration Examples for MTR Support for Multicast
- Examples: Route Replication Configuration
- Example: Using a Unicast RIB for Multicast RPF Configuration
- Example: Multicast Verification
- Additional References
- Feature Information for MTR Support for Multicast
MTR Support for Multicast
The MTR Support for Multicast feature provides Multitopology Routing (MTR) support for multicast and allows you to control the path of multicast traffic in the network. This module describes how to configure MTR support for multicast.
- Finding Feature Information
- Restrictions for MTR Support for Multicast
- Information About MTR Support for Multicast
- How to Configure MTR Support for Multicast
- Configuration Examples for MTR Support for Multicast
- Additional References
- Feature Information for MTR Support for Multicast
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Restrictions for MTR Support for Multicast
Only a single multicast topology can be configured, and only the topology base command can be entered when the multicast topology is created.
Information About MTR Support for Multicast
Overview of Multicast MTR in VRF
Cisco software supports legacy (pre-Multitopology Routing (MTR) IP multicast behavior by default. MTR support for IP multicast must be explicitly enabled. Legacy IP multicast uses reverse path forwarding (RPF) on routes in the unicast Routing Information Base (RIB) to build multicast distribution trees (MDTs).
MTR introduces a multicast topology that is completely independent from the unicast topology. MTR integration with multicast allows you to control the path of multicast traffic in the network.
The multicast topology maintains separate routing and forwarding tables. The following list summarizes MTR multicast support that is integrated into Cisco software:
Conventional longest match support for multicast routes.
RPF support for Protocol Independent Multicast (PIM).
Border Gateway Protocol (BGP) MDT subaddress family identifier (SAFI) support for Inter-AS VPNs (SAFI number 66).
Support for static multicast routes integrated into the ip route topology command (modifying the ip mroute command).
As in pre-MTR software, you enable multicast support by configuring the ip multicast-routing command in global configuration mode. You enable MTR support for multicast by configuring the ip multicast rpf multitopology command. After the device enters global address family configuration mode, you then enter the topology command with the base keyword; global topology configuration parameters are applied in this mode.
How to Configure MTR Support for Multicast
Configuring a Multicast Topology for MTR
1.
enable
2.
configure terminal
3.
ip multicast-routing [vrf
name]
4.
ip multicast rpf multitopology
5.
global-address-family ipv4 [multicast |
unicast]
6.
topology {base |
topology-name}
7.
route-replicate from {multicast |
unicast} [topology {base |
name}]
protocol [route-map
name |
vrf
name]
8.
use-topology unicast {base |
topology-name}
9.
shutdown
10.
end
11.
show topology [cache [topology-id] |
ha [detail |
interface |
lock |
router] [all |
ipv4 |
ipv6 |
vrf
vpn-instance]]
DETAILED STEPS
What to Do Next
The topology is not activated until classification is configured. See the “QoS-MQC Support for MTR” feature module to configure classification for a class-specific topology.
Configuration Examples for MTR Support for Multicast
Examples: Route Replication Configuration
The following example shows how to enable multicast support for Multitopology Routing (MTR) and to configure a separate multicast topology:
ip multicast-routing ip multicast rpf multitopology ! global-address-family ipv4 multicast topology base end
The following example shows how to configure the multicast topology to replicate Open Shortest Path First (OSPF) routes from the VOICE topology. The routes are filtered through the VOICE route map before they are installed in the multicast routing table.
ip multicast-routing ip multicast rpf multitopology ! access-list 1 permit 192.168.1.0 0.0.0.255 ! route-map VOICE match ip address 1 exit ! global-address-family ipv4 multicast topology base route-replicate from unicast topology VOICE ospf route-map VOICE
Example: Using a Unicast RIB for Multicast RPF Configuration
The following example shows how to configure the multicast topology to perform reverse path forwarding (RPF) calculations on routes in the VIDEO topology Routing Information Base (RIB) to build multicast distribution trees:
ip multicast-routing ip multicast rpf multitopology ! global-address-family ipv4 multicast topology base use-topology unicast VIDEO end
Example: Multicast Verification
The following example shows that the multicast topology is configured to replicate routes from the Routing Information Base (RIB) of the VOICE topology:
Device# show topology detail Topology: base Address-family: ipv4 Associated VPN VRF is default Topology state is UP Associated interfaces: Ethernet0/0, operation state: UP Ethernet0/1, operation state: DOWN Ethernet0/2, operation state: DOWN Ethernet0/3, operation state: DOWN Loopback0, operation state: UP Topology: VIDEO Address-family: ipv4 Associated VPN VRF is default Topology state is UP Topology fallback is enabled Topology maximum route limit 1000, warning limit 90% (900) Associated interfaces: Topology: VOICE Address-family: ipv4 Associated VPN VRF is default Topology state is UP Topology is enabled on all interfaces Associated interfaces: Ethernet0/0, operation state: UP Ethernet0/1, operation state: DOWN Ethernet0/2, operation state: DOWN Ethernet0/3, operation state: DOWN Loopback0, operation state: UP Topology: base Address-family: ipv4 multicast Associated VPN VRF is default Topology state is DOWN Multicast multi-topology mode is enabled. Route Replication Enabled: from unicast topology VOICE all route-map VOICE Associated interfaces:
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
Multitopology Routing (MTR) commands |
|
IP multicast commands |
|
IP multicast concepts and tasks |
IP Multicast Configuration Guide Library |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for MTR Support for Multicast
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
MTR Support for Multicast |
12.2(33)SRB 15.0(1)M 15.0(1)SY 15.1(1)SY |
This feature provides Multitopology Routing (MTR) support for multicast and allows you to control the path of multicast traffic in the network. The following commands were introduced or modified: clear ip route multicast, ip multicast rpf multitopology, show ip route multicast, use-topology. |