Showing posts with label EIGRP Objective type Questions and Answers pdf. Show all posts
Showing posts with label EIGRP Objective type Questions and Answers pdf. Show all posts

Friday, June 16, 2017

Realtime EIGRP Multiple choice Questions and Answers pdf

11.What is Advertised Distance/Reported Distance?
Advertised distance is the distance (Metric) of a neighbor router to destination network. This is the metric of a destination network as reported by a neighbor.

12.What Authentication does EIGRP supports?
EIGRP supports Only MD5.

13.Give the Formula EIGRP uses to calculate Metric?
((10^7/least bandwidth of link) + cumulative delay)*256

14.What is the Different Administrative Distance that EIGRP use?
1.Internal - 90
2.External - 170
3.Summary - 5

15.What multicast address does EIGRP use?
EIGRP routers use the multicast address of 224.0.0.10

16.How we configure EIGRP?
Router(config)# router eigrp 100
Router(config-router)# network 172.16.1.0 0.0.0.255
Router(config-router)# network 10.16.1.0 0.0.0.255
Router(config-router)# no auto-summary

17.Give some commands to troubleshoot EIGRP?
#show ip route - It shows full Routing Table.
#show ip route eigrp - It shows only EIGRP routes (routes learned through EIGRP protocol) in the routing table.
#show ip eigrp neighbors - It shows EIGRP Neighbor Table.
#show ip eigrp topology - It shows EIGRP Topology Table.

Read More Questions:
EIGRP Interview Questions Part1
EIGRP Interview Questions Part2
EIGRP Interview Questions Part3