EIGRP
EIGRP — Cisco's Enhanced Interior Gateway Routing Protocol — is an advanced distance-vector protocol that finds loop-free paths and converges fast using the DUAL algorithm. This hub pulls together the concepts, the step-by-step configuration guide, the command cheat sheet, and the graded labs you need to actually master it.
EIGRP is Cisco's advanced distance-vector interior gateway protocol, running the Diffusing Update Algorithm (DUAL) to guarantee loop-free paths and near-instant convergence. It was Cisco-proprietary for most of its life (a subset was later published as informational RFC 7868). For years EIGRP was a headline CCNA routing topic; the current 200-301 blueprint foregrounds OSPFv2 as its graded interior gateway protocol, so treat exact EIGRP exam weighting as light and subject to blueprint revisions. Even so, EIGRP is foundational Cisco routing knowledge — taught alongside OSPF and central to CCNP ENARSI — and it cements the distance-vector ideas (metrics, neighbors, backup paths) that recur across the exam.
Everything starts with neighbor formation. Routers discover each other with Hello packets multicast to 224.0.0.10, and an adjacency forms only when the autonomous-system (AS) number matches, the K-value metric weights match, and both ends share the same primary subnet (plus authentication, if configured). The AS number in 'router eigrp <asn>' is a domain identifier — not a BGP AS — and every router in the EIGRP domain must use the same number or neighbors never come up. Unlike OSPF, EIGRP does not require matching Hello/hold timers to form a neighbor.
The composite metric decides which path wins. By default EIGRP weights bandwidth and delay (K1 and K3 set to 1; load, reliability, and MTU off), deriving the value from the lowest bandwidth along the path and the cumulative interface delay. Because delay is additive and bandwidth is the bottleneck link, you can predict and tune path selection by adjusting interface 'bandwidth' and 'delay' — the EIGRP Commands Cheat Sheet lists the show commands that read the live metric.
Feasible successors are EIGRP's signature. The best metric to a destination is the feasible distance (FD); the successor is the lowest-FD next hop and is the route installed in the routing table. A feasible successor is a precomputed backup that satisfies the feasibility condition — the neighbor's reported distance is lower than your FD, which proves the backup cannot loop. All of this lives in the topology table (show ip eigrp topology). If a successor fails and a feasible successor exists, DUAL swaps to it instantly with no recomputation; with no feasible successor, the route goes 'active' and EIGRP queries its neighbors.
One classic gotcha ties the pieces together: EIGRP historically auto-summarizes routes at classful network boundaries, which breaks discontiguous subnets, so configurations add 'no auto-summary' to advertise specific prefixes (newer IOS releases default this off, but the exam expects you to set it explicitly). To master EIGRP, work in three passes: understand the map on this page, keep the cheat sheet open while you configure, and follow the 'How to Configure EIGRP on Cisco (Step by Step)' guide on a router — then prove it on the graded labs, where the grader checks real neighbor state, metric, and end-to-end reachability instead of just your typing.
Step-by-step guides
Follow these to configure it yourself, command by command.
Command cheat sheet
Practice on real Cisco IOS
Build and grade hands-on Cisco Modeling Labs — the only way it sticks.
Frequently asked questions
Is EIGRP still on the CCNA exam?
EIGRP was a core CCNA routing topic for many years. The current CCNA 200-301 exam centers OSPFv2 as its graded interior gateway protocol, so treat any exact EIGRP question weighting as light and subject to blueprint revisions rather than a fixed number. That said, EIGRP remains essential Cisco routing knowledge, is commonly taught alongside OSPF, and is a major CCNP ENARSI topic — so learning it now pays off well beyond one exam.
What is the difference between a successor and a feasible successor?
The successor is the best next-hop router to a destination — the one with the lowest feasible distance (FD) — and its route is the one installed in the routing table. A feasible successor is a pre-qualified backup next hop whose reported distance is less than your feasible distance (the feasibility condition), which guarantees the backup is loop-free. It sits ready in the topology table, so if the successor fails, DUAL switches to the feasible successor instantly without recalculating.
In what order should I learn EIGRP?
Start with the concepts on this page — neighbor formation, the AS number, the composite metric, and feasible successors — so the commands make sense. Next, keep the EIGRP Commands Cheat Sheet handy and work through the 'How to Configure EIGRP on Cisco' step-by-step guide on a router: 'router eigrp', the 'network' statements, and 'no auto-summary'. Finally, build and submit the graded labs and verify with 'show ip eigrp neighbors', 'show ip eigrp topology', and 'show ip route' to confirm you can do it without notes.
Study every CCNA topic this way
The CCNA Complete Path sequences all 17 lab bundles into one graded progression you own forever.