Configuring OSPF Inter-Area Segment Routing
This chapter shows how to configure segment routing between routers in different areas.
Topology
In the topology in 
Figure 7-5:
•	Router 1 and router 2 are in backbone area 0
•	Router 3 is an area border router (ABR) connected to both areas 0 and area 1
•	Router 4 is in area 1
 
OSPF Inter-Area Segment Routing Topology
PE1
 
| PE1#configure terminal | Enter configure mode. | 
| PE1(config)#int 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)# prefix-sid absolute 16000 no-php | Assign the Prefix SID value. | 
| PE1(config-if)#exit | Exit interface mode. | 
| PE1(config)#int xe2 | Enter interface mode. | 
| PE1(config-if)#ip address 10.11.1.1/30 | Configure the IP address of the interface. | 
| PE1(config-if)#label-switching | Enable label switching. | 
| PE1(config-if)#exit | Exit interface mode. | 
| PE1(config)#router ospf 1 | Configure the routing process and specify the Process ID (1). | 
| PE1(config-router)#router-id 10.0.1.11 | Advertise the router-id | 
| PE1(config-router)#network 10.0.1.11/32 area 0.0.0.0 | Advertise the lo interface in OSPF area 0. | 
| PE1(config-router)#network 10.11.1.0/30 area 0.0.0.0 | Advertise the xe2 interface in OSPF area 0. | 
| PE1(config-router)# ospf segment-routing global block 16000 23999 | Advertise the segment routing global block range. | 
| PE1(config-router)# segment-routing mpls | Enable Segment Routing for the OSPF 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)#int 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)# prefix-sid index 1000 no-php | Assign the Prefix SID value. | 
| P1(config-if)#exit | Exit interface mode. | 
| P1(config)#int xe2 | Enter interface mode. | 
| P1(config-if)#ip address 10.11.1.2/30 | Configure the IP address of the interface. | 
| P1(config-if)#label-switching | Enable label switching. | 
| P1(config-if)#exit | Exit interface mode. | 
| P1(config)#int xe11 | Enter interface mode. | 
| P1(config-if)#ip address 10.1.1.1/30 | Configure the IP address of the interface. | 
| P1(config-if)#label-switching | Enable label switching. | 
| P1(config-if)#exit | Exit interface mode. | 
| P1(config)#router ospf 1 | Configure the routing process and specify the Process ID (1). | 
| P1(config-router)#router-id 10.0.1.1 | Advertise the router-id | 
| P1(config-router)#network 10.0.1.1/32 area 0.0.0.0 | Advertise the lo interface in OSPF area 0. | 
| P1(config-router)#network 10.11.1.0/30 area 0.0.0.0 | Advertise the xe2 interface in OSPF area 0. | 
| P1(config-router)#network 10.1.1.0/30 area 0.0.0.0 | Advertise the xe11 interface in OSPF area 0. | 
| P1(config-router)# ospf segment-routing global block 16000 23999 | Advertise the segment routing global block range. | 
| P1(config-router)# segment-routing mpls | Enable Segment Routing for the OSPF 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)#int xe11 | Enter interface mode. | 
| P2(config-if)#ip address 10.1.1.2/30 | Configure the IP address of the interface. | 
| P2(config-if)#label-switching | Enable Label Switching | 
| P2(config-if)#exit | Exit interface mode. | 
| P2(config)#int xe13 | Enter interface mode. | 
| P2(config-if)#ip address 10.44.2.2/30 | Configure the IP address of the interface. | 
| P2(config-if)#label-switching | Enable label switching. | 
| P2(config-if)#exit | Exit interface mode. | 
| P2(config)#int lo | Enter interface mode. | 
| P2(config-if)#ip address 10.0.1.2/32 secondary | Configure the IP address in the loopback interface | 
| P2(config-if)#prefix-sid index 2000 no-php | Set the prefix SID value. | 
| P2(config-if)#exit | Exit interface mode. | 
| P2(config)#router ospf 1 | Configure the routing process and specify the Process ID (1). | 
| P2(config-router)#router-id 10.0.1.2 | Advertise the router-id | 
| P2(config-router)#network 10.0.1.2/32 area 0.0.0.0 | Advertise the lo interface in OSPF area 0. | 
| P2(config-router)#network 10.44.2.0/30 area 1 | Advertise the xe13 interface in OSPF area 1. | 
| P2(config-router)#network 10.1.1.0/30 area 0 | Advertise the xe11 interface in OSPF area 0. | 
| P2(config-router)# ospf segment-routing global block 16000 23999 | Advertise the segment routing global block range. | 
| P2(config-router)#segment-routing mpls | Enable Segment Routing for the OSPF 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)#int xe13 | Enter interface mode. | 
| P3(config-if)#ip address 10.44.2.1/30 | Configure the IP address of the interface. | 
| P3(config-if)#label-switching | Enable label switching. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#int xe15 | Enter interface mode. | 
| P3(config-if)#ip address 10.33.44.2/30 | Configure the IP address of the interface. | 
| P3(config-if)#label-switching | Enable Label Switching | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#int lo | Enter interface mode. | 
| P3(config-if)#ip address 10.0.1.44/32 secondary | Configure the IP address in the loopback interface | 
| P3(config-if)#prefix-sid absolute 20000 no-php | Set the prefix SID value. | 
| P3(config-if)#exit | Exit interface mode. | 
| P3(config)#router ospf 1 | Configure the routing process and specify the Process ID (1). | 
| P3(config-router)#router-id 10.0.1.44 | Advertise the router-id | 
| P3(config-router)#network 10.0.1.44/32 area 1 | Advertise the lo interface in OSPF area 1. | 
| P3(config-router)#network 10.44.2.0/30 area 1 | Advertise the xe13 interface in OSPF area 1. | 
| P3(config-router)#network 10.33.44.2/30 area 1 | Advertise the xe15 interface in OSPF area 1. | 
| P3(config-router)# ospf segment-routing global block 16000 23999 | Advertise the segment routing global block range. | 
| P3(config-router)#segment-routing mpls | Enable Segment Routing for the OSPF process. | 
| P3(config-router)#exit | Exit router mode. | 
| P3(config)#commit | Commit the candidate configuration to the running configuration. | 
PE2
 
| PE2#configure terminal | Enter configure mode. | 
| PE2(config)#int xe15 | Enter interface mode. | 
| PE2(config-if)#ip address 10.33.44.1/30 | Configure the IP address of the interface. | 
| PE2(config-if)#label-switching | Enable label switching. | 
| PE2(config-if)#exit | Exit interface mode. | 
| PE2(config)#int 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)# prefix-sid absolute 19000 no-php | Assign the Prefix SID value. | 
| PE2(config-if)#exit | Exit interface mode. | 
| PE2(config)#router ospf 1 | Configure the routing process and specify the Process ID (1). | 
| PE2(config-router)#router-id 10.0.1.33 | Advertise the router-id | 
| PE2(config-router)#network 10.33.44.0/30 area 1 | Advertise the xe15 interface in OSPF area 1. | 
| PE2(config-router)#network 10.0.1.33/32 area 1 | Advertise the lo interface in OSPF area 1. | 
| PE2(config-router)# ospf segment-routing global block 16000 23999 | Advertise the segment routing global block range. | 
| PE2(config-router)# segment-routing mpls | Enable Segment Routing for the OSPF process. | 
| PE2(config-router)#exit | Exit router mode. | 
| PE2(config)#commit | Commit the candidate configuration to the running configuration. | 
Validation
Validation 1
Verify OSPF neighbor adjacency between all 5 routers.
PE1#show ip ospf neighbor
 
