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