!FRR1#sh run ! conf t ! frr version 7.2 frr defaults traditional hostname FRR1 ! router ospf ospf router-id 192.0.2.1 exit ! interface lo ip address 192.0.2.1/32 ip ospf area 0 ! 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 ! router ospf ospf router-id 192.0.2.1 ! line vty ! end