Cisco XR12000 Series Configuration Manual page 72

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

Advertisement

Configuring Multicast VPN
Command or Action
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
mdt source GigE 0/1/0/0
Step 6
interface all enable
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
interface all enable
Step 7
address-family ipv6
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv4)#
address-family ipv6
Step 8
interface all enable
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv6)#
interface all enable
Step 9
vrf vrf-name
Example:
RP/0/0/CPU0:router(config-mcast-default-ipv6)#
vrf vrf_A
Step 10
vrf vrf_A [address-family {ipv4}]
Step 11
mdt default mdt-group-address
Example:
RP/0/0/CPU0:router(config-mcast-vrf_A-ipv4)#
mdt default 239.23.2.1
Step 12
mdt data mdt-group-address/prefix-length threshold
threshold acl-name
Example:
RP/0/0/CPU0:router(config-mcast-vrf_A-ipv4)#
mdt data 239.23.3.0/24 threshold 1200 acl-A
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
62
Implementing Multicast Routing on Cisco IOS XR Software
Purpose
The MDT source interface name should be the same as
Note
the one used for BGP peerings.
Enables multicast routing and forwarding on all new and existing
interfaces. You can also enable individual interfaces.
Caution
To avoid any possibility of a reverse-path forwarding
(RPF) failure, you should proactively enable any
interfaces that might possibly carry multicast traffic.
(Optional—IPv6 MVPN configuration only) Enters
address-family ipv6 configuration submode.
If you want to enable nonstop forwarding (NSF) for
Note
IPv6 VRFs, it requires global IPv6 configuration,
because NSF is available only there.
(Optional—IPv6 MVPN configuration only) Enables multicast
routing and forwarding on all new and existing interfaces. You
can also enable individual interfaces.
To avoid any possibility of a reverse-path forwarding
Caution
(RPF) failure, you should proactively enable any
interfaces that might possibly carry multicast traffic.
Configures a VPN routing and forwarding (VRF) instance and
enters VRF configuration mode.
Specifies the virtual routing and forwarding instance for the ipv4
address family.
Specifies the multicast distribution tree (MDT) default group
address.
Note
Both IPv4 and IPv6 address families of the same vrf
should have the same MDT group address.
(IPv4 MVPN configuration only) Specifies the multicast group
address range to be used for data MDT traffic.
This group range should not overlap the MDT default
Note
group.
This is an optional command. The default threshold beyond
which traffic is sent using a data MDT group is 1 kbps. However,
you may configure a higher threshold, if desired.
OL-30405-02

Advertisement

Table of Contents
loading

Table of Contents