Cisco Cisco IOS Software Release 12.0(22)S

Page de 18
      MPLS Traffic Engineering (TE)—Interarea Tunnels
Configuration Tasks
9
Cisco IOS Release 12.0(22)S
Configuring an MPLS Traffic Engineering Interarea Tunnel 
This section includes the following:
For detailed descriptions of the commands and their arguments, see the Cisco IOS IP Command 
Reference, Volume 2 of 3: Routing Protocols
 manual.
To view an example, go to 
.
Configuring an MPLS Traffic Engineering Interarea Tunnel to Use Explicit Paths 
To configure an MPLS traffic engineering tunnel, use the following commands beginning in global 
configuration mode:
Configuring Explicit Paths 
To configure explicit paths, use the following commands beginning in global configuration mode:
Command
Purpose
Step 1
Router(config)# interface 
tunnel-interface 
Configures an interface type and enters interface configuration 
mode.
Step 2
Router(config)#
 
ip unnumbered loopback0
Gives the tunnel interface an IP address. 
An MPLS traffic engineering tunnel interface should be 
unnumbered because it represents a unidirectional link.
Step 3
Router(config-if)# tunnel destination 
A.B.C.D
Specifies the destination for a tunnel. You must enter the MPLS 
traffic engineering router ID of the destination device.
Step 4
Router(config-if)# tunnel mode mpls 
traffic-eng
Sets the tunnel encapsulation mode to MPLS traffic engineering.
Step 5
Router(config-if)# tunnel mpls 
traffic-eng bandwidth
 bandwidth
Configures the bandwidth required for the MPLS traffic 
engineering tunnel. 
Step 6
Router(config-if)# tunnel mpls 
traffic-eng path-option
 number 
explicit
 {name path-name | id 
path-number} [lockdown]
Configures the tunnel to use a named IP explicit path or a path 
dynamically calculated from the traffic engineering topology 
database. The path-option must specify the ABRs the tunnel LSP 
must traverse as “loose” hops via the next-address loose command.
Command
Purpose
Step 1
Router(config)# ip explicit-path 
identifier
 number enable
Enters the subcommand mode for Internet Protocol (IP) explicit 
paths and creates or modifies the specified path.
Step 2
Router(cfg-ip-expl-path)# next-address 
loose 
A.B.C.D.
Specifies the next loose IP address in the explicit path. Each ABR 
the path must traverse should be specified in a next-address loose 
command.