A. True
B. False
C.
D.
Explanation: EIGRP stands for Enhanced Interior Gateway Routing Protocol is a routing protocol designed by Cisco. It is available only on Cisco routers.
A. K-values
B. Bandwidth only
C. Hop count
D. Delay only
Explanation: EIGRP metric is K-values which are integers from 0 to 128. They are used to calculate the overall EIGRP cost with bandwidth and delay metrics.
A. Vlsm/subnetting
B. Auto summary
C. Unequal cast load balancing
D. All of the mentioned
Explanation: EIGRP supports variable and fixed length subnetting, Auto summary, and Unequal cast load balancing to provide efficient routing functionality on Cisco routers.
A. 5 seconds (LAN), 60 seconds (WAN)
B. 5 seconds (LAN), 5 seconds (WAN)
C. 15s
D. 180s
Explanation: EIGRP routers broadcast the hello packets frequently to familiarize with the neighbors. EIGRP routers send the hello message after every 5 seconds on LAN, and every 60 seconds on WAN.
A. 90
B. 170
C. 110
D. 91
Explanation: Routers use the metric of administrative distance to select the best path when there are different routes to the same destination from two different routing protocols as it is a measure of reliability of routing protocols. Administrative distance for internal EIGRP is 90.
A. Delay
B. Bandwidth
C. Mtu
D. All of the mentioned
Explanation: The EIGRP metric values are Delay, Bandwidth, and MTU. MTU stands for Maximum Transmission Unit. They are combined together to give the overall EIGRP cost in K-values.
A. Ip default network
B. Ip default gateway
C. Ip default route
D. Default network
Explanation: IP default network command is used to find the default gateway in Cisco router. If the router finds routes to the node, it considers the routes to that node for installation as the gateway to it.
A. 90
B. 170
C. 110
D. 100
Explanation: Routers use the metric of administrative distance to select the best path when there are different routes to the same destination from two different routing protocols as it is a measure of reliability of routing protocols. Administrative distance for external EIGRP is 170.
A. Spf
B. Dual
C. Linkstat
D. Djikstra’s
Explanation: EIGRP uses the DUAL algorithm for finding shortest path. DUAL stands for diffusing update algorithm and it is used to prevent routing loops by recalculating routes globally.
A. Feasible successor
B. Back-up route
C. Default route
D. There is no backup route in eigrp
Explanation: Feasible successor is the backup path. The backup path is used alternatively used whenever the best path fails. It is not used primarily because it is comparatively expensive than the best path.