EIGRP Configuration Step by Step: a cisco packet tracer lab

Posted: 24 Feb 2019 in CCNA
Tags: , , ,

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
Advertisement
Comments
  1. Ccna Guide says:

    Thank you for sharing this. This is the best way to configure the router and configure routing protocol. Easy to understand and easy to configure.

    Here are my LABs, need your assistance, please check once.

    https://eiheducation.in/ccna-practical/

    Like

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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