Total number of full neighbors: 1
OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address       Interface           Instance ID
10.0.1.1          1   Full/Backup      00:00:32    10.11.1.2     xe2                     0
 
P1#show ip ospf neighbor
 
Total number of full neighbors: 2
OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
10.0.1.2          1   Full/Backup      00:00:29    10.1.1.2        xe11                    0
10.0.1.11         1   Full/DR          00:00:38    10.11.1.1       xe2                     0
 
P2#show ip ospf neighbor
 
Total number of full neighbors: 2
OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
10.0.1.1          1   Full/DR          00:00:30    10.1.1.1        xe11                    0
10.0.1.44         1   Full/Backup      00:00:30    10.44.2.1       xe13                    0
 
PE2#show ip ospf neighbor
 
Total number of full neighbors: 1
OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
10.0.1.44         1   Full/DR          00:00:37    10.33.44.2      xe15                    0
 
P3#show ip ospf neighbor
 
Total number of full neighbors: 2
OSPF process 1 VRF(default):
Neighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID
10.0.1.33         1   Full/Backup      00:00:33    10.33.44.1      xe15                    0
10.0.1.2          1   Full/DR          00:00:32    10.44.2.2       xe13                    0
Validation 2
Verify that segment routing is enabled and that prefix SIDs are announced to other routers via OSPF opaque LSAs. Verify that labels are in the MPLS forwarding table and that prefix SIDs are installed. Verify the same in FTN and ILM tables.For a penultimate hop, label 3 is installed in forwarding tables.
Use show mpls forwarding-table to verify that Configured Prefix SIDs can be seen in the ILM table in the label field. Use show mpls ilm-table to verify the same.
For prefix advertisement, if “Route type” is 1, then it is intra-area; if it is 3, then the prefix SID is belongs to the inter-area. Verify the same using show ip ospf segment-routing announce-list.
To verify prefix-sid advertisement through opaque LSAs, use show ip ospf database opaque-area 7.0.0.1.
PE1 in Backbone Area 0
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
 
Code    FEC                 FTN-ID    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf   ELC       Nexthop
   O>    10.0.1.1/32         1        0           Yes   LSP_DEFAULT     17000        xe2         No        10.11.1.2
   O>    10.0.1.2/32         2        0           Yes   LSP_DEFAULT     18000        xe2         No        10.11.1.2
   O>    10.0.1.33/32        4        0           Yes   LSP_DEFAULT     19000        xe2         No        10.11.1.2
   O>    10.0.1.44/32        3        0           Yes   LSP_DEFAULT     20000        xe2         No        10.11.1.2
 
PE1#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.1/32, id: 1, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 17000
    Nexthop addr: 10.11.1.2        cross connect ix: 1, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.2/32, id: 2, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 18000
    Nexthop addr: 10.11.1.2        cross connect ix: 2, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 4, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 7
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 19000
    Nexthop addr: 10.11.1.2        cross connect ix: 4, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.44/32, id: 3, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 20000
    Nexthop addr: 10.11.1.2        cross connect ix: 3, op code: Push
 
PE1#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
   O>   10.0.1.2/32        3           18000       18000       N/A        xe2              10.11.1.2                 LSP_DEFAULT
   O>   10.0.1.1/32        2           17000       17000       N/A        xe2              10.11.1.2                 LSP_DEFAULT
   O>   10.0.1.11/32       1           16000       Nolabel     N/A        N/A              127.0.0.1                 LSP_DEFAULT
   O>   10.0.1.44/32       4           20000       20000       N/A        xe2              10.11.1.2                 LSP_DEFAULT
   O>   10.0.1.33/32       5           19000       19000       N/A        xe2              10.11.1.2                 LSP_DEFAULT
   O>   10.11.1.2/32       6           24320       3           N/A        xe2              10.11.1.2                 LSP_DEFAULT
 
PE1#show mpls in-segment-table
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 3
     Cross connect ix: 2, in intf: - in label: 18000 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 18000
    Nexthop addr: 10.11.1.2        cross connect ix: 2, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 2
     Cross connect ix: 1, in intf: - in label: 17000 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 17000
    Nexthop addr: 10.11.1.2        cross connect ix: 1, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 1
     Cross connect ix: 1, in intf: - in label: 16000 out-segment ix: 0
      Owner: OSPF-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: OSPF-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 4
     Cross connect ix: 3, in intf: - in label: 20000 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 20000
    Nexthop addr: 10.11.1.2        cross connect ix: 3, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 5
     Cross connect ix: 4, in intf: - in label: 19000 out-segment ix: 7
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 19000
    Nexthop addr: 10.11.1.2        cross connect ix: 4, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.11.1.2/32, ILM-ID: 6
     Cross connect ix: 5, in intf: - in label: 24320 out-segment ix: 9
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: N/A, Stale: NO, out intf: xe2, out label: 3
    Nexthop addr: 10.11.1.2        cross connect ix: 5, op code: Swap
 
PE1#show mpls out-segment-table
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 18000
    Nexthop addr: 10.11.1.2        cross connect ix: 2, op code: Push
 
 
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 17000
    Nexthop addr: 10.11.1.2        cross connect ix: 1, op code: Push
 
 
       Out-segment with ix: 9, owner: N/A, Stale: NO, out intf: xe2, out label: 3
    Nexthop addr: 10.11.1.2        cross connect ix: 5, op code: Push
 
 
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 20000
    Nexthop addr: 10.11.1.2        cross connect ix: 3, op code: Push
 
 
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 19000
    Nexthop addr: 10.11.1.2        cross connect ix: 4, op code: Push
 
PE1#show ip ospf database opaque-area self-originate
 
  OSPF Router with ID (10.0.1.11) (Process ID 1 VRF default)
 
  Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 661
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x46bc
  Length: 28
 
    MPLS TE router ID : 10.0.1.11
 
    Number of Links : 0
 
  LS age: 661
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x6abc
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 981
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x6e5c
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 151
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 671
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x1389
  Length: 52
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.1
     SID: 24320
 
 
