Implementing MPLS Traffic Engineering
SUMMARY STEPS
1. configure
2. router mld
3. vrf vrf-name
4. interface tunnel-mte tunnel-id
5. static-group group-address
6. Use the commit or end command.
7. show mrib ipv6 route source-address
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
Step 2
router mld
Example:
RP/0/RSP0/CPU0:router(config)# router mld
RP/0/RSP0/CPU0:router(config-mld)#
Step 3
vrf vrf-name
Example:
RP/0/RSP0/CPU0:router(config-mld)#vrf default
RP/0/RSP0/CPU0:router(config-mld-default)#
Step 4
interface tunnel-mte tunnel-id
Example:
RP/0/RSP0/CPU0:router(config-mld-default)#interface
tunnel-mte 1
RP/0/RSP0/CPU0:router(config-mld-default-if)#
Step 5
static-group group-address
Example:
RP/0/RSP0/CPU0:router(config-mld-default-if)#
static-group ff35::1 2000::1
Step 6
Use the commit or end command.
OL-28381-02
Cisco ASR 9000 Series Aggregation Services Router MPLS Configuration Guide, Release 4.3.x
Configuring Point-to-Multipoint TE
Purpose
Enters global configuration mode.
Enters router MLD configuration mode.
Configures a virtual private network (VRF) instance.
Configures an MPLS-TE P2MP tunnel interface.
Configures the multicast group address in the
Source-Specific Multicast (SSM) address range
(ff35::/16) for the IPv6 address prefix.
commit—Saves the configuration changes and remains
within the configuration session.
231