350-401 · Question #259
How does an EIGRP router indicate that a path computation is required for a specific route?
The correct answer is C. EIGRP sends out an EIGRP query with the delay set to infinity.. An EIGRP router signals the need for a path computation by sending an EIGRP query packet with the route's delay metric set to infinity when it loses its active and feasible successor paths.
Question
Options
- AEIGRP sends out an EIGRP update packet with the topology change notification flag set.
- BEIGRP sends out an EIGRP update packet with a metric value of zero.
- CEIGRP sends out an EIGRP query with the delay set to infinity.
- DEIGRP sends a route withdrawal, notifying other neighbors to remove the route from the topology
How the community answered
(45 responses)- A2% (1)
- C93% (42)
- D4% (2)
Why each option
An EIGRP router signals the need for a path computation by sending an EIGRP query packet with the route's delay metric set to infinity when it loses its active and feasible successor paths.
EIGRP update packets with a topology change notification flag are used to inform neighbors about changes, but a query with an infinite metric is the specific mechanism for initiating a path computation for a lost route.
Sending an EIGRP update packet with a metric value of zero is not the standard way to indicate that a path computation is required; an infinite metric signals a route is unreachable or needs recomputation.
When an EIGRP router loses the successor and any feasible successor for a route, it enters an 'active' state for that route and sends EIGRP query packets to its neighbors. These queries signify that the router is actively looking for a new path, indicated by the route's metric (specifically, the delay) being set to infinity in the query.
Sending a route withdrawal notifies neighbors to remove a route from their topology tables because it's no longer available, whereas a query seeks an *alternative* path for a route that is now 'active' on the originating router.
Concept tested: EIGRP DUAL query process
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/configuration/15-mt/ire-15-mt-book/ire-eigrp-dual.html
Topics
Community Discussion
No community discussion yet for this question.