Hi everyone!
I'm having a very particular issue in which I need to inject a default route from a router running EIGRP but this router must NOT have a static default route configured. I tried using the "ip default-network" from remote routers targetting for example a loopback of my core router (which needs to distribute the default route) with no luck. Any suggestions? Some kind of "default-information originate always" =E0-la OSPF style.
Perhaps I will try and use a kind of "ip route 0.0.0.0 0.0.0.0 null0
250" command that would have an command with a redistribute static... In my particular case, I can allow myself to use the interface command "ip summary-address eigrp 100 0.0.0.0 0.0.0.0" but the problem is that it generates a null0 route with an admin cost of 0, being prioritary over everythig else... Am I missing something?
TIA for any help!
Olivier