PE1#sh ip ospf database opaque-area
 
            OSPF Router with ID (10.0.1.11) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 661
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000005
  Checksum: 0x16fc
  Length: 28
 
    MPLS TE router ID : 10.0.1.1
 
    Number of Links : 0
 
  LS age: 254
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000004
  Checksum: 0x1cf5
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 650
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x46bc
  Length: 28
 
    MPLS TE router ID : 10.0.1.11
 
    Number of Links : 0
 
  LS age: 1895
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000003
  Checksum: 0x9a3a
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 1887
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 652
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0xc06d
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 650
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x6abc
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 694
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x0e24
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 604
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x260a
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 1887
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 1895
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x87ee
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 584
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000002
  Checksum: 0x6108
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 504
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0xaa2a
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 4
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0xa42f
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 969
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x6e5c
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 2012
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 1920
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 524
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 198
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 139
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 2012
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 1920
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 661
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0x0bb2
  Length: 48
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 660
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x1389
  Length: 52
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.1
     SID: 24320
 
 
  LS age: 904
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x1b94
  Length: 52
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.2
     SID: 24321
 
 
  LS age: 2071
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0x9534
  Length: 48
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 1887
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x7ec6
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24321
 
 
  LS age: 1895
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xc10b
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 1896
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x0df8
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
PE1#show ip ospf segment-routing announce-list
------------------------
Area 0.0.0.0
Instance 0
--------------
 Prefix:10.0.1.11/32
 Origin Adv-Router:10.0.1.11
 Route-Type:1
------------------------
 
PE1#show ip ospf segment-routing capability
 
OSPF process 1:
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.1
Algorithm                         :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
Algorithm                         :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
Algorithm                         :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
Algorithm                         :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.44
Algorithm                         :0
SRMS Preference                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
P1 in Backbone Area 0
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    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf   ELC       Nexthop
   O>    10.0.1.2/32         2        0           Yes   LSP_DEFAULT     18000        xe11        No        10.1.1.2
   O>    10.0.1.11/32        1        0           Yes   LSP_DEFAULT     16000        xe2         No        10.11.1.1
   O>    10.0.1.33/32        4        0           Yes   LSP_DEFAULT     19000        xe11        No        10.1.1.2
   O>    10.0.1.44/32        3        0           Yes   LSP_DEFAULT     20000        xe11        No        10.1.1.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
   O>   10.0.1.2/32        5           18000       18000       N/A        xe11             10.1.1.2                  LSP_DEFAULT
   O>   10.0.1.1/32        3           17000       Nolabel     N/A        N/A              127.0.0.1                 LSP_DEFAULT
   O>   10.0.1.11/32       2           16000       16000       N/A        xe2              10.11.1.1                 LSP_DEFAULT
   O>   10.11.1.1/32       6           24320       3           N/A        xe2              10.11.1.1                 LSP_DEFAULT
   O>   10.0.1.44/32       1           20000       20000       N/A        xe11             10.1.1.2                  LSP_DEFAULT
   O>   10.0.1.33/32       7           19000       19000       N/A        xe11             10.1.1.2                  LSP_DEFAULT
   O>   10.1.1.2/32        4           24321       3           N/A        xe11             10.1.1.2                  LSP_DEFAULT
 
P1#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.2/32, id: 2, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 18000
    Nexthop addr: 10.1.1.2        cross connect ix: 4, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.11/32, id: 1, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 16000
    Nexthop addr: 10.11.1.1        cross connect ix: 2, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 4, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 9
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 19000
    Nexthop addr: 10.1.1.2        cross connect ix: 6, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.44/32, id: 3, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 20000
    Nexthop addr: 10.1.1.2        cross connect ix: 1, op code: Push
 
P1#show mpls in-segment-table
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 5
     Cross connect ix: 4, in intf: - in label: 18000 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 18000
    Nexthop addr: 10.1.1.2        cross connect ix: 4, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 3
     Cross connect ix: 1, in intf: - in label: 17000 out-segment ix: 0
      Owner: OSPF-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: OSPF-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 2
     Cross connect ix: 2, in intf: - in label: 16000 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 16000
    Nexthop addr: 10.11.1.1        cross connect ix: 2, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.11.1.1/32, ILM-ID: 6
     Cross connect ix: 5, in intf: - in label: 24320 out-segment ix: 8
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 8, owner: N/A, Stale: NO, out intf: xe2, out label: 3
    Nexthop addr: 10.11.1.1        cross connect ix: 5, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 1
     Cross connect ix: 1, in intf: - in label: 20000 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 20000
    Nexthop addr: 10.1.1.2        cross connect ix: 1, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 7
     Cross connect ix: 6, in intf: - in label: 19000 out-segment ix: 9
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 19000
    Nexthop addr: 10.1.1.2        cross connect ix: 6, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.1.1.2/32, ILM-ID: 4
     Cross connect ix: 3, in intf: - in label: 24321 out-segment ix: 4
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 4, owner: N/A, Stale: NO, out intf: xe11, out label: 3
    Nexthop addr: 10.1.1.2        cross connect ix: 3, op code: Swap
 
P1#show mpls out-segment-table
       Out-segment with ix: 8, owner: N/A, Stale: NO, out intf: xe2, out label: 3
    Nexthop addr: 10.11.1.1        cross connect ix: 5, op code: Push
 
 
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 18000
    Nexthop addr: 10.1.1.2        cross connect ix: 4, op code: Push
 
 
       Out-segment with ix: 4, owner: N/A, Stale: NO, out intf: xe11, out label: 3
    Nexthop addr: 10.1.1.2        cross connect ix: 3, op code: Push
 
 
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 20000
    Nexthop addr: 10.1.1.2        cross connect ix: 1, op code: Push
 
 
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 19000
    Nexthop addr: 10.1.1.2        cross connect ix: 6, op code: Push
 
 
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe2, out label: 16000
    Nexthop addr: 10.11.1.1        cross connect ix: 2, op code: Push
 
P1#show ip ospf database opaque-area self-originate
 
            OSPF Router with ID (10.0.1.1) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 761
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000005
  Checksum: 0x16fc
  Length: 28
 
    MPLS TE router ID : 10.0.1.1
 
    Number of Links : 0
 
  LS age: 751
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0xc06d
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 794
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x0e24
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 604
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0xaa2a
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 624
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 761
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0x0bb2
  Length: 48
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 1004
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x1b94
  Length: 52
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.2
     SID: 24321
 
P1#show ip ospf database opaque-area
 
            OSPF Router with ID (10.0.1.1) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 771
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000005
  Checksum: 0x16fc
  Length: 28
 
    MPLS TE router ID : 10.0.1.1
 
    Number of Links : 0
 
  LS age: 365
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000004
  Checksum: 0x1cf5
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 762
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x46bc
  Length: 28
 
    MPLS TE router ID : 10.0.1.11
 
    Number of Links : 0
 
  LS age: 2006
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000003
  Checksum: 0x9a3a
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 1999
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 762
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0xc06d
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 762
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x6abc
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 805
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x0e24
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 715
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x260a
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 1999
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 2006
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x87ee
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 695
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000002
  Checksum: 0x6108
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 615
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0xaa2a
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 115
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0xa42f
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 1082
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x6e5c
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 2123
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 2030
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 635
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 309
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 252
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 2123
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 2030
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 771
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0x0bb2
  Length: 48
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 772
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x1389
  Length: 52
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.1
     SID: 24320
 
 
  LS age: 1015
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x1b94
  Length: 52
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.2
     SID: 24321
 
 
  LS age: 55
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x9335
  Length: 48
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 1999
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x7ec6
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24321
 
 
  LS age: 2006
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xc10b
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 2006
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x0df8
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
P1#show ip ospf database opaque-area 7.0.0.0
 
            OSPF Router with ID (10.0.1.1) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 646
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 319
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 262
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 2133
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 2041
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
P2: ABR Connected to Area 0 and Area 1
P2#show ip ospf database
 
            OSPF Router with ID (10.0.1.2) (Process ID 1 VRF default)
 
                Router Link States (Area 0.0.0.0)
 
