OSPF Point To Point Non Broadcast Network Type
OSPF Point To Point Non Broadcast Network Type
This is the hub configuration. I changed the network type to point-to-multipoint non-
broadcast, advertised the 192.168.123.0 /24 network in OSPF and most important…
specified the OSPF neighbors myself. Let’s look at the spoke router configuration:
Spoke1(config)#interface serial 0/0
Spoke1(config-if)#ip address 192.168.123.2 255.255.255.0
Spoke1(config-if)#encapsulation frame-relay
Spoke1(config-if)#ip ospf network point-to-multipoint non-broadcast
Spoke1(config-if)#exit
Spoke1(config)#router ospf 1
Spoke1(config-router)#network 192.168.123.0 0.0.0.255 area 0
Spoke2(config)#interface serial 0/0
Spoke2(config-if)#ip address 192.168.123.3 255.255.255.0
Spoke2(config-if)#encapsulation frame-relay
Spoke2(config-if)#ip ospf network point-to-multipoint non-broadcast
Spoke2(config-if)#exit
Spoke2(config)#router ospf 1
Spoke2(config-router)#network 192.168.123.0 0.0.0.255 area 0
Just a basic configuration. You’ll have to change the OSPF network type and type in the
correct network statements in order to become OSPF neighbors. Let’s verify the
configuration: