!FRR1#sh run ! conf t ! frr version 7.2 frr defaults traditional hostname FRR1 ! interface eth0 ip address 10.0.0.1/30 ip ospf area 0 ip ospf network point-to-point no shut ! interface eth2 ip address 10.0.0.10/30 ip ospf area 0 ip ospf network point-to-point no shut ! interface lo ip address 192.0.2.1/32 ip ospf area 0 ! router ospf ospf router-id 192.0.2.1 capability opaque mpls-te on mpls-te router-address 192.0.2.1 segment-routing on segment-routing global-block 16000 23999 segment-routing node-msd 8 segment-routing prefix 192.0.2.1/32 index 1021 router-info area ! line vty ! end