12-27-2007 02:50 PM - edited 03-03-2019 08:03 PM
I'm new to ODR/CDP and having a problem getting a network dynamically published from my spoke router. My setup is this:
The hub is a 3640, and the spoke is a 2600, both with IOS 12.3. The 3640 is running both ODR and RIP. The 2600 has no routing protocols enabled, but ip routing is enabled. S0/1 of the 3640 is connected to S0/0 of the 2600. 3640-S0/1 is 192.168.4.1/24 and 2600-S0/0 is 192.168.4.2/24. On the 2600 Ethernet0/0 is assigned 192.168.5.1/24.
On the 2600, in show ip route, I see an 'o' entry for the default route to 192.168.4.1 (correct) and 'C' for 192.168.5.0 and 192.168.4.0. On the 3640, show ip route has an 'o' entry for 192.168.5.0 and 'C' for 192.168.4.0. So far, all as I expect. Pings between all interfaces on the 3640 and 2600 are successful.
The problem is no other router connected to my hub (all other routers are using RIP) have any entry for 192.168.5.0. For another router connected to the 3640, I would expect to see an 'R' entry for 192.168.5.0 pointing back to the 3640. The route is invisible outside of the hub and spoke.
All of routes and interfaces are working fine through RIP on all routers. On the 3640, under router rip, I've tried having network 192.168.4.0 and not having it, same results both ways. I've also tried adding in 'redistribute odr' into 'router rip', again, with no affect.
I'm missing something. Any ideas?
Solved! Go to Solution.
12-27-2007 03:44 PM
Paolo is right on target (as always :)). When redistributing from a dynamic routing protocol into RIP, you need to specify a metric - if you don't, it's automatically set to 16 (unreachable).
12-27-2007 03:30 PM
Hi,
do you have set a metric for redistributed routes ?
12-27-2007 03:44 PM
Paolo is right on target (as always :)). When redistributing from a dynamic routing protocol into RIP, you need to specify a metric - if you don't, it's automatically set to 16 (unreachable).
12-27-2007 05:21 PM
That did it! Thanks!
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