R2511-HP MSR Router Series MPLS Configuration Guide(V5)

395
LSP ID : 1.1.1.1:1
Session ID : 10
Admin State : UP Oper State : UP
Ingress LSR ID : 1.1.1.1 Egress LSR ID: 4.4.4.4
Signaling Prot : RSVP Resv Style : SE
Class Type : CT0 Tunnel BW : 0 kbps
Reserved BW : 0 kbps
Setup Priority : 7 Hold Priority: 7
Affinity Prop/Mask : 0x0/0x0
Explicit Path Name : pri-path
Tie-Breaking Policy : None
Metric Type : None
Record Route : Enabled Record Label : Enabled
FRR Flag : Enabled BackUpBW Flag: Not Supported
BackUpBW Type : - BackUpBW : -
Route Pinning : Disabled
Retry Limit : 10 Retry Interval: 10 sec
Reopt : Disabled Reopt Freq : -
Back Up Type : None
Back Up LSPID : -
Auto BW : Disabled Auto BW Freq : -
Min BW : - Max BW : -
Current Collected BW: -
Interfaces Protected: -
VPN Bind Type : NONE
VPN Bind Value : -
Car Policy : Disabled
Tunnel Group : Primary
Primary Tunnel : -
Backup Tunnel : -
Group Status : -
5. Configure a bypass tunnel on Router B (the PLR):
# Create an explicit path for the bypass LSP.
[RouterB] explicit-path by-path
[RouterB-explicit-path-by-path] next hop 3.2.1.2
[RouterB-explicit-path-by-path] next hop 3.3.1.2
[RouterB-explicit-path-by-path] next hop 3.3.3.3
[RouterB-explicit-path-by-path] quit
# Create the bypass tunnel.
[RouterB] interface tunnel 5
[RouterB-Tunnel5] ip address 11.1.1.1 255.255.255.0
[RouterB-Tunnel5] tunnel-protocol mpls te
[RouterB-Tunnel5] destination 3.3.3.3
[RouterB-Tunnel5] mpls te tunnel-id 15
[RouterB-Tunnel5] mpls te path explicit-path by-path preference 1
# Configure the bandwidth that the bypass tunnel protects.
[RouterB-Tunnel5] mpls te backup bandwidth 10000
[RouterB-Tunnel5] mpls te commit