352-001 · Question #245
Why does EIGRP use queries?
The correct answer is B. to find alternate loop-free paths that have been discarded due to split horizons. EIGRP sends Query packets when a router enters Active state and has no feasible successor, specifically to discover paths that neighbors possess but cannot advertise under normal split horizon rules.
Question
Why does EIGRP use queries?
Options
- Ato withdraw routing information from the network
- Bto find alternate loop-free paths that have been discarded due to split horizons
- Cto test known alternate paths and determine if they are loop-free
- Dto test for neighbor state when the network topology is in flux
How the community answered
(39 responses)- A3% (1)
- B90% (35)
- C5% (2)
- D3% (1)
Why each option
EIGRP sends Query packets when a router enters Active state and has no feasible successor, specifically to discover paths that neighbors possess but cannot advertise under normal split horizon rules.
EIGRP withdraws routing information by sending Update packets with an infinite metric value, not Query packets; queries are used to seek paths, not to remove them.
When a destination goes Active, EIGRP sends queries to all neighbors because split horizon suppresses those neighbors from advertising paths back toward the querying router during normal updates; the Query packet explicitly solicits a reply regardless of split horizon, allowing DUAL to learn of loop-free alternate paths that would otherwise remain hidden and unavailable.
EIGRP does not test existing alternate paths via queries; loop-free alternates are pre-computed using the Feasibility Condition and stored as feasible successors in the topology table, making them immediately available without querying.
EIGRP uses Hello packets to maintain neighbor liveness and adjacency state; queries serve the purpose of path discovery during Active state, not neighbor state verification.
Concept tested: EIGRP DUAL query process and split horizon interaction
Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/16406-eigrp-toc.html
Topics
Community Discussion
No community discussion yet for this question.