![Cisco Nexus 3548 series Command Reference Manual Download Page 181](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162181.webp)
161
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip delay eigrp
ip delay eigrp
To configure the throughput delay for the Enhanced Interior Gateway Routing Protocol (EIGRP) on an
interface, use the
ip delay eigrp
command. To restore the default, use the
no
form of this command.
ip delay eigrp
instance-tag
seconds
no ip delay eigrp
instance-tag
Syntax Description
Command Default
100 (10-microsecond units)
Command Modes
Interface configuration mode
Command History
Usage Guidelines
You configure the throughput delay on an interface in 10-microsecond units. For example, if you set the
ip delay eigrp
command to 100, the throughput delay is 1000 microseconds.
This command requires the LAN Base Services license.
Examples
This example shows how to set the delay to 400 microseconds 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 delay eigrp 1 40
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
Throughput delay, in tens of microseconds. The range is from 1 to
16777215.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
ip hello-interval eigrp
Configures the hello interval on an interface for the EIGRP routing
process that is designated by an autonomous system number.
show ip eigrp
Displays EIGRP information.