EIGRP Configuration in cisco packet tracer.This tutorial is about how to configure EIGRP on cisco routers.For demonstration i have configured eigrp here inside a cisco packet tracer.It will be helpful for CCENT and CCNA students to understand the configuration of EIGRP.
Here i have taken netork 1.0.0.0/8 ,2.0.0.0/8 and 3.0.0.0/8 for demonstration of EIGRP.
enabling EIGRP by using the router eigrp ASN_NUMBER command
telling EIGRP which networks to advertise by using one or more network statements
The first command, router eigrp ASN_NUMBER, enables EIGRP on a router.
ASN_NUMBER represents an autonomous system number and has to be the same on all routers running EIGRP, otherwise routers won’t become neighbors.
The second command, network SUBNET, enables EIGRP on selected interfaces and specifies which networks will be advertised.