Seamless BFD for SR-TE
This chapter shows how to configure seamless bfd and how to use isis to advertise local-discriminators. Bidirectional Forwarding Detection (BFD) is a detection protocol designed to provide fast forwarding path failure detection times for all media types, encapsulations, topologies, and routing protocols. 
 Seamless Bidirectional Forwarding Detection (S-BFD), is a simplified mechanism for using BFD with a large proportion of negotiation aspects eliminated, thus providing benefits such as quick provisioning, as well as improved control and flexibility for network nodes initiating path monitoring. If SBFD session fails, S-BFD does not bring down the SR-TE session. SBFD also provides faster session bring up due to less control packets exchange. S-BFD does not help in bringing up SR-TE session quickly. The BFD state is only maintained at head end thereby reducing overhead.
Topology
In Figure :
•	"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
Configure a prefix SID on any router directly attached to that network prefix.
 
BFD for ISIS Segment Routing Topology
Note:	 
•	You must ensure that prefix SIDs are unique globally.
•	You can use the pure L1 or L2 routers throughout your SR domain.
Configuration
PE1
 
| PE1#configure terminal | Enter the configure mode. | 
| PE1(config)#segment-routing | Enable Segment Routing | 
| PE1(config-sr)#traffic-engineering | Segment routing traffic engineering | 
| PE1(config-sr-te)#segment-list PE3 | Segment List configuration | 
| PE1(config-sr-sl)#index 30 segment-type-1 16700 | Specify the entry index, Segment-descriptor type: SR-MPLS Label and Label value | 
| PE1(config-sr-sl)#exit-sr-sl | Exit from segment-list configuration mode | 
| PE1(config-sr-te)#policy ocnos | Policy configuration and Policy Name | 
| PE1(config-sr-pol)#color 201 end-point 10.0.1.33 | SR Policy color, color value, SR Policy end-point and IPv4 address | 
| PE1(config-sr-pol)#candidate-path 1 | SR policy candidate path and Identifier value for candidate path | 
| PE1(config-sr-pol-cp)#preference 200 | Candidate Path preference Preference value for candidate path (Default is : 100 ) | 
| PE1(config-sr-pol-cp)#explicit segment-list PE3 | Explicit candidate path, Segment-list for the path and Name of the SID List | 
| PE1(config-sr-pol-cp)#exit-pol-cp | Exit from SR policy candidate path configuration mode | 
| PE1(config-sr-pol)# exit-sr-pol | Exit from policy | 
| PE1(config-sr-te)#exit-te | Exit from traffic engineering configuration mode | 
| PE1(config-sr)# commit | Commit the candidate configuration to the running configuration | 
| PE1(config)#s-bfd sr policy ocnos | Seamless-Bidirectional Forwarding Detection, SR type LSP, Policy Name and Input the name of the SR-policy | 
| PE1 (config-sbfd)#min-tx 40 multiplier 40 | Set S-BFD Min Tx interval; Default : 10ms and Set S-BFD Detection Multiplier; Default : 5 | 
| PE1 (config-sbfd)#commit | Commit the candidate configuration to the running configuration | 
| 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 isis isis1 instance. | 
| PE1(config-if)# prefix-sid index 100 no-php | Configure prefix sid index value with no-php. | 
| PE1(config-if)#exit | Exit interface mode. | 
| PE1(config)#commit | Commit the candidate configuration to the running configuration | 
| PE1(config)#interface xe8 | 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. | 
| PE1(config-if)#label-switching | Enable label switching. | 
| PE1(config-if)#exit | Exit interface mode. | 
| PE1(config)#commit | Commit the candidate configuration to the running configuration | 
| PE1(config)#interface xe4 | 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)#commit | Commit the candidate configuration to the running configuration | 
| 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-2. | 
| 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 | 
P1
 
| P1#configure terminal | Enter configure 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 300 no-php | Configure prefix sid index value with no-php. | 
| P1(config-if)#exit | Exit interface mode. | 
| P1(config)#commit | Commit the candidate configuration to the running configuration | 
| P1(config)#interface xe0 | 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)#commit | Commit the candidate configuration to the running configuration | 
| P1(config)#interface xe3 | Enter interface mode. | 
| P1(config-if)#ip address 10.1.2.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)#commit | Commit the candidate configuration to the running configuration | 
| P1(config)#interface xe15 | Enter interface mode. | 
| P1(config-if)#ip address 10.4.1.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)#exit | Exit interface mode. | 
| P1(config)#commit | Commit the candidate configuration to the running configuration | 
| P1(config)#interface xe16 | Enter interface mode. | 
| P1(config-if)#ip address 10.1.1.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)#exit | Exit interface mode. | 
| P1(config)#commit | Commit the candidate configuration to the running configuration | 
| 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. | 
| P1(config-router)#dynamic-hostname | Enable dynamic-hostname under ISIS isis1 process. | 
| P1(config-router)# isis segment-routing global block 16000 23999 | Enable SRGB under ISIS isis1 process. | 
| P1(config-router)#segment-routing mpls | Enable segment routing under router process. | 
| P1(config-router)#exit | Exit router mode. | 
| P1(config)#commit | Commit the candidate configuration to the running configuration | 
P2
 
