OSPF over serial link example


RTA ospfd.conf
interface ppp0
 ip ospf network point-to-point
interface eth0
router ospf
 auto-cost reference-bandwidth 1000
 passive-interface eth0
 network 10.0.0.2/32 area 0
 network 10.0.1.0/24 area 0
RTB ospfd.conf
interface ppp0
 ip ospf network point-to-point
interface eth0
router ospf
 auto-cost reference-bandwidth 1000
 passive-interface eth0
 network 10.0.0.1/32 area 0
 network 10.0.2.0/24 area 0