OcNOS-SP : Segment Routing Guide : Segment Routing Configuration Guide : Configuring ISIS SR Mapping Server with LDP
Configuring ISIS SR Mapping Server with LDP
This chapter shows how to configure ISIS segment routing mapping server to work with LDP.
A segment routing mapping server allocates Segment Identifiers (SIDs) for prefixes and ranges of prefixes in an ISIS segment routing domain. LDP can advertise SIDs for destinations in the LDP part of the network that does not support segment routing. These segments are converted to MPLS labels and installed in the FTN/ILM and forwarding tables.
ISIS uses ISIS-TE TLVs to advertise any additional attributes associated with a prefix by adding new TLVs or sub-TLVs to the existing ISIS-TE TLVs.
Note: Configure an ISIS Level-1/Level-2 router as a mapping server, as it propagates both Level-1 and Level-2 LSPs.
Topology
“L1” means ISIS routers in Level-1
“L2” means ISIS routers in Level-2
“L1/L2” means ISIS routers in both Level-1 and Level-2
ISIS Segment routing with mapping server and LDP
Also in Figure 3-3:
PE1 to PE2 are in a Segment routing domain.
P1 and P2 are in both Segment routing and LDP domain.
PE3 and PE4 are in LDP domain.
P1 and P2 are SR/LDP nodes both acting as SRMS nodes.
PE1
 