| P2#configure terminal | Enter configure mode. | 
| P2(config)#s-bfd discriminator 10.0.1.2 | Discriminator value for reflector | 
| P2(config)#commit | Commit the candidate configuration to the running configuration | 
| 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 400 no-php | Configure prefix sid index value with no php. | 
| P2(config-if)#exit | Exit interface mode. | 
| P2(config)#commit | Commit the candidate configuration to the running configuration | 
| P2(config)#interface xe3 | Enter interface mode. | 
| P2(config-if)# ip address 10.1.2.1/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 xe4 | 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)#commit | Commit the candidate configuration to the running configuration | 
| P2(config)#interface xe12 | Enter interface mode. | 
| P2(config-if)#ip address 10.2.1.1/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)#commit | Commit the candidate configuration to the running configuration | 
| P2(config)#interface xe13 | Enter interface mode. | 
| P2(config-if)#ip address 10.4.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)#commit | Commit the candidate configuration to the running configuration | 
| 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 with level-1-2. | 
| 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 16000 23999 | 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)#commit | Commit the candidate configuration to the running configuration | 
P3
 
| P3#configure terminal | Enter configure mode. | 
| P3(config)#s-bfd discriminator 10.0.1.3 | Discriminator value for reflector | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#interface lo | Enter interface mode. | 
| P3(config-if)#ip address 10.0.1.3/32 secondary | Configure the IP address of the interface. | 
| P3(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P3(config-if)#prefix-sid index 500 no-php | Configure prefix sid index value with no php. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#interface xe1 | Enter interface mode. | 
| P3(config-if)#ip address 10.1.1.2/30 | Configure the IP address of the interface. | 
| P3(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P3(config-if)#label-switching | Enable label switching. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#interface xe2 | Enter interface mode. | 
| P3(config-if)#ip address 10.3.2.1/30 | Configure the IP address of the interface. | 
| P3(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P3(config-if)#label-switching | Enable label switching. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#interface xe4 | Enter interface mode. | 
| P3(config-if)#ip address 10.33.1.2/30 | Configure the IP address of the interface. | 
| P3(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P3(config-if)#label-switching | Enable label switching. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#interface xe12 | Enter interface mode. | 
| P3(config-if)#ip address 10.2.1.2/30 | Configure the IP address of the interface. | 
| P3(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P3(config-if)#label-switching | Enable label switching. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
| P3(config)#router isis isis1 | Set the routing process ID . | 
| P3(config-router)#metric-style wide | Configure metric style as wide. | 
| P3(config-router)#is-type level-1-2 | Configure is-type with level-1-2. | 
| P3(config-router)#net 49.0000.0100.0000.1003.00 | Configure Network entity title (NET). | 
| P3(config-router)#mpls traffic-eng level-1 | Enable MPLS Traffic Engineering as level-1. | 
| P3(config-router)#mpls traffic-eng level-2 | Enable MPLS Traffic Engineering as level-2 as well. | 
| P3(config-router)#dynamic-hostname | Enable dynamic-hostname under ISIS isis1 process. | 
| P3(config-router)#isis segment-routing global block 16000 23999 | Enable SRGB under ISIS isis1 process. | 
| P3(config-router)#segment-routing mpls | Enable segment routing under router process. | 
| P3(config-router)#exit | Exit router mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration | 
P4
 
| P4#configure terminal | Enter configure mode. | 
| P4(config)#s-bfd discriminator 10.0.1.4 | Discriminator value for reflector | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
| P4(config)#interface lo | Enter interface mode. | 
| P4(config-if)#ip address 10.0.1.4/32 secondary | Configure the IP address of the interface. | 
| P4(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P4(config-if)# prefix-sid index 600 no-php | Configure prefix sid index value with no php. | 
| P4(config-if)#exit | Exit interface mode. | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
| P4(config)#interface xe1 | Enter interface mode. | 
| P4(config-if)#ip address 10.4.2.1/30 | Configure the IP address of the interface. | 
| P4(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P4(config-if)#label-switching | Enable label switching. | 
| P4(config-if)#exit | Exit interface mode. | 
| P4(config)#interface xe2 | Enter interface mode. | 
| P4(config-if)#ip address 10.3.2.2/30 | Configure the IP address of the interface. | 
| P4(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P4(config-if)#label-switching | Enable label switching. | 
| P4(config-if)#exit | Exit interface mode. | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
| P4(config)#interface xe4 | Enter interface mode. | 
| P4(config-if)#ip address 10.44.5.1/30 | Configure the IP address of the interface. | 
| P4(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P4(config-if)#label-switching | Enable label switching. | 
| P4(config-if)#exit | Exit interface mode. | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
| P4(config)#interface xe6 | Enter interface mode. | 
| P4(config-if)#ip address 10.4.1.2/30 | Configure the IP address of the interface. | 
| P4(config-if)#ip router isis isis1 | Make the interface part of the router isis isis1 instance. | 
| P4(config-if)#label-switching | Enable label switching. | 
| P4(config-if)#exit | Exit interface mode. | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
| P4(config)#router isis isis1 | Set the routing process ID . | 
| P4(config-router)#metric-style wide | Configure metric style as wide. | 
| P4(config-router)#is-type level-1-2 | Configure is-type with level-1-2. | 
| P4(config-router)#net 49.0000.0100.0000.1004.00 | Configure Network entity title (NET). | 
| P4(config-router)#mpls traffic-eng level-1 | Enable MPLS Traffic Engineering as level-1. | 
| P4(config-router)#mpls traffic-eng level-2 | Enable MPLS Traffic Engineering as level-2 as well. | 
| P4(config-router)#dynamic-hostname | Enable dynamic-hostname under ISIS isis1 process. | 
| P4(config-router)#isis segment-routing global block 16000 23999 | Enable SRGB under ISIS isis1 process. | 
| P4(config-router)#segment-routing mpls | Enable segment routing under router process. | 
| P4(config-router)#exit | Exit router mode. | 
| P4(config)#commit | Commit the candidate configuration to the running configuration | 
PE2
 
| PE2#configure terminal | Enter configure mode. | 
| PE2(config)#s-bfd discriminator 10.0.1.33 | Discriminator value for reflector | 
| PE2(config)#commit | Commit the candidate configuration to the running configuration | 
| PE2(config)#interface lo | Enter interface mode. | 
| PE2(config-if)#ip address 10.0.1.33/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 no-php | Configure prefix sid index value with no-php. | 
| PE2(config-if)#exit | Exit interface mode. | 
| PE2(config)#commit | Commit the candidate configuration to the running configuration | 
| PE2(config)#interface xe22 | Enter interface mode. | 
| PE2(config-if)#ip address 10.44.5.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)#commit | Commit the candidate configuration to the running configuration | 
| PE2(config)#interface xe23 | Enter interface mode. | 
| PE2(config-if)#ip address 10.33.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)#commit | Commit the candidate configuration to the running configuration | 
| 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.1033.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)#dynamic-hostname | Enable dynamic-hostname under ISIS isis1 process | 
| 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 | 
Note:	By default, PHP is enabled, to see all the labels in MPLS forwarding and ILM table we have enabled with non- php option.
Validation
 
Validation 1
PE2-7048#show bfd session
 
BFD process for VRF: (DEFAULT VRF)
=====================================================================================
Sess-Idx   Remote-Disc  Lower-Layer  Sess-Type   Sess-State  UP-Time   Interface      Down-Reason  Remote-Addr
1281       45.45.45.45  MPLS LSP     Single-Hop  Up          00:01:15  po1.10         NA           45.45.45.45/32
 
Number of Sessions:    1
 
 
PE2-7048#show segment-routing policy detail
 
Policy-Name: 1    Color 1      End-point 45.45.45.45      Tunnel-ID: 1
  Admin-Status: UP    Oper-Status: UP for 00:01:13
  State Transition Count: 1
  CSPF Retry Limit: 100    CSPF Retry Interval: 10
  S-BFD is enabled.
  Binding SID :
  BSID: 25600
  Alloc mode: Dynamic
  Oper State: Programmed
 
  CP ID: 1, Active
    Preference: 300    Path Type: Explicit    CP Origin: Local
    CP state: Valid
    Segment List:
    Total no. of segments: 2
    Segment0[LABEL]: Label :16042
    Segment1[LABEL]: Label :16045
    Out-if: po1.10       Out-label-stack: 3/16045
    Backup ftn_ix: 6        (calculated based on s-bfd)
    Attributes:
    Configured:
    Explicit segment-list Name: 48-42
    Last Recorded Error: Next-hop resolution failed for SID-LIST, 00:02:15 ago
 
  CP ID: 2, S-BFD backup
    Preference: 100    Path Type: Explicit    CP Origin: Local
    CP state: Valid
    Segment List:
    Total no. of segments: 2
    Segment0[LABEL]: Label :16043
    Segment1[LABEL]: Label :16045
    Out-if: xe0          Out-label-stack: 3/16045
    Attributes:
    Configured:
    Explicit segment-list Name: 48-43
    Last Recorded Error: Next-hop resolution failed for SID-LIST, 00:02:15 ago
 
 
Verify ISIS neighbor adjacency between routers. 
PE1#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
P2             xe4         e8c5.7a79.5722      Up     20        L1   IS-IS
                                               Up     20        L2   IS-IS
P1             xe8         9819.2ca4.1c04      Up     20        L1   IS-IS
                                               Up     20        L2   IS-IS
P1#sh 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
PE1            xe0         e8c5.7a90.cc76      Up     8         L1   IS-IS
                                               Up     8         L2   IS-IS
P2             xe3         e8c5.7a79.5721      Up     9         L1   IS-IS
                                               Up     9         L2   IS-IS
P4             xe15        903c.b32e.0349      Up     28        L1   IS-IS
                                               Up     28        L2   IS-IS
P3             xe16        e8c5.7a8b.a81f      Up     9         L1   IS-IS
                                               Up     9         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             xe3         9819.2ca4.1c07      Up     22        L1   IS-IS
                                               Up     22        L2   IS-IS
PE1            xe4         e8c5.7a90.cc72      Up     6         L1   IS-IS
                                               Up     6         L2   IS-IS
P3             xe12        e8c5.7a8b.a82a      Up     6         L1   IS-IS
                                               Up     6         L2   IS-IS
P4             xe13        903c.b32e.0344      Up     22        L1   IS-IS
                                               Up     22        L2   IS-IS
P2#
 
P3#sh 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             xe1         9819.2ca4.1c14      Up     28        L1   IS-IS
                                               Up     28        L2   IS-IS
P4             xe2         903c.b32e.0345      Up     28        L1   IS-IS
                                               Up     28        L2   IS-IS
PE2            xe4         80a2.35ec.d679      Up     27        L1   IS-IS
                                               Up     27        L2   IS-IS
P2             xe12        e8c5.7a79.572a      Up     27        L1   IS-IS
                                               Up     27        L2   IS-IS
P3#
 
P4#sh 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             xe1         e8c5.7a79.572b      Up     6         L1   IS-IS
                                               Up     6         L2   IS-IS
P3             xe2         e8c5.7a8b.a820      Up     6         L1   IS-IS
                                               Up     6         L2   IS-IS
PE2            xe4         80a2.35ec.d678      Up     25        L1   IS-IS
                                               Up     25        L2   IS-IS
P1             xe6         9819.2ca4.1c13      Up     6         L1   IS-IS
                                               Up     6         L2   IS-IS
P4#
 
PE2#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
P4             xe22        903c.b32e.0347      Up     5         L1   IS-IS
                                               Up     5         L2   IS-IS
P3             xe23        e8c5.7a8b.a822      Up     5         L1   IS-IS
                                               Up     5         L2   IS-IS
PE2#
Validation-2
The command output below displays the details of routers configured with segment routing.
PE1#show isis segment-routing capability
 
Tag isis1  Segment-Routing:
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.1
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                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.3
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.4
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.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.33
Algorithm0                        :0
SRMS Preference                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
PE1#
PE1#
PE1#
PE1#sh isis segment-routing state
 
Tag isis1  Segment-Routing:
SR State:  SR_ENABLED
SRGB Start: 16000,  SRGB Range: 8000
Operational state:  enabled
PE1#
Validation 3
Verify that segment routing information is present in ISIS database.
PE1#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              0x00000004   0x8CE8        825               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: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.1
  Metric:   10         IS-Extended P2.05
    IPv4 Interface Address: 10.1.2.2
    Neighbor IP Address: 10.1.2.1
    Maximum Link Bandwidth: 25g
    Reservable Bandwidth: 25g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 25g
      Unreserved Bandwidth at priority 1: 25g
      Unreserved Bandwidth at priority 2: 25g
      Unreserved Bandwidth at priority 3: 25g
      Unreserved Bandwidth at priority 4: 25g
      Unreserved Bandwidth at priority 5: 25g
      Unreserved Bandwidth at priority 6: 25g
      Unreserved Bandwidth at priority 7: 25g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.02
    IPv4 Interface Address: 10.1.1.1
    Neighbor IP Address: 10.1.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P1.04
    IPv4 Interface Address: 10.4.1.1
    Neighbor IP Address: 10.4.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended PE1.03
    IPv4 Interface Address: 10.11.1.2
    Neighbor IP Address: 10.11.1.1
    Maximum Link Bandwidth: 25g
    Reservable Bandwidth: 25g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 25g
      Unreserved Bandwidth at priority 1: 25g
      Unreserved Bandwidth at priority 2: 25g
      Unreserved Bandwidth at priority 3: 25g
      Unreserved Bandwidth at priority 4: 25g
      Unreserved Bandwidth at priority 5: 25g
      Unreserved Bandwidth at priority 6: 25g
      Unreserved Bandwidth at priority 7: 25g
    TE-Default Metric: 10
    System-ID: 0100.0000.1011  LAN Adjacency SID: 24320  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.11.1.0/30
  Metric:   10         IP-Extended 10.1.2.0/30
  Metric:   10         IP-Extended 10.4.1.0/30
  Metric:   10         IP-Extended 10.1.1.0/30
P1.04-00              0x00000001   0xCBC6        796               0/0/0
  Metric:   0          IS-Extended P1.00
  Metric:   0          IS-Extended P4.00
P2.00-00              0x00000004   0x2EA9        824               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: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.2
  Metric:   10         IS-Extended P2.04
    IPv4 Interface Address: 10.4.2.2
    Neighbor IP Address: 10.4.2.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.06
    IPv4 Interface Address: 10.2.1.1
    Neighbor IP Address: 10.2.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24322  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: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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.05
    IPv4 Interface Address: 10.1.2.1
    Neighbor IP Address: 10.1.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 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.11.2.0/30
  Metric:   10         IP-Extended 10.2.1.0/30
  Metric:   10         IP-Extended 10.4.2.0/30
P2.04-00              0x00000001   0xCCC3        796               0/0/0
  Metric:   0          IS-Extended P2.00
  Metric:   0          IS-Extended P4.00
P2.05-00              0x00000001   0x8909        796               0/0/0
  Metric:   0          IS-Extended P2.00
  Metric:   0          IS-Extended P1.00
P3.00-00              0x00000004   0x4651        824               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     P3
  IP Address:   10.0.1.3
  Router ID:    10.0.1.3
  Router Cap:   10.0.1.3
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.3
  Metric:   10         IS-Extended P3.04
    IPv4 Interface Address: 10.33.1.2
    Neighbor IP Address: 10.33.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1033  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.06
    IPv4 Interface Address: 10.2.1.2
    Neighbor IP Address: 10.2.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.02
    IPv4 Interface Address: 10.1.1.2
    Neighbor IP Address: 10.1.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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 P3.03
    IPv4 Interface Address: 10.3.2.1
    Neighbor IP Address: 10.3.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.1.1.0/30
  Metric:   10         IP-Extended 10.3.2.0/30
  Metric:   10         IP-Extended 10.33.1.0/30
  Metric:   10         IP-Extended 10.33.44.0/30
  Metric:   10         IP-Extended 10.2.1.0/30
P3.02-00              0x00000001   0x9FF3        797               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P1.00
P3.03-00              0x00000001   0xD4BA        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P4.00
P3.04-00              0x00000001   0x7DE1        797               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended PE2.00
P3.06-00              0x00000001   0x97F6        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P2.00
P4.00-00              0x00000004   0x1369        825               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     P4
  IP Address:   10.0.1.4
  Router ID:    10.0.1.4
  Router Cap:   10.0.1.4
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.4
  Metric:   10         IS-Extended P2.04
    IPv4 Interface Address: 10.4.2.1
    Neighbor IP Address: 10.4.2.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24320  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P1.04
    IPv4 Interface Address: 10.4.1.2
    Neighbor IP Address: 10.4.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1001  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.03
    IPv4 Interface Address: 10.3.2.2
    Neighbor IP Address: 10.3.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P4.03
    IPv4 Interface Address: 10.44.5.1
    Neighbor IP Address: 10.44.5.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1033  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.4.2.0/30
  Metric:   10         IP-Extended 10.3.2.0/30
  Metric:   10         IP-Extended 10.44.5.0/30
  Metric:   10         IP-Extended 10.4.1.0/30
P4.03-00              0x00000001   0x85D8        796               0/0/0
  Metric:   0          IS-Extended P4.00
  Metric:   0          IS-Extended PE2.00
PE1.00-00           * 0x00000004   0x119E        825               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: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 26240  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended PE1.03
    IPv4 Interface Address: 10.11.1.1
    Neighbor IP Address: 10.11.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1001  LAN Adjacency SID: 26241  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:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.11.2.0/30
  Metric:   10         IP-Extended 10.11.22.0/30
  Metric:   10         IP-Extended 10.11.1.0/30
PE1.03-00           * 0x00000001   0xA6CF        797               0/0/0
  Metric:   0          IS-Extended PE1.00
  Metric:   0          IS-Extended P1.00
PE1.04-00           * 0x00000001   0xB3C0        797               0/0/0
  Metric:   0          IS-Extended PE1.00
  Metric:   0          IS-Extended P2.00
PE2.00-00             0x00000005   0x076F        930               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     PE2
  IP Address:   10.0.1.33
  Router ID:    10.0.1.33
  Router Cap:   10.0.1.33
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.33
  Metric:   10         IS-Extended P4.03
    IPv4 Interface Address: 10.44.5.2
    Neighbor IP Address: 10.44.5.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 25600  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.04
    IPv4 Interface Address: 10.33.1.1
    Neighbor IP Address: 10.33.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 25601  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:0 N:1 P:0 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.44.5.0/30
  Metric:   10         IP-Extended 10.33.1.0/30
 
IS-IS Level-2 Link State Database:
LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime      ATT/P/OL
P1.00-00              0x00000007   0x8175        931               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: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.1
  Metric:   10         IS-Extended P2.05
    IPv4 Interface Address: 10.1.2.2
    Neighbor IP Address: 10.1.2.1
    Maximum Link Bandwidth: 25g
    Reservable Bandwidth: 25g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 25g
      Unreserved Bandwidth at priority 1: 25g
      Unreserved Bandwidth at priority 2: 25g
      Unreserved Bandwidth at priority 3: 25g
      Unreserved Bandwidth at priority 4: 25g
      Unreserved Bandwidth at priority 5: 25g
      Unreserved Bandwidth at priority 6: 25g
      Unreserved Bandwidth at priority 7: 25g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.02
    IPv4 Interface Address: 10.1.1.1
    Neighbor IP Address: 10.1.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P1.04
    IPv4 Interface Address: 10.4.1.1
    Neighbor IP Address: 10.4.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended PE1.03
    IPv4 Interface Address: 10.11.1.2
    Neighbor IP Address: 10.11.1.1
    Maximum Link Bandwidth: 25g
    Reservable Bandwidth: 25g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 25g
      Unreserved Bandwidth at priority 1: 25g
      Unreserved Bandwidth at priority 2: 25g
      Unreserved Bandwidth at priority 3: 25g
      Unreserved Bandwidth at priority 4: 25g
      Unreserved Bandwidth at priority 5: 25g
      Unreserved Bandwidth at priority 6: 25g
      Unreserved Bandwidth at priority 7: 25g
    TE-Default Metric: 10
    System-ID: 0100.0000.1011  LAN Adjacency SID: 24320  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.11.1.0/30
  Metric:   10         IP-Extended 10.1.2.0/30
  Metric:   10         IP-Extended 10.4.1.0/30
  Metric:   10         IP-Extended 10.1.1.0/30
  Metric:   20         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 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:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.2.1.0/30
  Metric:   20         IP-Extended 10.3.2.0/30
  Metric:   20         IP-Extended 10.4.2.0/30
  Metric:   20         IP-Extended 10.11.2.0/30
  Metric:   20         IP-Extended 10.11.22.0/30
  Metric:   20         IP-Extended 10.33.1.0/30
  Metric:   20         IP-Extended 10.33.44.0/30
  Metric:   20         IP-Extended 10.44.5.0/30
P1.04-00              0x00000001   0xCBC6        796               0/0/0
  Metric:   0          IS-Extended P1.00
  Metric:   0          IS-Extended P4.00
P2.00-00              0x00000008   0x7B45        931               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: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.2
  Metric:   10         IS-Extended P3.06
    IPv4 Interface Address: 10.2.1.1
    Neighbor IP Address: 10.2.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P2.04
    IPv4 Interface Address: 10.4.2.2
    Neighbor IP Address: 10.4.2.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P2.05
    IPv4 Interface Address: 10.1.2.1
    Neighbor IP Address: 10.1.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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 PE1.04
    IPv4 Interface Address: 10.11.2.2
    Neighbor IP Address: 10.11.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 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.11.2.0/30
  Metric:   10         IP-Extended 10.2.1.0/30
  Metric:   10         IP-Extended 10.4.2.0/30
  Metric:   20         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 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:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.1.1.0/30
  Metric:   20         IP-Extended 10.3.2.0/30
  Metric:   20         IP-Extended 10.4.1.0/30
  Metric:   20         IP-Extended 10.11.1.0/30
  Metric:   20         IP-Extended 10.11.22.0/30
  Metric:   20         IP-Extended 10.33.1.0/30
  Metric:   20         IP-Extended 10.33.44.0/30
  Metric:   20         IP-Extended 10.44.5.0/30
P2.04-00              0x00000001   0xCCC3        796               0/0/0
  Metric:   0          IS-Extended P2.00
  Metric:   0          IS-Extended P4.00
P2.05-00              0x00000001   0x8909        796               0/0/0
  Metric:   0          IS-Extended P2.00
  Metric:   0          IS-Extended P1.00
P3.00-00              0x00000008   0xC9B7        931               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     P3
  IP Address:   10.0.1.3
  Router ID:    10.0.1.3
  Router Cap:   10.0.1.3
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.3
  Metric:   10         IS-Extended P3.04
    IPv4 Interface Address: 10.33.1.2
    Neighbor IP Address: 10.33.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1033  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.06
    IPv4 Interface Address: 10.2.1.2
    Neighbor IP Address: 10.2.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.02
    IPv4 Interface Address: 10.1.1.2
    Neighbor IP Address: 10.1.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    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 P3.03
    IPv4 Interface Address: 10.3.2.1
    Neighbor IP Address: 10.3.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.1.1.0/30
  Metric:   10         IP-Extended 10.3.2.0/30
  Metric:   10         IP-Extended 10.33.1.0/30
  Metric:   10         IP-Extended 10.33.44.0/30
  Metric:   10         IP-Extended 10.2.1.0/30
  Metric:   20         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.44.5.0/30
  Metric:   20         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.11/32
    Prefix-SID: index 100 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.4.1.0/30
  Metric:   20         IP-Extended 10.4.2.0/30
  Metric:   20         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
P3.02-00              0x00000001   0x9FF3        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P1.00
P3.03-00              0x00000001   0xD4BA        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P4.00
P3.04-00              0x00000001   0x7DE1        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended PE2.00
P3.06-00              0x00000001   0x97F6        796               0/0/0
  Metric:   0          IS-Extended P3.00
  Metric:   0          IS-Extended P2.00
P4.00-00              0x00000007   0xB896        931               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     P4
  IP Address:   10.0.1.4
  Router ID:    10.0.1.4
  Router Cap:   10.0.1.4
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.4
  Metric:   10         IS-Extended P2.04
    IPv4 Interface Address: 10.4.2.1
    Neighbor IP Address: 10.4.2.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 24320  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P1.04
    IPv4 Interface Address: 10.4.1.2
    Neighbor IP Address: 10.4.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1001  LAN Adjacency SID: 24323  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.03
    IPv4 Interface Address: 10.3.2.2
    Neighbor IP Address: 10.3.2.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 24321  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P4.03
    IPv4 Interface Address: 10.44.5.1
    Neighbor IP Address: 10.44.5.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1033  LAN Adjacency SID: 24322  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 R:0 N:1 P:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.4.2.0/30
  Metric:   10         IP-Extended 10.3.2.0/30
  Metric:   10         IP-Extended 10.44.5.0/30
  Metric:   10         IP-Extended 10.4.1.0/30
  Metric:   20         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.11/32
    Prefix-SID: index 100 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.1.1.0/30
  Metric:   20         IP-Extended 10.1.2.0/30
  Metric:   20         IP-Extended 10.2.1.0/30
  Metric:   20         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.33.1.0/30
  Metric:   20         IP-Extended 10.33.44.0/30
P4.03-00              0x00000001   0x85D8        796               0/0/0
  Metric:   0          IS-Extended P4.00
  Metric:   0          IS-Extended PE2.00
PE1.00-00           * 0x00000007   0xCE3C        932               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: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1002  LAN Adjacency SID: 26240  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended PE1.03
    IPv4 Interface Address: 10.11.1.1
    Neighbor IP Address: 10.11.1.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1001  LAN Adjacency SID: 26241  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:1 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.11.2.0/30
  Metric:   10         IP-Extended 10.11.22.0/30
  Metric:   10         IP-Extended 10.11.1.0/30
  Metric:   20         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   40         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:1 N:0 P:0 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.1.1.0/30
  Metric:   20         IP-Extended 10.1.2.0/30
  Metric:   20         IP-Extended 10.2.1.0/30
  Metric:   30         IP-Extended 10.3.2.0/30
  Metric:   20         IP-Extended 10.4.1.0/30
  Metric:   20         IP-Extended 10.4.2.0/30
  Metric:   30         IP-Extended 10.33.1.0/30
  Metric:   30         IP-Extended 10.33.44.0/30
  Metric:   30         IP-Extended 10.44.5.0/30
PE1.03-00           * 0x00000001   0xA6CF        797               0/0/0
  Metric:   0          IS-Extended PE1.00
  Metric:   0          IS-Extended P1.00
PE1.04-00           * 0x00000001   0xB3C0        797               0/0/0
  Metric:   0          IS-Extended PE1.00
  Metric:   0          IS-Extended P2.00
PE2.00-00             0x00000008   0x9F4C        935               0/0/0
  Area Address: 49.0000
  NLPID:        0xCC
  Hostname:     PE2
  IP Address:   10.0.1.33
  Router ID:    10.0.1.33
  Router Cap:   10.0.1.33
    SRGB Range: 8000   SRGB Base SID: 16000  I:1 V:0
    SR-Algorithm:
      Algorithm: 0
    SBFD Discriminator: 10.0.1.33
  Metric:   10         IS-Extended P4.03
    IPv4 Interface Address: 10.44.5.2
    Neighbor IP Address: 10.44.5.1
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1004  LAN Adjacency SID: 25600  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IS-Extended P3.04
    IPv4 Interface Address: 10.33.1.1
    Neighbor IP Address: 10.33.1.2
    Maximum Link Bandwidth: 10g
    Reservable Bandwidth: 10g
    Unreserved Bandwidth:
      Unreserved Bandwidth at priority 0: 10g
      Unreserved Bandwidth at priority 1: 10g
      Unreserved Bandwidth at priority 2: 10g
      Unreserved Bandwidth at priority 3: 10g
      Unreserved Bandwidth at priority 4: 10g
      Unreserved Bandwidth at priority 5: 10g
      Unreserved Bandwidth at priority 6: 10g
      Unreserved Bandwidth at priority 7: 10g
    TE-Default Metric: 10
    System-ID: 0100.0000.1003  LAN Adjacency SID: 25601  F:0 B:0 V:1 L:1 S:0 P:0
  Metric:   10         IP-Extended 10.0.1.33/32
    Prefix-SID: index 700 R:0 N:1 P:0 E:0 V:0 L:0
  Metric:   10         IP-Extended 10.44.5.0/30
  Metric:   10         IP-Extended 10.33.1.0/30
  Metric:   30         IP-Extended 10.0.1.1/32
    Prefix-SID: index 300 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   30         IP-Extended 10.0.1.2/32
    Prefix-SID: index 400 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.3/32
    Prefix-SID: index 500 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.0.1.4/32
    Prefix-SID: index 600 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   40         IP-Extended 10.0.1.11/32
    Prefix-SID: index 100 R:1 N:0 P:1 E:0 V:0 L:0
  Metric:   20         IP-Extended 10.1.1.0/30
  Metric:   30         IP-Extended 10.1.2.0/30
  Metric:   20         IP-Extended 10.2.1.0/30
  Metric:   20         IP-Extended 10.3.2.0/30
  Metric:   20         IP-Extended 10.4.1.0/30
  Metric:   20         IP-Extended 10.4.2.0/30
  Metric:   30         IP-Extended 10.11.1.0/30
  Metric:   30         IP-Extended 10.11.2.0/30
  Metric:   40         IP-Extended 10.11.22.0/30
  Metric:   20         IP-Extended 10.33.44.0/30
 
PE1#
Validation 4
Verify that segment routing is enabled and that prefix SIDs are announced to other routers.
Verify that prefix SIDs are installed as labels in MPLS forwarding table. Verify the same in FTN and ILM tables.
 
PE1#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
(m) - FTN mapped over multipath transport
 
Code    FEC                 FTN-ID    Nhlfe-ID  Tunnel-id   Pri   LSP-Type     Out-Label    Out-Intf    ELC   Nexthop
   i>   10.0.1.1/32         4         10        0           Yes   LSP_DEFAULT  16300        xe8         No    10.11.1.2
   i>   10.0.1.2/32         1         4         0           Yes   LSP_DEFAULT  16400        xe4         No    10.11.2.2
   i>   10.0.1.3/32         2         6         0           Yes   LSP_DEFAULT  16500        xe4         No    10.11.2.2
   i>   10.0.1.4/32         5         13        0           Yes   LSP_DEFAULT  16600        xe8         No    10.11.1.2
   P>   10.0.1.33/32        6         14        1           Yes   LSP_DEFAULT  16400        xe4         No    10.11.2.2
   i    10.0.1.33/32        3         7         0           Yes   LSP_DEFAULT  16700        xe4         No    10.11.2.2
PE1#
 
In the forwarding tables above, the configured prefix SIDs are in the Out-Label column which is expected and is global across the topology. The swap happens in between nodes with this prefix SID and there is no local labelling.
Also verify the ILM and FTN tables.
 
PE1#sh 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
   i>   10.0.1.3/32        4           16500       16500       N/A        xe4              10.11.2.2                 LSP_DEFAULT
   i>   10.0.1.1/32        7           16300       16300       N/A        xe8              10.11.1.2                 LSP_DEFAULT
   i>   10.0.1.11/32       1           16100       Nolabel     N/A        N/A              127.0.0.1                 LSP_DEFAULT
   i>   10.0.1.2/32        6           16400       16400       N/A        xe4              10.11.2.2                 LSP_DEFAULT
   i>   10.11.2.2/32       2           26240       3           N/A        xe4              10.11.2.2                 LSP_DEFAULT
   i>   10.0.1.33/32       5           16700       16700       N/A        xe4              10.11.2.2                 LSP_DEFAULT
   i>   10.0.1.4/32        8           16600       16600       N/A        xe8              10.11.1.2                 LSP_DEFAULT
   P>   10.0.1.33/32       9           25600       16400       N/A        xe4              10.11.2.2                 LSP_DEFAULT
   i>   10.11.1.2/32       3           26241       3           N/A        xe8              10.11.1.2                 LSP_DEFAULT
PE1#
PE1#
PE1#
PE1#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.1/32, id: 4, row status: Active, Tunnel-Policy: N/A
  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, Color: 0
     Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 9
      Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: ISIS-SR, Stale: NO, out intf: xe8, out label: 16300
    Nexthop addr: 10.11.1.2        cross connect ix: 7, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.2/32, id: 1, row status: Active, Tunnel-Policy: N/A
  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, Color: 0
     Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 3
      Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: ISIS-SR, Stale: NO, out intf: xe4, out label: 16400
    Nexthop addr: 10.11.2.2        cross connect ix: 4, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.3/32, id: 2, row status: Active, Tunnel-Policy: N/A
  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, Color: 0
     Cross connect ix: 5, in intf: - in label: 0 out-segment ix: 5
      Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: ISIS-SR, Stale: NO, out intf: xe4, out label: 16500
    Nexthop addr: 10.11.2.2        cross connect ix: 5, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.4/32, id: 5, row status: Active, Tunnel-Policy: N/A
  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, Color: 0
     Cross connect ix: 9, in intf: - in label: 0 out-segment ix: 12
      Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 12, owner: ISIS-SR, Stale: NO, out intf: xe8, out label: 16600
    Nexthop addr: 10.11.1.2        cross connect ix: 9, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 6, row status: Active, Tunnel-Policy: N/A
  Owner: SR_POLICY, distance: 0, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 1, Protected LSP id: 0, QoS Resource id: 0, Description: ocnos, Color: 0
     Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 11
      Owner: SR_POLICY, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 11, owner: SR_POLICY, Stale: NO, out intf: xe4, out label: 16400\16600\16700
    Nexthop addr: 10.11.2.2        cross connect ix: 8, op code: Push
 
  Bidirectional Forwarding Detection is configured
  Bidirectional Forwarding Detection is enabled
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 3, row status: Active, Tunnel-Policy: N/A
  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, Color: 0
     Cross connect ix: 6, 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: xe4, out label: 16700
    Nexthop addr: 10.11.2.2        cross connect ix: 6, op code: Push
 
 
PE1#
 
Validation 5
Verify that sr policy is enabled and up.
 
PE1#show segment-routing policy
 
Policy-Name                                                  Color       End-point        State       Forwarding-Info
ocnos                                                        201         10.0.1.33        UP          16400/16600/16700/xe4
PE1#
PE1#
PE1#show segment-routing policy detail
 
Policy-Name: ocnos    Color 201    End-point 10.0.1.33        Tunnel-ID: 1
  Admin-Status: UP    Oper-Status: UP for 00:09:45
  State Transition Count: 3
  CSPF Retry Limit: 100    CSPF Retry Interval: 10
  Binding SID :
   BSID: 25600
   Alloc mode: Dynamic
   Oper State: Programmed
 
  CP ID: 1, Active
    Preference: 200    Path Type: Explicit    CP Origin: Local
    CP state: Valid
    Segment List:
    Total no. of segments: 3
     Segment0[LABEL]: Label :16400
     Segment1[LABEL]: Label :16600
     Segment2[LABEL]: Label :16700
    Out-if: xe4          Out-label-stack: 16400/16600/16700
    Attributes:
      Configured:
        Explicit segment-list Name: PE3
 
PE1#
 
 
Validation 6
Verify that s-bfd session is enabled and up.
 
PE1#show bfd session
 
BFD process for VRF: (DEFAULT VRF)
=====================================================================================
Sess-Idx   Remote-Disc  Lower-Layer  Sess-Type   Sess-State  UP-Time   Interface      Down-Reason  Remote-Addr
1281       10.0.1.33    MPLS LSP     Single-Hop  Up          00:10:45  xe4            NA           10.0.1.33/32
 
Number of Sessions:    1
PE1#
PE1#
PE1#show bfd session detail
 
BFD process for VRF: (DEFAULT VRF)
====================================================================================
 
Session Interface Index : 10005          Interface name :xe4
Session Index : 1281
Lower Layer : MPLS LSP                   Version : 1
Session Type : Single Hop                Session State : Up
Local Discriminator : 1281               Local Address : 10.0.1.11/32
Remote Discriminator : 10.0.1.33         Remote Address : 10.0.1.33/32
Local Port : 49153                       Remote Port : 7784
LSP Owner : SR-POLICY                    SR-Policy Name : ocnos
NHLFE Ix : 14
Options :
 
Diagnostics : None
 
Timers in Milliseconds :
Min Tx: 40                Min Rx: 0                 Multiplier: 40
Neg Tx: 40                Neg Rx: 40                Neg detect mult: 40
Min echo Tx: 0            Min echo Rx: 0            Neg echo intrvl: 0
Storage type : 2
Sess down time : 00:00:00
Sess Down Reason : NA
Bfd GTSM Disabled
Bfd Authentication Disabled
 
Counters values:
Pkt In : n/a                               Pkt Out : n/a
Echo Out : 00000000000000000000            IPv6 Echo Out : 00000000000000000000
IPv6 Pkt In : 00000000000000000000         IPv6 Pkt Out : 00000000000000000000
UP Count : 1                               UPTIME : 00:10:52
 
Protocol Client Info:
NSM-> Client ID: 1       Flags: 4
----------------------------------------------------------
 
Number of Sessions:    1
PE1#
 
PE1#sh s-bfd discriminators
S-BFD Discriminators:
  10.0.1.3
  10.0.1.2
  10.0.1.1
  10.0.1.33
  10.0.1.4
 
PE1#
 
 
PE1#sh bfd mpls lsp sessions
 Peer Addr                    Path       Tunnel-name                      State    Local     Local  Min        Min        Encap   Last
                                                                                   Disc      Multi  Tx         Rx                 Dn-Time
 10.0.1.33                    Up       1281      40     40000      0          IP/UDP  00:00:00
PE1#
PE1#
PE1#
PE1#sh bfd mpls lsp clients
 Peer Addr                   Path       Tunnel                            Remote  Remote  Remote   Neg         Neg
                             Type       Name                              Diag    Disc    Multi    Tx int      Rx int
 10.0.1.33                    0       553713674  40       40000       40000
PE1#