OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Configuration Guide : LDP-FRR Configuration : RTR1 - FRR Configuration
RTR1 - FRR Configuration
Now that NSM, OSPF and LDP are all configured, FRR for IGP and LDP can be enabled using below configurations.
 
#configure terminal
Enter configuration mode.
(config)#router ospf 1
Configure the routing process and specify the Process ID
The Process ID should be a unique positive integer identifying the routing process.
 
(config-router)#fast-reroute keep-all-paths
Configure OSPF LFA-FRR to calculate the available backup path
(config-router)#exit
Exit router mode.
(config)#router ldp
Enter router mode for LDP.
(config-router)#fast-reroute
Configure LDP LFA-FRR to calculate the available backup path
(config-router)#exit
Exit router mode.
(config)#commit
Commit all the configurations
Validation
 
PE1#show ip route fast-reroute
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area ,p - stale info, E - EVPN
* - candidate default
 
IP Route Table for VRF "default"
O 2.2.2.2/32 [110/11] via 10.10.10.2, xe2, 00:38:00
[FRR-NH] via 20.20.20.2, xe12
 
O 3.3.3.3/32 [110/13] via 10.10.10.2, xe2, 00:34:47
[FRR-NH] via 20.20.20.2, xe12
 
O 4.4.4.4/32 [110/13] via 10.10.10.2, xe2, 00:34:47
[FRR-NH] via 20.20.20.2, xe12
 
O 5.5.5.5/32 [110/12] via 10.10.10.2, xe2, 00:34:49
[FRR-NH] via 20.20.20.2, xe12
 
O 40.40.40.0/24 [110/11] via 10.10.10.2, xe2, 00:34:49
[FRR-NH] via 20.20.20.2, xe12
 
O 50.50.50.0/24 [110/12] via 10.10.10.2, xe2, 00:34:47
[FRR-NH] via 20.20.20.2, xe12
 
O 60.60.60.0/24 [110/12] via 10.10.10.2, xe2, 00:34:47
[FRR-NH] via 20.20.20.2, xe12
 
PE1#show ip ospf route fast-reroute
 
OSPF process 1:
Codes: C - connected, D - Discard, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
OSPF LFA attributes:
P - Primary, SP - Secondary-Path, LP - Link Protecting,
NP - Node Protecting, BID - Broadcast Link Protecting
DP - Downstream Protecting
 
O 2.2.2.2/32 [11] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [18] ,SP ,BID ,DP
O 3.3.3.3/32 [13] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [16] ,SP ,NP ,BID ,DP
O 4.4.4.4/32 [13] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [18] ,SP ,NP ,BID ,DP
O 5.5.5.5/32 [12] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [17] ,SP ,NP ,BID ,DP
O 20.20.20.0/24 [13] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [16] ,SP ,NP ,BID ,DP
O 30.30.30.0/24 [13] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [18] ,SP ,NP ,BID ,DP
O 40.40.40.0/24 [11] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [17] ,SP ,NP ,BID ,DP
O 50.50.50.0/24 [12] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [16] ,SP ,NP ,BID ,DP
O 60.60.60.0/24 [12] via 10.10.10.2, xe2, Area 0.0.0.0
Backup path:
via 20.20.20.2, xe12, Area 0.0.0.0
Attributes: Metric: [17] ,SP ,NP ,BID ,DP
 
PE1#show ldp routes
Prefix Addr Nexthop Addr Intf Backup Addr Backup Intf Owner
0.0.0.0/0 10.12.49.1 xe0 - - kernel
1.1.1.1/32 0.0.0.0 lo - - connected
2.2.2.2/32 10.10.10.2 xe2 20.20.20.2 xe12 ospf
3.3.3.3/32 10.10.10.2 xe2 20.20.20.2 xe12 ospf
4.4.4.4/32 10.10.10.2 xe2 20.20.20.2 xe12 ospf
5.5.5.5/32 10.10.10.2 xe2 20.20.20.2 xe12 ospf
10.10.10.0/24 0.0.0.0 xe2 - - connected
10.12.49.0/24 0.0.0.0 xe0 - - connected
20.20.20.0/24 0.0.0.0 xe12 - - connected
30.30.30.0/24 0.0.0.0 xe13 - - connected
40.40.40.0/24 10.10.10.2 xe2 20.20.20.2 xe12 ospf
50.50.50.0/24 10.10.10.2 xe2 20.20.20.2 xe12 ospf
60.60.60.0/24 10.10.10.2 xe2 20.20.20.2 xe12 ospf
 
PE1#show ldp fec
LSR codes : E/N - LSR is egress/non-egress for this FEC,
L - LSR received a label for this FEC,
P - Primary route, B - LFA Backup route,
R - Remote LFA Backup route,
> - LSR will use this route for the FEC
FEC Code Session Out Label ELC Nexthop Addr
1.1.1.1/32 E > non-existent none No connected
2.2.2.2/32 NL 4.4.4.4 25608 No no nexthop
NLB> 3.3.3.3 25607 No 20.20.20.2
NLP> 2.2.2.2 impl-null No 10.10.10.2
3.3.3.3/32 NL 4.4.4.4 25609 No no nexthop
NLP> 2.2.2.2 25601 No 10.10.10.2
NLB> 3.3.3.3 impl-null No 20.20.20.2
4.4.4.4/32 NLB> 3.3.3.3 25608 No 20.20.20.2
NLP> 2.2.2.2 25602 No 10.10.10.2
NL 4.4.4.4 impl-null No no nexthop
5.5.5.5/32 NL 4.4.4.4 25610 No no nexthop
NLP> 2.2.2.2 25600 No 10.10.10.2
NLB> 3.3.3.3 25600 No 20.20.20.2
10.10.10.0/24 NL 4.4.4.4 25611 No connected
NL 3.3.3.3 25610 No connected
NL 2.2.2.2 impl-null No connected
E > non-existent none No connected
10.12.49.0/24 NL 4.4.4.4 impl-null No connected
NL 3.3.3.3 impl-null No connected
NL 2.2.2.2 impl-null No connected
E > non-existent none No connected
20.20.20.0/24 NL 4.4.4.4 25612 No connected
NL 2.2.2.2 25610 No connected
NL 3.3.3.3 impl-null No connected
E > non-existent none No connected
30.30.30.0/24 NL 3.3.3.3 25611 No connected
NL 2.2.2.2 25611 No connected
NL 4.4.4.4 impl-null No connected
E > non-existent none No connected
40.40.40.0/24 NL 4.4.4.4 25613 No no nexthop
NLB> 3.3.3.3 25612 No 20.20.20.2
NLP> 2.2.2.2 impl-null No 10.10.10.2
50.50.50.0/24 NL 4.4.4.4 25614 No no nexthop
NLP> 2.2.2.2 25612 No 10.10.10.2
NLB> 3.3.3.3 impl-null No 20.20.20.2
60.60.60.0/24 NLP> 2.2.2.2 25609 No 10.10.10.2
NLB> 3.3.3.3 25609 No 20.20.20.2
NL 4.4.4.4 impl-null No no nexthop
PE1#show ldp downstream
Codes: P - Primary route, B - Backup route
Session peer 5.5.5.5:
FEC Nexthop Addr State Label Req.ID Attr Code
Codes: P - Primary route, B - Backup route
Session peer 2.2.2.2:
FEC Nexthop Addr State Label Req.ID Attr Code
50.50.50.0/24 10.10.10.2 Established 25612 0 P
30.30.30.0/24 connected Established 25611 0
20.20.20.0/24 connected Established 25610 0
4.4.4.4/32 10.10.10.2 Established 25602 0 P
3.3.3.3/32 10.10.10.2 Established 25601 0 P
60.60.60.0/24 10.10.10.2 Established 25609 0 P
5.5.5.5/32 10.10.10.2 Established 25600 0 P
40.40.40.0/24 10.10.10.2 Established impl-null 0 P
10.12.49.0/24 connected Established impl-null 0
10.10.10.0/24 connected Established impl-null 0
2.2.2.2/32 10.10.10.2 Established impl-null 0 P
Codes: P - Primary route, B - Backup route
Session peer 3.3.3.3:
FEC Nexthop Addr State Label Req.ID Attr Code
40.40.40.0/24 connected Established 25612 0
40.40.40.0/24 20.20.20.2 Established 25612 0 B
30.30.30.0/24 connected Established 25611 0
10.10.10.0/24 connected Established 25610 0
4.4.4.4/32 connected Established 25608 0
4.4.4.4/32 20.20.20.2 Established 25608 0 B
2.2.2.2/32 connected Established 25607 0
2.2.2.2/32 20.20.20.2 Established 25607 0 B
60.60.60.0/24 connected Established 25609 0
60.60.60.0/24 20.20.20.2 Established 25609 0 B
5.5.5.5/32 connected Established 25600 0
5.5.5.5/32 20.20.20.2 Established 25600 0 B
50.50.50.0/24 connected Established impl-null 0
50.50.50.0/24 20.20.20.2 Established impl-null 0 B
20.20.20.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
3.3.3.3/32 connected Established impl-null 0
3.3.3.3/32 20.20.20.2 Established impl-null 0 B
Codes: P - Primary route, B - Backup route
Session peer 4.4.4.4:
FEC Nexthop Addr State Label Req.ID Attr Code
50.50.50.0/24 connected Established 25614 0
40.40.40.0/24 connected Established 25613 0
20.20.20.0/24 connected Established 25612 0
10.10.10.0/24 connected Established 25611 0
5.5.5.5/32 connected Established 25610 0
3.3.3.3/32 connected Established 25609 0
2.2.2.2/32 connected Established 25608 0
60.60.60.0/24 connected Established impl-null 0
30.30.30.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
4.4.4.4/32 connected Established impl-null 0
 
