EIGRP Questions 2
Here you will find answer to EIGRP Questions – Part 2
Question 1
Refer to the exhibit. EIGRP has been configured on all routers in the network. What additional configuration statement should be included on router R4 to advertise a default route to its neighbors?

A. R4(config)#ip default-network 10.0.0.0
B. R4(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1
C. R4(config)#ip route 10.0.0.0 255.0.0.0 10.1.1.1
D. R4(config-router)# default-information originate
Answer: A
Explanation
The “ip default-network ” command will direct other routers to send its unknown traffic to this network. Other router (R1,R2,R3) will indicate this network as the “Gateway of last resort”.
There is another way to route unknown traffic to 10.1.1.0/24 network: create a static route using “ip route 0.0.0.0 0.0.0.0 10.1.1.2″ command then inject this route using the “network 0.0.0.0″ command, or using “redistribute static” command.
Note: In EIGRP, default routes cannot be directly injected (as they can in OSPF with the default-information originate command. Also, EIGRP does not have the “default-information originate” command).
Question 2
Refer to the exhibit. Router RTA is the hub router for routers RTB and RTC. The Frame Relay network is configured with EIGRP, and the entire network is in autonomous system 1. However, router RTB and RTC are not receiving each other’s routes. What is the solution?

A. Configure the auto summary command under router eigrp 1 on router RTA.
B. Issue the no ip split horizon command on router RTA.
C. Configure subinterfaces on the spoke routers and assign different IP address subnets for each subinterface.
D. Check and change the access lists on router RTA.
E. Issue the no ip split horizon eigrp 1 command on router RTA.
Answer: E
Explanation
RTB and RTC cannot see each other because of the split horizon rule: “A router never sends information about a route back in same direction which is original information came”. To overcome this problem we can configure subinterfaces or disable split horizon with the command “no ip split horizon eigrp 1″ on RTA.
Question 3
When troubleshooting an EIGRP connectivity problem, you notice that two connected EIGRP routers are not becoming EIGRP neighbors. A ping between the two routers was successful. What is the next thing that should be checked?
A. Verify that the EIGRP hello and hold timers match exactly.
B. Verify that EIGRP broadcast packets are not being dropped between the two routers with the show ip EIGRP peer command.
C. Verify that EIGRP broadcast packets are not being dropped between the two routers with the show ip EIGRP traffic command.
D. Verify that EIGRP is enabled for the appropriate networks on the local and neighboring router.
Answer: D
Question 4
Refer to the exhibit. You are the network administrator of the Route.com company. You have been tasked to implement a hub and spoke EIGRP topology over Frame Relay to provide connectivity between the networks at headquarters and all 300 spokes.
Before you begin the actual implementation, which three pieces of information are more important to know than the others? (Choose three)

A. the Committed Information Rate of all the Frame Relay PVCs
B. the Cisco IOS version running on all the routers
C. the router model number of all the spoke routers
D. the number of HQ networks connected behind the headquarter routers
E. the routing policy, such as whether or not the spokes can be used as backup transient point between the two headquarter routers
Answer: A B E
Question 5
Refer to the exhibit. The Route.com company is running EIGRP between all the routers. Currently, if one of the LAN links (LAN1 or LAN2) at the headquarters flaps (goes up and down), the HQ-RTR1 and HQ-RTR2 routers will experience high CPU usage and have a long EIGRP convergence time. As the new network administrator, you are asked to investigate this situation and determine if there is a quick way to resolve this issue.
Which is the most important thing that you can quickly verify first to resolve this issue?

A. Verify that the bandwidth setting on all WAN links is correct.
B. Verify that the HQ-RTR1 and HQ-RTR2 routers are configured to send only a default route to all the spoke routers.
C. Verify that the HQ-RTR1 and HQ-RTR2 routers are configured for EIGRP Nonstop Forwarding.
D. Verify that all the spoke routers are configured for autosummarization.
E. Verify that all the spoke routers are configured as EIGRP stub.
Answer: E
Question 6
Refer to the exhibit. When you examine the routing table of R1 and R4, you are not able to see the R1 Ethernet subnet on the R4 routing table. You are also not able to see the R4 Ethernet subnet on the R1 routing table.
Which configuration change should be made to resolve this issue? Select the routers where the configuration change will be required, and select the required EIGRP configuration command(s). (Choose two)

A. R1 and R4
B. R2 and R3
C. ip summary-address eigrp 1 10.1.1.0 255.255.255.0 and ip summary-address eigrp 1
D. variance 2
E. eigrp stub connected
F. no auto-summary
Answer: B F
Question 7
Refer to the exhibit. The actual speed of the serial links between R2 and R3 are 256 kb/s and 512 kb/s respectively. When configuring EIGRP on routers R2 and R3, the network administrator configured the bandwidth of both serial interfaces to 512 kb/s. What will be the effect?

A. EIGRP will overutilize the 512 kb/s link.
B. The interface “delay” value used in the EIGRP metric calculation will be inaccurate on the 256 kb/s serial interface.
C. The amount of bandwidth used for EIGRP routing protocol traffic on the 256 kb/s link can become excessive.
D. EIGRP can load balance between the two serial links only if the variance is set to 2 or higher.
E. Unequal cost load balancing will be disabled.
Answer: C
Question 4
Refer to the exhibit. You are the network administrator of the Route.com company. You have been tasked to implement a hub and spoke EIGRP topology over Frame Relay to provide connectivity between the networks at headquarters and all 300 spokes.
Before you begin the actual implementation, which three pieces of information are more important to know than the others? (Choose three)
A. the Committed Information Rate of all the Frame Relay PVCs
B. the Cisco IOS version running on all the routers
C. the router model number of all the spoke routers
D. the number of HQ networks connected behind the headquarter routers
E. the routing policy, such as whether or not the spokes can be used as backup transient point between the two headquarter routers
why we must check ios version here?
@Hamada: I have the same question! is there anybody to answer the above question?
eigrp handles stuck-in-active condition regarding 12.2 ios former or later
@Hamada: The key word in that multiple choice answer was “Cisco IOS” as EIGRP is Cisco proprietary.
I do not understand about question 7, Who can explain me that question?
Question 7
Eigrp is able to use up to 50% of the bandwidth by default. It bases that 50% on the value set by the bandwidth command. If the bandwidth is set artificially high, then eigrp will use more than 50%.
There is a command to set the percent of bandwidth that eigrp is able to use. That would fix the issue here, however, there really isn’t a practical reason to set the bandwidth artificially high. They seem to have it set up so eigrp will see the lines as equal cost for load ballencing, I guess. They should actually be set up like aggregate lines, so none of it makes any damn sence.
The version of the os might have to be the same ….i could be wrong to ..so let me know if i am
thanks …… gazakom allah khiera…
plzzz any one have the last DUMP ???????????
helpppp please
my name is ahmed tooo
#3 and #6 were on my test
@funguy
What i see in question 7 is that administrator sets links to equal cost loadbalancing instead of using variance 2, i that case slower link can get overwhelmed with traffic.
scratch that, cant read for shet :)
kindly explain 2nd question in depth..
kindly explain 2nd question indepth..
Hello Friends,
I just started to study the ROUTE test after taking almost two years off from passing the CCNA. I am planning to take the ROUTE test in two months. Are the Sims, Drag and Drop, Questions, and everything else on this site still valid for the ROUTE test?
Thank you all!
I took this last week and I still found all this useful. So I’ll say ‘yes.’ Good luck!
Can anyone please explain me the question 6?
@Kannan: you can check the rule of split horizon in Cisco routers. Update traffic can not send back to the same physical interface. Disable split horizon makes that behavior works, so the traffic between two spoke routers can exchange.
@Hai-from Vietnam
Q6:
If auto-summary(default setting) is set, router will advertise classfull network to its neighbors, so both routers(3,4) will advertise that they have 10.x.x/8 network. Therefore packets will struggle to find the correct path. If no auto-summary command is issued, the router will advertise exact ‘interface’ network , in our case R2-10.1.x/24 and R3 10.2.x/24
I hope it has been informative :P
sorry messed up router numbers, i wish there was a way to edit comments
Instead of both routers(3,4) i meant both routers(2,3)
please i want to know….my exam is on friday….do they change the arrangement of the options in the exam…..thanks