!FRR2# show run ! conf t ! frr version 7.2 frr defaults traditional hostname FRR2 ! interface eth0 ip address 10.0.0.2/30 ip ospf area 0 ip ospf network point-to-point no shut ! interface eth1 ip address 10.0.0.5/30 ip ospf area 0 ip ospf network point-to-point no shut ! interface lo ip address 192.0.2.2/32 ip ospf area 0 ! router ospf ospf router-id 192.0.2.2 capability opaque mpls-te on mpls-te router-address 192.0.2.2 segment-routing on segment-routing global-block 16000 23999 segment-routing node-msd 8 segment-routing prefix 192.0.2.2/32 index 1022 router-info area ! line vty ! end