Implementing Multicast Routing on Cisco IOS XR Software
Configuring the mLDP User Interface for LDP Opaque Static ID Using the Routing Policy
SUMMARY STEPS
1. configure
2. route-policy mldp_policy
3. if mldp opaque static-id 32-bit decimal number then pass endif
4. end-policy
5. commit
6. Use the show command to verify the configuration: show running-config route-policy mldp_policy
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
route-policy mldp_policy
Example:
RP/0/RP0/CPU0:router(config)#route-policy
mldp_policy
Step 3
if mldp opaque static-id 32-bit decimal number then pass
endif
Example:
RP/0/RP0/CPU0:router(config-rpl)# if mldp opaque
static-id then pass endif
Step 4
end-policy
Example:
RP/0/RP0/CPU0:router(config-rpl)# end-policy
Step 5
commit
Step 6
Use the show command to verify the configuration: show
running-config route-policy mldp_policy
Cisco IOS XR Multicast Configuration Guide for the Cisco CRS Router, Release 5.2.x
Multipoint Label Distribution Protocol Route Policy Map
Purpose
Enters global configuration mode.
Enters the Route-policy configuration mode, where
you can define the route policy.
Configures the mLDP static id to the specific static
id.
An example output is as shown below:
Wed Jun 18 11:41:09.333 IST
route-policy mldp_policy
if mldp opaque static-id 10 then
pass
endif
end-policy
!
47