OSPF configuration in OcNOS


Basic OPSF

config
router ospf 1
 network 10.20.30.4/32 area 0.0.0.0
 network 192.168.34.0/24 area 0.0.0.0


config
interrface xxxx
 ip ospf network point-to-point








???? area <backbone area number> interface <interface>

ospf config
router-id <loopback address>
ospf area-interface-config-mode
!
router ospf <process ID number>
 fast-reroute keep-all-paths
 max-metric router-lsa on-startup 300
 bfd all-interfaces
 ???? area <backbone area number> interface <interface>
 area <backbone area number> interface <interface> network-type point-to-point
 area <backbone area number> interface lo
 area <backbone area number> interface lo passive
 fast-reroute per-prefix ti-lfa area <backbone area number>
!
interface <interface>
 ip address <interface address>/31
interface lo
 ip address <loopback address>/32 secondary!