PE1#show ldp lsp
DOWNSTREAM LSP :
FEC Nexthop Addr State Label Req.ID Attr Code
1.1.1.1/32 connected Established none 0 None
2.2.2.2/32 connected Established 25608 0
2.2.2.2/32 connected Established 25607 0
2.2.2.2/32 20.20.20.2 Established 25607 0 B
2.2.2.2/32 10.10.10.2 Established impl-null 0 P
3.3.3.3/32 connected Established 25609 0
3.3.3.3/32 10.10.10.2 Established 25601 0 P
3.3.3.3/32 connected Established impl-null 0
3.3.3.3/32 20.20.20.2 Established impl-null 0 B
4.4.4.4/32 connected Established 25608 0
4.4.4.4/32 20.20.20.2 Established 25608 0 B
4.4.4.4/32 10.10.10.2 Established 25602 0 P
4.4.4.4/32 connected Established impl-null 0
5.5.5.5/32 connected Established 25610 0
5.5.5.5/32 10.10.10.2 Established 25600 0 P
5.5.5.5/32 connected Established 25600 0
5.5.5.5/32 20.20.20.2 Established 25600 0 B
10.10.10.0/24 connected Established 25611 0
10.10.10.0/24 connected Established 25610 0
10.10.10.0/24 connected Established impl-null 0
10.10.10.0/24 connected Established none 0 None
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established none 0 None
20.20.20.0/24 connected Established 25612 0
20.20.20.0/24 connected Established 25610 0
20.20.20.0/24 connected Established impl-null 0
20.20.20.0/24 connected Established none 0 None
30.30.30.0/24 connected Established 25611 0
30.30.30.0/24 connected Established 25611 0
30.30.30.0/24 connected Established impl-null 0
30.30.30.0/24 connected Established none 0 None
40.40.40.0/24 connected Established 25613 0
40.40.40.0/24 connected Established 25612 0
40.40.40.0/24 20.20.20.2 Established 25612 0 B
40.40.40.0/24 10.10.10.2 Established impl-null 0 P
50.50.50.0/24 connected Established 25614 0
50.50.50.0/24 10.10.10.2 Established 25612 0 P
50.50.50.0/24 connected Established impl-null 0
50.50.50.0/24 20.20.20.2 Established impl-null 0 B
60.60.60.0/24 10.10.10.2 Established 25609 0 P
60.60.60.0/24 connected Established 25609 0
60.60.60.0/24 20.20.20.2 Established 25609 0 B
60.60.60.0/24 connected Established impl-null 0
 
UPSTREAM LSP :
FEC State Label Req.ID Attr
1.1.1.1/32 Established impl-null 0 None
1.1.1.1/32 Established impl-null 0 None
1.1.1.1/32 Established impl-null 0 None
2.2.2.2/32 Established 25608 0 None
2.2.2.2/32 Established 25602 0 None
2.2.2.2/32 Established 25608 0 None
3.3.3.3/32 Established 25614 0 None
3.3.3.3/32 Established 25609 0 None
3.3.3.3/32 Established 25609 0 None
4.4.4.4/32 Established 25615 0 None
4.4.4.4/32 Established 25605 0 None
4.4.4.4/32 Established 25615 0 None
4.4.4.4/32 Established 25605 0 None
5.5.5.5/32 Established 25606 0 None
5.5.5.5/32 Established 25613 0 None
5.5.5.5/32 Established 25613 0 None
10.10.10.0/24 Established impl-null 0 None
10.10.10.0/24 Established impl-null 0 None
10.10.10.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
40.40.40.0/24 Established 25610 0 None
40.40.40.0/24 Established 25603 0 None
40.40.40.0/24 Established 25610 0 None
50.50.50.0/24 Established 25616 0 None
50.50.50.0/24 Established 25611 0 None
50.50.50.0/24 Established 25611 0 None
60.60.60.0/24 Established 25607 0 None
60.60.60.0/24 Established 25612 0 None
60.60.60.0/24 Established 25612 0 None
60.60.60.0/24 Established 25607 0 None
 
PE1#show ldp fec prefix 5.5.5.5/32
LSR codes : E/N - LSR is egress/non-egress for this FEC,
L - LSR received a label for this FEC,
P - Primary route, B - LFA Backup route,
R - Remote LFA Backup route,
> - LSR will use this route for the FEC
FEC Code Session Out Label ELC Nexthop Addr
5.5.5.5/32 NL 4.4.4.4 25610 No no nexthop
NLP> 2.2.2.2 25600 No 10.10.10.2
NLB> 3.3.3.3 25600 No 20.20.20.2
 
