Implementing Multicast Routing on Cisco IOS XR Software
40. address-family {ipv4 | ipv6}
41. rpf topology route-policy policy_name
42. rp-address ip-address [group-access-list] [bidir]
43. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config)# interface
GigabitEthernet0/3/0/1.7
Step 3
service-policy inputpolicy_name
Example:
RP/0/RP0/CPU0:router(config-if)# service-policy input
pol_prec7
Step 4
vrf vrf_name
Example:
RP/0/RP0/CPU0:router(config-if)# vrf A1_MSPMSI
Step 5
{ipv4 | ipv6} address address mask
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 address 10.1.7.4
255.255.255.0
RP/0/RP0/CPU0:router(config-if)# ipv6 address
10:1::7:4/112
Step 6
dot1q vlan value
Example:
RP/0/RP0/CPU0:router(config-if)# dot1q vlan 7
Step 7
Repeat steps 6 to 37 of the Configuring MVPN BIDIR.
Step 8
mpls ldp
Example:
RP/0/RP0/CPU0:router(config-if)# mpls ldp
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
Configuring MVPN MLDP BIDIR
Purpose
Enters interface configuration mode to define the
IPv4 address for the interface.
Configures a service-policy in the input direction.
Sets VRF in which the interface operates.
Defines the IPv4 address for the interface.
Configures the 802.1Q VLAN.
Enables MPLS MLDP support.
85