Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
4-22
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 4 Configuring EIGRP
Configuring Advanced EIGRP
This example shows how to configure equal cost load balancing for EIGRP over IPv4 with a maximum
of six equal cost paths:
switch# configure terminal
switch(config)# router eigrp Test1
switch(config-router)# maximum-paths 6
switch(config-router)# copy running-config startup-config
Adjusting the Interval Between Hello Packets and the Hold Time
You can adjust the interval between Hello messages and the hold time.
By default, Hello messages are sent every 5 seconds. The hold time is advertised in Hello messages and
indicates to neighbors the length of time that they should consider the sender valid. The default hold time
is three times the hello interval, or 15 seconds.
To change the interval between hello packets, use the following command in interface configuration
mode:
On very congested and large networks, the default hold time might not be sufficient time for all routers
to receive hello packets from their neighbors. In this case, you might want to increase the hold time.
To change the hold time, use the following command in interface configuration mode:
Use the show ip eigrp interface detail command to verify timer configuration.
Step 4
maximum-paths num-paths
Example:
switch(config-router-af)# maximum-paths 5
Sets the number of equal cost paths that
EIGRP will accept in the route table. The
range is from 1 to 16. The default is 8.
Step 5
copy running-config startup-config
Example:
switch(config-router-af)# copy running-config
startup-config
(Optional) Saves this configuration change.
Command Purpose
Command Purpose
switch(config-if)# ip hello-interval
eigrp instance-tag seconds
Example:
switch(config-if)# ip hello-interval
eigrp Test1 30
Configures the hello interval for an EIGRP routing
process. The instance tag can be any case-sensitive,
alphanumeric string up to 20 characters. The range is
from 1 to 65535 seconds. The default is 5.
Command Purpose
switch(config-if)# ip hold-time eigrp
instance-tag seconds
Example:
switch(config-if)# ip hold-time eigrp
Test1 30
Configures the hold time for an EIGRP routing process.
The instance tag can be any case-sensitive,
alphanumeric string up to 20 characters. The range is
from 1 to 65535.