manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Cisco
  6. •
  7. Switch
  8. •
  9. Cisco Nexus 5000 Series User manual

Cisco Nexus 5000 Series User manual

Other manuals for Nexus 5000 Series

14

Other Cisco Switch manuals

Cisco MDS 9000 Series User manual

Cisco

Cisco MDS 9000 Series User manual

Cisco SRW2008P User manual

Cisco

Cisco SRW2008P User manual

Cisco Nexus 3600 NX-OS User manual

Cisco

Cisco Nexus 3600 NX-OS User manual

Cisco Catalyst 9500 Series Manual

Cisco

Cisco Catalyst 9500 Series Manual

Cisco MDS 9000 Series Instruction Manual

Cisco

Cisco MDS 9000 Series Instruction Manual

Cisco Nexus 93120TX Manual

Cisco

Cisco Nexus 93120TX Manual

Cisco ME-C3750-24TE-M Manual

Cisco

Cisco ME-C3750-24TE-M Manual

Cisco M5 Manual

Cisco

Cisco M5 Manual

Cisco Catalyst 3560-CX User manual

Cisco

Cisco Catalyst 3560-CX User manual

Cisco Nexus 9372PX User manual

Cisco

Cisco Nexus 9372PX User manual

Cisco Catalyst 2960-S Series User manual

Cisco

Cisco Catalyst 2960-S Series User manual

Cisco Nexus 3548 series User manual

Cisco

Cisco Nexus 3548 series User manual

Cisco Nexus 93216TC-FX2 Manual

Cisco

Cisco Nexus 93216TC-FX2 Manual

Cisco SD2008 User manual

Cisco

Cisco SD2008 User manual

Cisco Catalyst 3750-X Series User manual

Cisco

Cisco Catalyst 3750-X Series User manual

Cisco Catalyst Blade 3020 Guide

Cisco

Cisco Catalyst Blade 3020 Guide

Cisco 7000 User manual

Cisco

Cisco 7000 User manual

Cisco Nexus 3000 series Manual

Cisco

Cisco Nexus 3000 series Manual

Cisco SLM2024PT-NA User manual

Cisco

Cisco SLM2024PT-NA User manual

Cisco SF-300-24P - User manual

Cisco

Cisco SF-300-24P - User manual

Cisco MS220-24/48 Series User manual

Cisco

Cisco MS220-24/48 Series User manual

Cisco CSS11501 - 100Mbps Ethernet Load Balancing... Dimensions

Cisco

Cisco CSS11501 - 100Mbps Ethernet Load Balancing... Dimensions

Cisco Catalyst 5000 Series Quick guide

Cisco

Cisco Catalyst 5000 Series Quick guide

Cisco Nexus 7000 Series User manual

Cisco

Cisco Nexus 7000 Series User manual

Popular Switch manuals by other brands

SMC Networks SMC6224M Technical specifications

SMC Networks

SMC Networks SMC6224M Technical specifications

Aeotec ZWA003-S operating manual

Aeotec

Aeotec ZWA003-S operating manual

TRENDnet TK-209i Quick installation guide

TRENDnet

TRENDnet TK-209i Quick installation guide

Planet FGSW-2022VHP user manual

Planet

Planet FGSW-2022VHP user manual

Avocent AutoView 2000  AV2000BC AV2000BC Installer/user guide

Avocent

Avocent AutoView 2000 AV2000BC AV2000BC Installer/user guide

Moxa Technologies PT-7728 Series user manual

Moxa Technologies

Moxa Technologies PT-7728 Series user manual

Intos Electronic inLine 35392I operating instructions

Intos Electronic

Intos Electronic inLine 35392I operating instructions

Asante IntraCore IC3648 Specifications

Asante

Asante IntraCore IC3648 Specifications

Siemens SIRIUS 3SE7310-1AE Series Original operating instructions

Siemens

Siemens SIRIUS 3SE7310-1AE Series Original operating instructions

Edge-Core DCS520 quick start guide

Edge-Core

Edge-Core DCS520 quick start guide

RGBLE S00203 user manual

RGBLE

RGBLE S00203 user manual

Thrustmaster FLIGHT SIMULATOR X quick guide

Thrustmaster

