DCD wrote: » ip default-network X.X.X.X
james43026 wrote: » This would only define a gateway of last resort for the local router. You would then need to redistribute it into EIGRP.
DCD wrote: » It a crummy command but it will propagate through eigrp routes without needing to be redistributed as long as it in the routing table. The command will inject a static route which will show up as a D* in the routing table.
Dieg0M wrote: » Other than redistribution there is 3 ways: 1. ip route 0.0.0.0 0.0.0.0 null0 + network 0.0.0.0 (under the router process) 2. ip summary-address eigrp <AS> 0.0.0.0 0.0.0.0 <AD>, under an interface. Make sure the distance is higher than current default route so traffic is not blackholed. 3. ip default-network <classful network>, network must be in topology default and will be set as candidate default