Matthew Zeier wrote: > I have two routers talking EIGRP to each other - one > (corp-bdr01) has a default route learned from OSPF. > > I'm stuck trying to get this route into the other EIGRP router.
EIGRP won't redistribute a default from another protocol. You'll either need to set a static default (then redistribute static will do its thing) or the better option is to add a default summary to your Layer 3 interfaces from which you want the default advertised: Interface X ip summary-address eigrp <AS> 0.0.0.0 0.0.0.0 250 The 250 on the end is the administrative distance the route will have on the local router - this will prevent it overriding the default from another dynamic routing protocol. Regards, Brad _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
