Basic EIGRP Configuration Example

Started by certforumz, February 16, 2023, 10:14:56 PM

Previous topic - Next topic

certforumz

Configuration example for EIGRP
Sure, here's an example configuration for Enhanced Interior Gateway Routing Protocol (EIGRP) using Cisco IOS syntax:

router eigrp [AS number]
network [network IP address] [network wildcard mask]


In this example,
[AS number] should be replaced with the Autonomous System (AS) number that your router is part of.
[network IP address] should be replaced with the IP address of the network that you want to advertise to your EIGRP neighbors, and
[network wildcard mask] should be replaced with the wildcard mask for the network.

Here's a breakdown of what each line in the configuration example does:

router eigrp [AS number]: This command enters EIGRP configuration mode and sets the AS number for the router.
network [network IP address] [network wildcard mask]: This command specifies the network that EIGRP should advertise to its neighbors.
[network IP address] is the IP address of the network that you want to advertise, and [network wildcard mask] is the wildcard mask for the network.

Note that this is just a basic example, and there are many other EIGRP configuration options and settings that can be configured based on your specific network requirements. Also, keep in mind that EIGRP is a Cisco proprietary protocol and may not be compatible with non-Cisco devices.