Thrustmaster FLIGHT SIMULATOR X quick guide

Southwire SURGE GUARD 41390 RVC troubleshooting guide

Southwire

Southwire SURGE GUARD 41390 RVC troubleshooting guide

Buhler Nivotemp NT 61 Brief instructions

Buhler

Buhler Nivotemp NT 61 Brief instructions

Kramer VS-41HDCP user manual

Kramer

Kramer VS-41HDCP user manual

Techly IDATA AU-270 user manual

Techly

Techly IDATA AU-270 user manual

Belkin F1U109 user manual

Belkin

Belkin F1U109 user manual

Emerson Rosemount 2521 Series quick start guide

Emerson

Emerson Rosemount 2521 Series quick start guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.

D Commands
•delay (interface), page 2
•description (interface), page 3
•duplex, page 5
Cisco Nexus 5000 Series Interfaces Command Reference
1
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
2
D Commands
delay (interface)
description (interface)
To add a description to an interface configuration, use the description command. To remove the description,
use the no form of this command.
description description
no description
Syntax Description String description of the interface configuration. This
string is limited to 80 characters.
description
Command Default No description is added.
Command Modes Interface configuration mode
Subinterface configuration mode
Virtual Ethernet interface configuration
Command History ModificationRelease
This command was introduced.4.0(0)N1(1a)
Support for Layer 3 interfaces and virtual Ethernet interface was
added.
5.0(3)N1(1)
Support for virtual Ethernet interface was added.5.1(3)N1(1)
Usage Guidelines The description command is meant to provide a reminder in the configuration to describe what certain
interfaces are used for. The description appears in the output of the following commands such as show interface
and show running-config.
You can use this command on the following interfaces:
•Ethernet interface
•Management interface
•Subinterfaces
•Virtual Ethernet interface
Cisco Nexus 5000 Series Interfaces Command Reference
3
D Commands
description (interface)
Examples This example shows how to add a description for an interface:
switch# configure terminal
switch(config)# interface ethernet 1/1
switch(config-if)# description "10G Server Link"
switch(config-if)#
This example shows how to add a description for a virtual Ethernet interface:
switch# configure terminal
switch(config)# interface vethernet 1
switch(config-if)# description "Virtual interface"
switch(config-if)#
Related Commands DescriptionCommand
Displays the interface configuration information.show interface ethernet
Displays the virtual Ethernet interface configuration
information.
show interface vethernet
Displays the contents of the currently running
configuration file.
show running-config
Cisco Nexus 5000 Series Interfaces Command Reference
4
D Commands
description (interface)
duplex
To specify the duplex mode as full, half, or autonegotiate, use the duplex command. To return the system to
default mode, use the no form of this command.
duplex {full| half| auto}
no duplex {full| half| auto}
Syntax Description Specifies the duplex mode as full.full
Specifies the duplex mode as half.
This keyword is not supported on a
management interface.
Note
half
Specifies the duplex mode as autonegotiate.auto
Command Default None
Command Modes Interface configuration mode
network-adminvdc-admin
Command History ModificationRelease
This command was introduced.5.1(3)N1(1)
Usage Guidelines The interface speed that you specify can affect the duplex mode used for an interface, so you should set the
speed before setting the duplex mode. If you set the speed for autonegotiation, the duplex mode is automatically
set to be autonegotiated. If you specify 10- or 100-Mbps speed, the port is automatically configured to use
half-duplex mode, but you can specify full-duplex mode instead. Gigabit Ethernet is full duplex only. You
cannot change the duplex mode on Gigabit Ethernet ports or on a 10/100/1000-Mbps port that is set for Gigabit
Ethernet.
See the Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide for more information on
interface speed and duplex settings.
This command does not require a license.
Examples This example shows how to specify the duplex mode for full duplex:
switch#
configure
terminal switch(config)#
Cisco Nexus 5000 Series Interfaces Command Reference
5
D Commands
duplex
interface
ethernet 1/5 switch(config-if)#
duplex
full switch(config-if)#
Related Commands DescriptionCommand
Displays information about the interface, which
includes the duplex parameter.
show interface
Cisco Nexus 5000 Series Interfaces Command Reference
6
D Commands
duplex