------------------------------------------------------------------
1 1.1.1.1/32 3/NULL 127.0.0.1 Vlanif10/InLoop0
2 2.2.2.2/32 NULL/3 172.1.1.2 -------/Vlanif10
------------------------------------------------------------------
TOTAL: 2 Normal LSP(s) Found.
TOTAL: 0 Liberal LSP(s) Found.
A '*' before an LSP means the LSP is not established
A '*' before a Label means the USCB or DSCB is stale
Step 3 Set up an MPLS TE tunnel between the PEs.
# Configure the maximum link bandwidth and maximum reservable bandwidth for the MPLS
TE tunnel.
# Configure PE1.
[PE1] mpls
[PE1-mpls] mpls te
[PE1-mpls] mpls rsvp-te
[PE1-mpls] mpls te cspf
[PE1-mpls] quit
[PE1] interface vlanif 10
[PE1-Vlanif10] mpls te
[PE1-Vlanif10] mpls rsvp-te
[PE1-Vlanif10] mpls te max-link-bandwidth 20000
[PE1-Vlanif10] mpls te max-reservable-bandwidth 15000
[PE1-Vlanif10] quit
# Configure PE2.
[PE2] mpls
[PE2-mpls] mpls te
[PE2-mpls] mpls rsvp-te
[PE2-mpls] mpls te cspf
[PE2-mpls] quit
[PE2] interface vlanif 10
[PE2-Vlanif10] mpls
[PE2-Vlanif10] mpls te
[PE2-Vlanif10] mpls rsvp-te
[PE2-Vlanif10] mpls te max-link-bandwidth 20000
[PE2-Vlanif10] mpls te max-reservable-bandwidth 15000
[PE2-Vlanif10] quit
# Enable OSPF on the devices along the TE tunnel so that the devices can transmit TE attributes.
# Configure PE1.
[PE1] ospf 1
[PE1-ospf-1] opaque-capability enable
[PE1-ospf-1] area 0
[PE1-ospf-1-area-0.0.0.0] mpls-te enable
[PE1-ospf-1-area-0.0.0.0] quit
[PE1-ospf-1] quit
# Configure PE2.
[PE2] ospf 1
[PE2-ospf-1] opaque-capability enable
[PE2-ospf-1] area 0
[PE2-ospf-1-area-0.0.0.0] mpls-te enable
[PE2-ospf-1-area-0.0.0.0] quit
[PE2-ospf-1] quit
# Configure an MPLS TE tunnel with a bandwidth of 5 Mbit/s.
# Configure PE1.
[PE1] interface tunnel 1/0/1
[PE1-Tunnel1/0/1] ip address unnumbered interface loopback1
Quidway S9300 Terabit Routing Switch
Configuration Guide - VPN 1 VPN Tunnel Management
Issue 03 (2009-08-20) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1-29