EIGRP Configuration Step by Step: a cisco packet tracer lab

EIGRP Configuration Lab in just few simple steps. This article is all about how easily we can configure EGRP on Cisco Router. To perform this lab we have used cisco packet tracer software here. As we know EIGRP is a Dynamic Routing Protocol and it’s work only for Interior gateway Routing protocol. Here in this lab we have taken two routers R1 and R2 and Total 3 Networks to understand EIGRP Configuration.

Step1: Assign ip addresses on Router Interfaces as well as PC’s as  mentioned in topology diagram.

eigrp configuration

Step 2: EIGRP configuration on R1:

r1(config)#router eigrp 1
r1(config-router)#net 1.0.0.0
r1(config-router)#net 2.0.0.0
r1(config-router)#exit

 

Explanation of Above code: 

In router eigrp 1 “1” is the AS value or you can Autonomous system which will be same for all routers inside a company or controlled by a single company or single admin.

in this lab we have assumed that all Routers are controlled by same network admin.

 

Step 3: EIGRP Configuration on R2:

 

r2(config)#router eigrp 1
r2(config-router)#net 2.0.0.0
r2(config-router)#net 3.0.0.0

 

Step 4: EIGRP Troubleshooting command.

Check Route on Router R1 to confirm Right configuration of Routing Table:

r1#show ip route

 

 

Check Routing Protocol on R1 Router for EIGRP:

 

r1#show ip protocols

Discover more from Learn Linux CCNA CCNP CEH CISSP CISA Penetration-Testing Bug Bounty IPv6 Cyber-Security Network-Security Online

Subscribe to get the latest posts sent to your email.

One thought on “EIGRP Configuration Step by Step: a cisco packet tracer lab

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.