Configuring EIGRP

Perform this task to enable EIGRP and create an EIGRP routing process. EIGRP sends updates to interfaces in specified networks. If you do not specify the network of an interface, the interface will not be advertised in any EIGRP update.

Configuring the router eigrp autonomous-system-number command creates an EIGRP autonomous system configuration that creates an EIGRP routing instance, which can be used for tagging routing information.

enable 
configure terminal 
router eigrp <autonomous-system-number>
network <network-number>
end

For more information on configuring EIGRP, refer How to Configure EIGRP.

EIGRP Features

  • Increased network width—With IP Routing Information Protocol (RIP), the largest possible width of your network is 15 hops. When EIGRP is enabled, the largest possible width is increased to 100 hops, and the EIGRP metric is large enough to support thousands of hops.

  • Fast convergence—The DUAL algorithm allows routing information to converge as quickly as any currently available routing protocol.

  • Partial updates—EIGRP sends incremental updates when the state of a destination changes, instead of sending the entire contents of the routing table. This feature minimizes the bandwidth required for EIGRP packets.

  • Neighbor discovery mechanism—This simple protocol-independent hello mechanism is used to learn about neighboring devices.

  • Scaling—EIGRP scales to large networks.

For more information, refer Information About Configuring EIGRP.

How to Configure EIGRP

Configuring EIGRP

Perform this task to enable EIGRP and create an EIGRP routing process. EIGRP sends updates to interfaces in specified networks. If you do not specify the network of an interface, the interface will not be advertised in any EIGRP update.

Configuring the router eigrp autonomous-system-number command creates an EIGRP autonomous system configuration that creates an EIGRP routing instance, which can be used for tagging routing information.

enable 
configure terminal 
router eigrp <autonomous-system-number>
network <network-number>
end

For more information on configuring EIGRP, refer How to Configure EIGRP.