Link ID         ADV Router       Age     Seq#       CkSum  Link count
10.0.1.1        10.0.1.1         842     0x80000010 0x771e 3
10.0.1.2        10.0.1.2         688     0x8000000e 0x5879 2
10.0.1.11       10.0.1.11        843     0x8000000e 0x5b49 2
10.0.1.33       10.0.1.33        857     0x80000007 0x7274 2
10.0.1.44       10.0.1.44       2071     0x80000004 0x3014 3
 
                Net Link States (Area 0.0.0.0)
 
Link ID         ADV Router       Age     Seq#       CkSum
10.1.1.1        10.0.1.1        2257     0x80000001 0x7397
10.11.1.1       10.0.1.11        848     0x80000002 0x13d9
10.33.44.1      10.0.1.33       2081     0x80000001 0xe56f
 
                Summary Link States (Area 0.0.0.0)
 
Link ID         ADV Router       Age     Seq#       CkSum     Route
10.0.1.33       10.0.1.2         382     0x80000001 0x619f 10.0.1.33/32
10.0.1.44       10.0.1.2         454     0x80000001 0xe80e 10.0.1.44/32
10.33.44.0      10.0.1.2         454     0x80000001 0x28b1 10.33.44.0/30
10.44.2.0       10.0.1.2         688     0x80000001 0x6990 10.44.2.0/30
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         10.0.1.1         845     0x80000005 0x16fc 1
1.0.0.1         10.0.1.2         437     0x80000004 0x1cf5 1
1.0.0.1         10.0.1.11        836     0x80000001 0x46bc 1
1.0.0.1         10.0.1.33       2080     0x80000003 0x9a3a 1
1.0.0.1         10.0.1.44       2071     0x80000003 0xc6f7 1
1.0.0.12        10.0.1.1         836     0x80000003 0xc06d 12
1.0.0.12        10.0.1.11        836     0x80000001 0x6abc 12
1.0.0.30        10.0.1.1         879     0x80000002 0x0e24 30
1.0.0.30        10.0.1.2         787     0x80000002 0x260a 30
1.0.0.32        10.0.1.44       2071     0x80000001 0x5953 32
1.0.0.36        10.0.1.33       2080     0x80000001 0x87ee 36
1.0.0.36        10.0.1.44        767     0x80000002 0x6108 36
4.0.0.0         10.0.1.1         689     0x80000002 0xaa2a 0
4.0.0.0         10.0.1.2         187     0x80000002 0xa42f 0
4.0.0.0         10.0.1.11       1155     0x80000002 0x6e5c 0
4.0.0.0         10.0.1.33       2197     0x80000001 0xebc9 0
4.0.0.0         10.0.1.44       2104     0x80000001 0xa901 0
7.0.0.0         10.0.1.1         709     0x80000002 0x7bdd 0
7.0.0.0         10.0.1.2         381     0x80000003 0x7cd3 0
7.0.0.0         10.0.1.11        326     0x80000002 0x92d7 0
7.0.0.0         10.0.1.33       2197     0x80000001 0x1b60 0
7.0.0.0         10.0.1.44       2104     0x80000001 0x6514 0
8.0.39.20       10.0.1.1         845     0x80000003 0x0bb2 10004
8.0.39.20       10.0.1.11        846     0x80000002 0x1389 10004
8.0.39.29       10.0.1.1        1089     0x80000002 0x1b94 10013
8.0.39.29       10.0.1.2         127     0x80000002 0x9335 10013
8.0.39.30       10.0.1.44       2071     0x80000001 0x7ec6 10014
8.0.39.32       10.0.1.33       2080     0x80000001 0xc10b 10016
8.0.39.32       10.0.1.44       2080     0x80000001 0x0df8 10016
 
                Router Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum  Link count
10.0.1.2        10.0.1.2         457     0x80000004 0x5e42 1
10.0.1.33       10.0.1.33        385     0x80000004 0x8e5a 2
10.0.1.44       10.0.1.44        389     0x80000006 0x42fe 3
 
                Net Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum
10.33.44.2      10.0.1.44        389     0x80000001 0x6ddb
10.44.2.2       10.0.1.2         457     0x80000001 0xaa07
 
                Summary Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum     Route
10.0.1.1        10.0.1.2         688     0x80000001 0x9889 10.0.1.1/32
10.0.1.2        10.0.1.2         688     0x80000001 0x849d 10.0.1.2/32
10.0.1.11       10.0.1.2         688     0x80000001 0x3ed8 10.0.1.11/32
10.1.1.0        10.0.1.2         688     0x80000001 0x7aab 10.1.1.0/30
10.11.1.0       10.0.1.2         688     0x80000001 0x0c0f 10.11.1.0/30
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         10.0.1.2         455     0x80000002 0x20f3 1
1.0.0.1         10.0.1.33        388     0x80000001 0x9e38 1
1.0.0.1         10.0.1.44        387     0x80000003 0xc6f7 1
1.0.0.32        10.0.1.44        456     0x80000001 0x5953 32
1.0.0.34        10.0.1.2         455     0x80000001 0x6073 34
1.0.0.36        10.0.1.33        388     0x80000001 0x9dd7 36
1.0.0.36        10.0.1.44        387     0x80000001 0x79ef 36
4.0.0.0         10.0.1.2         686     0x80000001 0xa62e 0
4.0.0.0         10.0.1.33        385     0x80000001 0xebc9 0
4.0.0.0         10.0.1.44        448     0x80000001 0xa901 0
7.0.0.0         10.0.1.2         381     0x80000003 0xb912 0
7.0.0.0         10.0.1.33        385     0x80000001 0x1b60 0
7.0.0.0         10.0.1.44        448     0x80000001 0x6514 0
8.0.39.30       10.0.1.44        448     0x80000001 0x61e4 10014
8.0.39.31       10.0.1.2         455     0x80000001 0xea3e 10015
8.0.39.32       10.0.1.33        385     0x80000001 0x4bc5 10016
8.0.39.32       10.0.1.44        387     0x80000001 0x5476 10016
 
P2# 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    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf   ELC       Nexthop
   O>    10.0.1.1/32         1        0           Yes   LSP_DEFAULT     17000        xe11        No        10.1.1.1
   O>    10.0.1.11/32        2        0           Yes   LSP_DEFAULT     16000        xe11        No        10.1.1.1
   O>    10.0.1.33/32        4        0           Yes   LSP_DEFAULT     19000        xe13        No        10.44.2.1
   O>    10.0.1.44/32        3        0           Yes   LSP_DEFAULT     20000        xe13        No        10.44.2.1
 
