03-31-2010 02:37 PM - edited 03-04-2019 07:59 AM
Just trying to bring up a new 3750 stack and route OSPF from our core, but it's been a while and I've mainly been doing BGP and EIGRP.. was hoping someone could help:
I'm seeing the neighbor relationship as full, but am not receiving any routes from the core router. The core router gets it's OSPF routes from our other core router(s).. I think I should at least get networks defined in area 0??
3750 (CAR1) router IP: 10.14.1.2
CAR1.CF#sho ip ospf neigh
Neighbor ID Pri State Dead Time Address Interface
64.38.14.148 1 FULL/DR 00:00:39 10.14.1.1 Port-channel1
core router (BDR1) IP 10.14.1.1
Neighbor ID Pri State Dead Time Address Interface
10.14.1.2 0 FULL/ - 00:00:39 10.14.1.2 Port-channel2
64.38.14.146 0 FULL/ - 00:00:38 10.13.1.1 GigabitEthernet2/1
74.200.240.5 0 FULL/ - 00:00:31 74.200.242.53 GigabitEthernet2/2
3750 OSPF CONFIG:
!
router ospf 600
log-adjacency-changes
redistribute connected subnets
passive-interface default
no passive-interface Port-channel1
network 10.13.1.2 0.0.0.0 area 0
network 10.13.1.0 0.0.0.255 area 0
network 10.14.1.0 0.0.0.0 area 0
network 10.14.1.0 0.0.0.3 area 0
network 64.38.14.148 0.0.0.0 area 0
network 74.200.193.4 0.0.0.3 area 0
network 74.200.242.54 0.0.0.0 area 0
Core OSPF CONFIG:
router ospf 600
log-adjacency-changes
nsf enforce global
redistribute connected
redistribute static subnets route-map static-to-ospf
passive-interface default
no passive-interface GigabitEthernet2/1
no passive-interface GigabitEthernet2/2
no passive-interface Port-channel2
network 10.13.1.2 0.0.0.0 area 0
network 10.13.1.0 0.0.0.255 area 0
network 10.14.1.0 0.0.0.0 area 0
network 10.14.1.0 0.0.0.3 area 0
network 64.38.14.148 0.0.0.0 area 0
network 74.200.193.4 0.0.0.3 area 0
network 74.200.242.54 0.0.0.0 area 0
Solved! Go to Solution.
03-31-2010 02:41 PM
Based on the output, it seems you have mismatched network types.
While you can form adjacency with mismatched network types and identical OSPF timers, you won't be able to exchange LSA information.
It seems your 3750 stack is running the default broadcast mode while the Core is either running point-to-point or point-to-multipoint based on the output .. no DR is listed.
Regards
______
Each time you rate a CSC discussion we'll donate $1 to the American Red Cross Haiti fund up to a maximum donation of $10,000 USD.
03-31-2010 02:41 PM
Based on the output, it seems you have mismatched network types.
While you can form adjacency with mismatched network types and identical OSPF timers, you won't be able to exchange LSA information.
It seems your 3750 stack is running the default broadcast mode while the Core is either running point-to-point or point-to-multipoint based on the output .. no DR is listed.
Regards
______
Each time you rate a CSC discussion we'll donate $1 to the American Red Cross Haiti fund up to a maximum donation of $10,000 USD.
03-31-2010 02:46 PM
Awesome!
That was it
03-31-2010 02:47 PM
Glad to be of help.
Please remember to rate helpful posts.
Regards
Edison
03-31-2010 03:33 PM
Thanks.. I rated the post!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide