Cannot figure this EIGRP question out....

in CCNA & CCENT
Its a flashcard but when I click the answer its all garbled. The question is basically this:
A router in a network segment has been newly installed by a jr admin. The network is running EIGRP AS # 212. The jr. admin. has not correctly configured the router. After correctly entering the AS # 212 the router still does not recieve EIGRP routes as show in the output below (the output is only directly connnected routes, no routed protocols, only "c"'s)
What is causing the router to not recieve EIGRP updates?
It sucks cause this really bothers me. I cannot see the answer. If every thing is configured correctly on all routers what could possible prevent any eigrp updates?
These are my guess's.
1. cdp is not enabled on the router? at a config prompt that would be : enable cdp correct?
2. if the routes are classless EIGRP should be ok with auto-summerization? Im not entirely sure about this.
That is the only 2 things I think could be related but honestly it could be something really easy.
Any ideas would be cool
A router in a network segment has been newly installed by a jr admin. The network is running EIGRP AS # 212. The jr. admin. has not correctly configured the router. After correctly entering the AS # 212 the router still does not recieve EIGRP routes as show in the output below (the output is only directly connnected routes, no routed protocols, only "c"'s)
What is causing the router to not recieve EIGRP updates?
It sucks cause this really bothers me. I cannot see the answer. If every thing is configured correctly on all routers what could possible prevent any eigrp updates?
These are my guess's.
1. cdp is not enabled on the router? at a config prompt that would be : enable cdp correct?
2. if the routes are classless EIGRP should be ok with auto-summerization? Im not entirely sure about this.
That is the only 2 things I think could be related but honestly it could be something really easy.
Any ideas would be cool
Comments
Probably more there than meets the eye.
My two cents:
1.- nothing to with this... CDP is a very nice feature to get info from directly connected switches and Routers... not to do with EIGRP. EIGRP uses RTP protocol to send hello and other stuff. I get mixed a lot with CDP VTP STP
2.- Now, this is a posibility... EIGRP does autosummarization by default, as opossed to OSPF, which doesnt. you should issue a "no auto summary" when configuring EIGRP. Also, you should enter the complete classfull address.
Another posibility: Has de Jr Admin configured which networks to advertize? Any passive interfaces?
I figured the cdp had nothing to do with it but I was just curious.
Ok so if using discontigous networks you have to turn off auto summarize?
Should you use wild card masks then (as this is optional)?
The question does not say.
So for furture reference when troubleshooting EIGRP connected routers.
1. make sure all address's correct.
2. make sure AS numbers match.
3. make sure auto summarization is turn off (regardless of ip numbers?)
4. make sure directly connected interfaces are not in passive state.
5. make sure all networks are advertised.
Does that about cover it?
no ip summary-address eigrp as-number network-address subnet-mask [admin-distance] <
optional
the ciscopedia says this about :
no auto-summary
This command applies to a RIP routing process. To restore the default behavior of automatic summarization of subnet routes into network-level routes, use the auto summary router configuration command. To disable this function and transmit subprefix routing information across classful network boundaries, use the no form of this command. RIP Version 1 always uses automatic summarization. If you are using RIP Version 2, you can turn off automatic summarization by specifying no auto-summary. Disable automatic summarization if you must perform routing between disconnected subnets. When automatic summarization is off, subnets are advertised.
so it looks to me like the different protocols use different commands?
the command ip summary-address... is used per inteface to summarize the networks that are reachable thru that int.
Wildcards are used with OSPF... or at least I never used them with EIGRP.
I would bet on the auto-summary stuff causing problems!
Thanks for your help
I would say there are no routes learned because eigrp was not enabled on the interface between the other router.The question says the Jr admin enabled eigrp with AS 212 and thats all,he must now enable the interface with the network command.
Yankee
Lets see that table please.
No adjacency = no eigrp 212 on the other int.
2x 2950
2x 3550
2x 2650XM
2x 3640
1x 2801
Its the 2nd time i saw this question on my test... and i failed... does any1 know the answer to the questions?
i have put no auto-summary but routes are just not learned
Try and remember the Network xxx.xxx.xxx.xxx commands in the routers... you should remember that the network of the interface connecting both routers wasn't advertized.
(Try my best to remember the test question :P )
Even if you specify different AS in different router, it seem like the route can still be learned and propagated to other routers.
any1 could provide the actual question or the answers specified in the first post?
you know... the no auto-summary if it is discontiguous net should be used too... it won't pass routing tables if the summarization is the same. I did try this in the lab and until I removed the auto-summary, no routes were exchanged... they, they did.
Neighbor Discovery
Before EIGRP routers are willing to exchange routes with each other, they must become neighbors. There are 3 conditions that must be met for neighborship establishment:
a)Hello or ACK received
b)AS numbers match
c)Identical metrics( K values)
I would make sure to
a)ping the interface to make sure you can ping
a1)show ip ospf neighbor to see if it's in fact neighbor
b)make sure network command is there and looks right
c)I would also try to no eigrp and then reenter everything as routing update
do not happen until either new network is entered or for routing update(? how long?)
But that's just my guess. In my lab so far, no auto do not have any affect.