P2#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.1/32, id: 1, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 17000
    Nexthop addr: 10.1.1.1        cross connect ix: 1, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.11/32, id: 2, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 4
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 4, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 16000
    Nexthop addr: 10.1.1.1        cross connect ix: 3, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 4, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 9
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 19000
    Nexthop addr: 10.44.2.1        cross connect ix: 6, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.44/32, id: 3, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 6
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 6, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 20000
    Nexthop addr: 10.44.2.1        cross connect ix: 4, op code: Push
 
P2#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
   O>   10.0.1.2/32        5           18000       Nolabel     N/A        N/A              127.0.0.1                 LSP_DEFAULT
   O>   10.0.1.1/32        1           17000       17000       N/A        xe11             10.1.1.1                  LSP_DEFAULT
   O>   10.0.1.11/32       3           16000       16000       N/A        xe11             10.1.1.1                  LSP_DEFAULT
   O>   10.1.1.1/32        2           24320       3           N/A        xe11             10.1.1.1                  LSP_DEFAULT
   O>   10.0.1.44/32       4           20000       20000       N/A        xe13             10.44.2.1                 LSP_DEFAULT
   O>   10.0.1.33/32       7           19000       19000       N/A        xe13             10.44.2.1                 LSP_DEFAULT
   O>   10.44.2.1/32       6           24321       3           N/A        xe13             10.44.2.1                 LSP_DEFAULT
 
P2#show mpls in-segment-table
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 5
     Cross connect ix: 6, in intf: - in label: 18000 out-segment ix: 0
      Owner: OSPF-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: 6, op code: Pop
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 1
     Cross connect ix: 1, in intf: - in label: 17000 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 17000
    Nexthop addr: 10.1.1.1        cross connect ix: 1, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 3
     Cross connect ix: 3, in intf: - in label: 16000 out-segment ix: 4
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 4, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 16000
    Nexthop addr: 10.1.1.1        cross connect ix: 3, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.1.1.1/32, ILM-ID: 2
     Cross connect ix: 2, in intf: - in label: 24320 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: xe11, out label: 3
    Nexthop addr: 10.1.1.1        cross connect ix: 2, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 4
     Cross connect ix: 4, in intf: - in label: 20000 out-segment ix: 6
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 6, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 20000
    Nexthop addr: 10.44.2.1        cross connect ix: 4, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 7
     Cross connect ix: 6, in intf: - in label: 19000 out-segment ix: 9
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 19000
    Nexthop addr: 10.44.2.1        cross connect ix: 6, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.44.2.1/32, ILM-ID: 6
     Cross connect ix: 5, in intf: - in label: 24321 out-segment ix: 8
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 8, owner: N/A, Stale: NO, out intf: xe13, out label: 3
    Nexthop addr: 10.44.2.1        cross connect ix: 5, op code: Swap
 
P2#show mpls out-segment-table
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 17000
    Nexthop addr: 10.1.1.1        cross connect ix: 1, op code: Push
 
 
       Out-segment with ix: 4, owner: OSPF-SR, Stale: NO, out intf: xe11, out label: 16000
    Nexthop addr: 10.1.1.1        cross connect ix: 3, op code: Push
 
 
       Out-segment with ix: 3, owner: N/A, Stale: NO, out intf: xe11, out label: 3
    Nexthop addr: 10.1.1.1        cross connect ix: 2, op code: Push
 
 
       Out-segment with ix: 6, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 20000
    Nexthop addr: 10.44.2.1        cross connect ix: 4, op code: Push
 
 
       Out-segment with ix: 8, owner: N/A, Stale: NO, out intf: xe13, out label: 3
    Nexthop addr: 10.44.2.1        cross connect ix: 5, op code: Push
 
 
       Out-segment with ix: 9, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 19000
    Nexthop addr: 10.44.2.1        cross connect ix: 6, op code: Push
 
P2#show ip ospf database opaque-area
 
            OSPF Router with ID (10.0.1.2) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 878
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000005
  Checksum: 0x16fc
  Length: 28
 
    MPLS TE router ID : 10.0.1.1
 
    Number of Links : 0
 
  LS age: 469
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000004
  Checksum: 0x1cf5
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 869
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x46bc
  Length: 28
 
    MPLS TE router ID : 10.0.1.11
 
    Number of Links : 0
 
  LS age: 2112
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000003
  Checksum: 0x9a3a
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 2103
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 869
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0xc06d
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 869
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.12 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 12
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000001
  Checksum: 0x6abc
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.11.1.1
      Interface Address : 10.11.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 911
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x0e24
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 819
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x260a
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 2103
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 2112
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x87ee
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 800
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000002
  Checksum: 0x6108
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.1
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 721
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0xaa2a
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 219
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0xa42f
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 1187
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x6e5c
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 2229
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 2137
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 741
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 413
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 358
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 2229
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 2137
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 878
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000003
  Checksum: 0x0bb2
  Length: 48
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 879
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.20 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10004
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x1389
  Length: 52
 
    Link Type: 2
    Link ID: 10.11.1.1
    Link Data: 10.11.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.1
     SID: 24320
 
 
  LS age: 1121
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x1b94
  Length: 52
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.2
     SID: 24321
 
 
  LS age: 159
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x9335
  Length: 48
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 2103
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x7ec6
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24321
 
 
  LS age: 2112
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xc10b
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 2113
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x0df8
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.1
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 487
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x20f3
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 420
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9e38
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 419
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 488
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 487
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.34 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 34
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0x6073
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 420
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9dd7
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 419
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x79ef
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 718
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xa62e
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 417
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 481
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 413
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 417
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 481
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 481
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x61e4
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 487
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.31 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10015
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xea3e
  Length: 52
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 417
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x4bc5
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 419
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5476
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.33
     SID: 24321
 
P2#show ip ospf database opaque-area self-originate
 
            OSPF Router with ID (10.0.1.2) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 485
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000004
  Checksum: 0x1cf5
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 835
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 30
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x260a
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.1.1.1
      Interface Address : 10.1.1.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 235
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0xa42f
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 429
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 175
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.29 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10013
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x9335
  Length: 48
 
    Link Type: 2
    Link ID: 10.1.1.1
    Link Data: 10.1.1.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 503
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x20f3
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 503
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.34 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 34
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0x6073
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 734
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xa62e
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 429
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 503
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.31 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10015
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xea3e
  Length: 52
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
P2#show ip ospf database opaque-area 7.0.0.0
 
            OSPF Router with ID (10.0.1.2) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.0)
 
  LS age: 781
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.1
  LS Seq Number: 80000002
  Checksum: 0x7bdd
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
  LS age: 453
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0x7cd3
  Length: 92
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 398
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.11
  LS Seq Number: 80000002
  Checksum: 0x92d7
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
  LS age: 2269
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 2177
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 453
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 457
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 520
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
P2#show ip ospf segment-routing capability
 
OSPF process 1:
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.1
Algorithm                         :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
Algorithm                         :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
Algorithm                         :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
Algorithm                         :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.44
Algorithm                         :0
SRMS Preference                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
 
P2#show ip ospf segment-routing announce-list
------------------------
Area 0.0.0.0
Instance 0
--------------
 Prefix:10.0.1.2/32
 Origin Adv-Router:10.0.1.2
 Route-Type:1
