ip default-network 192.168.22.1
ip route 0.0.0.0 0.0.0.0 s0
network 0.0.0.0
mikearama wrote: I know in our mpls eigrp wan solution that we use the "ip default-network" command to specify the default network to the rest of the wan. It's context is:ip default-network 192.168.22.1
mikearama wrote: You got it. As long as the router that you issue this command on has a direct connection to the network being assigned, and it's been entered into eigrp using the network command, it'll dole it out to the other routers running eigrp as they're default network. In fact, go one step further... on a neighbour router, it'll show the route in the routing table with the usual "*" (for default route), using the next nearest interface as next hop. It's quite a neat design by cisco. Give it a shot. Mike