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.
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
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/
LikeLike