delay (interface)
To set a delay value for an interface, use the delay command. To restore the default delay value, use the no
form of this command.
delay tens-of-microseconds
no delay
Syntax Description
Throughput delay in tens of microseconds. The range
is from 1 to 16,777,215.
tens-of-microseconds
Command Default
10 microseconds
Command Modes
Interface configuration mode
Subinterface configuration mode
Command History
ModificationRelease
This command was introduced.4.0(0)N1(1a)
Support for Layer 3 interfaces was added.5.0(3)N1(1)
Examples
This example shows how to set a delay of 30,000 microseconds on an interface:
switch(config)# interface ethernet 1/1
switch(config-if)# delay 30000
switch(config-if)#
This example shows how to set a delay of 1000 microseconds on a subinterface:
switch(config)# interface ethernet 1/1.1
switch(config-subif)# delay 1000
switch(config-subif)#
Related Commands
DescriptionCommand
Configures an Ethernet routed interface.interface ethernet (Layer 3)
Displays the interface configuration information.show interface
Cisco Nexus 5000 Series Interfaces Command Reference
20
D Commands
delay (interface)