websponge wrote: » Thanks, but that's confused me even more. The default network will get advertised to R2 and it will put it in its topology table as a candidate default. So when a route becomes unavailble it will send it there?.
websponge wrote: » I understand control plane and forwarding plane. The default network is put in the routing table, I can see it when I type show ip route.... So explain when is this route ever used then please?
Dieg0M wrote: » The default network will be used (forwarding plane) while queries are done by EIGRP (control plane). If a more specific route is found, the route will be added in the EIGRP topology table (control plane). The control plane will feed the forwarding plane with what it needs to add to its forwarding table.
Dieg0M wrote: » No, if a route enters the router and there is not route for it, DUAL will add it to its topology table. Queries are sent only when a route goes down and no Feasible Successor exist in its topology table. The routing table is part of the forwarding plane and EIGRP's topology table is part of the control plane, two different things. The forwarding plane carries out the commands of the control plane.
websponge wrote: » if a route enters the router, it does not add it to the topology table, the toplogy table is built from gathering the routes from its known neighbours.
networker050184 wrote: » So what would be the point of having the default route if it didn't use it?
networker050184 wrote: » The default network is used to generate a default route. When you look at your routing table you see the gateway of last resort is set towards this network you designate as the default network.
realdreams wrote: » IMO the default-network command should really be depreciated... It serves no purpose in today's network (the command is classful), only causes confusing and misconfiguration... The exam tests the arbitrary behavior of this command under different conditions.