EIGRP Flashcards
(190 cards)
What does EIGRP stand for?
A) Enhanced Interior Gateway Routing Protocol
B) Extended Interior Gateway Routing Protocol
C) Enhanced Internet Gateway Routing Protocol
D) Exterior Interior Gateway Routing Protocol
Answer: A
Which protocol number does EIGRP use for IP communication?
A) 6
B) 17
C) 88
D) 89
Answer: C
What type of routing protocol is EIGRP?
A) Distance Vector
B) Link-State
C) Advanced Distance Vector (Hybrid)
D) Path Vector
Answer: C
Which algorithm does EIGRP use to calculate the best path?
A) Dijkstra
B) Bellman-Ford
C) DUAL (Diffusing Update Algorithm)
D) SPF
Answer: C
What is the default administrative distance of EIGRP?
A) 90
B) 100
C) 110
D) 120
Answer: A
Which multicast address does EIGRP use for updates?
A) 224.0.0.5
B) 224.0.0.6
C) 224.0.0.9
D) 224.0.0.10
Answer: D
Which of the following is NOT a EIGRP packet type?
A) Hello
B) Query
C) LSA
D) Reply
Answer: C
What is the purpose of the EIGRP Hello packet?
A) To send routing updates
B) To establish and maintain neighbor relationships
C) To request full routing tables
D) To acknowledge received packets
Answer: B
What is the default Hello interval for EIGRP on high-speed links (>1.544 Mbps)?
A) 5 seconds
B) 10 seconds
C) 30 seconds
D) 60 seconds
Answer: A
What is the default Hold Time for EIGRP on high-speed links?
A) 5 seconds
B) 15 seconds
C) 30 seconds
D) 60 seconds
Answer: B
Which of the following must match for two routers to become EIGRP neighbors?
A) IP Address
B) AS Number
C) K-values
D) All of the above
Answer: D
What command enables EIGRP on a Cisco router with AS 100?
A) router eigrp 100
B) eigrp enable 100
C) enable eigrp 100
D) routing eigrp 100
Answer: A
Which command shows EIGRP neighbor relationships?
A) show ip eigrp interfaces
B) show ip eigrp neighbors
C) show eigrp topology
D) show ip route eigrp
Answer: B
What is the EIGRP topology table used for?
A) Stores all learned routes
B) Stores only the best routes
C) Stores neighbor information
D) Stores OSPF LSAs
Answer: A
Which command displays the EIGRP topology table?
A) show ip eigrp topology
B) show eigrp database
C) show ip route eigrp
D) show eigrp neighbors
Answer: A
What is the Feasible Distance (FD) in EIGRP?
A) The metric to reach a destination
B) The best metric known to reach a destination
C) The metric advertised by a neighbor
D) The administrative distance
Answer: B
What is the Advertised Distance (AD) in EIGRP?
A) The metric from the neighbor to the destination
B) The total metric to reach the destination
C) The administrative distance
D) The hop count
Answer: A
What is a Feasible Successor (FS) in EIGRP?
A) A backup route with AD less than FD
B) The primary route
C) A route with the lowest metric
D) A static route
Answer: A
What is the formula for EIGRP metric calculation?
A) Bandwidth + Delay
B) (Bandwidth + Delay) * 256
C) 256 * (Bandwidth + Delay)
D) (K1 * Bandwidth) + (K2 * Bandwidth) / (256 - Load) + (K3 * Delay)
Answer: D
Which K-values are enabled by default in EIGRP?
A) K1 and K2
B) K1 and K3
C) K3 and K4
D) K2 and K5
Answer: B
Which command advertises network 192.168.1.0/24 in EIGRP?
A) network 192.168.1.0
B) network 192.168.1.0 255.255.255.0
C) network 192.168.1.0 0.0.0.255
D) network 192.168.1.0/24
Answer: C
Which command disables auto-summarization in EIGRP?
A) no auto-summary
B) no summary
C) disable auto-summary
D) auto-summary off
Answer: A
What is the purpose of the passive-interface command in EIGRP?
A) Prevents sending Hello packets on an interface
B) Disables EIGRP on an interface
C) Reduces CPU usage
D) Both A and B
Answer: D
Which command sets the EIGRP Hello timer to 10 seconds?
A) ip hello-interval eigrp 100 10
B) eigrp hello-interval 10
C) ip eigrp hello-interval 10
D) hello-interval eigrp 100 10
Answer: A