--------------
 Prefix:10.0.1.44/32
 Origin Adv-Router:10.0.1.44
 Route-Type:3
--------------
 Prefix:10.0.1.33/32
 Origin Adv-Router:10.0.1.33
 Route-Type:3
------------------------
------------------------
Area 0.0.0.1
Instance 0
--------------
 Prefix:10.0.1.1/32
 Origin Adv-Router:10.0.1.1
 Route-Type:3
--------------
 Prefix:10.0.1.2/32
 Origin Adv-Router:10.0.1.2
 Route-Type:3
--------------
 Prefix:10.0.1.11/32
 Origin Adv-Router:10.0.1.11
 Route-Type:3
--------------
 Prefix:10.0.1.33/32
 Origin Adv-Router:10.0.1.2
 Route-Type:3
P3 in Area 1
P3#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    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf   ELC       Nexthop
   O>    10.0.1.1/32         1        0           Yes   LSP_DEFAULT     17000        xe13        No        10.44.2.2
   O>    10.0.1.2/32         2        0           Yes   LSP_DEFAULT     18000        xe13        No        10.44.2.2
   O>    10.0.1.11/32        3        0           Yes   LSP_DEFAULT     16000        xe13        No        10.44.2.2
   O>    10.0.1.33/32        4        0           Yes   LSP_DEFAULT     19000        xe15        No        10.33.44.1
 
P3#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.1/32, id: 1, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 17000
    Nexthop addr: 10.44.2.2        cross connect ix: 1, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.2/32, id: 2, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 18000
    Nexthop addr: 10.44.2.2        cross connect ix: 2, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.11/32, id: 3, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 16000
    Nexthop addr: 10.44.2.2        cross connect ix: 3, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.33/32, id: 4, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 5, in intf: - in label: 0 out-segment ix: 8
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 8, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 19000
    Nexthop addr: 10.33.44.1        cross connect ix: 5, op code: Push
 
P3#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
   O>   10.0.1.2/32        3           18000       18000       N/A        xe13             10.44.2.2                 LSP_DEFAULT
   O>   10.0.1.1/32        2           17000       17000       N/A        xe13             10.44.2.2                 LSP_DEFAULT
   O>   10.0.1.11/32       4           16000       16000       N/A        xe13             10.44.2.2                 LSP_DEFAULT
   O>   10.0.1.44/32       1           20000       Nolabel     N/A         N/A              127.0.0.1                 LSP_DEFAULT
   O>   10.0.1.33/32       6           19000       19000       N/A        xe15             10.33.44.1                LSP_DEFAULT
   O>   10.44.2.2/32       5           24320       3           N/A        xe13             10.44.2.2                 LSP_DEFAULT
   O>   10.33.44.1/32      7           24321       3           N/A        xe15             10.33.44.1                LSP_DEFAULT
 
P3#show ip ospf database opaque-area self-originate
 
            OSPF Router with ID (10.0.1.44) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 514
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 583
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 514
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x79ef
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 575
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 575
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 575
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x61e4
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 514
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5476
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.33
     SID: 24321
 
P3#show ip ospf database opaque-area
 
            OSPF Router with ID (10.0.1.44) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 607
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x20f3
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 538
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9e38
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 537
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 606
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 607
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.34 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 34
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0x6073
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 538
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9dd7
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 537
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x79ef
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 838
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xa62e
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 535
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 599
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 533
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 535
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 599
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 599
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x61e4
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 607
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.31 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10015
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xea3e
  Length: 52
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 535
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x4bc5
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 537
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5476
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.33
     SID: 24321
 
P3#show mpls in-segment-table
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 3
     Cross connect ix: 2, in intf: - in label: 18000 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 18000
    Nexthop addr: 10.44.2.2        cross connect ix: 2, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 2
     Cross connect ix: 1, in intf: - in label: 17000 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 17000
    Nexthop addr: 10.44.2.2        cross connect ix: 1, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 4
     Cross connect ix: 3, in intf: - in label: 16000 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 16000
    Nexthop addr: 10.44.2.2        cross connect ix: 3, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 1
     Cross connect ix: 3, in intf: - in label: 20000 out-segment ix: 0
      Owner: OSPF-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: 3, op code: Pop
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 6
     Cross connect ix: 5, in intf: - in label: 19000 out-segment ix: 8
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 8, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 19000
    Nexthop addr: 10.33.44.1        cross connect ix: 5, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.44.2.2/32, ILM-ID: 5
     Cross connect ix: 4, in intf: - in label: 24320 out-segment ix: 7
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 7, owner: N/A, Stale: NO, out intf: xe13, out label: 3
    Nexthop addr: 10.44.2.2        cross connect ix: 4, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.33.44.1/32, ILM-ID: 7
     Cross connect ix: 6, in intf: - in label: 24321 out-segment ix: 10
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 10, owner: N/A, Stale: NO, out intf: xe15, out label: 3
    Nexthop addr: 10.33.44.1        cross connect ix: 6, op code: Swap
 
P3#show mpls out-segment-table
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 16000
    Nexthop addr: 10.44.2.2        cross connect ix: 3, op code: Push
 
 
       Out-segment with ix: 8, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 19000
    Nexthop addr: 10.33.44.1        cross connect ix: 5, op code: Push
 
 
       Out-segment with ix: 10, owner: N/A, Stale: NO, out intf: xe15, out label: 3
    Nexthop addr: 10.33.44.1        cross connect ix: 6, op code: Push
 
 
       Out-segment with ix: 7, owner: N/A, Stale: NO, out intf: xe13, out label: 3
    Nexthop addr: 10.44.2.2        cross connect ix: 4, op code: Push
 
 
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 18000
    Nexthop addr: 10.44.2.2        cross connect ix: 2, op code: Push
 
 
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe13, out label: 17000
    Nexthop addr: 10.44.2.2        cross connect ix: 1, op code: Push
 
 
P3#show ip ospf database opaque-area 7.0.0.0
 
            OSPF Router with ID (10.0.1.44) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 554
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 556
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 620
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
P3#show ip ospf segment-routing capability
 
OSPF process 1:
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.2
Algorithm                         :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
Algorithm                         :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.44
Algorithm                         :0
SRMS Preference                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
 
P3#show ip ospf segment-routing announce-list
------------------------
Area 0.0.0.1
Instance 0
--------------
 Prefix:10.0.1.44/32
 Origin Adv-Router:10.0.1.44
 Route-Type:1
------------------------
 
P3#show ip ospf database
 
            OSPF Router with ID (10.0.1.44) (Process ID 1 VRF default)
 
                Router Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum  Link count
10.0.1.2        10.0.1.2         739     0x80000004 0x5e42 1
10.0.1.33       10.0.1.33        665     0x80000004 0x8e5a 2
10.0.1.44       10.0.1.44        669     0x80000006 0x42fe 3
 
                Net Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum
10.33.44.2      10.0.1.44        669     0x80000001 0x6ddb
10.44.2.2       10.0.1.2         739     0x80000001 0xaa07
 
                Summary Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum     Route
