hello there..
I am trying to set up a single area OSPF routing network but BB1 and R1 (see picture and PT file below) wont form neighbors in other to exchange route information. Other routers in the network are working fine and exchanging routes.
I have checked, and both mentioned routers are in the same area (area 0) and have both link ends in the same subnet. Why they have refused to exchange routes is beyond me.
Someone please troubleshoot and let me know what's wrong. I would also love to know how to use the debug command:
debug ip ospf adj.
please find below the configuration of both routers in question.
BB1hostname BB1
...
interface FastEthernet0/0
ip address 172.16.10.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.16.11.254 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.100 255.255.255.0
....
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0
!
ip classlessR1!
hostname R1
...
interface Serial0/0/0
ip address 192.168.1.17 255.255.255.240
clock rate 64000
!
interface Serial0/1/0
ip address 192.168.1.33 255.255.255.240
clock rate 64000
!
interface Serial0/2/0
ip address 192.168.1.49 255.255.255.240
clock rate 64000
!
interface Serial0/3/0
ip address 10.1.1.1 255.255.255.0
clock rate 64000
...
router ospf 1
log-adjacency-changes
network 10.1.1.1 0.0.0.0 area 0
network 192.168.0.0 0.0.255.255 area 0
...
end