169
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip hello-interval eigrp
ip hello-interval eigrp
To configure the Enhanced Interior Gateway Routing Protocol (EIGRP) hello interval for an interface,
use the ip hello-interval eigrp command. To restore the default, use the no form of this command.
ip hello-interval eigrp instance-tag seconds
no ip hello-interval eigrp instance-tag
Syntax Description
Command Default 5 seconds
Command Modes Interface configuration mode
Command History
Usage Guidelines This command requires the LAN Base Services license.
Examples This example shows how to set the hello interval to 10 seconds for the interface:
switch# configure terminal
switch(config)# router eigrp 1
switch(config-router)# interface ethernet 2/1
switch(config-if)# no switchport
switch(config-if)# ip hello-interval eigrp 1 10
switch(config-if)#
Related Commands
instance-tag Name of the EIGRP instance. The instance-tag can be any
case-sensitive, alphanumeric string up to 20 characters.
seconds Hello interval (in seconds). The range is from 1 to 65535.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
copy running-config
startup-config
Saves the configuration changes to the startup configuration file.
show ip eigrp Displays EIGRP information.