10.0.1.1        10.0.1.2         970     0x80000001 0x9889 10.0.1.1/32
10.0.1.2        10.0.1.2         970     0x80000001 0x849d 10.0.1.2/32
10.0.1.11       10.0.1.2         970     0x80000001 0x3ed8 10.0.1.11/32
10.1.1.0        10.0.1.2         970     0x80000001 0x7aab 10.1.1.0/30
10.11.1.0       10.0.1.2         970     0x80000001 0x0c0f 10.11.1.0/30
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         10.0.1.2         737     0x80000002 0x20f3 1
1.0.0.1         10.0.1.33        668     0x80000001 0x9e38 1
1.0.0.1         10.0.1.44        667     0x80000003 0xc6f7 1
1.0.0.32        10.0.1.44        736     0x80000001 0x5953 32
1.0.0.34        10.0.1.2         737     0x80000001 0x6073 34
1.0.0.36        10.0.1.33        668     0x80000001 0x9dd7 36
1.0.0.36        10.0.1.44        667     0x80000001 0x79ef 36
4.0.0.0         10.0.1.2         968     0x80000001 0xa62e 0
4.0.0.0         10.0.1.33        665     0x80000001 0xebc9 0
4.0.0.0         10.0.1.44        729     0x80000001 0xa901 0
7.0.0.0         10.0.1.2         663     0x80000003 0xb912 0
7.0.0.0         10.0.1.33        665     0x80000001 0x1b60 0
7.0.0.0         10.0.1.44        729     0x80000001 0x6514 0
8.0.39.30       10.0.1.44        729     0x80000001 0x61e4 10014
8.0.39.31       10.0.1.2         737     0x80000001 0xea3e 10015
8.0.39.32       10.0.1.33        665     0x80000001 0x4bc5 10016
8.0.39.32       10.0.1.44        667     0x80000001 0x5476 10016
PE2 in Area 1
PE2#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    Tunnel-id   Pri   LSP-Type        Out-Label    Out-Intf   ELC       Nexthop
   O>    10.0.1.1/32         2        0           Yes   LSP_DEFAULT     17000        xe15        No        10.33.44.2
   O>    10.0.1.2/32         3        0           Yes   LSP_DEFAULT     18000        xe15        No        10.33.44.2
   O>    10.0.1.11/32        4        0           Yes   LSP_DEFAULT     16000        xe15        No        10.33.44.2
   O>    10.0.1.44/32        1        0           Yes   LSP_DEFAULT     20000        xe15        No        10.33.44.2
 
PE2#show mpls ftn-table
 Primary FTN entry with FEC: 10.0.1.1/32, id: 2, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 17000
    Nexthop addr: 10.33.44.2        cross connect ix: 2, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.2/32, id: 3, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 18000
    Nexthop addr: 10.33.44.2        cross connect ix: 3, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.11/32, id: 4, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 7
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 16000
    Nexthop addr: 10.33.44.2        cross connect ix: 4, op code: Push
 
 
 Primary FTN entry with FEC: 10.0.1.44/32, id: 1, row status: Active
  Owner: OSPF-SR, distance: 110, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
  Tunnel id: 0,   Protected LSP id: 0, QoS Resource id: 0, Description: N/A
     Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 20000
    Nexthop addr: 10.33.44.2        cross connect ix: 1, op code: Push
 
PE2#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
   O>   10.0.1.33/32       1           19000       Nolabel     N/A        N/A              127.0.0.1                 LSP_DEFAULT
   O>   10.0.1.1/32        3           17000       17000       N/A        xe15             10.33.44.2                LSP_DEFAULT
   O>   10.0.1.11/32       5           16000       16000       N/A        xe15             10.33.44.2                LSP_DEFAULT
   O>   10.0.1.2/32        4           18000       18000       N/A        xe15             10.33.44.2                LSP_DEFAULT
   O>   10.0.1.44/32       2           20000       20000       N/A        xe15             10.33.44.2                LSP_DEFAULT
   O>   10.33.44.2/32      6           24320       3           N/A        xe15             10.33.44.2                LSP_DEFAULT
 
PE2#show mpls in-segment-table
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.33/32, ILM-ID: 1
     Cross connect ix: 1, in intf: - in label: 19000 out-segment ix: 0
      Owner: OSPF-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: OSPF-SR, # of pops: 1, fec: 10.0.1.1/32, ILM-ID: 3
     Cross connect ix: 2, in intf: - in label: 17000 out-segment ix: 3
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 17000
    Nexthop addr: 10.33.44.2        cross connect ix: 2, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.11/32, ILM-ID: 5
     Cross connect ix: 4, in intf: - in label: 16000 out-segment ix: 7
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 16000
    Nexthop addr: 10.33.44.2        cross connect ix: 4, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.2/32, ILM-ID: 4
     Cross connect ix: 3, in intf: - in label: 18000 out-segment ix: 5
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 18000
    Nexthop addr: 10.33.44.2        cross connect ix: 3, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.0.1.44/32, ILM-ID: 2
     Cross connect ix: 1, in intf: - in label: 20000 out-segment ix: 1
      Owner: OSPF-SR, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 20000
    Nexthop addr: 10.33.44.2        cross connect ix: 1, op code: Swap
 
 
  Owner: OSPF-SR, # of pops: 1, fec: 10.33.44.2/32, ILM-ID: 6
     Cross connect ix: 5, in intf: - in label: 24320 out-segment ix: 9
      Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
       Out-segment with ix: 9, owner: N/A, Stale: NO, out intf: xe15, out label: 3
    Nexthop addr: 10.33.44.2        cross connect ix: 5, op code: Swap
 
PE2#show mpls out-segment-table
       Out-segment with ix: 3, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 17000
    Nexthop addr: 10.33.44.2        cross connect ix: 2, op code: Push
 
 
       Out-segment with ix: 7, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 16000
    Nexthop addr: 10.33.44.2        cross connect ix: 4, op code: Push
 
 
       Out-segment with ix: 9, owner: N/A, Stale: NO, out intf: xe15, out label: 3
    Nexthop addr: 10.33.44.2        cross connect ix: 5, op code: Push
 
 
       Out-segment with ix: 1, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 20000
    Nexthop addr: 10.33.44.2        cross connect ix: 1, op code: Push
 
 
       Out-segment with ix: 5, owner: OSPF-SR, Stale: NO, out intf: xe15, out label: 18000
    Nexthop addr: 10.33.44.2        cross connect ix: 3, op code: Push
 
PE2#show ip ospf database opaque-area self-originate
 
            OSPF Router with ID (10.0.1.33) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 617
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9e38
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 617
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9dd7
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 614
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 614
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 614
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x4bc5
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
 
