Configuring OSPF for NBMA Networks
You can configure OSPF nonbroadcast multiaccess (NBMA) networks. You can configure your OSPF network type as NBMA, regardless of the default medium. This is useful when, for example, you have routers in your network that do not support multicast addressing.
You must use the neighbor command to specify the router's OSPF neighbors.
To configure OSPF for an NBMA network:
host1(config-subif)#ip ospf network non-broadcasthost1(config-subif)#exithost1(config)#router ospf 5host1(config-router)#neighbor 10.12.14.1 priority 5 poll-interval 180If you want to configure the network type for a specific interface or OSPF area, rather than for all OSPF interfaces, you can use the address network command rather than the ip ospf network command.
address network
- Use to configure the network type on a specific OSPF interface or for a specific OSPF area to a type other than the default for the medium.
- You must first issue the address area command before issuing the address network command.
- Use the no version to restore the default value for the medium.
ip ospf network
- Use to configure the network type on all OSPF interfaces on the OSPF network to a type other than the default for the medium.
- Use the no version to restore the default value for the medium.
neighbor
- Use to configure OSPF neighbors on the NBMA network.
- Specify priority and poll interval only for routers that are eligible to become the designated router or backup designated router—that is, a router with a nonzero router priority value. The default priority value is 0, and the default polling interval is 120 seconds.
- Use the no version to remove the neighbor or restore the default values 0 and 120.