PurposeCommand or Action
end-policy
route-policy mldp_policy
if mldp opaque vpnv4 any 0.0.0.0 224.1.1.1
then
pass
endif
end-policy
!
Configuring the mLDP User Interface for LDP Opaque VPNv6 Using the Routing Policy
SUMMARY STEPS
1.
configure
2.
route-policy mldp_policy
3.
if mldp opaque vpnv6 [2:2] then pass endif
4.
if mldp opaque vpnv6 [2:2 10::1 FF05::1] then pass endif
5.
end-policy
6.
commit
7.
Use the show command to verify the configuration: show running-config route-policy mldp_policy
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure
Example:
RP/0/RP0/CPU0:router# configure
Step 1
Enters the Route-policy configuration mode, where
you can define the route policy.
route-policy mldp_policy
Example:
RP/0/RP0/CPU0:router(config)#route-policy
mldp_policy
Step 2
Configures the mLDP vpnv6 variable to the specified
variable.
if mldp opaque vpnv6 [2:2] then pass endif
Example:
RP/0/RP0/CPU0:router(config-rpl)# if mldp opaque
vpnv4 then pass endif
Step 3
Configures the mLDP vpnv6 variable to the specified
variable range of addresses.
if mldp opaque vpnv6 [2:2 10::1 FF05::1] then pass endif
Example:
RP/0/RP0/CPU0:router(config-rpl)# if mldp opaque
vpnv6 then pass endif
Step 4
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
51
Implementing Multicast Routing on Cisco IOS XR Software
Multipoint Label Distribution Protocol Route Policy Map