BeginnerPublished 2026-07-03
EIGRP Fundamentals: First Adjacency & Route Exchange
Free preview — the first lab of EIGRP Routing
Bring up EIGRP in AS 100 between two routers over a /30 transit and advertise a single LAN. Verify the first adjacency forms and that R2 learns R1's LAN via EIGRP. Includes realistic end hosts on a shared LAN for path testing.
Learning objectives
- Enable EIGRP with a consistent AS number and default K-values across routers
- Use network statements with correct wildcards to activate EIGRP on the intended interfaces
- Disable auto-summary for classless behavior
- Verify EIGRP adjacency formation and route exchange with core IOS show commands
- Validate end-to-end reachability from a host across the routed transit
Troubleshooting focus
- If neighbors do not form, confirm both sides use the same EIGRP AS and that the shared transit is matched by a network statement on both routers.
- Confirm IP addressing, masks, and interface status on the transit: both ends must be in 10.0.12.0/30 and up/up.
- Check show ip protocols to ensure auto-summary is disabled and the correct networks are included.
- On R2, if 192.168.1.0/24 is missing from the routing table, confirm R1 advertises that LAN and that adjacency is up.
- From the host, if you can ping the default gateway but not R2, suspect missing EIGRP advertisement or neighbor down.
Topology
Grade your work
How this lab is graded
- Build it your way. Where a lab lets you choose a value — a VLAN name, an interface description — grading checks that you configured it, not which name you picked. Names that another line has to reference, like an ACL applied with
access-class, are stated in the guide and do have to match. - Addresses, modes and protocol keywords are exact. An IP address, a subnet mask,
switchport mode trunk, an encapsulation — these carry the meaning of the lab, so they are graded as written in the guide. - Grading reads your saved configuration. Export the lab from CML after you have configured it, and make sure anything you set is in the running-config — a change that only exists in a terminal session never reaches the grader.
- You can submit as many times as you like. Your best score stands, and each attempt tells you which checks passed so you can work the gaps.
- Scored something you believe is correct? Use Report an issue on this page — that is exactly how the grading fixes in the changelog got found.
Create a free account to submit your lab for grading.
Create a free accountFound a problem with this lab?
Please sign in to report a problem — tying it to your attempts lets us reproduce and fix it faster.