PE1#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 2.2.2.2/32 1 1 - Yes LSP_DEFAULT 3 xe2 No 10.10.10.2
2 - No LSP_DEFAULT 25607 xe12 No 20.20.20.2
L> 3.3.3.3/32 3 9 - Yes LSP_DEFAULT 25601 xe2 No 10.10.10.2
3 - No LSP_DEFAULT 3 xe12 No 20.20.20.2
L> 4.4.4.4/32 5 10 - Yes LSP_DEFAULT 25602 xe2 No 10.10.10.2
4 - No LSP_DEFAULT 25608 xe12 No 20.20.20.2
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe2 No 10.10.10.2
5 - No LSP_DEFAULT 25600 xe12 No 20.20.20.2
L> 40.40.40.0/24 2 1 - Yes LSP_DEFAULT 3 xe2 No 10.10.10.2
6 - No LSP_DEFAULT 25612 xe12 No 20.20.20.2
L> 50.50.50.0/24 4 11 - Yes LSP_DEFAULT 25612 xe2 No 10.10.10.2
3 - No LSP_DEFAULT 3 xe12 No 20.20.20.2
L> 60.60.60.0/24 6 8 - Yes LSP_DEFAULT 25609 xe2 No 10.10.10.2
12 - No LSP_DEFAULT 25609 xe12 No 20.20.20.2
 
PE1#show mpls forwarding-table 5.5.5.5/32
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe2 No 10.10.10.2
5 - No LSP_DEFAULT 25600 xe12 No 20.20.20.2
 
PE1#show mpls ftn-table
Primary FTN entry with FEC: 2.2.2.2/32, id: 1, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: xe2, out label: 3
Nexthop addr: 10.10.10.2 cross connect ix: 1, op code: Push
 
Backup Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 2
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: LDP, Stale: NO, out intf: xe12, out label: 25607
Nexthop addr: 20.20.20.2 cross connect ix: 1, op code: Push
 
 
Primary FTN entry with FEC: 3.3.3.3/32, id: 3, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, in intf: - in label: 0 out-segment ix: 9
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 9, owner: LDP, Stale: NO, out intf: xe2, out label: 25601
Nexthop addr: 10.10.10.2 cross connect ix: 5, op code: Push
 
Backup Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 3
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 3, owner: N/A, Stale: NO, out intf: xe12, out label: 3
Nexthop addr: 20.20.20.2 cross connect ix: 3, op code: Push
 
 
Primary FTN entry with FEC: 4.4.4.4/32, id: 5, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 10
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 10, owner: LDP, Stale: NO, out intf: xe2, out label: 25602
Nexthop addr: 10.10.10.2 cross connect ix: 6, op code: Push
 
Backup Cross connect ix: 5, in intf: - in label: 0 out-segment ix: 4
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 4, owner: LDP, Stale: NO, out intf: xe12, out label: 25608
Nexthop addr: 20.20.20.2 cross connect ix: 5, op code: Push
 
 
Primary FTN entry with FEC: 5.5.5.5/32, id: 7, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:391, pkts:5, TX bytes:411, Pushed pkts:5
Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 7
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: LDP, Stale: NO, out intf: xe2, out label: 25600
Nexthop addr: 10.10.10.2 cross connect ix: 2, op code: Push
 
Backup Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 5
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 5, owner: LDP, Stale: NO, out intf: xe12, out label: 25600
Nexthop addr: 20.20.20.2 cross connect ix: 7, op code: Push
 
 
Primary FTN entry with FEC: 40.40.40.0/24, id: 2, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: xe2, out label: 3
Nexthop addr: 10.10.10.2 cross connect ix: 1, op code: Push
 
Backup Cross connect ix: 9, in intf: - in label: 0 out-segment ix: 6
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: LDP, Stale: NO, out intf: xe12, out label: 25612
Nexthop addr: 20.20.20.2 cross connect ix: 9, op code: Push
 
 
Primary FTN entry with FEC: 50.50.50.0/24, id: 4, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 11
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 11, owner: LDP, Stale: NO, out intf: xe2, out label: 25612
Nexthop addr: 10.10.10.2 cross connect ix: 7, op code: Push
 
Backup Cross connect ix: 11, in intf: - in label: 0 out-segment ix: 3
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 3, owner: N/A, Stale: NO, out intf: xe12, out label: 3
Nexthop addr: 20.20.20.2 cross connect ix: 3, op code: Push
 
 
Primary FTN entry with FEC: 60.60.60.0/24, id: 6, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 8
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 8, owner: LDP, Stale: NO, out intf: xe2, out label: 25609
Nexthop addr: 10.10.10.2 cross connect ix: 8, op code: Push
 
Backup Cross connect ix: 13, in intf: - in label: 0 out-segment ix: 12
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 12, owner: LDP, Stale: NO, out intf: xe12, out label: 25609
Nexthop addr: 20.20.20.2 cross connect ix: 13, op code: Push
 
 
PE1#show mpls ftn-table 5.5.5.5/32
Primary FTN entry with FEC: 5.5.5.5/32, id: 7, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:391, pkts:5, TX bytes:411, Pushed pkts:5
Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 7
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: LDP, Stale: NO, out intf: xe2, out label: 25600
Nexthop addr: 10.10.10.2 cross connect ix: 2, op code: Push
 
Backup Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 5
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 5, owner: LDP, Stale: NO, out intf: xe12, out label: 25600
Nexthop addr: 20.20.20.2 cross connect ix: 7, op code: Push
 
 
PE1#show mpls ilm-table
Codes: > - installed ILM, * - selected ILM, p - stale ILM, ! - using backup
K - CLI ILM, T - MPLS-TP, s - Stitched ILM
S - SNMP, L - LDP, R - RSVP, C - CRLDP
B - BGP , K - CLI , V - LDP_VC, I - IGP_SHORTCUT
O - OSPF/OSPF6 SR, i - ISIS SR, k - SR CLI
P - SR Policy, U - unknown
 
Code FEC/VRF/L2CKT ILM-ID In-Label Out-Label In-Intf Out-Intf/VRF Nexthop pri LSP-
Type
L> 2.2.2.2/32 9 25608 3 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25608 25607 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 4.4.4.4/32 6 25605 25602 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 2.2.2.2/32 3 25602 3 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 40.40.40.0/24 4 25603 3 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 5.5.5.5/32 7 25606 25600 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 60.60.60.0/24 8 25607 25609 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 60.60.60.0/24 13 25612 25609 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25612 25609 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 40.40.40.0/24 11 25610 3 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25610 25612 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 3.3.3.3/32 10 25609 25601 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25609 3 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 50.50.50.0/24 12 25611 25612 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25611 3 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 3.3.3.3/32 15 25614 25601 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
L> 5.5.5.5/32 14 25613 25600 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25613 25600 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 4.4.4.4/32 16 25615 25602 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
25615 25608 N/A xe12 20.20.20.2 No LSP_
DEFAULT
L> 50.50.50.0/24 17 25616 25612 N/A xe2 10.10.10.2 Yes LSP_
DEFAULT
 
PE1#show ip ospf neighbor
 
Total number of full neighbors: 3
OSPF process 1 VRF(default):
Neighbor ID Pri State Dead Time Address Interface Instance ID
2.2.2.2 1 Full/Backup 00:00:31 10.10.10.2 xe2 0
3.3.3.3 1 Full/Backup 00:00:29 20.20.20.2 xe12 0
4.4.4.4 1 Full/Backup 00:00:39 30.30.30.2 xe13 0
 
