This procedure specifies an NBMA neighbor router and its priority.
SEFOS# configure terminal SEFOS(config)# router ospf
SEFOS(config-router)# router-id 10.10.2.1
SEFOS(config-router)# network 10.4.0.1 area 0.0.0.0 SEFOS(config-router)# network 10.10.2.1 area 0.0.0.6
SEFOS(config)# exit
SEFOS(config)# interface vlan 1
SEFOS(config-if)# ip ospf network non-broadcast
SEFOS(config-if)# exit SEFOS(config)# router ospf SEFOS(config-router)# neighbor 10.4.0.2 priority 10
SEFOS(config-router)# no neighbor 10.4.0.2 priority 10