Alright, I'm taking BSCI in about a week and a half, and I'm running through labs. I have one lab which has an AS with one router connected to another outside the AS. The router outside the AS has no routing protocol on it, just an interface into one of the AS routers and a loopback that's supposed to represent the outside world.
Part of the parameters of the lab is to propagate a persisten default route through EIGRP to the rest of the AS and let them be able to ping that router.
Now, I used the ip default-network command. The network is known to EIGRP, advertised via the network command. The downstream routers properly install it as the gateway of last resort. The problem I'm running into is that the router I issued the ip default-nework command on is not setting the gateway of last resort. The route *is* flagged as a candidate default route in the routing table, but I can't ping the loopback of the outside router. I can ping the interface that's directly connected to the inside router.
Now, here's the fun part. If I install a normal quad-zero default route out that interface, I *can* ping the loopback. But none of my downstream routers can. As soon as it hits the router connected to the outside, the traffic dies. Just for the hell of it, wiped the config, started over, and instead of using ip default-network, I just added a static quad zero and redistributed it into EIGRP. Worked like a charm. However, the lab doesn't want me to redistribute, it wants it propagted through EIGRP.
So my major problem is that the router I issued the ip default-gateway command on is not setting the gateway of last resort, my other routers are, the route is flagged as a candidate default route, and it's not working. And I have no idea why and it's irritating the living hell out of me!
Help please