133
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter D Commands
delay (interface)
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
Command Default 10 microseconds
Command Modes Interface configuration mode
Subinterface configuration mode
Command History
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
tens-of-microseconds Throughput delay in tens of microseconds. The range is from 1 to
16,777,215.
Release Modification
5.2(1)N1(1) This command was introduced.
Command Description
interface ethernet
(Layer 3)
Configures an Ethernet routed interface.
show interface Displays the interface configuration information.