Nutshell EIGRP
Nutshell EIGRP
DUAL Updates
This engine contains all the logic used to calculate • Transmitted only when necessary
and compare routes in an EIGRP network • Unicast when sent to a specific router
• DUAL selects alternate routes quickly by using • Multicast when sent to multiple routers
the information in the EIGRP tables. • Reliable delivery
• If a link goes down, DUAL looks for a feasible
successor in its neighbor and topology tables.
•
PDM Queries and Replies
Different PDMs can be added to EIGRP as new • Used by DUAL FSM
routed protocols are enhanced or developed • Queries: Multicast or Unicast
• Replies: Unicast
• Reliable delivery
1
Successor – Current Route • A passive route is one that is stable and
Feasible Successor - A backup route available for use.
• An active route is a route in the process of
being recomputed by DUAL.
SIA (Stuck in Active) – When query does not get a If an EIGRP router loses its successor and cannot
reply. find a feasible successor for a route, DUAL moves
the route from passive state to active state.
Feasible distance (FD) is the minimum distance (metric) along a path to a destination network.
Reported distance (RD) is the distance (metric) towards a destination as advertised by an upstream
neighbor. Reported distance is the distance reported in the queries, the replies and the updates.
A neighbor meets the feasible condition(FC) if the reported distance by the neighbor is smaller than or
equal to the current feasible distance (FD) of this router. "If a neighbors metric is less than mine, then I know
the neighbor doesn't have a loop going through me."
A feasible successor is a neighbor whose reported distance (RD) is less the current feasible distance (FD).
Feasible successor is one who meets the feasible condition (FC).
Router(config-if)#bandwidth kilobits
• When configuring serial links using EIGRP it is important to configure the bandwidth setting on the
interface. If the bandwidth setting is not changed for these interfaces EIGRP assumes the default
bandwidth on the link instead of the true bandwidth.
Router(config-router)#no auto-summary
• To disable automatic summarization.
• EIGRP automatically summarizes routes at the classful boundary
2
3