PE1#show ip ospf interface brief
Interface PID Area Intf ID Cost State Neighbors Status
lo 1 0.0.0.0 1 1 Loopback 0 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe2 1 0.0.0.0 4 10 DR 1 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe12 1 0.0.0.0 14 15 DR 1 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe13 1 0.0.0.0 15 20 DR 1 Up
 
PE1#show ip ospf database
 
OSPF Router with ID (1.1.1.1) (Process ID 1 VRF default)
 
Router Link States (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum Link count
1.1.1.1 1.1.1.1 473 0x8000000f 0x5af3 4
2.2.2.2 2.2.2.2 504 0x80000009 0x5f60 3
3.3.3.3 3.3.3.3 430 0x80000009 0x62d8 3
4.4.4.4 4.4.4.4 425 0x80000009 0x6551 3
5.5.5.5 5.5.5.5 505 0x80000005 0xd45c 4
 
Net Link States (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum
10.10.10.1 1.1.1.1 913 0x80000002 0x9277
20.20.20.1 1.1.1.1 1133 0x80000002 0x5b8c
30.30.30.1 1.1.1.1 1053 0x80000002 0x24a1
40.40.40.1 2.2.2.2 2263 0x80000001 0xf2a9
50.50.50.1 3.3.3.3 600 0x80000002 0x8be9
60.60.60.1 4.4.4.4 595 0x80000002 0x2629
 
Area-Local Opaque-LSA (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum Opaque ID
1.0.0.1 1.1.1.1 553 0x80000004 0x2af9 1
1.0.0.1 2.2.2.2 454 0x80000003 0x30ec 1
1.0.0.1 3.3.3.3 460 0x80000004 0x32e1 1
1.0.0.1 4.4.4.4 465 0x80000004 0x36d5 1
1.0.0.1 5.5.5.5 985 0x80000002 0x3ec7 1
1.0.0.8 4.4.4.4 705 0x80000002 0x7938 8
1.0.0.8 5.5.5.5 2257 0x80000001 0x7b32 8
1.0.0.10 1.1.1.1 693 0x80000003 0xd806 10
1.0.0.10 2.2.2.2 694 0x80000003 0x8161 10
1.0.0.12 3.3.3.3 470 0x80000003 0xc725 12
1.0.0.12 5.5.5.5 505 0x80000003 0xa93a 12
1.0.0.22 2.2.2.2 424 0x80000003 0xdb47 22
1.0.0.22 5.5.5.5 445 0x80000003 0x9f76 22
1.0.0.30 1.1.1.1 563 0x80000003 0x7415 30
1.0.0.30 3.3.3.3 570 0x80000003 0x404e 30
1.0.0.32 1.1.1.1 473 0x80000003 0xc481 32
1.0.0.32 4.4.4.4 525 0x80000003 0xb398 32
PE1#
PE1#show ip route summary
 
-----------------------------------------------
IP routing table name is Default-IP-Routing-Table(0)
-----------------------------------------------
IP routing table maximum-paths : 8
Total number of IPv4 routes : 14
Total number of IPv4 paths : 14
Pending routes (due to route max reached): 0
Route Source Networks
kernel 1
connected 6
ospf 7
Total 14
FIB 14
 
ECMP statistics (active in ASIC):
Total number of IPv4 ECMP routes : 0
Total number of IPv4 ECMP paths : 0
 
LFA Non ECMP statistics
--------------
Total number of Routes : 7
Total number of Primary Paths : 7
Total number of Backup Paths : 7
PE1#
PE1#show ldp session
Peer IP Address IF Name My Role State KeepAlive UpTime
5.5.5.5 xe12 Passive OPERATIONAL 30 00:38:05
2.2.2.2 xe2 Passive OPERATIONAL 30 00:41:33
3.3.3.3 xe12 Passive OPERATIONAL 30 00:39:27
4.4.4.4 xe13 Passive OPERATIONAL 30 00:38:42
PE1#
PE1#show ip route
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2,
ia - IS-IS inter area, E - EVPN,
v - vrf leaked
* - candidate default
 
IP Route Table for VRF "default"
Gateway of last resort is 10.12.49.1 to network 0.0.0.0
 
K* 0.0.0.0/0 [0/0] via 10.12.49.1, xe0
C 1.1.1.1/32 is directly connected, lo, 00:47:32
O 2.2.2.2/32 [110/11] via 10.10.10.2, xe2, 00:41:44
O 3.3.3.3/32 [110/13] via 10.10.10.2, xe2, 00:38:31
O 4.4.4.4/32 [110/13] via 10.10.10.2, xe2, 00:38:31
O 5.5.5.5/32 [110/12] via 10.10.10.2, xe2, 00:38:33
C 10.10.10.0/24 is directly connected, xe2, 00:45:41
C 10.12.49.0/24 is directly connected, xe0, 16:57:41
C 20.20.20.0/24 is directly connected, xe12, 00:45:41
C 30.30.30.0/24 is directly connected, xe13, 00:45:41
O 40.40.40.0/24 [110/11] via 10.10.10.2, xe2, 00:38:33
O 50.50.50.0/24 [110/12] via 10.10.10.2, xe2, 00:38:31
O 60.60.60.0/24 [110/12] via 10.10.10.2, xe2, 00:38:31
C 127.0.0.0/8 is directly connected, lo, 17:11:17
 
 
To prohibit an interface from being used as a repair path, disable fast reroute calculation on the interface:
 
#configure terminal
Enter configuration mode.
(config)#interface xe2
Enter interface mode.
(config-if)#ip ospf fast-reroute per-prefix candidate disable
Disable fast reroute calculation on the interface.
(config-if)#exit
Exit interface mode
(config)#commit
Commit all the configurations
Verify that the xe2 interface is not used for backup path calculation.
 
PE1#show ip route fast-reroute
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area ,p - stale info, E - EVPN
* - candidate default
 
IP Route Table for VRF "default"
O 2.2.2.2/32 [110/11] via 10.10.10.2, xe1, 00:47:05
[FRR-NH] via 30.30.30.2, xe3
 
O 3.3.3.3/32 [110/13] via 10.10.10.2, xe1, 00:43:52
[FRR-NH] via 30.30.30.2, xe3
 
O 4.4.4.4/32 [110/13] via 10.10.10.2, xe1, 00:43:52
[FRR-NH] via 30.30.30.2, xe3
 
O 5.5.5.5/32 [110/12] via 10.10.10.2, xe1, 00:43:54
[FRR-NH] via 30.30.30.2, xe3
 
O 40.40.40.0/24 [110/11] via 10.10.10.2, xe1, 00:43:54
[FRR-NH] via 30.30.30.2, xe3
 
O 50.50.50.0/24 [110/12] via 10.10.10.2, xe1, 00:43:52
[FRR-NH] via 30.30.30.2, xe3
 
O 60.60.60.0/24 [110/12] via 10.10.10.2, xe1, 00:43:52
[FRR-NH] via 30.30.30.2, xe3
 
PE1#show ip ospf route fast-reroute
 
OSPF process 1:
Codes: C - connected, D - Discard, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
OSPF LFA attributes:
P - Primary, SP - Secondary-Path, LP - Link Protecting,
NP - Node Protecting, BID - Broadcast Link Protecting
DP - Downstream Protecting
 
O 2.2.2.2/32 [11] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [23] ,SP ,BID ,DP
O 3.3.3.3/32 [13] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [23] ,SP ,NP ,BID ,DP
O 4.4.4.4/32 [13] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [21] ,SP ,NP ,BID ,DP
O 5.5.5.5/32 [12] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [22] ,SP ,NP ,BID ,DP
O 20.20.20.0/24 [13] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [23] ,SP ,NP ,BID ,DP
O 30.30.30.0/24 [13] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [21] ,SP ,NP ,BID ,DP
O 40.40.40.0/24 [11] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [22] ,SP ,NP ,BID ,DP
O 50.50.50.0/24 [12] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [22] ,SP ,NP ,BID ,DP
O 60.60.60.0/24 [12] via 10.10.10.2, xe1, Area 0.0.0.0
Backup path:
via 30.30.30.2, xe3, Area 0.0.0.0
Attributes: Metric: [21] ,SP ,NP ,BID ,DP
 
PE1#show ldp routes
Prefix Addr Nexthop Addr Intf Backup Addr Backup Intf Owner
0.0.0.0/0 10.12.49.1 xe0 - - kernel
1.1.1.1/32 0.0.0.0 lo - - connected
2.2.2.2/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
3.3.3.3/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
4.4.4.4/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
5.5.5.5/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
10.10.10.0/24 0.0.0.0 xe1 - - connected
10.12.49.0/24 0.0.0.0 xe0 - - connected
20.20.20.0/24 0.0.0.0 xe2 - - connected
30.30.30.0/24 0.0.0.0 xe3 - - connected
40.40.40.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
50.50.50.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
60.60.60.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
 
PE1#show ldp fec
LSR codes : E/N - LSR is egress/non-egress for this FEC,
L - LSR received a label for this FEC,
P - Primary route, B - LFA Backup route,
R - Remote LFA Backup route,
> - LSR will use this route for the FEC
FEC Code Session Out Label ELC Nexthop Addr
1.1.1.1/32 E > non-existent none No connected
2.2.2.2/32 NLB> 4.4.4.4 25608 No 30.30.30.2
NL 3.3.3.3 25607 No no nexthop
NLP> 2.2.2.2 impl-null No 10.10.10.2
3.3.3.3/32 NLB> 4.4.4.4 25609 No 30.30.30.2
NLP> 2.2.2.2 25601 No 10.10.10.2
NL 3.3.3.3 impl-null No no nexthop
4.4.4.4/32 NL 3.3.3.3 25608 No no nexthop
NLP> 2.2.2.2 25602 No 10.10.10.2
NLB> 4.4.4.4 impl-null No 30.30.30.2
5.5.5.5/32 NLB> 4.4.4.4 25610 No 30.30.30.2
NLP> 2.2.2.2 25600 No 10.10.10.2
NL 3.3.3.3 25600 No no nexthop
10.10.10.0/24 NL 4.4.4.4 25611 No connected
NL 3.3.3.3 25610 No connected
NL 2.2.2.2 impl-null No connected
E > non-existent none No connected
10.12.49.0/24 NL 4.4.4.4 impl-null No connected
NL 3.3.3.3 impl-null No connected
NL 2.2.2.2 impl-null No connected
E > non-existent none No connected
20.20.20.0/24 NL 4.4.4.4 25612 No connected
NL 2.2.2.2 25610 No connected
NL 3.3.3.3 impl-null No connected
E > non-existent none No connected
30.30.30.0/24 NL 3.3.3.3 25611 No connected
NL 2.2.2.2 25611 No connected
NL 4.4.4.4 impl-null No connected
E > non-existent none No connected
40.40.40.0/24 NLB> 4.4.4.4 25613 No 30.30.30.2
NL 3.3.3.3 25612 No no nexthop
NLP> 2.2.2.2 impl-null No 10.10.10.2
50.50.50.0/24 NLB> 4.4.4.4 25614 No 30.30.30.2
NLP> 2.2.2.2 25612 No 10.10.10.2
NL 3.3.3.3 impl-null No no nexthop
60.60.60.0/24 NLP> 2.2.2.2 25609 No 10.10.10.2
NL 3.3.3.3 25609 No no nexthop
NLB> 4.4.4.4 impl-null No 30.30.30.2
 
PE1#show ldp downstream
Codes: P - Primary route, B - Backup route
Session peer 5.5.5.5:
FEC Nexthop Addr State Label Req.ID Attr Code
Codes: P - Primary route, B - Backup route
Session peer 2.2.2.2:
FEC Nexthop Addr State Label Req.ID Attr Code
50.50.50.0/24 10.10.10.2 Established 25612 0 P
30.30.30.0/24 connected Established 25611 0
20.20.20.0/24 connected Established 25610 0
4.4.4.4/32 10.10.10.2 Established 25602 0 P
3.3.3.3/32 10.10.10.2 Established 25601 0 P
60.60.60.0/24 10.10.10.2 Established 25609 0 P
5.5.5.5/32 10.10.10.2 Established 25600 0 P
40.40.40.0/24 10.10.10.2 Established impl-null 0 P
10.12.49.0/24 connected Established impl-null 0
10.10.10.0/24 connected Established impl-null 0
2.2.2.2/32 10.10.10.2 Established impl-null 0 P
Codes: P - Primary route, B - Backup route
Session peer 3.3.3.3:
FEC Nexthop Addr State Label Req.ID Attr Code
40.40.40.0/24 connected Established 25612 0
30.30.30.0/24 connected Established 25611 0
10.10.10.0/24 connected Established 25610 0
4.4.4.4/32 connected Established 25608 0
2.2.2.2/32 connected Established 25607 0
60.60.60.0/24 connected Established 25609 0
5.5.5.5/32 connected Established 25600 0
50.50.50.0/24 connected Established impl-null 0
20.20.20.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
3.3.3.3/32 connected Established impl-null 0
Codes: P - Primary route, B - Backup route
Session peer 4.4.4.4:
FEC Nexthop Addr State Label Req.ID Attr Code
50.50.50.0/24 connected Established 25614 0
50.50.50.0/24 30.30.30.2 Established 25614 0 B
40.40.40.0/24 connected Established 25613 0
40.40.40.0/24 30.30.30.2 Established 25613 0 B
20.20.20.0/24 connected Established 25612 0
10.10.10.0/24 connected Established 25611 0
5.5.5.5/32 connected Established 25610 0
5.5.5.5/32 30.30.30.2 Established 25610 0 B
3.3.3.3/32 connected Established 25609 0
3.3.3.3/32 30.30.30.2 Established 25609 0 B
2.2.2.2/32 connected Established 25608 0
2.2.2.2/32 30.30.30.2 Established 25608 0 B
60.60.60.0/24 connected Established impl-null 0
60.60.60.0/24 30.30.30.2 Established impl-null 0 B
30.30.30.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
4.4.4.4/32 connected Established impl-null 0
4.4.4.4/32 30.30.30.2 Established impl-null 0 B
 
PE1#show ldp lsp
DOWNSTREAM LSP :
FEC Nexthop Addr State Label Req.ID Attr Code
1.1.1.1/32 connected Established none 0 None
2.2.2.2/32 connected Established 25608 0
2.2.2.2/32 30.30.30.2 Established 25608 0 B
2.2.2.2/32 connected Established 25607 0
2.2.2.2/32 10.10.10.2 Established impl-null 0 P
3.3.3.3/32 connected Established 25609 0
3.3.3.3/32 30.30.30.2 Established 25609 0 B
3.3.3.3/32 10.10.10.2 Established 25601 0 P
3.3.3.3/32 connected Established impl-null 0
4.4.4.4/32 connected Established 25608 0
4.4.4.4/32 10.10.10.2 Established 25602 0 P
4.4.4.4/32 connected Established impl-null 0
4.4.4.4/32 30.30.30.2 Established impl-null 0 B
5.5.5.5/32 connected Established 25610 0
5.5.5.5/32 30.30.30.2 Established 25610 0 B
5.5.5.5/32 10.10.10.2 Established 25600 0 P
5.5.5.5/32 connected Established 25600 0
10.10.10.0/24 connected Established 25611 0
10.10.10.0/24 connected Established 25610 0
10.10.10.0/24 connected Established impl-null 0
10.10.10.0/24 connected Established none 0 None
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established impl-null 0
10.12.49.0/24 connected Established none 0 None
20.20.20.0/24 connected Established 25612 0
20.20.20.0/24 connected Established 25610 0
20.20.20.0/24 connected Established impl-null 0
20.20.20.0/24 connected Established none 0 None
30.30.30.0/24 connected Established 25611 0
30.30.30.0/24 connected Established 25611 0
30.30.30.0/24 connected Established impl-null 0
30.30.30.0/24 connected Established none 0 None
40.40.40.0/24 connected Established 25613 0
40.40.40.0/24 30.30.30.2 Established 25613 0 B
40.40.40.0/24 connected Established 25612 0
40.40.40.0/24 10.10.10.2 Established impl-null 0 P
50.50.50.0/24 connected Established 25614 0
50.50.50.0/24 30.30.30.2 Established 25614 0 B
50.50.50.0/24 10.10.10.2 Established 25612 0 P
50.50.50.0/24 connected Established impl-null 0
60.60.60.0/24 10.10.10.2 Established 25609 0 P
60.60.60.0/24 connected Established 25609 0
60.60.60.0/24 connected Established impl-null 0
60.60.60.0/24 30.30.30.2 Established impl-null 0 B
 
UPSTREAM LSP :
FEC State Label Req.ID Attr
1.1.1.1/32 Established impl-null 0 None
1.1.1.1/32 Established impl-null 0 None
1.1.1.1/32 Established impl-null 0 None
2.2.2.2/32 Established 25602 0 None
2.2.2.2/32 Established 25608 0 None
2.2.2.2/32 Established 25602 0 None
2.2.2.2/32 Established 25608 0 None
3.3.3.3/32 Established 25614 0 None
3.3.3.3/32 Established 25614 0 None
3.3.3.3/32 Established 25609 0 None
3.3.3.3/32 Established 25609 0 None
4.4.4.4/32 Established 25615 0 None
4.4.4.4/32 Established 25605 0 None
4.4.4.4/32 Established 25615 0 None
4.4.4.4/32 Established 25605 0 None
5.5.5.5/32 Established 25606 0 None
5.5.5.5/32 Established 25606 0 None
5.5.5.5/32 Established 25613 0 None
5.5.5.5/32 Established 25613 0 None
10.10.10.0/24 Established impl-null 0 None
10.10.10.0/24 Established impl-null 0 None
10.10.10.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
10.12.49.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
20.20.20.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
30.30.30.0/24 Established impl-null 0 None
40.40.40.0/24 Established 25603 0 None
40.40.40.0/24 Established 25610 0 None
40.40.40.0/24 Established 25603 0 None
40.40.40.0/24 Established 25610 0 None
50.50.50.0/24 Established 25616 0 None
50.50.50.0/24 Established 25616 0 None
50.50.50.0/24 Established 25611 0 None
50.50.50.0/24 Established 25611 0 None
60.60.60.0/24 Established 25607 0 None
60.60.60.0/24 Established 25612 0 None
60.60.60.0/24 Established 25612 0 None
60.60.60.0/24 Established 25607 0 None
 
PE1#show ldp fec prefix 5.5.5.5/32
LSR codes : E/N - LSR is egress/non-egress for this FEC,
L - LSR received a label for this FEC,
P - Primary route, B - LFA Backup route,
R - Remote LFA Backup route,
> - LSR will use this route for the FEC
FEC Code Session Out Label ELC Nexthop Addr
5.5.5.5/32 NLB> 4.4.4.4 25610 No 30.30.30.2
NLP> 2.2.2.2 25600 No 10.10.10.2
NL 3.3.3.3 25600 No no nexthop
 
PE1#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 2.2.2.2/32 1 1 - Yes LSP_DEFAULT 3 xe1 No 10.10.10.2
13 - No LSP_DEFAULT 25608 xe3 No 30.30.30.2
L> 3.3.3.3/32 3 9 - Yes LSP_DEFAULT 25601 xe1 No 10.10.10.2
14 - No LSP_DEFAULT 25609 xe3 No 30.30.30.2
L> 4.4.4.4/32 5 10 - Yes LSP_DEFAULT 25602 xe1 No 10.10.10.2
15 - No LSP_DEFAULT 3 xe3 No 30.30.30.2
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe1 No 10.10.10.2
16 - No LSP_DEFAULT 25610 xe3 No 30.30.30.2
L> 40.40.40.0/24 2 1 - Yes LSP_DEFAULT 3 xe1 No 10.10.10.2
17 - No LSP_DEFAULT 25613 xe3 No 30.30.30.2
L> 50.50.50.0/24 4 11 - Yes LSP_DEFAULT 25612 xe1 No 10.10.10.2
18 - No LSP_DEFAULT 25614 xe3 No 30.30.30.2
L> 60.60.60.0/24 6 8 - Yes LSP_DEFAULT 25609 xe1 No 10.10.10.2
15 - No LSP_DEFAULT 3 xe3 No 30.30.30.2
 
 
PE1#show mpls forwarding-table 5.5.5.5/32
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe1 No 10.10.10.2
16 - No LSP_DEFAULT 25610 xe3 No 30.30.30.2
 
 
PE1#show mpls ftn-table
Primary FTN entry with FEC: 2.2.2.2/32, id: 1, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: xe1, out label: 3
Nexthop addr: 10.10.10.2 cross connect ix: 1, op code: Push
 
Backup Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 13
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 13, owner: LDP, Stale: NO, out intf: xe3, out label: 25608
Nexthop addr: 30.30.30.2 cross connect ix: 1, op code: Push
 
 
Primary FTN entry with FEC: 3.3.3.3/32, id: 3, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, in intf: - in label: 0 out-segment ix: 9
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 9, owner: LDP, Stale: NO, out intf: xe1, out label: 25601
Nexthop addr: 10.10.10.2 cross connect ix: 5, op code: Push
 
Backup Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 14
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 14, owner: LDP, Stale: NO, out intf: xe3, out label: 25609
Nexthop addr: 30.30.30.2 cross connect ix: 2, op code: Push
 
 
Primary FTN entry with FEC: 4.4.4.4/32, id: 5, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 10
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 10, owner: LDP, Stale: NO, out intf: xe1, out label: 25602
Nexthop addr: 10.10.10.2 cross connect ix: 6, op code: Push
 
Backup Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 15
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 15, owner: N/A, Stale: NO, out intf: xe3, out label: 3
Nexthop addr: 30.30.30.2 cross connect ix: 4, op code: Push
 
 
Primary FTN entry with FEC: 5.5.5.5/32, id: 7, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 7
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: LDP, Stale: NO, out intf: xe1, out label: 25600
Nexthop addr: 10.10.10.2 cross connect ix: 2, op code: Push
 
Backup Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 16
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 16, owner: LDP, Stale: NO, out intf: xe3, out label: 25610
Nexthop addr: 30.30.30.2 cross connect ix: 6, op code: Push
 
 
Primary FTN entry with FEC: 40.40.40.0/24, id: 2, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: xe1, out label: 3
Nexthop addr: 10.10.10.2 cross connect ix: 1, op code: Push
 
Backup Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 17
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 17, owner: LDP, Stale: NO, out intf: xe3, out label: 25613
Nexthop addr: 30.30.30.2 cross connect ix: 8, op code: Push
 
 
Primary FTN entry with FEC: 50.50.50.0/24, id: 4, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 11
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 11, owner: LDP, Stale: NO, out intf: xe1, out label: 25612
Nexthop addr: 10.10.10.2 cross connect ix: 7, op code: Push
 
Backup Cross connect ix: 10, in intf: - in label: 0 out-segment ix: 18
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 18, owner: LDP, Stale: NO, out intf: xe3, out label: 25614
Nexthop addr: 30.30.30.2 cross connect ix: 10, op code: Push
 
 
Primary FTN entry with FEC: 60.60.60.0/24, id: 6, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 8
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 8, owner: LDP, Stale: NO, out intf: xe1, out label: 25609
Nexthop addr: 10.10.10.2 cross connect ix: 8, op code: Push
 
Backup Cross connect ix: 12, in intf: - in label: 0 out-segment ix: 15
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 15, owner: N/A, Stale: NO, out intf: xe3, out label: 3
Nexthop addr: 30.30.30.2 cross connect ix: 4, op code: Push
 
 
 
PE1#show mpls ftn-table 5.5.5.5/32
Primary FTN entry with FEC: 5.5.5.5/32, id: 7, row status: Active, Tunnel-Policy: N/A
Owner: LDP, distance: 0, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, , Color: 0
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 7
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: LDP, Stale: NO, out intf: xe1, out label: 25600
Nexthop addr: 10.10.10.2 cross connect ix: 2, op code: Push
 
Backup Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 16
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 16, owner: LDP, Stale: NO, out intf: xe3, out label: 25610
Nexthop addr: 30.30.30.2 cross connect ix: 6, op code: Push
 
 
PE1#show mpls ilm-table
Codes: > - installed ILM, * - selected ILM, p - stale ILM, ! - using backup
K - CLI ILM, T - MPLS-TP, s - Stitched ILM
S - SNMP, L - LDP, R - RSVP, C - CRLDP
B - BGP , K - CLI , V - LDP_VC, I - IGP_SHORTCUT
O - OSPF/OSPF6 SR, i - ISIS SR, k - SR CLI
P - SR Policy, U - unknown
 
Code FEC/VRF/L2CKT ILM-ID In-Label Out-Label In-Intf Out-Intf/VRF Nexthop pri LSP-
Type
L> 2.2.2.2/32 9 25608 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 4.4.4.4/32 6 25605 25602 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25605 3 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 2.2.2.2/32 3 25602 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25602 25608 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 40.40.40.0/24 4 25603 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25603 25613 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 5.5.5.5/32 7 25606 25600 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25606 25610 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 60.60.60.0/24 8 25607 25609 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25607 3 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 60.60.60.0/24 13 25612 25609 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 40.40.40.0/24 11 25610 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 3.3.3.3/32 10 25609 25601 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 50.50.50.0/24 12 25611 25612 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 3.3.3.3/32 15 25614 25601 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25614 25609 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 5.5.5.5/32 14 25613 25600 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 4.4.4.4/32 16 25615 25602 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 50.50.50.0/24 17 25616 25612 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25616 25614 N/A xe3 30.30.30.2 No LSP_
DEFAULT
 
PE1#show ip ospf neighbor
 
Total number of full neighbors: 3
OSPF process 1 VRF(default):
Neighbor ID Pri State Dead Time Address Interface Instance ID
2.2.2.2 1 Full/Backup 00:00:34 10.10.10.2 xe1 0
3.3.3.3 1 Full/Backup 00:00:31 20.20.20.2 xe2 0
4.4.4.4 1 Full/Backup 00:00:32 30.30.30.2 xe3 0
 
PE1#show ip ospf interface brief
Interface PID Area Intf ID Cost State Neighbors Status
lo 1 0.0.0.0 1 1 Loopback 0 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe1 1 0.0.0.0 4 10 DR 1 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe2 1 0.0.0.0 14 15 DR 1 Up
 
Interface PID Area Intf ID Cost State Neighbors Status
xe3 1 0.0.0.0 15 20 DR 1 Up
 
 
PE1#show ip ospf database
 
OSPF Router with ID (1.1.1.1) (Process ID 1 VRF default)
 
Router Link States (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum Link count
1.1.1.1 1.1.1.1 961 0x8000000f 0x5af3 4
2.2.2.2 2.2.2.2 992 0x80000009 0x5f60 3
3.3.3.3 3.3.3.3 918 0x80000009 0x62d8 3
4.4.4.4 4.4.4.4 913 0x80000009 0x6551 3
5.5.5.5 5.5.5.5 994 0x80000005 0xd45c 4
 
Net Link States (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum
10.10.10.1 1.1.1.1 1401 0x80000002 0x9277
20.20.20.1 1.1.1.1 1621 0x80000002 0x5b8c
30.30.30.1 1.1.1.1 1541 0x80000002 0x24a1
40.40.40.1 2.2.2.2 422 0x80000002 0xf0aa
50.50.50.1 3.3.3.3 1088 0x80000002 0x8be9
60.60.60.1 4.4.4.4 1083 0x80000002 0x2629
 
Area-Local Opaque-LSA (Area 0.0.0.0)
 
Link ID ADV Router Age Seq# CkSum Opaque ID
1.0.0.1 1.1.1.1 1041 0x80000004 0x2af9 1
1.0.0.1 2.2.2.2 942 0x80000003 0x30ec 1
1.0.0.1 3.3.3.3 948 0x80000004 0x32e1 1
1.0.0.1 4.4.4.4 953 0x80000004 0x36d5 1
1.0.0.1 5.5.5.5 1474 0x80000002 0x3ec7 1
1.0.0.8 4.4.4.4 1193 0x80000002 0x7938 8
1.0.0.8 5.5.5.5 464 0x80000002 0x7933 8
1.0.0.10 1.1.1.1 1181 0x80000003 0xd806 10
1.0.0.10 2.2.2.2 1182 0x80000003 0x8161 10
1.0.0.12 3.3.3.3 958 0x80000003 0xc725 12
1.0.0.12 5.5.5.5 994 0x80000003 0xa93a 12
1.0.0.22 2.2.2.2 912 0x80000003 0xdb47 22
1.0.0.22 5.5.5.5 934 0x80000003 0x9f76 22
1.0.0.30 1.1.1.1 1051 0x80000003 0x7415 30
1.0.0.30 3.3.3.3 1058 0x80000003 0x404e 30
1.0.0.32 1.1.1.1 961 0x80000003 0xc481 32
1.0.0.32 4.4.4.4 1013 0x80000003 0xb398 32
 
PE1#show ip route summary
 
-----------------------------------------------
IP routing table name is Default-IP-Routing-Table(0)
-----------------------------------------------
IP routing table maximum-paths : 8
Total number of IPv4 routes : 14
Total number of IPv4 paths : 14
Pending routes (due to route max reached): 0
Route Source Networks
kernel 1
connected 6
ospf 7
Total 14
FIB 14
 
ECMP statistics (active in ASIC):
Total number of IPv4 ECMP routes : 0
Total number of IPv4 ECMP paths : 0
 
LFA Non ECMP statistics
--------------
Total number of Routes : 7
Total number of Primary Paths : 7
Total number of Backup Paths : 7
 
PE1#show ip interface brief
 
'*' - address is assigned by dhcp client
 
Interface IP-Address Admin-Status Link-Status
xe0 *10.12.49.172 up up
xe1 unassigned up up
xe1 10.10.10.1 up up
xe3 unassigned up up
xe4 unassigned up up
xe5 unassigned up up
xe6 unassigned up up
xe7 unassigned up up
xe8 unassigned up up
xe9 unassigned up up
xe10 unassigned up up
xe11 unassigned up up
xe2 20.20.20.1 up up
xe3 30.30.30.1 up up
lo 127.0.0.1 up up
 
PE1#show ldp session
Peer IP Address IF Name My Role State KeepAlive UpTime
5.5.5.5 xe2 Passive OPERATIONAL 30 00:45:56
2.2.2.2 xe1 Passive OPERATIONAL 30 00:49:24
3.3.3.3 xe2 Passive OPERATIONAL 30 00:47:18
4.4.4.4 xe3 Passive OPERATIONAL 30 00:46:33
 
PE1#show ip route
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2,
ia - IS-IS inter area, E - EVPN,
v - vrf leaked
* - candidate default
 
IP Route Table for VRF "default"
Gateway of last resort is 10.12.49.1 to network 0.0.0.0
 
K* 0.0.0.0/0 [0/0] via 10.12.49.1, xe0
C 1.1.1.1/32 is directly connected, lo, 00:55:17
O 2.2.2.2/32 [110/11] via 10.10.10.2, xe1, 00:49:29
O 3.3.3.3/32 [110/13] via 10.10.10.2, xe1, 00:46:16
O 4.4.4.4/32 [110/13] via 10.10.10.2, xe1, 00:46:16
O 5.5.5.5/32 [110/12] via 10.10.10.2, xe1, 00:46:18
C 10.10.10.0/24 is directly connected, xe1, 00:53:26
C 10.12.49.0/24 is directly connected, xe0, 17:05:26
C 20.20.20.0/24 is directly connected, xe2, 00:53:26
C 30.30.30.0/24 is directly connected, xe3, 00:53:26
O 40.40.40.0/24 [110/11] via 10.10.10.2, xe1, 00:46:18
O 50.50.50.0/24 [110/12] via 10.10.10.2, xe1, 00:46:16
O 60.60.60.0/24 [110/12] via 10.10.10.2, xe1, 00:46:16
C 127.0.0.0/8 is directly connected, lo, 17:19:02
PE1#show ldp routes
Prefix Addr Nexthop Addr Intf Backup Addr Backup Intf Owner
0.0.0.0/0 10.12.49.1 xe0 - - kernel
1.1.1.1/32 0.0.0.0 lo - - connected
2.2.2.2/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
3.3.3.3/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
4.4.4.4/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
5.5.5.5/32 10.10.10.2 xe1 30.30.30.2 xe3 ospf
10.10.10.0/24 0.0.0.0 xe1 - - connected
10.12.49.0/24 0.0.0.0 xe0 - - connected
20.20.20.0/24 0.0.0.0 xe2 - - connected
30.30.30.0/24 0.0.0.0 xe3 - - connected
40.40.40.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
50.50.50.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
60.60.60.0/24 10.10.10.2 xe1 30.30.30.2 xe3 ospf
 
PE1#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 2.2.2.2/32 1 1 - Yes LSP_DEFAULT 3 xe1 No 10.10.10.2
13 - No LSP_DEFAULT 25608 xe3 No 30.30.30.2
L> 3.3.3.3/32 3 9 - Yes LSP_DEFAULT 25601 xe1 No 10.10.10.2
14 - No LSP_DEFAULT 25609 xe3 No 30.30.30.2
L> 4.4.4.4/32 5 10 - Yes LSP_DEFAULT 25602 xe1 No 10.10.10.2
15 - No LSP_DEFAULT 3 xe3 No 30.30.30.2
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe1 No 10.10.10.2
16 - No LSP_DEFAULT 25610 xe3 No 30.30.30.2
L> 40.40.40.0/24 2 1 - Yes LSP_DEFAULT 3 xe1 No 10.10.10.2
17 - No LSP_DEFAULT 25613 xe3 No 30.30.30.2
L> 50.50.50.0/24 4 11 - Yes LSP_DEFAULT 25612 xe1 No 10.10.10.2
18 - No LSP_DEFAULT 25614 xe3 No 30.30.30.2
L> 60.60.60.0/24 6 8 - Yes LSP_DEFAULT 25609 xe1 No 10.10.10.2
15 - No LSP_DEFAULT 3 xe3 No 30.30.30.2
 
PE1#show mpls forwarding-table 5.5.5.5/32
Codes: > - installed FTN, * - selected FTN, p - stale FTN, ! - using backup
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
L> 5.5.5.5/32 7 7 - Yes LSP_DEFAULT 25600 xe1 No 10.10.10.2
16 - No LSP_DEFAULT 25610 xe3 No 30.30.30.2
 
PE1#show mpls ilm-table
Codes: > - installed ILM, * - selected ILM, p - stale ILM, ! - using backup
K - CLI ILM, T - MPLS-TP, s - Stitched ILM
S - SNMP, L - LDP, R - RSVP, C - CRLDP
B - BGP , K - CLI , V - LDP_VC, I - IGP_SHORTCUT
O - OSPF/OSPF6 SR, i - ISIS SR, k - SR CLI
P - SR Policy, U - unknown
 
Code FEC/VRF/L2CKT ILM-ID In-Label Out-Label In-Intf Out-Intf/VRF Nexthop pri LSP-
Type
L> 2.2.2.2/32 9 25608 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 4.4.4.4/32 6 25605 25602 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25605 3 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 2.2.2.2/32 3 25602 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25602 25608 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 40.40.40.0/24 4 25603 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25603 25613 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 5.5.5.5/32 7 25606 25600 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25606 25610 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 60.60.60.0/24 8 25607 25609 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25607 3 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 60.60.60.0/24 13 25612 25609 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 40.40.40.0/24 11 25610 3 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 3.3.3.3/32 10 25609 25601 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 50.50.50.0/24 12 25611 25612 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 3.3.3.3/32 15 25614 25601 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25614 25609 N/A xe3 30.30.30.2 No LSP_
DEFAULT
L> 5.5.5.5/32 14 25613 25600 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 4.4.4.4/32 16 25615 25602 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
L> 50.50.50.0/24 17 25616 25612 N/A xe1 10.10.10.2 Yes LSP_
DEFAULT
25616 25614 N/A xe3 30.30.30.2 No LSP_
DEFAULT
Last modified date: 10/17/2023