In This Tutorial We Are Going To Learn How To Configure EIGRP Using Different Area In Cisco Packet Tracer
It Is Very Easy To Configure You Have To Just Follow These 2 Simple Steps
Here Is The Diagram You Can Check First
Step-1 Firstly You Have To Assign The Ip To All The Routers And The Pc’s
After Assining The Ip;s To All The Routers And The Pc’s You Have To do The Routing Coding Of EIGRP Using Different Area
Step-2 Here Is The Command Of Configure EIGRP Using Different Area
Command To Run In Router 1
router>en
router#configure terminal
router(config)#router ospf 1
router(config-router)#network 1.0.0.0 255.255.255.0 area 1
router(config-router)#network 2.0.0.0 255.255.255.0 area 1
router(config-router)#exit
router(config)#exit
router#
Command To Run In Router 2
router>en
router#configure terminal
router(config)#router ospf 1
router(config-router)#network 3.0.0.0 255.255.255.0 area 2
router(config-router)#network 2.0.0.0 255.255.255.0 area 1
router(config-router)#exit
router(config)#exit
router#
Command To Run In Router 3
router>en
router#configure terminal
router(config)#router ospf 1
router(config-router)#network 4.0.0.0 255.255.255.0 area 2
router(config-router)#network 3.0.0.0 255.255.255.0 area 2
router(config-router)#exit
router(config)#exit
router#
Now All The Configuration Of Eigrp Is Complete This Is All How To Configure Using Different Area