PE2#show ip ospf database opaque-area
 
            OSPF Router with ID (10.0.1.33) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 694
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000002
  Checksum: 0x20f3
  Length: 28
 
    MPLS TE router ID : 10.0.1.2
 
    Number of Links : 0
 
  LS age: 623
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9e38
  Length: 28
 
    MPLS TE router ID : 10.0.1.33
 
    Number of Links : 0
 
  LS age: 624
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.1 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 1
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000003
  Checksum: 0xc6f7
  Length: 28
 
    MPLS TE router ID : 10.0.1.44
 
    Number of Links : 0
 
  LS age: 693
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 32
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5953
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 694
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.34 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 34
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0x6073
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.44.2.2
      Interface Address : 10.44.2.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 623
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x9dd7
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.1
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 624
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 1.0.0.36 (Area-Local Opaque-Type/ID)
  Opaque Type: 1
  Opaque ID: 36
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x79ef
  Length: 108
 
    Link connected to Broadcast network
      Link ID : 10.33.44.2
      Interface Address : 10.33.44.2
      Admin Metric : 1
      Maximum bandwidth : 10000000.00 Kbits/s
      Maximum reservable bandwidth : 10000000.00 Kbits/s
      Unreserved Bandwidth :
      Number of Priority : 8
      Priority 0 : 10000000.00 Kbits/s       Priority 1 : 10000000.00 Kbits/s
      Priority 2 : 10000000.00 Kbits/s       Priority 3 : 10000000.00 Kbits/s
      Priority 4 : 10000000.00 Kbits/s       Priority 5 : 10000000.00 Kbits/s
      Priority 6 : 10000000.00 Kbits/s       Priority 7 : 10000000.00 Kbits/s
 
    Number of Links : 1
 
  LS age: 925
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xa62e
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 620
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0xebc9
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 685
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 4.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 4
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0xa901
  Length: 44
 
    Range Size: 8000
     Base-SID: 16000
    Algorithm: 0
 
 
  LS age: 620
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 620
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 685
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
  LS age: 685
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.30 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10014
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x61e4
  Length: 48
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 694
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.31 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10015
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000001
  Checksum: 0xea3e
  Length: 52
 
    Link Type: 2
    Link ID: 10.44.2.2
    Link Data: 10.44.2.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.44
     SID: 24321
 
 
  LS age: 620
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x4bc5
  Length: 48
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.1
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     SID: 24320
 
 
  LS age: 624
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 8.0.39.32 (Area-Local Opaque-Type/ID)
  Opaque Type: 8
  Opaque ID: 10016
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x5476
  Length: 52
 
    Link Type: 2
    Link ID: 10.33.44.2
    Link Data: 10.33.44.2
     Flags: 0x60 (-|V|L|-|-|-|-|-)
     MT-ID: 0
     NBR ID: 10.0.1.33
     SID: 24321
 
 
PE2#show ip ospf database opaque-area 7.0.0.0
 
            OSPF Router with ID (10.0.1.33) (Process ID 1 VRF default)
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
  LS age: 640
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.2
  LS Seq Number: 80000003
  Checksum: 0xb912
  Length: 116
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.1
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 1000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0xc0 (A|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.2
     Flags: 0x40 (-|NP|-|-|-|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 2000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.11
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 16000
 
    Prefix type : Extended Prefix TLV
    Route Type: 3
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 640
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.33
  LS Seq Number: 80000001
  Checksum: 0x1b60
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.33
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 19000
 
  LS age: 705
  Options: 0x22 (-|-|DC|-|-|-|E|-)
  LS Type: Area-Local Opaque-LSA
  Link State ID: 7.0.0.0 (Area-Local Opaque-Type/ID)
  Opaque Type: 7
  Opaque ID: 0
  Advertising Router: 10.0.1.44
  LS Seq Number: 80000001
  Checksum: 0x6514
  Length: 44
 
    Prefix type : Extended Prefix TLV
    Route Type: 1
    Prefix Length: 32
    AF: 0
    Flags: 0x40 (-|N|-|-|-|-|-|-)
    Address Prefix: 10.0.1.44
     Flags: 0x48 (-|NP|-|-|V|-|-|-)
     MT-ID: 0
     Algorithm: 0
     SID: 20000
 
PE2#show ip ospf segment-routing capability
 
OSPF process 1:
-----------------------------------------------------
Advertisement Router Capability   :10.0.1.2
Algorithm                         :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
Algorithm                         :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.44
Algorithm                         :0
SRMS Preference                   :0
Total SID'S Supported             :8000
SID Range List Count              :1
SID's Range                       :16000 - 23999
-----------------------------------------------------
 
PE2#show ip ospf segment-routing announce-list
------------------------
Area 0.0.0.1
Instance 0
--------------
 Prefix:10.0.1.33/32
 Origin Adv-Router:10.0.1.33
 Route-Type:1
------------------------
 
PE2#show ip ospf database
 
            OSPF Router with ID (10.0.1.33) (Process ID 1 VRF default)
 
                Router Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum  Link count
10.0.1.2        10.0.1.2         740     0x80000004 0x5e42 1
10.0.1.33       10.0.1.33        664     0x80000004 0x8e5a 2
10.0.1.44       10.0.1.44        670     0x80000006 0x42fe 3
 
                Net Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum
10.33.44.2      10.0.1.44        670     0x80000001 0x6ddb
10.44.2.2       10.0.1.2         740     0x80000001 0xaa07
 
                Summary Link States (Area 0.0.0.1)
 
Link ID         ADV Router       Age     Seq#       CkSum     Route
10.0.1.1        10.0.1.2         971     0x80000001 0x9889 10.0.1.1/32
10.0.1.2        10.0.1.2         971     0x80000001 0x849d 10.0.1.2/32
10.0.1.11       10.0.1.2         971     0x80000001 0x3ed8 10.0.1.11/32
10.1.1.0        10.0.1.2         971     0x80000001 0x7aab 10.1.1.0/30
10.11.1.0       10.0.1.2         971     0x80000001 0x0c0f 10.11.1.0/30
 
                Area-Local Opaque-LSA (Area 0.0.0.1)
 
Link ID         ADV Router      Age      Seq#       CkSum  Opaque ID
1.0.0.1         10.0.1.2         738     0x80000002 0x20f3 1
1.0.0.1         10.0.1.33        667     0x80000001 0x9e38 1
1.0.0.1         10.0.1.44        668     0x80000003 0xc6f7 1
1.0.0.32        10.0.1.44        737     0x80000001 0x5953 32
1.0.0.34        10.0.1.2         738     0x80000001 0x6073 34
1.0.0.36        10.0.1.33        667     0x80000001 0x9dd7 36
1.0.0.36        10.0.1.44        668     0x80000001 0x79ef 36
4.0.0.0         10.0.1.2         969     0x80000001 0xa62e 0
4.0.0.0         10.0.1.33        664     0x80000001 0xebc9 0
4.0.0.0         10.0.1.44        729     0x80000001 0xa901 0
7.0.0.0         10.0.1.2         664     0x80000003 0xb912 0
7.0.0.0         10.0.1.33        664     0x80000001 0x1b60 0
7.0.0.0         10.0.1.44        729     0x80000001 0x6514 0
8.0.39.30       10.0.1.44        729     0x80000001 0x61e4 10014
8.0.39.31       10.0.1.2         738     0x80000001 0xea3e 10015
8.0.39.32       10.0.1.33        664     0x80000001 0x4bc5 10016
8.0.39.32       10.0.1.44        668     0x80000001 0x5476 10016