Configurations
R1
R1#configure terminal | Enter configure mode. |
R1(config)#segment-routing | Enable Segment Routing |
R1(config-sr)#srv6 | Segment Routing over IPv6 data-plane |
R1(config-srv6)#locators | Configure SRv6 locators |
R1(config-srv6-loc)#locator IPI | Configure SRv6 locator and name of the Locator |
R1(config-srv6-loc-conf)# prefix 1100::/96 | prefix for locator ipv6 address |
R1(config-srv6-loc-conf)#exit-locator | Exit from srv6 locator mode |
R1(config-srv6-loc)#exit-locators | Exit from srv6 locators configuration mode |
R1(config-srv6)#exit-srv6 | Exit from srv6 configuration mode |
R1(config-sr)# commit | Commit the candidate configuration to the running configuration |
R1(config-sr)#exit | Exit from segment routing |
R1(config)#interface lo | Enter interface mode. |
R1(config-if)# ip address 11.11.11.11/32 secondary | Configure the IP address of the interface. |
R1(config-if)# ipv6 address 1111::1/128 | Configure the IPv6 address of the interface |
R1(config-if)#prefix-sid index 1111 no-php | Configure prefix sid index value with no-php. |
R1(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R1(config-if)#exit | Exit interface mode. |
R1(config)#commit | Commit the candidate configuration to the running configuration |
R1(config)#interface ce2 | Enter interface mode. |
R1(config-if)#ipv6 address 1000::1/64 | Configure the IPv6 address of the interface. |
R1(config-if)#ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
R1(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R1(config-if)#exit | Exit interface mode. |
R1(config)#commit | Commit the candidate configuration to the running configuration |
R1(config)#router ipv6 ospf 1 | Configure ospf instance process |
R1(config-router)#router-id 11.11.11.11 | Configure ospf router id |
R1(config-router)#segment-routing srv6 | Configure segment-routing srv6 |
R1(config-router-srv6)#srv6-locator IPI | Configure srv6 locator name |
R1(config-router-srv6)#exit-srv6 | Exit from segment routing srv6 |
R1(config-router)#commit | Commit the candidate configuration to the running configuration |
R1(config-router)#exit | Exit from router mode |
R2
R2#configure terminal | Enter configure mode. |
R2(config)#segment-routing | Enable Segment Routing |
R2(config-sr)#srv6 | Segment Routing over IPv6 data-plane |
R2(config-srv6)#locators | Configure SRv6 locators |
R2(config-srv6-loc)#locator IPI | Configure SRv6 locator and name of the Locator |
R2(config-srv6-loc-conf)# prefix 2200::/96 | prefix for locator ipv6 address |
R2(config-srv6-loc-conf)#exit-locator | Exit from srv6 locator mode |
R2(config-srv6-loc)#exit-locators | Exit from srv6 locators configuration mode |
R2(config-srv6)#exit | Exit from srv6 configuration mode |
R2(config)# commit | Commit the candidate configuration to the running configuration |
R2(config)#interface lo | Enter interface mode. |
R2(config-if)# ip address 22.22.22.22/32 secondary | Configure the IP address of the interface. |
R2(config-if)# ipv6 address 2222::1/128 | Configure the IPv6 address of the interface |
R2(config-if)#prefix-sid index 2222 no-php | Configure prefix sid index value with no-php. |
R2(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R2(config-if)#exit | Exit interface mode. |
R2(config)#commit | Commit the candidate configuration to the running configuration |
R2(config)#interface ce0 | Enter interface mode. |
R2(config-if)# ipv6 address 2000::2/64 | Configure the IPv6 address of the interface. |
R2(config-if)#ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
R2(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R2(config-if)#exit | Exit interface mode. |
R2(config)#commit | Commit the candidate configuration to the running configuration |
R2(config)#interface ce13 | Enter interface mode. |
R2(config-if)# ipv6 address 1000::2/64 | Configure the IPv6 address of the interface. |
R2(config-if)#ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
R2(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R2(config-if)#exit | Exit interface mode. |
R2(config)#commit | Commit the candidate configuration to the running configuration |
R2(config)#router ipv6 ospf 1 | Configure ospf instance process |
R2(config-router)# router-id 22.22.22.22 | Configure ospf router id |
R2(config-router)#distribute bgp-ls | Configure Link State distribution to BGP |
R2(config-router)# segment-routing srv6 | Configure segment routing srv6 |
R2(config-router-srv6)# srv6-locator IPI | Configure srv6 locator name |
R2(config-router-srv6)# exit-srv6 | Exit from srv6 |
R2(config-router)#commit | Commit the candidate configuration to the running configuration |
R2(config-router)#exit | Exit from router mode |
R2(config)#router bgp 200 | Configure bgp AS number |
R2(config-router)#neighbor 2000::1 remote-as 300 | Configure neighbour AS number of BGP neighbor |
R2(config-router)#address-family link-state link-state | Configure address family link state link state |
R2(config-router)#neighbor 2000::1 activate | Activated bgp neighbor |
R2(config-router-af)#exit-address-family | Exit from Address Family configuration mode |
R2(config)#commit | Commit the candidate configuration to the running configuration |
R2(config)#end | End from EXEC mode |
R3
R3#configure terminal | Enter configure mode. |
R3(config)#segment-routing | Enable Segment Routing |
R3(config-sr)#srv6 | Segment Routing over IPv6 data-plane |
R3(config-srv6)#locators | Configure SRv6 locators |
R3(config-srv6-loc)#locator OcNOS | Configure SRv6 locator and name of the Locator |
R3(config-srv6-loc-conf)# prefix cafe:1:2:a11::/64 | prefix for locator ipv6 address |
R3(config-srv6-loc-conf)#exit-locator | Exit from srv6 locator mode |
R3(config-srv6-loc)#exit-locators | Exit from srv6 locators configuration mode |
R3(config-srv6)#exit-srv6 | Exit from srv6 configuration mode |
R3(config-sr)# commit | Commit the candidate configuration to the running configuration |
R3(config-sr)#exit | Exit from segment routing |
R3(config)#interface lo | Enter interface mode. |
R3(config-if)#ip address 44.44.44.44/32 secondary | Configure the IP address of the interface. |
R3(config-if)#ipv6 address 4444::1/128 | Configure the IPv6 address of the interface. |
R3(config-if)#prefix-sid index 4444 no-php | Configure prefix sid index value with no php. |
R3(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R3(config-if)#exit | Exit interface mode. |
R3(config)#commit | Commit the candidate configuration to the running configuration |
R3(config)#interface ce9 | Enter interface mode. |
R3(config-if)# ipv6 address 3000::1/64 | Configure the IPv6 address of the interface. |
R3(config-if)#ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
R3(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
R3(config-if)#exit | Exit interface mode. |
R3(config)#commit | Commit the candidate configuration to the running configuration |
R3(config)#router ipv6 ospf 1 | Configure ospf instance process |
R3(config-router)#router-id 44.44.44.44 | Configure ospf router id |
R3(config-router)#distribute bgp-ls | Configure Link State distribution to BGP |
R3(config-router)# segment-routing srv6 | Configure segment routing srv6 |
R3(config-router-srv6)#srv6-locator OcNOS | Configure srv6 locator name |
R3(config-router-srv6)#exit-srv6 | Exit from srv6 |
R3(config-router)#commit | Commit the candidate configuration to the running configuration |
R3(config-router)#exit | Exit from router mode |
R3(config)#router bgp 100 | Configure bgp AS number |
R3(config-router)# neighbor 3000::2 remote-as 300 | Configure neighbour AS number of BGP neighbor |
R3(config-router)#address-family link-state link-state | Configure address family link state link state |
R3(config-router)# neighbor 3000::2 activate | Activated bgp neighbor |
R3(config-router-af)#exit-address-family | Exit from Address Family configuration mode |
R3(config-router)#commit | Commit the candidate configuration to the running configuration |
R3(config-router)#end | End from EXEC mode |
Controller
Controller#configure terminal | Enter configure mode. |
Controller(config)#interface lo | Enter interface mode. |
Controller(config-if)#ip address 33.33.33.33/32 secondary | Configure the IP address of the interface. |
Controller(config-if)#ipv6 address 3333::1/128 | Configure the IPv6 address of the interface. |
Controller(config-if)#ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
Controller(config-if)#exit | Exit from interface mode. |
Controller(config)#commit | Commit the candidate configuration to the running configuration |
Controller(config)#interface ce17 | Enter interface mode. |
troller(config-if)# ipv6 address 3000::2/64 | Configure the IPv6 address of the interface. |
Controller(config-if)# ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
Controller(config-if)# ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
Controller(config-if)#exit | Exit from interface mode. |
Controller(config)#commit | Commit the candidate configuration to the running configuration |
Controller(config)#interface ce20 | Enter interface mode. |
Controller(config-if)# ipv6 address 2000::1/64 | Configure the IPv6 address of the interface. |
Controller(config-if)# ipv6 ospf network point-to-point instance-id 0 | Configure ospfv3 network as point to point instance id as 0. |
Controller(config-if)# ipv6 router ospf area 0.0.0.0 tag 1 instance-id 0 | Configure ospf area id process the tag instance id as 0. |
Controller(config-if)#exit | Exit from interface mode. |
Controller(config)#commit | Commit the candidate configuration to the running configuration |
Controller(config)#router ipv6 ospf 1 | Configure ospf instance process |
Controller(config-router)# router-id 33.33.33.33 | Configure ospf router id |
Controller(config-router)# distribute bgp-ls | Configure Link State distribution to BGP |
Controller(config-router)#exit | Exit from interface mode. |
Controller(config)#commit | Commit the candidate configuration to the running configuration |
Controller(config)#router bgp 300 | Configure bgp AS number |
Controller(config-router)# bgp router-id 33.33.33.33 | Configure bgp router id |
Controller(config-router)# neighbor 2000::2 remote-as 200 | Configure neighbour AS number of BGP neighbour |
Controller(config-router)# neighbor 3000::1 remote-as 100 | Configure neighbour AS number of BGP neighbour |
Controller(config-router)# address-family link-state link-state | Configure address family link state link state |
Controller(config-router-af)# neighbor 2000::2 activate | Activated bgp neighbour |
Controller(config-router-af)# neighbor 3000::1 activate | Activated bgp neighbour |
Controller(config-router-af)# exit-address-family | Exit from Address Family configuration mode |
Controller(config-router)#commit | Commit the candidate configuration to the running configuration |
Controller(config-router)#end | End from EXEC mode |
Validation
PE1
R2#sh ipv6 ospf neighbor
Total number of full neighbors: 2
OSPFv3 Process (1)
Neighbor ID Pri State Dead Time Interface Instance ID
33.33.33.33 1 Full/ - 00:00:37 ce0 0
11.11.11.11 1 Full/ - 00:00:38 ce13 0
R2#
R2#sh ipv6 ospf database
OSPFv3 Router with ID (22.22.22.22) (Process 1)
Link-LSA (Interface lo)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.0.1 22.22.22.22 1043 0x80000001 0xe95f 2
Link-LSA (Interface ce0)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.39.17 22.22.22.22 966 0x80000002 0x5835 1
0.0.39.37 33.33.33.33 967 0x80000002 0xde23 1
Link-LSA (Interface ce13)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.39.25 11.11.11.11 1038 0x80000002 0x7cd8 1
0.0.39.69 22.22.22.22 1037 0x80000002 0x7be0 1
Router-LSA (Area 0.0.0.0)
Link State ID ADV Router Age Seq# CkSum Link
0.0.0.0 11.11.11.11 1022 0x80000004 0xbb0f 1
0.0.0.0 22.22.22.22 950 0x80000006 0xd2da 2
0.0.0.0 33.33.33.33 946 0x80000004 0xb19b 2
0.0.0.0 44.44.44.44 951 0x80000003 0xfa42 1
Intra-Area-Prefix-LSA (Area 0.0.0.0)
Link State ID ADV Router Age Seq# CkSum Prefix Reference
0.0.0.1 11.11.11.11 1022 0x80000004 0xedaf 2 Router-LSA
0.0.0.1 22.22.22.22 949 0x80000006 0xe0d1 3 Router-LSA
0.0.0.1 33.33.33.33 945 0x80000004 0x40d9 3 Router-LSA
0.0.0.1 44.44.44.44 951 0x80000003 0x07a9 3 Router-LSA
R2#sh ipv6 ospf database router
OSPFv3 Router with ID (22.22.22.22) (Process 1)
Router-LSA (Area 0.0.0.0)
LS age: 170
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 11.11.11.11
LS Seq Number: 0x80000004
Checksum: 0xBB0F
Length: 40
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10009
Neighbor Interface ID: 10053
Neighbor Router ID: 22.22.22.22
LS age: 83
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 22.22.22.22
LS Seq Number: 0x80000006
Checksum: 0xD2DA
Length: 56
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10053
Neighbor Interface ID: 10009
Neighbor Router ID: 11.11.11.11
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10001
Neighbor Interface ID: 10021
Neighbor Router ID: 33.33.33.33
LS age: 80
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 33.33.33.33
LS Seq Number: 0x80000004
Checksum: 0xB19B
Length: 56
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10018
Neighbor Interface ID: 10010
Neighbor Router ID: 44.44.44.44
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10021
Neighbor Interface ID: 10001
Neighbor Router ID: 22.22.22.22
LS age: 85
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 44.44.44.44
LS Seq Number: 0x80000004
Checksum: 0xF843
Length: 40
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10010
Neighbor Interface ID: 10018
Neighbor Router ID: 33.33.33.33
R2#
R2#sh ipv6 ospf database router self-originate
OSPFv3 Router with ID (22.22.22.22) (Process 1)
Router-LSA (Area 0.0.0.0)
LS age: 129
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 22.22.22.22
LS Seq Number: 0x80000006
Checksum: 0xD2DA
Length: 56
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10053
Neighbor Interface ID: 10009
Neighbor Router ID: 11.11.11.11
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10001
Neighbor Interface ID: 10021
Neighbor Router ID: 33.33.33.33
R2#
R2#sh bgp neighbors
BGP neighbor is 2000::1, remote AS 300, local AS 200, external link
BGP version 4, local router ID 22.22.22.22, remote router ID 33.33.33.33
BGP state = Established, up for 00:19:06
Last read 00:00:19, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family Link-State Link-State: advertised and received
Received 66 messages, 0 notifications, 0 in queue
Sent 58 messages, 0 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 30 seconds
For address family: Link-State Link-State
BGP table version 4, neighbor version 4
Index 1, Offset 0, Mask 0x2
Community attribute sent to this neighbor (both)
Large Community attribute sent to this neighbor
42 accepted prefixes
21 announced prefixes
Connections established 1; dropped 0
Local host: 2000::2, Local port: 179
Foreign host: 2000::1, Foreign port: 34370
Nexthop: 22.22.22.22
Nexthop global: 2000::2
Nexthop local: fe80::eac5:7aff:feba:f15
BGP connection: shared network
R2#show bgp link-state link-state summary
BGP router identifier 22.22.22.22, local AS number 100
BGP table version is 5
2 BGP AS-PATH entries
0 BGP community entries
Neighbor V AS MsgRcv MsgSen TblVer InQ OutQ Up/Down State/PfxRcd
2000::1 4 300 41 34 5 0 0 00:03:32 64
Total number of neighbors 1
Total number of Established sessions 1
R2#Validation of BGP-LS NLRIs
R2#show bgp link-state link-state
BGP router identifier 22.22.22.22, local AS number 100
Origin codes: i - IGP, e - EGP
Prefix codes: E link, V node, T IP reacheable route, S SRv6 SID
I Identifier N local node, R remote node, L link P prefix, S SID
N local node, R remote node, L link, P prefix
L1/L2 ISIS level-1/level-2, O OSPF, O6 OSPFv3, a area-ID,
c confed-ID/ASN, b bgp-identifier, r router-ID, s SID,
i if-address, n nbr-address, o OSPF Route-type,
p IP-prefix, d designated router address, s ISO-ID
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]]/216
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/280
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::eac5:7aff:fe78:c909][nfe80::eac5:7aff:feba:f22]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][L[ife80::eac5:7aff:feba:f22][nfe80::eac5:7aff:fe78:c909]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/280
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
NLRIs, Total: 96, Node: 12, Link: 18, Prefix: 39, SRv6-SID: 27
R2#
R2#show bgp link-state link-state count
-------------------------------------------
Total NLRIs : 96
Node NLRIs : 12
Link NLRIs : 18
Prefix NLRIs : 39
SRV6 SID NLRIs : 27
-------------------------------------------
R2#show bgp link-state link-state self-originate
BGP router identifier 22.22.22.22, local AS number 100
Origin codes: i - IGP, e - EGP
Prefix codes: E link, V node, T IP reacheable route, S SRv6 SID
I Identifier N local node, R remote node, L link P prefix, S SID
N local node, R remote node, L link, P prefix
L1/L2 ISIS level-1/level-2, O OSPF, O6 OSPFv3, a area-ID,
c confed-ID/ASN, b bgp-identifier, r router-ID, s SID,
i if-address, n nbr-address, o OSPF Route-type,
p IP-prefix, d designated router address, s ISO-ID
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/216
[V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/216
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::eac5:7aff:fe78:c909][nfe80::eac5:7aff:feba:f22]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][L[ife80::eac5:7aff:feba:f22][nfe80::eac5:7aff:fe78:c909]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/280
[E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/280
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
[T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
[S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
NLRIs, Total: 32, Node: 4, Link: 6, Prefix: 13, SRv6-SID: 9
R2#
Validation for Node-NLRI
R2#sh bgp link-state link-state [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/216
BGP routing table entry for [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/216
Local
Received from 2000::1
Link State:
SR Algorithm: 0
SRv6 Capability is enabled - flags 0
Maximum SID Depth :
SRH maximum segments left (41) : 4
SRH maximum end pop (42) : 4
SRH maximum H.encaps (44) : 4
SRH maximum decapsulation sids (45) : 4
Node flag bits: O:0 T:0 B:0 E:0
Local TE Router-ID:11.11.11.11
R2#
Validation for Link-NLRI
R2#show bgp link-state link-state [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
BGP routing table entry for [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
Local
Received from 2000::1
Link State:
Local Router ID: 11.11.11.11, Remote Router ID: 22.22.22.22
IGP metric 1 SRv6 End.X
SRv6 End.X Endpoint behavior value: 6 - End.X with PSP
SRv6 End.X Endpoint Flags: 0
SRv6 End.X Endpoint Algorithm: 0
SRv6 End.X Endpoint Weight: 0
SRv6 End.X SRv6 SID: 1100::2002:0
R2#
Validation for Prefix-NLRI
R2#sh bgp link-state link-state [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
BGP routing table entry for [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
Local
Received from 3000::2
Link State:
Metric: 1 SRv6 Locator Flags: 0 SRv6 Locator Algorithm: 0 SRv6 Locator Metric: 0
R3#
Validation for SRv6
R2#sh bgp link-state link-state [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
BGP routing table entry for [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
Local
Received from IGP
Link State:
SRv6 Endpoint behavior:
SRv6 Locator Endpoint :2 - End with PSP SRv6 flags :0 SRv6 Algorithm :0
R2#
Validation on R3
R3#show ipv6 ospf neighbor
Total number of full neighbors: 1
OSPFv3 Process (1)
Neighbor ID Pri State Dead Time Interface Instance ID
33.33.33.33 1 Full/ - 00:00:37 ce9 0
R3#show ipv6 ospf database
OSPFv3 Router with ID (44.44.44.44) (Process 1)
Link-LSA (Interface lo)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.0.1 44.44.44.44 266 0x80000002 0x0d9e 2
Link-LSA (Interface ce5)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.39.22 44.44.44.44 261 0x80000003 0xce1c 1
Link-LSA (Interface ce9)
Link State ID ADV Router Age Seq# CkSum Prefix
0.0.39.34 33.33.33.33 255 0x80000003 0xaa4c 1
0.0.39.26 44.44.44.44 254 0x80000003 0xe2df 1
Router-LSA (Area 0.0.0.0)
Link State ID ADV Router Age Seq# CkSum Link
0.0.0.0 11.11.11.11 316 0x80000005 0xb910 1
0.0.0.0 22.22.22.22 242 0x80000007 0xd0db 2
0.0.0.0 33.33.33.33 235 0x80000005 0xaf9c 2
0.0.0.0 44.44.44.44 241 0x80000004 0xf843 1
Intra-Area-Prefix-LSA (Area 0.0.0.0)
Link State ID ADV Router Age Seq# CkSum Prefix Reference
0.0.0.1 11.11.11.11 311 0x80000006 0xe9b1 2 Router-LSA
0.0.0.1 22.22.22.22 237 0x80000008 0xdcd3 3 Router-LSA
0.0.0.1 33.33.33.33 230 0x80000006 0x3cdb 3 Router-LSA
0.0.0.1 44.44.44.44 236 0x80000005 0x03ab 3 Router-LSA
R3#sh ipv6 ospf database router
OSPFv3 Router with ID (44.44.44.44) (Process 1)
Router-LSA (Area 0.0.0.0)
LS age: 326
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 11.11.11.11
LS Seq Number: 0x80000005
Checksum: 0xB910
Length: 40
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10009
Neighbor Interface ID: 10053
Neighbor Router ID: 22.22.22.22
LS age: 252
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 22.22.22.22
LS Seq Number: 0x80000007
Checksum: 0xD0DB
Length: 56
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10053
Neighbor Interface ID: 10009
Neighbor Router ID: 11.11.11.11
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10001
Neighbor Interface ID: 10021
Neighbor Router ID: 33.33.33.33
LS age: 244
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 33.33.33.33
LS Seq Number: 0x80000005
Checksum: 0xAF9C
Length: 56
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10018
Neighbor Interface ID: 10010
Neighbor Router ID: 44.44.44.44
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10021
Neighbor Interface ID: 10001
Neighbor Router ID: 22.22.22.22
LS age: 250
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 44.44.44.44
LS Seq Number: 0x80000004
Checksum: 0xF843
Length: 40
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10010
Neighbor Interface ID: 10018
Neighbor Router ID: 33.33.33.33
R3#sh ipv6 ospf database router self-originate
OSPFv3 Router with ID (44.44.44.44) (Process 1)
Router-LSA (Area 0.0.0.0)
LS age: 256
LS Type: Router-LSA
Link State ID: 0.0.0.0
Advertising Router: 44.44.44.44
LS Seq Number: 0x80000004
Checksum: 0xF843
Length: 40
Flags: 0x00 (-|-|-|-|-)
Options: 0x000133 (AF|*|*|DC|R|-|-|E|V6)
Link connected to: another Router (point-to-point)
Metric: 1
Interface ID: 10010
Neighbor Interface ID: 10018
Neighbor Router ID: 33.33.33.33
BGP Neighborship
R3#show bgp neighbors
BGP neighbor is 3000::2, remote AS 300, local AS 100, external link
BGP version 4, local router ID 44.44.44.44, remote router ID 33.33.33.33
BGP state = Established, up for 00:35:11
Last read 00:00:23, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family Link-State Link-State: advertised and received
Received 105 messages, 0 notifications, 0 in queue
Sent 95 messages, 0 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 30 seconds
For address family: Link-State Link-State
BGP table version 6, neighbor version 6
Index 1, Offset 0, Mask 0x2
Community attribute sent to this neighbor (both)
Large Community attribute sent to this neighbor
42 accepted prefixes
21 announced prefixes
Connections established 1; dropped 0
Local host: 3000::1, Local port: 179
Foreign host: 3000::2, Foreign port: 37124
Nexthop: 44.44.44.44
Nexthop global: 3000::1
Nexthop local: fe80::e201:a6ff:febb:110b
BGP connection: shared network
R3#show bgp link-state link-state summary
BGP router identifier 44.44.44.44, local AS number 200
BGP table version is 7
2 BGP AS-PATH entries
0 BGP community entries
Neighbor V AS MsgRcv MsgSen TblVer InQ OutQ Up/Down State/PfxRcd
3000::2 4 300 58 38 7 0 0 00:08:32 64
Total number of neighbors 1
Total number of Established sessions 1
R3#
Validation NLRI
R3#show bgp link-state link-state
BGP router identifier 44.44.44.44, local AS number 200
Origin codes: i - IGP, e - EGP
Prefix codes: E link, V node, T IP reacheable route, S SRv6 SID
I Identifier N local node, R remote node, L link P prefix, S SID
N local node, R remote node, L link, P prefix
L1/L2 ISIS level-1/level-2, O OSPF, O6 OSPFv3, a area-ID,
c confed-ID/ASN, b bgp-identifier, r router-ID, s SID,
i if-address, n nbr-address, o OSPF Route-type,
p IP-prefix, d designated router address, s ISO-ID
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]]/216
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/280
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
e [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::eac5:7aff:fe78:c909][nfe80::eac5:7aff:feba:f22]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][L[ife80::eac5:7aff:feba:f22][nfe80::eac5:7aff:fe78:c909]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/280
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
NLRIs, Total: 96, Node: 12, Link: 18, Prefix: 39, SRv6-SID: 27
R3#
R3#show bgp link-state link-state count
-------------------------------------------
Total NLRIs : 96
Node NLRIs : 12
Link NLRIs : 18
Prefix NLRIs : 39
SRV6 SID NLRIs : 27
-------------------------------------------
R3#
R3#show bgp link-state link-state self-originate
BGP router identifier 44.44.44.44, local AS number 200
Origin codes: i - IGP, e - EGP
Prefix codes: E link, V node, T IP reacheable route, S SRv6 SID
I Identifier N local node, R remote node, L link P prefix, S SID
N local node, R remote node, L link, P prefix
L1/L2 ISIS level-1/level-2, O OSPF, O6 OSPFv3, a area-ID,
c confed-ID/ASN, b bgp-identifier, r router-ID, s SID,
i if-address, n nbr-address, o OSPF Route-type,
p IP-prefix, d designated router address, s ISO-ID
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/216
[V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]]/216
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
[E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
[T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
[S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
NLRIs, Total: 32, Node: 4, Link: 6, Prefix: 13, SRv6-SID: 9
R3#
NODE NLRI
R3#sh bgp link-state link-state [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/216
BGP routing table entry for [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/216
Local
Received from 3000::2
Link State:
SR Algorithm: 0
SRv6 Capability is enabled - flags 0
Maximum SID Depth :
SRH maximum segments left (41) : 4
SRH maximum end pop (42) : 4
SRH maximum H.encaps (44) : 4
SRH maximum decapsulation sids (45) : 4
Node flag bits: O:0 T:0 B:0 E:0
Local TE Router-ID:22.22.22.22
R3#
LINK NLRI
R3#sh bgp link-state link-state [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/280
BGP routing table entry for [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/280
Local
Received from 3000::2
Link State:
Local Router ID: 22.22.22.22, Remote Router ID: 11.11.11.11
IGP metric 1 SRv6 End.X
SRv6 End.X Endpoint behavior value: 6 - End.X with PSP
SRv6 End.X Endpoint Flags: 0
SRv6 End.X Endpoint Algorithm: 0
SRv6 End.X Endpoint Weight: 0
SRv6 End.X SRv6 SID: 2200::2002:0
R3#
Prefix NLRI
R3#sh bgp link-state link-state [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
BGP routing table entry for [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
Local
Received from 3000::2
Link State:
Metric: 1 SRv6 Locator Flags: 0 SRv6 Locator Algorithm: 0 SRv6 Locator Metric: 0
R3#
SRv6 NLRI
R3#show bgp link-state link-state [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
BGP routing table entry for [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
Local
Received from IGP
Link State:
SRv6 Endpoint behavior:
SRv6 Locator Endpoint :28 - End with USD SRv6 flags :0 SRv6 Algorithm :0
R3#
Validation on Controller
Controller#show bgp neighbors
BGP neighbor is 2000::2, remote AS 200, local AS 300, external link
BGP version 4, local router ID 33.33.33.33, remote router ID 22.22.22.22
BGP state = Established, up for 00:03:32
Last read 00:00:06, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family Link-State Link-State: advertised and received
Received 18 messages, 0 notifications, 0 in queue
Sent 30 messages, 0 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 30 seconds
For address family: Link-State Link-State
BGP table version 6, neighbor version 6
Index 1, Offset 0, Mask 0x2
Community attribute sent to this neighbor (both)
Large Community attribute sent to this neighbor
21 accepted prefixes
42 announced prefixes
Connections established 1; dropped 0
Local host: 2000::1, Local port: 179
Foreign host: 2000::2, Foreign port: 56356
Nexthop: 33.33.33.33
Nexthop global: 2000::1
Nexthop local: fe80::e201:a6ff:fea5:f16
BGP connection: shared network
BGP neighbor is 3000::1, remote AS 100, local AS 300, external link
BGP version 4, local router ID 33.33.33.33, remote router ID 44.44.44.44
BGP state = Established, up for 00:03:32
Last read 00:00:09, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family Link-State Link-State: advertised and received
Received 18 messages, 0 notifications, 0 in queue
Sent 29 messages, 0 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 30 seconds
For address family: Link-State Link-State
BGP table version 6, neighbor version 6
Index 2, Offset 0, Mask 0x4
Community attribute sent to this neighbor (both)
Large Community attribute sent to this neighbor
21 accepted prefixes
42 announced prefixes
Connections established 1; dropped 0
Local host: 3000::2, Local port: 33796
Foreign host: 3000::1, Foreign port: 179
Nexthop: 33.33.33.33
Nexthop global: 3000::2
Nexthop local: fe80::e201:a6ff:fea5:f13
BGP connection: shared network
Validation of BGP-LS NLRIs
Controller#show bgp link-state link-state summary
BGP router identifier 33.33.33.33, local AS number 300
BGP table version is 6
2 BGP AS-PATH entries
0 BGP community entries
Neighbor V AS MsgRcv MsgSen TblVer InQ OutQ Up/Down State/PfxRcd
2000::2 4 100 53 61 6 0 0 00:11:56 32
3000::1 4 200 46 66 6 0 0 00:11:56 32
Total number of neighbors 2
Total number of Established sessions 2
Controller#
Controller#show bgp link-state link-state
BGP router identifier 33.33.33.33, local AS number 300
Origin codes: i - IGP, e - EGP
Prefix codes: E link, V node, T IP reacheable route, S SRv6 SID
I Identifier N local node, R remote node, L link P prefix, S SID
N local node, R remote node, L link, P prefix
L1/L2 ISIS level-1/level-2, O OSPF, O6 OSPFv3, a area-ID,
c confed-ID/ASN, b bgp-identifier, r router-ID, s SID,
i if-address, n nbr-address, o OSPF Route-type,
p IP-prefix, d designated router address, s ISO-ID
[V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/216
[V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/216
[V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]]/216
[V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/216
e [V][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]]/216
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]]/280
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33][R[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
[E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44][R[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::eac5:7aff:fe78:c909][nfe80::eac5:7aff:feba:f22]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][L[ife80::eac5:7aff:feba:f22][nfe80::eac5:7aff:fe78:c909]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][L[ife80::eac5:7aff:feba:f15][nfe80::e201:a6ff:fea5:f16]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][L[ife80::e201:a6ff:fea5:f16][nfe80::eac5:7aff:feba:f15]]/536
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33][R[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]]/280
e [E][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44][R[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]]/280
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33][R[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][L[ife80::e201:a6ff:fea5:f13][nfe80::e201:a6ff:febb:110b]]/536
e [E][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44][R[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][L[ife80::e201:a6ff:febb:110b][nfe80::e201:a6ff:fea5:f13]]/536
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
[T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1111::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p1000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2200::/96]]/328
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][P[t0x0002][0x1][p2222::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p2000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r33.33.33.33]][P[t0x0002][0x1][p3333::1/128]]/360
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p3000::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][pcafe:1:2:a11::/64]]/296
e [T][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][P[t0x0002][0x1][p4444::1/128]]/360
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
[S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c100][b22.22.22.22][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::801:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::1001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r11.11.11.11]][S[t0x0002][s1100::2001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::1001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::2001:0/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:801::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:1001::/128]]/352
e [S][O6][I0x1][N[c200][b44.44.44.44][a0.0.0.0][r44.44.44.44]][S[t0x0002][scafe:1:2:a11:2001::/128]]/352
NLRIs, Total: 96, Node: 12, Link: 18, Prefix: 39, SRv6-SID: 27
Controller#
Controller#
Controller#
Controller#
Controller#show bgp link-state link-state count
-------------------------------------------
Total NLRIs : 96
Node NLRIs : 12
Link NLRIs : 18
Prefix NLRIs : 39
SRV6 SID NLRIs : 27
-------------------------------------------
Controller#
Validation for Particular NLRI
NODE NLRI
Controller#sh bgp link-state link-state [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]]/216
BGP routing table entry for [V][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r44.44.44.44]]/216
Local
Received from IGP
Link State:
SR Algorithm: 0
SRv6 Capability is enabled - flags 0
Maximum SID Depth :
SRH maximum segments left (41) : 4
SRH maximum end pop (42) : 4
SRH maximum H.encaps (44) : 4
SRH maximum decapsulation sids (45) : 4
Node flag bits: O:0 T:0 B:0 E:0
Local TE Router-ID:44.44.44.44
Controller#
LINK NLRI
Controller#sh bgp link-state link-state [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
BGP routing table entry for [E][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11][R[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]]/280
Local
Received from IGP
Link State:
Local Router ID: 11.11.11.11, Remote Router ID: 22.22.22.22
IGP metric 1 SRv6 End.X
SRv6 End.X Endpoint behavior value: 6 - End.X with PSP
SRv6 End.X Endpoint Flags: 0
SRv6 End.X Endpoint Algorithm: 0
SRv6 End.X Endpoint Weight: 0
SRv6 End.X SRv6 SID: 1100::2002:0
Controller#
Prefix NLRI
Controller#sh bgp link-state link-state [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
BGP routing table entry for [T][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r11.11.11.11]][P[t0x0002][0x1][p1100::/96]]/328
Local
Received from 3000::2
Link State:
Metric: 1 SRv6 Locator Flags: 0 SRv6 Locator Algorithm: 0 SRv6 Locator Metric: 0
R3#
SRv6 NLRI
Controller#show bgp link-state link-state [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
BGP routing table entry for [S][O6][I0x1][N[c300][b33.33.33.33][a0.0.0.0][r22.22.22.22]][S[t0x0002][s2200::801:0/128]]/352
Local
Received from IGP
Link State:
SRv6 Endpoint behavior:
SRv6 Locator Endpoint :28 - End with USD SRv6 flags :0 SRv6 Algorithm :0
Controller#