108
Task Command
Display OSPF tunnel interface information.
display
ospf
[
process-id
] [
area
area-id
]
mpls
te
tunnel
Reset the automatic bandwidth adjustment
feature.
reset
mpls te auto-bandwidth-adjustment timers
Clear PCC and PCE statistics.
reset
mpls te pce statistics
[
ip-address
]
MPLS TE configuration examples
Establishing an MPLS TE tunnel over a static CRLSP
Network requirements
Router A, Router B, and Router C run IS-IS.
Establish an MPLS TE tunnel over a static CRLSP from Router A to Router C to transmit data
between the two IP networks.
The MPLS TE tunnel requires a bandwidth of 2000 kbps. The maximum bandwidth of the link that the
tunnel traverses is 10000 kbps. The maximum reservable bandwidth of the link is 5000 kbps.
Figure 33 Network diagram
Configuration procedure
1.
Configure IP addresses and masks for interfaces. (Details not shown.)
2.
Configure IS-IS to advertise interface addresses, including the loopback interface address:
# Configure Router A.
<RouterA> system-view
[RouterA] isis 1
[RouterA-isis-1] network-entity 00.0005.0000.0000.0001.00
[RouterA-isis-1] quit
[RouterA] interface gigabitethernet 1/1/1
[RouterA-GigabitEthernet1/1/1] isis enable 1
[RouterA-GigabitEthernet1/1/1] quit
[RouterA] interface loopback 0
[RouterA-LoopBack0] isis enable 1
[RouterA-LoopBack0] quit