networker050184 wrote: » You truly do learn something new every day no matter how long you have been studying this stuff.
localpref wrote: » I am trying to verify the follow text via a lab. This comes from a Cisco book The other option is to use the network 0.0.0.0 EIGRP subcommand. Oddly enough, this command does not actually match interface IP addresses of interfaces, but is a special case in which IOS thinks “if my routing table has a default route in it, put a default route (0.0.0.0/0) into the EIGRP table.”(If the route leaves the routing table, then the router will notify neighbors that the route has failed.) My lab seems to show the exact oppsite happening it seems to match on all interfaces and not send out the default route. Config from router I want to originate the default route from. Notice there is not a network statement for the 50.50.50.0/24 network. router eigrp 90 network 10.1.0.0 0.0.255.255 network 172.30.0.0 network 192.168.1.0 network 0.0.0.0 no auto-summary ip route 0.0.0.0 0.0.0.0 192.168.1.1 show command to show the default route is valid BB#show ip route Gateway of last resort is 192.168.1.1 to network 0.0.0.0 50.0.0.0/24 is subnetted, 1 subnets C 50.50.50.0 is directly connected, Loopback50 S* 0.0.0.0/0 [1/0] via 192.168.1.1 routing table from a neighbor. notice he sees the 50.50.50.0/24 network and no default route. From the above statments in the book the oppsite should be happening. R3#show ip route Gateway of last resort is not set 50.0.0.0/24 is subnetted, 1 subnets D 50.50.50.0 [90/10639872] via 10.1.34.1, 00:11:01, Serial0/0 Is there anyone who can help explain what is going on???
sakayaraj20000 wrote: » hi localpref, I read the errata of the Cisco Route 642-902 certification book, and this is what i found. Page 128 – 2nd paragraph – 4th line – middle – a sentence begins “Oddly enough, this command does not actually match interface IP addresses of interfaces, but…” – that statement is not true. The network 0.0.0.0 command actually matches all interfaces. To fix the text, delete the red portion shown here. It was incorrect information given on the book. The network 0.0.0.0 command adverties all the network interfaces on that router. Sakayaraj CCNA. Currently studying for the CCNP Route 642-902 Exam
stuh84 wrote: » What book is that from? That sounds like absolute rubbish to be honest. Unless its a deprecated feature of EIGRP, I just don't see how what that says could ever be the case.