PE1#configure terminal
Enter configure mode.
PE1(config)#interface lo
Enter interface mode.
PE1(config-if)#ip address 10.0.1.11/32 secondary
Configure the IP address of the interface.
PE1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE1(config-if)#prefix-sid index 100
Configure prefix sid index value.
PE1 (config-if)#exit
Exit interface mode.
PE1(config)#interface eth2
Enter interface mode.
PE1(config-if)#ip address 10.11.1.1/30
Configure the IP address of the interface.
PE1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
R1(config-if)#label-switching
Enable label switching.
R1(config-if)#exit
Exit interface mode.
PE1(config)#interface eth3
Enter interface mode.
PE1(config-if)#ip address 10.11.2.1/30
Configure the IP address of the interface.
PE1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE1(config-if)#label-switching
Enable label switching.
PE1(config-if)#exit
Exit interface mode.
PE1(config)#interface eth1
Enter interface mode.
PE1(config-if)#ip address 10.11.22.1/30
Configure the IP address of the interface.
PE1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE1(config-if)#label-switching
Enable label switching.
PE1(config-if)#exit
Exit interface mode.
PE1(config)#router isis isis1
Set the routing process ID.
PE1(config-router)#metric-style wide
Configure metric style as wide.
PE1(config-router)#is-type level-1-2
Configure is-type with level-1-2.
PE1(config-router)#net 49.0000.0100.0000.1011.00
Configure Network entity title (NET).
PE1(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE1(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-1.
PE1(config-router)# dynamic-hostname
Enable dynamic-hostname under ISIS isis1 process.
PE1(config-router)# isis segment-routing global block 16000 23999
Enable SRGB under ISIS isis1 process.
PE1(config-router)#segment-routing mpls
Enable segment routing under router process.
PE1(config-router)#exit
Exit router mode.
PE1(config)#commit
Commit the candidate configuration to the running configuration.
PE2
 
PE2#configure terminal
Enter configure mode.
PE2(config)#interface lo
Enter interface mode.
PE2(config-if)# ip address 10.0.1.22/32 secondary
Configure the IP address of the interface.
PE2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE2(config-if)#prefix-sid index 700
Configure prefix sid index value.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#interface eth1
Enter interface mode.
PE2(config-if)#ip address 10.11.22.2/30
Configure the IP address of the interface.
PE2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE2(config-if)#label-switching
Enable label switching.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#interface eth3
Enter interface mode.
PE2(config-if)#ip address 10.22.1.1/30
Configure the IP address of the interface.
PE2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE2(config-if)#label-switching
Enable label switching.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#interface eth2
Enter interface mode.
PE2(config-if)#ip address 10.22.2.1/30
Configure the IP address of the interface.
PE2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE2(config-if)#label-switching
Enable label switching.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#router isis isis1
Set the routing process ID
PE2(config-router)#metric-style wide
Configure metric style as wide.
PE2(config-router)#is-type level-1-2
Configure is-type with level-1-2.
PE2(config-router)#net 49.0000.0100.0000.1022.00
Configure Network entity title (NET).
PE2(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE2(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-2 as well.
PE2(config-router)# isis segment-routing global block 16000 23999
Enable SRGB under ISIS isis1 process.
PE2(config-router)#segment-routing mpls
Enable segment routing under router process.
PE2(config-router)#exit
Exit router mode.
PE2(config)#commit
Commit the candidate configuration to the running configuration.
P1
 
P2#configure terminal
Enter configure mode.
P2(config)#router ldp
Enter router ldp mode.
P2(config-router)#exit
Exit router mode.
P1(config)#interface lo
Enter interface mode.
P1(config-if)# ip address 10.0.1.1/32 secondary
Configure the IP address of the interface.
P1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P1(config-if)#prefix-sid index 200
Configure prefix sid index value.
P1(config-if)#exit
Exit interface mode.
P1(config)#interface eth2
Enter interface mode.
P1(config-if)#ip address 10.11.1.2/30
Configure the IP address of the interface.
P1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#exit
Exit interface mode.
P1(config)#interface eth3
Enter interface mode.
P1(config-if)#ip address 10.22.1.2/30
Configure the IP address of the interface.
P1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#exit
Exit interface mode.
P1(config)#interface eth1
Enter interface mode.
P1(config-if)#ip address 10.1.2.1/30
Configure the IP address of the interface.
P1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#enable-ldp ipv4
Enable ldp ipv4 under the interface.
P1(config-if)#exit
Exit interface mode.
P1(config)#interface eth4
Enter interface mode.
P1(config-if)#ip address 10.33.1.2/30
Configure the IP address of the interface.
P1(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#enable-ldp ipv4
Enable ldp ipv4 under the interface.
P1(config-if)#exit
Exit interface mode.
P1(config)#router isis isis1
Set the routing process ID
P1(config-router)#metric-style wide
Configure metric style as wide.
P1(config-router)#is-type level-1-2
Configure is-type with level-1-2.
P1(config-router)#net 49.0000.0100.0000.1001.00
Configure Network entity title (NET).
P1(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P1(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-2 as well.
P1(config-router)# isis segment-routing global block 17000 23500
Enable SRGB under ISIS isis1 process.
P1(config-router)#segment-routing mpls
Enable segment routing under router process.
P1(config-router)# segment-routing prefix-sid-map advertise-local
Enable segment routing prefix-sid-map advertise-local under router process.
P1(config-router)#exit
Exit router mode.
P1(config)#segment-routing
Enable segment routing global mode
P1(config-sr)#mapping-server
Enter segment routing mapping server configuration mode.
P1(config-sr-ms)#srms preference 200
Configure segment routing mapping server preference value.
P1(config-sr-ms)#prefix-sid-map address-family ipv4
Enter prefix-SID mapping configuration mode.
P1(config-sr-ms-map-af4)#10.0.1.33/32 1111 range 1
Configure mapping server entry for PE3 assigning sids to prefixes.
P1(config-sr-ms-map-af4)#10.0.1.44/32 1555 range 1
Configure mapping server entry for PE4 assigning sids to prefixes.
P1(config-sr-ms-map-af4)#exit
Exit to privileged mode.
P1(config)#mpls lsp-stitching
Stitch segment routing with LDP.
P1(config)#commit
Commit the candidate configuration to the running configuration.
P2
 
P2#configure terminal
Enter configure mode.
P2(config)#router ldp
Enter router ldp mode.
P2(config-router)#exit
Exit router mode.
P2(config)#interface lo
Enter interface mode.
P2(config-if)#ip address 10.0.1.2/32 secondary
Configure the IP address of the interface.
P2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P2(config-if)# prefix-sid index 300 no-php
Configure prefix sid index value with no php.
P2(config-if)#exit
Exit interface mode.
P2(config)#interface eth3
Enter interface mode.
P2(config-if)#ip address 10.11.2.2/30
Configure the IP address of the interface.
P2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config-if)#exit
Exit interface mode.
P2(config)#interface eth1
Enter interface mode.
P2(config-if)#ip address 10.1.2.2/30
Configure the IP address of the interface.
P2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config-if)#enable-ldp ipv4
Enable ldp ipv4 under the interface.
P2(config-if)#exit
Exit interface mode.
P2(config)#interface eth2
Enter interface mode.
P2(config-if)#ip address 10.22.2.2/30
Configure the IP address of the interface.
P2(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config-if)#exit
Exit interface mode.
P2(config)#interface eth4
Enter interface mode.
P2(config-if)#ip address 10.44.2.2/30
Configure the IP address of the interface.
P2(config-if)#ip router isis isis1
Make the interface part of the router isis 1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config-if)#enable-ldp ipv4
Enable ldp ipv4 under the interface.
P2(config-if)#exit
Exit interface mode.
P2(config)#router isis isis1
Set the routing process ID .
P2(config-router)#metric-style wide
Configure metric style as wide.
P2(config-router)#is-type level-1-2
Configure is-type.
P2 (config-router)#net 49.0000.0100.0000.1002.00
Configure Network entity title (NET).
P2(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P2(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-2 as well.
P2 (config-router)#dynamic-hostname
Enable dynamic-hostname under ISIS isis1 process.
P2(config-router)isis segment-routing global block 16500 22500
Enable SRGB under ISIS isis1 process.
P2(config-router)#segment-routing mpls
Enable segment routing under router process.
P2(config-router)#exit
Exit router mode.
P2(config)#segment-routing
Enter segment routing global mode.
P2(config-sr)# mapping-server
Enter segment routing mapping server configuration mode.
P2(config-sr-ms)#srms preference 100
Configure segment routing mapping server preference value.
P2(config-sr-ms)#prefix-sid-map address-family ipv4
Enter prefix-SID mapping configuration mode.
P2(config-sr-ms-map-af4)#10.0.1.33/32 2111
range 1
Configure mapping server entry for PE3 assigning sids to prefixes.
P2(config-sr-ms-map-af4)#10.0.1.44/32 2511
range 1
Configure mapping server entry for PE4 assigning sids to prefixes.
P2(config-sr-ms-map-af4)#exit
Exit to privileged mode.
P2(config)#mpls lsp-stitching
Stitch segment routing with LDP.
P2(config)#commit
Commit the candidate configuration to the running configuration.
PE3
 
PE3(config)#interface lo
Enter interface mode.
PE3(config-if)#ip address 10.0.1.33/32 secondary
Configure the IP address of the interface.
PE3(config-if)#ip router isis isis1
Make the interface part of the router isis 1 instance.
PE3(config-if)#exit
Exit interface mode.
PE3(config)#router ldp
Enter router ldp mode.
PE3(config-router)#exit
Exit router mode.
PE3(config)#interface eth1
Enter interface mode.
PE3(config-if)#ip address 10.33.44.1/30
Configure the IP address of the interface.
PE3(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE3(config-if)#label-switching
Enable label switching.
PE3(config-if)#enable-ldp ipv4
Enable LDP ipv4 in interface.
PE3(config-if)#exit
Exit interface mode.
PE3(config)#interface eth4
Enter interface mode.
PE3 (config-if)#ip address 10.33.1.1/30
Configure the IP address of the interface.
PE3(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE3(config-if)#label-switching
Enable label switching.
PE3(config-if)#enable-ldp ipv4
Enable LDP ipv4 in interface.
PE3(config-if)#exit
Exit interface mode.
PE3(config)#router isis isis1
Set the routing process ID.
PE3(config-router)#metric-style wide
Configure metric style as wide.
PE3(config-router)#is-type level-1-2
Configure is-type.
PE3(config-router)#net 49.0000.0100.0000.1033.00
Configure Network entity title (NET).
PE3(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE3(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-2.
PE3(config-router)#dynamic-hostname
Enable dynamic-hostname under ISIS isis1 process
PE3(config-router)#exit
Exit router mode.
PE3(config)#commit
Commit the candidate configuration to the running configuration.
PE4
 
PE4#configure terminal
Enter configure mode.
PE4(config)#interface lo
Enter interface mode.
PE4(config-if)#ip address 10.0.1.44/32 secondary
Configure the IP address of the interface.
PE4(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE4(config-if)#exit
Exit interface mode.
PE4(config)#router ldp
Enter router ldp mode.
PE4(config-router)#exit
Exit router mode.
PE4(config)#interface eth4
Enter interface mode.
PE4(config-if)#ip address 10.44.2.1/30
Configure the IP address of the interface.
PE4(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE4(config-if)#label-switching
Enable label switching.
PE4(config-if)#enable-ldp ipv4
Enable LDP ipv4 in interface
PE4(config-if)#exit
Exit interface mode.
PE4(config)#interface eth1
Enter interface mode.
PE4(config-if)#ip address 10.33.44.2/30
Configure the IP address of the interface.
PE4(config-if)#ip router isis isis1
Make the interface part of the router isis isis1 instance.
PE4(config-if)#label-switching
Enable label switching.
PE4(config-if)#enable-ldp ipv4
Enable LDP ipv4 in interface
PE4(config-if)#exit
Exit interface mode.
PE4(config)#router isis isis1
Set the routing process ID .
PE4(config-router)#metric-style wide
Configure metric style as wide.
PE4(config-router)#is-type level-1-2
Configure is-type.
PE4(config-router)#net 49.0000.0100.0000.1044.00
Configure Network Entity Title (NET).
PE4(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE4(config-router)#mpls traffic-eng level-2
Enable MPLS Traffic Engineering as level-2.
PE4(config-router)#dynamic-hostname
Enable dynamic-hostname under ISIS isis1 process
PE4(config-router)#exit
Exit router mode.
PE4(config)#commit
Commit the candidate configuration to the running configuration.
Note: Multiple nodes can act as SRMS nodes with their individual preferences.
Note: The highest preference SRMS node SRMS entries will be advertised over lowest preference SRMS node.
Note: Non SR/LDP node i.e. Pure SR node also can act as SRMS node.
Validation 1
Verify ISIS neighbor adjacency between routers.
PE1#show clns neighbors
 
Total number of L1 adjacencies: 3
Total number of L2 adjacencies: 3
Total number of adjacencies: 6
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
PE2 eth1 5254.00fb.2770 Up 8 L1 IS-IS
Up 8 L2 IS-IS
P1 eth2 5254.008b.368d Up 6 L1 IS-IS
Up 6 L2 IS-IS
P2 eth3 5254.0098.900b Up 27 L1 IS-IS
Up 27 L2 IS-IS
PE2#show clns neighbors
 
Total number of L1 adjacencies: 3
Total number of L2 adjacencies: 3
Total number of adjacencies: 6
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
PE1 eth1 5254.000d.0625 Up 21 L1 IS-IS
Up 21 L2 IS-IS
P2 eth2 5254.008b.d24c Up 21 L1 IS-IS
Up 21 L2 IS-IS
P1 eth3 5254.0035.771c Up 21 L1 IS-IS
Up 21 L2 IS-IS
 
P1#show clns neighbors
 
Total number of L1 adjacencies: 4
Total number of L2 adjacencies: 4
Total number of adjacencies: 8
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
P2 eth1 5254.00de.ca03 Up 7 L1 IS-IS
Up 7 L2 IS-IS
PE1 eth2 5254.0060.8a75 Up 18 L1 IS-IS
Up 18 L2 IS-IS
PE2 eth3 5254.00f2.5abf Up 5 L1 IS-IS
Up 5 L2 IS-IS
PE3 eth4 5254.0085.7e32 Up 7 L1 IS-IS
Up 7 L2 IS-IS
 
P2#show clns neighbors
 
Total number of L1 adjacencies: 4
Total number of L2 adjacencies: 4
Total number of adjacencies: 8
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
P1 eth1 5254.00a6.9153 Up 20 L1 IS-IS
Up 20 L2 IS-IS
PE2 eth2 5254.00fb.3787 Up 7 L1 IS-IS
Up 7 L2 IS-IS
PE1 eth3 5254.00ac.d346 Up 8 L1 IS-IS
Up 8 L2 IS-IS
PE4 eth4 5254.00c8.98db Up 8 L1 IS-IS
Up 8 L2 IS-IS
 
PE3#show clns neighbors
 
Total number of L1 adjacencies: 2
Total number of L2 adjacencies: 2
Total number of adjacencies: 4
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
PE4 eth1 5254.0007.09e5 Up 21 L1 IS-IS
Up 21 L2 IS-IS
P1 eth4 5254.000d.673d Up 21 L1 IS-IS
Up 21 L2 IS-IS
 
PE4#show clns neighbors
 
Total number of L1 adjacencies: 2
Total number of L2 adjacencies: 2
Total number of adjacencies: 4
Tag isis1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
PE3 eth1 5254.00d0.4baf Up 6 L1 IS-IS
Up 6 L2 IS-IS
P2 eth4 5254.0011.6e77 Up 28 L1 IS-IS
Up 28 L2 IS-IS
 
Validation 2
Show the details of routers configured with segment routing.
P1#show isis segment-routing capability
 
Tag isis1 Segment-Routing:
-----------------------------------------------------
Advertisement Router Capability :10.0.1.11
Algorithm0 :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :10.0.1.1
Algorithm0 :0
SRMS Preference :200
Total SID'S Supported :6501
SID Range List Count :1
SID's Range :17000 - 23500
-----------------------------------------------------
Advertisement Router Capability :10.0.1.22
Algorithm0 :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :10.0.1.2
Algorithm0 :0
SRMS Preference :100
Total SID'S Supported :6001
SID Range List Count :1
SID's Range :16500 - 22500
-----------------------------------------------------
Validation 3
Verify that segment routing information is present ISIS database.
 
P1#show isis database verbose
Tag isis1: VRF : default
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
P1.00-00 * 0x0000025B 0x888A 856 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: P1
IP Address: 10.0.1.1
Router ID: 10.0.1.1
Router Cap: 10.0.1.1
SRGB Range: 6501 SRGB Base SID: 17000 I:1 V:0
SR-Algorithm:
Algorithm: 0
SRMS-Preference: 200
Metric: 10 IS-Extended PE3.03
IPv4 Interface Address: 10.33.1.2
Neighbor IP Address: 10.33.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1033 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P1.03
IPv4 Interface Address: 10.11.1.2
Neighbor IP Address: 10.11.1.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P2.02
IPv4 Interface Address: 10.1.2.1
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.04
IPv4 Interface Address: 10.22.1.2
Neighbor IP Address: 10.22.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 24323 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.1/32
Prefix-SID: index 200 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/30
Metric: 10 IP-Extended 10.11.1.0/30
Metric: 10 IP-Extended 10.33.1.0/30
Metric: 10 IP-Extended 10.22.1.0/30
SID Binding: 10.0.1.33/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:1111 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
SID Binding: 10.0.1.44/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:1555 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
P1.03-00 * 0x00000249 0x41FA 631 0/0/0
Metric: 0 IS-Extended P1.00
Metric: 0 IS-Extended PE1.00
P2.00-00 0x0000002C 0xBA48 892 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: P2
IP Address: 10.0.1.2
Router ID: 10.0.1.2
Router Cap: 10.0.1.2
SRGB Range: 6001 SRGB Base SID: 16500 I:1 V:0
SR-Algorithm:
Algorithm: 0
SRMS-Preference: 100
Metric: 10 IS-Extended P2.02
IPv4 Interface Address: 10.1.2.2
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.03
IPv4 Interface Address: 10.22.2.2
Neighbor IP Address: 10.22.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 24323 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE1.04
IPv4 Interface Address: 10.11.2.2
Neighbor IP Address: 10.11.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE4.03
IPv4 Interface Address: 10.44.2.2
Neighbor IP Address: 10.44.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1044 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.2/32
Prefix-SID: index 300 R:0 N:1 P:1 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/30
Metric: 10 IP-Extended 10.22.2.0/30
Metric: 10 IP-Extended 10.11.2.0/30
Metric: 10 IP-Extended 10.44.2.0/30
SID Binding: 10.0.1.33/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:2111 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
SID Binding: 10.0.1.44/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:2511 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
P2.02-00 0x00000018 0x700E 717 0/0/0
Metric: 0 IS-Extended P2.00
Metric: 0 IS-Extended P1.00
PE1.00-00 0x00000026 0xE434 710 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE1
IP Address: 10.0.1.11
Router ID: 10.0.1.11
Router Cap: 10.0.1.11
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended PE1.04
IPv4 Interface Address: 10.11.2.1
Neighbor IP Address: 10.11.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 26241 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P1.03
IPv4 Interface Address: 10.11.1.1
Neighbor IP Address: 10.11.1.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 26240 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.02
IPv4 Interface Address: 10.11.22.1
Neighbor IP Address: 10.11.22.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 26242 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.11/32
Prefix-SID: index 100 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.1.0/30
Metric: 10 IP-Extended 10.11.2.0/30
Metric: 10 IP-Extended 10.11.22.0/30
PE1.04-00 0x00000018 0x85D7 663 0/0/0
Metric: 0 IS-Extended PE1.00
Metric: 0 IS-Extended P2.00
PE2.00-00 0x00000008 0xDAF9 623 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE2
IP Address: 10.0.1.22
Router ID: 10.0.1.22
Router Cap: 10.0.1.22
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended PE2.02
IPv4 Interface Address: 10.11.22.2
Neighbor IP Address: 10.11.22.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 25600 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.03
IPv4 Interface Address: 10.22.2.1
Neighbor IP Address: 10.22.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 25601 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.04
IPv4 Interface Address: 10.22.1.1
Neighbor IP Address: 10.22.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 25602 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.22/32
Prefix-SID: index 700 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.22.0/30
Metric: 10 IP-Extended 10.22.2.0/30
Metric: 10 IP-Extended 10.22.1.0/30
PE2.02-00 0x00000005 0xF749 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended PE1.00
PE2.03-00 0x00000005 0xC38B 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended P2.00
PE2.04-00 0x00000005 0xA8A6 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended P1.00
PE3.00-00 0x0000001F 0x9BB8 441 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE3
IP Address: 10.0.1.33
Router ID: 10.0.1.33
Metric: 10 IS-Extended PE3.02
IPv4 Interface Address: 10.33.44.1
Neighbor IP Address: 10.33.44.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IS-Extended PE3.03
IPv4 Interface Address: 10.33.1.1
Neighbor IP Address: 10.33.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IP-Extended 10.0.1.33/32
Metric: 10 IP-Extended 10.33.44.0/30
Metric: 10 IP-Extended 10.33.1.0/30
Metric: 10 IP-Extended 10.1.45.0/24
PE3.02-00 0x00000017 0xE4F4 717 0/0/0
Metric: 0 IS-Extended PE3.00
Metric: 0 IS-Extended PE4.00
PE3.03-00 0x00000018 0x9A80 717 0/0/0
Metric: 0 IS-Extended PE3.00
Metric: 0 IS-Extended P1.00
PE4.00-00 0x0000001E 0x2DE1 469 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE4
IP Address: 10.0.1.44
Router ID: 10.0.1.44
Metric: 10 IS-Extended PE3.02
IPv4 Interface Address: 10.33.44.2
Neighbor IP Address: 10.33.44.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IS-Extended PE4.03
IPv4 Interface Address: 10.44.2.1
Neighbor IP Address: 10.44.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IP-Extended 10.0.1.44/32
Metric: 10 IP-Extended 10.33.44.0/30
Metric: 10 IP-Extended 10.44.2.0/30
Metric: 10 IP-Extended 10.1.36.0/24
PE4.03-00 0x00000017 0xC137 717 0/0/0
Metric: 0 IS-Extended PE4.00
Metric: 0 IS-Extended P2.00
 
IS-IS Level-2 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
P1.00-00 * 0x000002BF 0x1EB5 1111 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: P1
IP Address: 10.0.1.1
Router ID: 10.0.1.1
Router Cap: 10.0.1.1
SRGB Range: 6501 SRGB Base SID: 17000 I:1 V:0
SR-Algorithm:
Algorithm: 0
SRMS-Preference: 200
Metric: 10 IS-Extended PE3.03
IPv4 Interface Address: 10.33.1.2
Neighbor IP Address: 10.33.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1033 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P1.03
IPv4 Interface Address: 10.11.1.2
Neighbor IP Address: 10.11.1.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P2.02
IPv4 Interface Address: 10.1.2.1
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.04
IPv4 Interface Address: 10.22.1.2
Neighbor IP Address: 10.22.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 24323 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.1/32
Prefix-SID: index 200 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/30
Metric: 10 IP-Extended 10.11.1.0/30
Metric: 10 IP-Extended 10.33.1.0/30
Metric: 20 IP-Extended 10.0.1.2/32
Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
Metric: 20 IP-Extended 10.0.1.33/32
Metric: 30 IP-Extended 10.1.36.0/24
Metric: 20 IP-Extended 10.1.45.0/24
Metric: 20 IP-Extended 10.11.2.0/30
Metric: 20 IP-Extended 10.33.44.0/30
Metric: 20 IP-Extended 10.44.2.0/30
Metric: 20 IP-Extended 10.0.1.11/32
Prefix-SID: index 100 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 30 IP-Extended 10.0.1.44/32
Metric: 20 IP-Extended 10.11.22.0/30
Metric: 20 IP-Extended 10.22.2.0/30
Metric: 10 IP-Extended 10.22.1.0/30
Metric: 20 IP-Extended 10.0.1.22/32
Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
SID Binding: 10.0.1.33/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:1111 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
SID Binding: 10.0.1.44/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:1555 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
P1.03-00 * 0x00000285 0xC837 633 0/0/0
Metric: 0 IS-Extended P1.00
Metric: 0 IS-Extended PE1.00
P2.00-00 0x00000065 0x4F33 1110 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: P2
IP Address: 10.0.1.2
Router ID: 10.0.1.2
Router Cap: 10.0.1.2
SRGB Range: 6001 SRGB Base SID: 16500 I:1 V:0
SR-Algorithm:
Algorithm: 0
SRMS-Preference: 100
Metric: 10 IS-Extended P2.02
IPv4 Interface Address: 10.1.2.2
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.03
IPv4 Interface Address: 10.22.2.2
Neighbor IP Address: 10.22.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 24323 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE1.04
IPv4 Interface Address: 10.11.2.2
Neighbor IP Address: 10.11.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE4.03
IPv4 Interface Address: 10.44.2.2
Neighbor IP Address: 10.44.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1044 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.2/32
Prefix-SID: index 300 R:0 N:1 P:1 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/30
Metric: 20 IP-Extended 10.0.1.11/32
Prefix-SID: index 100 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.2.0/30
Metric: 10 IP-Extended 10.44.2.0/30
Metric: 30 IP-Extended 10.0.1.33/32
Metric: 20 IP-Extended 10.0.1.44/32
Metric: 20 IP-Extended 10.1.36.0/24
Metric: 20 IP-Extended 10.11.1.0/30
Metric: 20 IP-Extended 10.33.44.0/30
Metric: 30 IP-Extended 10.1.45.0/24
Metric: 20 IP-Extended 10.11.22.0/30
Metric: 20 IP-Extended 10.33.1.0/30
Metric: 20 IP-Extended 10.0.1.1/32
Prefix-SID: index 200 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.22.2.0/30
Metric: 20 IP-Extended 10.0.1.22/32
Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 20 IP-Extended 10.22.1.0/30
SID Binding: 10.0.1.33/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:2111 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
SID Binding: 10.0.1.44/32 F:0 M:0 S:0 D:0 A:0 Range:1
SID: Start:2511 Algorithm:0 R:0 N:0 P:0 E:0 V:0 L:0
P2.02-00 0x00000017 0x720D 717 0/0/0
Metric: 0 IS-Extended P2.00
Metric: 0 IS-Extended P1.00
PE1.00-00 0x00000061 0xBF77 1110 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE1
IP Address: 10.0.1.11
Router ID: 10.0.1.11
Router Cap: 10.0.1.11
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended PE1.04
IPv4 Interface Address: 10.11.2.1
Neighbor IP Address: 10.11.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 26241 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended P1.03
IPv4 Interface Address: 10.11.1.1
Neighbor IP Address: 10.11.1.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 26240 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.02
IPv4 Interface Address: 10.11.22.1
Neighbor IP Address: 10.11.22.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1022 LAN Adjacency SID: 26242 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.11/32
Prefix-SID: index 100 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.1.0/30
Metric: 10 IP-Extended 10.11.2.0/30
Metric: 20 IP-Extended 10.0.1.2/32
Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
Metric: 20 IP-Extended 10.1.2.0/30
Metric: 20 IP-Extended 10.33.1.0/30
Metric: 30 IP-Extended 10.0.1.33/32
Metric: 30 IP-Extended 10.0.1.44/32
Metric: 30 IP-Extended 10.1.36.0/24
Metric: 30 IP-Extended 10.1.45.0/24
Metric: 20 IP-Extended 10.22.2.0/30
Metric: 30 IP-Extended 10.33.44.0/30
Metric: 20 IP-Extended 10.44.2.0/30
Metric: 20 IP-Extended 10.0.1.1/32
Prefix-SID: index 200 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.22.0/30
Metric: 20 IP-Extended 10.0.1.22/32
Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 20 IP-Extended 10.22.1.0/30
PE1.04-00 0x00000016 0x89D5 717 0/0/0
Metric: 0 IS-Extended PE1.00
Metric: 0 IS-Extended P2.00
PE2.00-00 0x00000019 0xFF98 628 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE2
IP Address: 10.0.1.22
Router ID: 10.0.1.22
Router Cap: 10.0.1.22
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended PE2.02
IPv4 Interface Address: 10.11.22.2
Neighbor IP Address: 10.11.22.2
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1011 LAN Adjacency SID: 25600 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.03
IPv4 Interface Address: 10.22.2.1
Neighbor IP Address: 10.22.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1002 LAN Adjacency SID: 25601 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended PE2.04
IPv4 Interface Address: 10.22.1.1
Neighbor IP Address: 10.22.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
System-ID: 0100.0000.1001 LAN Adjacency SID: 25602 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 10.0.1.22/32
Prefix-SID: index 700 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.11.22.0/30
Metric: 10 IP-Extended 10.22.2.0/30
Metric: 10 IP-Extended 10.22.1.0/30
Metric: 20 IP-Extended 10.0.1.1/32
Prefix-SID: index 200 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 20 IP-Extended 10.0.1.2/32
Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
Metric: 20 IP-Extended 10.0.1.11/32
Prefix-SID: index 100 R:1 N:0 P:0 E:0 V:0 L:0
Metric: 30 IP-Extended 10.0.1.33/32
Metric: 30 IP-Extended 10.0.1.44/32
Metric: 20 IP-Extended 10.1.2.0/30
Metric: 30 IP-Extended 10.1.36.0/24
Metric: 30 IP-Extended 10.1.45.0/24
Metric: 20 IP-Extended 10.11.1.0/30
Metric: 20 IP-Extended 10.11.2.0/30
Metric: 20 IP-Extended 10.33.1.0/30
Metric: 30 IP-Extended 10.33.44.0/30
Metric: 20 IP-Extended 10.44.2.0/30
PE2.02-00 0x00000005 0xF749 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended PE1.00
PE2.03-00 0x00000005 0xC38B 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended P2.00
PE2.04-00 0x00000005 0xA8A6 653 0/0/0
Metric: 0 IS-Extended PE2.00
Metric: 0 IS-Extended P1.00
PE3.00-00 0x00000059 0xA69A 1110 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE3
IP Address: 10.0.1.33
Router ID: 10.0.1.33
Metric: 10 IS-Extended PE3.02
IPv4 Interface Address: 10.33.44.1
Neighbor IP Address: 10.33.44.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IS-Extended PE3.03
IPv4 Interface Address: 10.33.1.1
Neighbor IP Address: 10.33.1.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IP-Extended 10.0.1.33/32
Metric: 10 IP-Extended 10.33.44.0/30
Metric: 10 IP-Extended 10.33.1.0/30
Metric: 10 IP-Extended 10.1.45.0/24
Metric: 30 IP-Extended 10.0.1.2/32
Metric: 30 IP-Extended 10.0.1.11/32
Metric: 20 IP-Extended 10.0.1.44/32
Metric: 20 IP-Extended 10.1.2.0/30
Metric: 20 IP-Extended 10.1.36.0/24
Metric: 20 IP-Extended 10.11.1.0/30
Metric: 30 IP-Extended 10.11.2.0/30
Metric: 30 IP-Extended 10.11.22.0/30
Metric: 30 IP-Extended 10.22.2.0/30
Metric: 20 IP-Extended 10.44.2.0/30
Metric: 20 IP-Extended 10.0.1.1/32
Metric: 30 IP-Extended 10.0.1.22/32
Metric: 20 IP-Extended 10.22.1.0/30
PE3.02-00 0x00000016 0xE6F3 717 0/0/0
Metric: 0 IS-Extended PE3.00
Metric: 0 IS-Extended PE4.00
PE3.03-00 0x00000017 0x9C7F 717 0/0/0
Metric: 0 IS-Extended PE3.00
Metric: 0 IS-Extended P1.00
PE4.00-00 0x0000005A 0x2BDC 1110 0/0/0
Area Address: 49.0000
NLPID: 0xCC
Hostname: PE4
IP Address: 10.0.1.44
Router ID: 10.0.1.44
Metric: 10 IS-Extended PE3.02
IPv4 Interface Address: 10.33.44.2
Neighbor IP Address: 10.33.44.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IS-Extended PE4.03
IPv4 Interface Address: 10.44.2.1
Neighbor IP Address: 10.44.2.1
Maximum Link Bandwidth: 100m
Reservable Bandwidth: 100m
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100m
Unreserved Bandwidth at priority 1: 100m
Unreserved Bandwidth at priority 2: 100m
Unreserved Bandwidth at priority 3: 100m
Unreserved Bandwidth at priority 4: 100m
Unreserved Bandwidth at priority 5: 100m
Unreserved Bandwidth at priority 6: 100m
Unreserved Bandwidth at priority 7: 100m
TE-Default Metric: 10
Metric: 10 IP-Extended 10.0.1.44/32
Metric: 10 IP-Extended 10.33.44.0/30
Metric: 10 IP-Extended 10.44.2.0/30
Metric: 10 IP-Extended 10.1.36.0/24
Metric: 20 IP-Extended 10.0.1.33/32
Metric: 20 IP-Extended 10.1.45.0/24
Metric: 20 IP-Extended 10.33.1.0/30
Metric: 20 IP-Extended 10.0.1.2/32
Metric: 30 IP-Extended 10.0.1.11/32
Metric: 20 IP-Extended 10.1.2.0/30
Metric: 30 IP-Extended 10.11.1.0/30
Metric: 20 IP-Extended 10.11.2.0/30
Metric: 30 IP-Extended 10.11.22.0/30
Metric: 20 IP-Extended 10.22.2.0/30
Metric: 30 IP-Extended 10.0.1.1/32
Metric: 30 IP-Extended 10.0.1.22/32
Metric: 30 IP-Extended 10.22.1.0/30
PE4.03-00 0x00000016 0xC336 717 0/0/0
Metric: 0 IS-Extended PE4.00
Metric: 0 IS-Extended P2.00
Validation 4
Show the details of mapping server entries advertised by SRMS.
P1#show segment-routing mapping-server prefix-sid-map ipv4 detail
Prefix
10.0.1.33/32
SID Index: 1111
Range: 1
Last Prefix: 10.0.1.33/32
Last SID Index: 1111
Binding Flags:
SRMS pref: 200
Prefix
10.0.1.44/32
SID Index: 1555
Range: 1
Last Prefix: 10.0.1.44/32
Last SID Index: 1555
Binding Flags:
SRMS pref: 200
 
Number of mapping entries: 2
 
P1#show isis segment-routing mapping-table ipv4 active
Tag isis1 Segment-Routing:
Conflict Resolution Policy: Quarantine
 
Prefix SID Index Range Flags
10.0.1.1/32 200 1
10.0.1.2/32 300 1
10.0.1.11/32 100 1
10.0.1.22/32 700 1
10.0.1.33/32 1111 1
10.0.1.44/32 1555 1
 
Number of mapping entries in Active IPv4 Table: 6
 
P1#show isis segment-routing mapping-table ipv4 inactive
Tag isis1 Segment-Routing:
Conflict Resolution Policy: Quarantine
 
Prefix SID Index Range Flags
10.0.1.33/32 2111 1
10.0.1.44/32 2511 1
 
Number of mapping entries in Inactive IPv4 Table: 2
Validation 5
Verify that segment routing is enabled and that prefix SIDs are announced to other routers.
Verify that prefix SIDs are installed as labels in the MPLS forwarding table. Verify the same in FTN and ILM tables.
 
P1#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN,
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> 10.0.1.2/32 2 3 - - LSP_DEFAULT 3 eth1 No 10.1.2.2
i 10.0.1.2/32 1 4 0 Yes LSP_DEFAULT 16800 eth1 No 10.1.2.2
i> 10.0.1.11/32 3 2 0 Yes LSP_DEFAULT 3 eth2 No 10.11.1.1
i> 10.0.1.22/32 5 6 0 Yes LSP_DEFAULT 3 eth3 No 10.22.1.1
L> 10.0.1.33/32 11 1 - - LSP_DEFAULT 3 eth4 No 10.33.1.1
L> 10.0.1.44/32 6 5 - - LSP_DEFAULT 25602 eth1 No 10.1.2.2
- - LSP_DEFAULT 24967 eth4 No 10.33.1.1
i 10.0.1.44/32 4 7 0 Yes LSP_DEFAULT 18055 eth1 No 10.1.2.2
L> 10.1.36.0/24 7 8 - - LSP_DEFAULT 25603 eth1 No 10.1.2.2
- - LSP_DEFAULT 24968 eth4 No 10.33.1.1
L> 10.1.45.0/24 12 1 - - LSP_DEFAULT 3 eth4 No 10.33.1.1
L> 10.11.2.0/30 8 3 - - LSP_DEFAULT 3 eth1 No 10.1.2.2
L> 10.22.2.0/30 9 3 - - LSP_DEFAULT 3 eth1 No 10.1.2.2
L> 10.33.44.0/30 13 1 - - LSP_DEFAULT 3 eth4 No 10.33.1.1
L> 10.44.2.0/30 10 3 - - LSP_DEFAULT 3 eth1 No 10.1.2.2
 
 
P1#show mpls ilm-table
Codes: > - installed ILM, * - selected ILM, p - stale ILM
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 LSP-Type
L> 10.11.22.0/30 30 25604 Nolabel N/A N/A 127.0.0.1 LSP_DEFAULT
i> 10.33.1.1/32 18 24320 3 N/A eth4 10.33.1.1 LSP_DEFAULT
i> 10.0.1.2/32 21 17300 16800 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 10.0.1.1/32 17 17200 Nolabel N/A N/A 127.0.0.1 LSP_DEFAULT
i> 10.0.1.11/32 23 17100 3 N/A eth2 10.11.1.1 LSP_DEFAULT
s i> 10.0.1.33/32 26 18111 3 N/A eth4 10.33.1.1 LSP_DEFAULT
i> 10.0.1.22/32 39 17700 3 N/A eth3 10.22.1.1 LSP_DEFAULT
i> 10.0.1.44/32 24 18555 18055 N/A eth1 10.1.2.2 LSP_DEFAULT
s L> 10.0.1.11/32 22 25600 3 N/A eth2 10.11.1.1 LSP_DEFAULT
i> 10.1.2.2/32 20 24322 3 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 10.11.1.1/32 19 24321 3 N/A eth2 10.11.1.1 LSP_DEFAULT
i> 10.22.1.1/32 25 24323 3 N/A eth3 10.22.1.1 LSP_DEFAULT
L> 10.0.1.33/32 28 25602 3 N/A eth4 10.33.1.1 LSP_DEFAULT
s L> 10.0.1.22/32 27 25601 3 N/A eth3 10.22.1.1 LSP_DEFAULT
L> 10.1.45.0/24 29 25603 3 N/A eth4 10.33.1.1 LSP_DEFAULT
s L> 10.0.1.22/32 34 25608 3 N/A eth3 10.22.1.1 LSP_DEFAULT
L> 10.0.1.2/32 32 25606 3 N/A eth1 10.1.2.2 LSP_DEFAULT
L> 10.33.44.0/30 31 25605 3 N/A eth4 10.33.1.1 LSP_DEFAULT
s L> 10.0.1.11/32 33 25607 3 N/A eth2 10.11.1.1 LSP_DEFAULT
L> 10.11.22.0/30 36 25610 Nolabel N/A N/A 127.0.0.1 LSP_DEFAULT
L> 10.11.2.0/30 35 25609 3 N/A eth1 10.1.2.2 LSP_DEFAULT
L> 10.22.2.0/30 37 25611 3 N/A eth1 10.1.2.2 LSP_DEFAULT
L> 10.44.2.0/30 38 25612 3 N/A eth1 10.1.2.2 LSP_DEFAULT
 
 
P1#show mpls ftn-table
Primary FTN entry with FEC: 10.0.1.2/32, id: 2, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Push
 
 
Primary FTN entry with FEC: 10.0.1.2/32, id: 1, row status: Active
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 4
Owner: ISIS-SR, Persistent: No, Admin Status: Down, Oper Status: Down
Out-segment with ix: 4, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 16800
Nexthop addr: 10.1.2.2 cross connect ix: 6, op code: Push
 
 
Primary FTN entry with FEC: 10.0.1.11/32, id: 3, row status: Active
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Push
 
Stitched Ilm Info:
Ilm index 22, Incoming Interface index 0, In-Label 25600
Ilm index 33, Incoming Interface index 0, In-Label 25607
 
Primary FTN entry with FEC: 10.0.1.22/32, id: 5, row status: Active
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 6
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Push
 
Stitched Ilm Info:
Ilm index 27, Incoming Interface index 0, In-Label 25601
Ilm index 34, Incoming Interface index 0, In-Label 25608
 
Primary FTN entry with FEC: 10.0.1.33/32, id: 11, row status: Active
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
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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Push
 
Stitched Ilm Info:
Ilm index 26, Incoming Interface index 0, In-Label 18111
 
Primary FTN entry with FEC: 10.0.1.44/32, id: 6, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
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: eth1, out label: 25602
Nexthop addr: 10.1.2.2 cross connect ix: 7, op code: Push
 
Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 10
Owner: LDP, Persistent: No, Admin Status: Down, Oper Status: Not present
Out-segment with ix: 10, owner: LDP, Stale: NO, out intf: eth4, out label: 24967
Nexthop addr: 10.33.1.1 cross connect ix: 7, op code: Push
 
 
Primary FTN entry with FEC: 10.0.1.44/32, id: 4, row status: Active
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 9, in intf: - in label: 0 out-segment ix: 7
Owner: ISIS-SR, Persistent: No, Admin Status: Down, Oper Status: Down
Out-segment with ix: 7, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 18055
Nexthop addr: 10.1.2.2 cross connect ix: 9, op code: Push
 
 
Primary FTN entry with FEC: 10.1.36.0/24, id: 7, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 10, 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: eth1, out label: 25603
Nexthop addr: 10.1.2.2 cross connect ix: 10, op code: Push
 
Cross connect ix: 10, in intf: - in label: 0 out-segment ix: 11
Owner: LDP, Persistent: No, Admin Status: Down, Oper Status: Not present
Out-segment with ix: 11, owner: LDP, Stale: NO, out intf: eth4, out label: 24968
Nexthop addr: 10.33.1.1 cross connect ix: 10, op code: Push
 
 
Primary FTN entry with FEC: 10.1.45.0/24, id: 12, row status: Active
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
Matched bytes:208, pkts:4, TX bytes:208, Pushed pkts:4
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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Push
 
 
Primary FTN entry with FEC: 10.11.2.0/30, id: 8, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Push
 
 
Primary FTN entry with FEC: 10.22.2.0/30, id: 9, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Push
 
 
Primary FTN entry with FEC: 10.33.44.0/30, id: 13, row status: Active
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
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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Push
 
 
Primary FTN entry with FEC: 10.44.2.0/30, id: 10, row status: Active
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
Matched bytes:0, pkts:0, TX bytes:0, Pushed pkts:0
Cross connect ix: 5, 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Push
 
 
P1#show mpls in-segment-table
Owner: LDP, # of pops: 1, fec: 10.11.22.0/30, ILM-ID: 30
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 25604 out-segment ix: 0
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 0, owner: CLI, Stale: NO, out intf: N/A, out label: N/A
Nexthop addr: 127.0.0.1 cross connect ix: 1, op code: Pop
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.33.1.1/32, ILM-ID: 18
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 24320 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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 21
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 6, in intf: - in label: 17300 out-segment ix: 4
Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 4, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 16800
Nexthop addr: 10.1.2.2 cross connect ix: 6, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 17
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 17200 out-segment ix: 0
Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 0, owner: CLI, Stale: NO, out intf: N/A, out label: N/A
Nexthop addr: 127.0.0.1 cross connect ix: 1, op code: Pop
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 23
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 3, in intf: - in label: 17100 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 26
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 18111 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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.22/32, ILM-ID: 39
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 8, in intf: - in label: 17700 out-segment ix: 6
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 24
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 9, in intf: - in label: 18555 out-segment ix: 7
Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 18055
Nexthop addr: 10.1.2.2 cross connect ix: 9, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 22
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 3, in intf: - in label: 25600 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.1.2.2/32, ILM-ID: 20
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 5, in intf: - in label: 24322 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.11.1.1/32, ILM-ID: 19
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 3, in intf: - in label: 24321 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Swap
 
 
Owner: ISIS-SR, # of pops: 1, fec: 10.22.1.1/32, ILM-ID: 25
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 8, in intf: - in label: 24323 out-segment ix: 6
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 28
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 25602 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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.22/32, ILM-ID: 27
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 8, in intf: - in label: 25601 out-segment ix: 6
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.1.45.0/24, ILM-ID: 29
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 25603 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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.22/32, ILM-ID: 34
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 8, in intf: - in label: 25608 out-segment ix: 6
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 32
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 5, in intf: - in label: 25606 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.33.44.0/30, ILM-ID: 31
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 25605 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: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 33
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 3, in intf: - in label: 25607 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.11.22.0/30, ILM-ID: 36
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 1, in intf: - in label: 25610 out-segment ix: 0
Owner: LDP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 0, owner: CLI, Stale: NO, out intf: N/A, out label: N/A
Nexthop addr: 127.0.0.1 cross connect ix: 1, op code: Pop
 
 
Owner: LDP, # of pops: 1, fec: 10.11.2.0/30, ILM-ID: 35
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 5, in intf: - in label: 25609 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.22.2.0/30, ILM-ID: 37
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 5, in intf: - in label: 25611 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Swap
 
 
Owner: LDP, # of pops: 1, fec: 10.44.2.0/30, ILM-ID: 38
RX bytes:0, pkts:0, TX bytes:0, Swapped pkts:0, Popped pkts:0
Cross connect ix: 5, in intf: - in label: 25612 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: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Swap
 
 
P1#show mpls out-segment-table
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.11.1.1 cross connect ix: 3, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 4, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 16800
Nexthop addr: 10.1.2.2 cross connect ix: 6, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 3, owner: N/A, Stale: NO, out intf: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 5, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 5, owner: LDP, Stale: NO, out intf: eth1, out label: 25602
Nexthop addr: 10.1.2.2 cross connect ix: 7, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 7, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 18055
Nexthop addr: 10.1.2.2 cross connect ix: 9, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 8, owner: LDP, Stale: NO, out intf: eth1, out label: 25603
Nexthop addr: 10.1.2.2 cross connect ix: 10, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: eth4, out label: 3
Nexthop addr: 10.33.1.1 cross connect ix: 1, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 6, owner: N/A, Stale: NO, out intf: eth3, out label: 3
Nexthop addr: 10.22.1.1 cross connect ix: 8, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 11, owner: LDP, Stale: NO, out intf: eth4, out label: 24968
Nexthop addr: 10.33.1.1 cross connect ix: 10, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0
 
 
Out-segment with ix: 10, owner: LDP, Stale: NO, out intf: eth4, out label: 24967
Nexthop addr: 10.33.1.1 cross connect ix: 7, op code: Push
 
TX bytes:0, pkts:0, error pkts:0, discard pkts:0