!FRR3# sh run ! conf t ! frr version 7.2 frr defaults traditional hostname FRR3 ! router ospf ospf router-id 192.0.2.3 ! interface lo ip address 192.0.2.3/32 ip ospf area 0 ! interface eth1 ip address 10.0.0.6/30 ip ospf area 0 ip ospf network point-to-point no shut ! interface eth2 ip address 10.0.0.9/30 ip ospf area 0 ip ospf network point-to-point no shut ! line vty ! end