Having issues redistributing our main routing protocol, eigrp, into OSPF, so I can run dynamic routing to our non-cisco equipment. Heres a scenerio:
eigrp 100 (backbone) topology is like this:
172.16.4.0/22
172.16.8.0/22
172.16.12.0/22
172.16.16.0/22
172.16.20.0/22
172.16.24.0/22
172.16.28.0/22
172.16.32.0/22
These were all added via matching network statements *and* redistribute connected. They are on connected vlan interfaces on the core. When I look at the individual show ip eigrp top for each of these networks, they all look the same.
When I redistribute eigrp 100 subnets into ospf 100
i only get the .4, .8, and .12.. nothing else redist's
If I hate the .4, .8, and .12 network statements out of eigrp, they remain in the eigrp top because of redist connected, but no longer redistribute
I have debugged ospf lsa generation and again, see only the notices that these *specific* 3 are being generated.
Anyone have any thoughts or a better way to debug that might show the other routes being denied redistribution of some sort?
eigrp 100 (backbone) topology is like this:
172.16.4.0/22
172.16.8.0/22
172.16.12.0/22
172.16.16.0/22
172.16.20.0/22
172.16.24.0/22
172.16.28.0/22
172.16.32.0/22
These were all added via matching network statements *and* redistribute connected. They are on connected vlan interfaces on the core. When I look at the individual show ip eigrp top for each of these networks, they all look the same.
When I redistribute eigrp 100 subnets into ospf 100
i only get the .4, .8, and .12.. nothing else redist's
If I hate the .4, .8, and .12 network statements out of eigrp, they remain in the eigrp top because of redist connected, but no longer redistribute
I have debugged ospf lsa generation and again, see only the notices that these *specific* 3 are being generated.
Anyone have any thoughts or a better way to debug that might show the other routes being denied redistribution of some sort?