D Commands C H A P T E R 3 delay (interface) description (interface) duplex E Commands C H A P T E R 4 errdisable detect cause errdisable recovery cause Cisco Nexus 5000 Series Interfaces Command Reference...
Page 4
C H A P T E R 9 management N Commands C H A P T E R 1 0 no switchport P Commands C H A P T E R 1 1 Cisco Nexus 5000 Series Interfaces Command Reference...
Page 5
Cisco Nexus 5000 Series Interfaces Command Reference...
Page 6
U and V Commands C H A P T E R 1 5 udld (Ethernet) vpc domain vpc orphan-port suspend Cisco Nexus 5000 Series Interfaces Command Reference...
This chapter includes the following topics: Audience This publication is for experienced network administrators who configure and maintain Cisco NX-OS on Cisco Nexus 5000 Series Platform switches. Document Conventions • As part of our constant endeavor to remodel our documents to meet our customers' requirements, Note we have modified the manner in which we document configuration tasks.
Page 8
An exclamation point (!) or a pound sign (#) at the beginning of a line of code indicates a comment line. This document uses the following conventions: Means reader take note. Notes contain helpful suggestions or references to material not covered in the Note manual. Cisco Nexus 5000 Series Interfaces Command Reference viii...
Page 9
Preface Document Conventions Means reader be careful. In this situation, you might do something that could result in equipment damage Caution or loss of data. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 10
What's New in Cisco Product Documentation. To receive new and revised Cisco technical content directly to your desktop, you can subscribe to the What's New in Cisco Product Documentation RSS feed. RSS feeds are a free service.
In all cases, if an interface has an explicit bandwidth setting configured, then that interface will use that setting, regardless of whether the bandwidth inheritance setting is in effect. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to configure subinterfaces to inherit the bandwidth from the parent routed interface: switch(config)# interface ethernet 1/5 switch(config-if)# no switchport switch(config-if)# bandwidth inherit 30000 switch(config-if)# interface ethernet 1/1.1 switch(config-subif)# Related Commands Command Description show interface Displays the interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to turn off the locator beacon LED for a specific interface: switch(config)# interface ethernet 2/1 switch(config-if)# no beacon Related Commands Command Description Displays configuration information for an interface. show interface Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to change the carrier delay to 10 seconds: switch# configure terminal switch(config)# interface vlan 5 switch(config-if)# carrier-delay 10 switch(config-if)# This example shows how to revert to the default carrier delay value: switch# configure terminal Cisco Nexus 5000 Series Interfaces Command Reference...
C Commands carrier-delay switch(config)# interface vlan 5 switch(config-if)# no carrier-delay switch(config-if)# Related Commands Command Description Displays the running configuration information for show running-config interface an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
C Commands To enable the Cisco Discovery Protocol (CDP) and configure CDP attributes, use the cdp command. To disable CDP or reset CDP attributes, use the no form of this command. cdp { advertise { v1 | v2 } | enable | format device-id { mac-address | serial-number | system-name } |...
This example shows how to disable CDP on all Ethernet interfaces: switch# configure terminal switch(config)# no cdp enable Related Commands Command Description show cdp Displays Cisco Discovery Protocol (CDP) information. Cisco Nexus 5000 Series Interfaces Command Reference...
C Commands cdp enable cdp enable To enable the Cisco Discovery Protocol (CDP) on an interface, use the cdp enable command. To disable CDP on the interface, use the no form of this command. cdp enable no cdp enable Syntax Description This command has no arguments or keywords.
C Commands cdp enable Related Commands Command Description show cdp Displays Cisco Discovery Protocol (CDP) information. show interface Displays the interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
[ number ] Syntax Description number Number of channel group. The number range is from 1 to 4096. Cisco NX-OS creates the EtherChannel associated with this channel group if the EtherChannel does not already exist. force (Optional) Specifies that the LAN port be forcefully added to the channel group.
• Port mode • Access VLAN • Trunk native VLAN • Tagged or untagged • Allowed VLAN list • Switched Port Analyzer (SPAN) (cannot be SPAN source or destination port) • Storm control Cisco Nexus 5000 Series Interfaces Command Reference...
You can configure these attributes on an individual member port. If you configure a member port with an incompatible attribute, Cisco NX-OS suspends that port in the EtherChannel. When the interface joins an EtherChannel, some of its individual parameters are overridden with the values on the EtherChannel, as follows: •...
C Commands channel-group (Ethernet) Related Commands Command Description show interface port-channel Displays information about the traffic on the specified EtherChannel interface. show lacp Displays LACP information. show port-channel summary Displays information on the EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to clear all LACP counters: switch# clear lacp counters This example shows how to clear the LACP on a port channel: switch# clear lacp counters interface port-channel 100 Related Commands Command Description Displays LACP information. show lacp Cisco Nexus 5000 Series Interfaces Command Reference...
Examples This example shows how to clear statistical information from the access list: switch# clear mac access-list counters Related Commands Command Description show mac access-lists Displays the information about the MAC address table. Cisco Nexus 5000 Series Interfaces Command Reference...
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 Command Description Configures an Ethernet routed interface. interface ethernet (Layer 3) show interface Displays the interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
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...
Related Commands Command Description show interface ethernet Displays the interface configuration information. show interface vethernet Displays the virtual Ethernet interface configuration information. show running-config Displays the contents of the currently running configuration file. Cisco Nexus 5000 Series Interfaces Command Reference...
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.
D Commands duplex interface ethernet 1/5 switch(config-if)# duplex full switch(config-if)# Related Commands Command Description show interface Displays information about the interface, which includes the duplex parameter. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to enable the err-disabled detection on linkstate-flapping: switch(config)# errdisable detect cause link-flap switch(config)# Related Commands Command Description errdisable recovery Configures recovery from the err-disabled state. Displays the interface error disabled state. show interface status err-disabled Cisco Nexus 5000 Series Interfaces Command Reference...
Command History Release Modification 4.2(1)N1(1) This command was introduced. Usage Guidelines When error disable recovery is enabled, the interface automatically recovers from the err-disabled state, and the device retries bringing the interface up. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to enable error disable recovery from linkstate-flapping: switch(config)# errdisable recovery cause link-flap switch(config)# Related Commands Command Description Enables the error disabled (err-disabled) detection. errdisable detect cause show interface status err-disabled Displays the interface error disabled state. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to enable error disable recovery time interval to 100 seconds: switch(config)# errdisable recovery interval 100 switch(config)# Related Commands Command Description errdisable recovery cause Enables an error disabled recovery on an interface. show interface status err-disabled Displays the interface error disabled state. Cisco Nexus 5000 Series Interfaces Command Reference...
If you attempt to disable the Adapter-FEX feature with virtual Ethernet interface or port profile configurations enabled, the switch returns an error message. Before you use a virtual Ethernet interface, you must enable Cisco Virtual Machine Fabric Extender (VM-FEX) on the switch by using the feature vmfex command.
Configures a virtual Ethernet interface. Configures a port profile. port-profile show feature Displays whether or not Adapter-FEX is enabled on the switch. switchport mode Configures the interface as a nontrunking nontagged single-VLAN Ethernet interface. Cisco Nexus 5000 Series Interfaces Command Reference...
This feature was introduced. Usage Guidelines You cannot enable or disable LLDP on a Cisco Nexus 5000 Series switch. LLDP is enabled on the switch by default. However, the feature lldp command shows as part of the running configuration on the switch, as...
F Commands feature lldp To support non-Cisco devices and to allow for interoperability between other devices, the switch supports the Link Layer Discovery Protocol (LLDP). LLDP is a neighbor discovery protocol that is used for network devices to advertise information about themselves to other devices on the network. This protocol runs over the data-link layer, which allows two systems running different network layer protocols to learn about each other.
This example shows how to enable PoE on the switch: switch(config)# feature poe Related Commands Command Description power inline Configures the power usage for interfaces. show feature Displays the status of features enabled or disabled on the switch. Cisco Nexus 5000 Series Interfaces Command Reference...
To enable the Cisco-proprietary Unidirectional Link Detection (UDLD) protocol, which allows ports that are connected through fiber optics or copper Ethernet cables to monitor the physical configuration of the cables and detect when a unidirectional link exists, use the feature udld command. To disable UDLD on the switch, use the no form of this command.
To reduce potential issues with the bandwidth and to provide effective load balancing of the ingress multicast traffic, hardware hashing is used for multicast traffic. Note Hardware hashing is not available on a Cisco Nexus 2000 Series Fabric Extender HIF port (downlink port). Examples...
H Commands hardware multicast hw-hash Related Commands Command Description show interface port-channel Displays the status of the EtherChannel interface configuration. Cisco Nexus 5000 Series Interfaces Command Reference...
1 switch(config-if)# high-performance host-netio switch(config-if)# Related Commands Command Description show interface vethernet Displays virtual Ethernet interface configuration information. Displays the running configuration information for show running-config interface an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
4.0(1a)N2(1) This command was modified to provide the chassis ID argument. 5.0(3)N1(1) Support for Layer 3 interfaces was added. Examples This example shows how to enter configuration mode for Ethernet interface 1/4: switch(config)# Cisco Nexus 5000 Series Interfaces Command Reference...
Displays various parameters of an Ethernet IEEE show interface ethernet 802.3 interface. speed Sets the speed on the interface. vtp (interface) Enables VLAN Trunking Protocol (VTP) on an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
(Optional) Port number for the subinterface. The range is from 1 to 48. Command Default None Command Modes Global configuration modeInterface configuration mode Command History Release Modification 5.0(3)N1(1) This command was introduced. Cisco Nexus 5000 Series Interfaces Command Reference...
10.1.1.1/24 switch(config-if)# switchport switch(config-if)# Related Commands Command Description bandwidth Sets the bandwidth parameters for an interface. delay Configures the interface throughput delay value. encapsulation Sets the encapsulation type for an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Configures an interface as a Layer 3 interface. service-policy Configures a service policy for an interface. Displays all configured Fabric Extender chassis show fex connected to the switch. show interface ethernet Displays various parameters of an Ethernet IEEE 802.3 interface. Cisco Nexus 5000 Series Interfaces Command Reference...
• shutdown—Shut down traffic on the interface. This command does not require a license. Examples This example shows how to create a loopback interface: switch(config)# interface loopback 50 switch(config-if)# ip address 10.1.1.1/24 switch(config-if)# Cisco Nexus 5000 Series Interfaces Command Reference...
I Commands interface loopback Related Commands Command Description show interface loopback Displays information about the traffic on the specified loopback interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Related Commands Command Description show interface mgmt Displays information about the management interface. Enables the Cisco Discovery Protocol (CDP) on an cdp enable interface. description (interface) Adds a description to an interface configuration. Configures the duplex mode for an interface.
Enables Simple Network Management Protocol (SNMP) link trap generation on an interface. speed Configures the transmit and receive speed for an interface. Adds an interface to a virtual routing and forwarding vrf member (VRF) instance. Cisco Nexus 5000 Series Interfaces Command Reference...
• If you do not assign a static MAC address on the EtherChannel interface, a MAC address is automatically assigned. If you assign a static MAC address and then later remove it, the MAC address is automatically assigned. Cisco Nexus 5000 Series Interfaces Command Reference...
192.0.2.3/24 switch(config-subif)# Related Commands Command Description (Layer 3 interfaces) Sets the encapsulation type for encapsulation an interface. ip address (Layer 3 interfaces) Sets a primary or secondary IP address for an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
(Layer 3 interfaces) Configures an interface as a Layer 3 interface. show interface Displays configuration information about interfaces. show lacp Displays LACP information. show port-channel summary Displays information on the EtherChannels. vtp (interface) Enables VLAN Trunking Protocol (VTP) on an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
100 switch(config-if)# shutdown switch(config-if)# lacp graceful-convergence switch(config-if)# This example shows how to disable LACP graceful convergence on a port channel: switch# configure terminal switch(config)# interface port-channel 100 switch(config-if)# no lacp graceful-convergence switch(config-if)# Cisco Nexus 5000 Series Interfaces Command Reference...
L Commands lacp graceful-convergence Related Commands Command Description show lacp Displays LACP information. show running-config Displays the running system configuration. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to set the LACP port priority for the interface to 2000: switch# configure terminal switch(config)# interface ethernet 1/5 switch(config-if)# lacp port-priority 2000 switch(config-if)# Related Commands Command Description show lacp Displays LACP information. Cisco Nexus 5000 Series Interfaces Command Reference...
You must enable LACP before using this command. You can configure the LACP rate fast feature on the LACP ports of a Cisco Nexus 5000 Series switch or a Cisco Nexus 2000 Series Fabric Extender that is connected to a Cisco Nexus 5000 Series switch.
L Commands lacp rate fast Related Commands Command Description feature lacp Enables or disables LACP on the switch. interface ethernet Enters Ethernet interface configuration mode. show lacp Displays the LACP configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to disable LACP port suspension on a port channel: switch# configure terminal switch(config)# interface port-channel 100 switch(config-if)# shutdown switch(config-if)# no lacp suspend-individual switch(config-if)# Related Commands Command Description show lacp Displays LACP information. Cisco Nexus 5000 Series Interfaces Command Reference...
L Commands lacp suspend-individual Command Description show running-config Displays the running system configuration. Cisco Nexus 5000 Series Interfaces Command Reference...
When setting the priority, note that a higher number means a lower priority. Examples This example shows how to set the LACP system priority for the device to 2500: switch(config)# lacp system-priority 2500 Related Commands Command Description show lacp Displays LACP information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to enable the debounce timer and set the debounce time to 1000 milliseconds for an Ethernet interface: switch# configure terminal switch(config)# interface ethernet 1/1 switch(config-if)# link debounce time 1000 This example shows how to disable the debounce timer for an Ethernet interface: switch(config-if)# no link debounce Cisco Nexus 5000 Series Interfaces Command Reference...
L Commands link debounce Related Commands Command Description show interface ethernet Displays the interface configuration information. show interface debounce Displays the debounce time information for all interfaces. Cisco Nexus 5000 Series Interfaces Command Reference...
• VLAN network interfaces You cannot use this command on the management interface or subinterfaces. This command sets the sampling interval for such statistics as packet rate and bit rate on the specified interface. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to remove the in-band management access to a VLAN interface: switch# configure terminal switch(config)# interface vlan 5 switch(config-if)# no management switch(config-if)# Related Commands Command Description show running-config interface Displays the running configuration information for an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Command Description inteface loopback Configures a loopback interface. interface port-channel Configures an EtherChannel interface or subinterface. ip address Sets a primary or secondary IP address for an interface. show interfaces Displays interface information. Cisco Nexus 5000 Series Interfaces Command Reference...
%STP-2-VPC_PEERSWITCH_CONFIG_ENABLED: vPC peer-switch configuration is enabled. Please make sure to configure spanning tree "bridge" priority as per recommended guidelines to make vPC peer-switch operational. Related Commands Command Description vpc domain Creates a virtual port-channel (vPC) domain. Cisco Nexus 5000 Series Interfaces Command Reference...
P Commands port port To configure a unified port on a Cisco Nexus 5548UP switch or Cisco Nexus 5596UP switch, use the port command. To remove the unified port, use the no form of this command. port port-number type {ethernet| fc}...
P Commands port On a Cisco Nexus 5548UP switch, the 32 ports of the main slot (slot1) are unified ports. The Ethernet ports start from port 1/1 to port 1/32. The FC ports start from port 1/32 backwards to port 1/1.
(Optional) Hash polynomial that is used to determine the egress port selected for a port channel. See the “Usage Guidelines” section for a list of valid values. This is applicable only on a Cisco Nexus Note 5548 switch and a Cisco Nexus 5596 switch.
This example shows how to set the load-balancing method to use the source IP and the CRC8c polynomial to hash a flow to obtain a numerical value that can be used to choose the egress physical interface on a Cisco...
Enter configuration commands, one per line. End with CNTL/Z. switch(config-sync)# resync-database Re-synchronization of switch-profile db takes a few minutes... Re-synchronize switch-profile db completed successfully. switch(config-sync)# Related Commands Command Description switch-profile Configures a switch profile. Cisco Nexus 5000 Series Interfaces Command Reference...
Displays the Ethernet interface configuration information. Displays information on traffic about the specified show interface port-channel EtherChannel interface. show interface vethernet Displays the virtual Ethernet interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to shut down, or disable, a virtual Ethernet interface: switch# configure terminal switch(config)# interface vethernet 10 switch(config-if)# shutdown switch(config-if)# Related Commands Command Description show interface vethernet Displays the virtual Ethernet interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to reset all ports back to Layer 2 switchports: switch# configure terminal switch(config)# system default switchport shutdown switch(config)# Related Commands Command Description show interface Displays the interface configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show cdp all show cdp all To display the interfaces in the Cisco Discovery Protocol (CDP) database, use the show cdp all command. show cdp all Syntax Description This command has no arguments or keywords. Command Default None...
Show Commands show cdp entry show cdp entry To display the interfaces in the Cisco Discovery Protocol (CDP) database, use the show cdp entry command. show cdp entry {all| name device-name} Syntax Description Displays all interfaces in the CDP database.
Show Commands show cdp global show cdp global To display the Cisco Discovery Protocol (CDP) global parameters, use the show cdp global command. show cdp global Syntax Description This command has no arguments or keywords. Command Default None Command Modes...
Show Commands show cdp interface show cdp interface To display the Cisco Discovery Protocol (CDP) parameters for an interface, use the show cdp interface command. show cdp interface {ethernet slot / port| mgmt mgmt-num} Syntax Description ethernet slot /port Specifies an Ethernet interface. The slot number is from 1 to 255 and the port number is from 1 to 128.
Show Commands show cdp neighbors show cdp neighbors To display the Cisco Discovery Protocol (CDP) neighbors, use the show cdp neighbors command. show cdp neighbors [interface {ethernet slot / port| mgmt mgmt-num}] [detail] Syntax Description (Optional) Displays CDP neighbor information for interface an interface, Ethernet or management.
Show Commands show cdp neighbors Related Commands Command Description Enables CDP on the switch. Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show cdp traffic show cdp traffic To display the Cisco Discovery Protocol (CDP) traffic statistics, use the show cdp traffic command. show cdp traffic interface {ethernet slot / port| mgmt mgmt-num} Syntax Description Displays CDP traffic statistics for an interface, interface Ethernet or management.
10G(D) -- Eth1/22 access down SFP not inserted 10G(D) -- Eth1/23 access down Link not connected 10G(D) -- Eth1/24 access down Link not connected 10G(D) -- Eth1/25 access down SFP not inserted 10G(D) -- Cisco Nexus 5000 Series Interfaces Command Reference...
10G(D) -- Eth1/22 access down Link not connected 10G(D) -- Eth1/23 access down SFP not inserted 10G(D) -- Eth1/24 access down SFP not inserted 10G(D) -- Eth1/25 access down Link not connected 10G(D) -- Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display a brief summary of interfaces configured as FabricPath interfaces on a switch that runs Cisco NX-OS Release 5.1(3)N1(1): switch# show interface brief -------------------------------------------------------------------------------- Ethernet VLAN Type Mode Status Reason Speed Port Cisco Nexus 5000 Series Interfaces Command Reference...
In the above display, Ethernet 1/5 has the mode shown as “f-path” indicating that it has been configured as a FabricPath port. Related Commands Command Description interface ethernet Configures an Ethernet IEEE 802.3 interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show interface debounce Eth1/32 enable --More-- switch# Related Commands Command Description Enables the debounce timer on an interface. link debounce Cisco Nexus 5000 Series Interfaces Command Reference...
(Optional) Displays the operational state of the interface. (Optional) Displays the switchport information of an switchport interface. Command Default Displays all information for the interface. Command Modes EXEC mode Command History Release Modification 4.0(0)N1(1a) This command was introduced. Cisco Nexus 5000 Series Interfaces Command Reference...
/port command. For example, if you insert a 1-Gigabit SFP transceiver into a port without configuring the speed 1000 command, you will get this error. By default, all ports on a Cisco Nexus 5000 Series switch are 10 Gigabits. Examples...
This example shows how to display the brief configuration information of a specified subinterface: switch# show interface ethernet 1/5.2 brief -------------------------------------------------------------------------------- Ethernet VLAN Type Mode Status Reason Speed Port Interface Ch # -------------------------------------------------------------------------------- Eth1/5.2 routed up none 10G(D) -- switch# Cisco Nexus 5000 Series Interfaces Command Reference...
Cisco Nexus 5010 Series switch. Note You can configure the monitor destination rate-limit only on a Cisco Nexus 5010 Series switch or Cisco Nexus 5020 Series switch. This example shows how to display the information about a specific Ethernet interface that is bound to a...
(Layer 3) Configures a Layer 3 Ethernet IEEE 802.3 interface. switchport mode vntag Configures an Ethernet interface as a VNTag port. switchport monitor rate-limit Configures the rate limit for traffic on an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system. multicast frames Total number of multicast frames enabled on the interface. compressed Total number of multicast frames compressed on the interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Number of First In, First Out (FIFO) errors in the transmit direction. This example shows how to display the brief information for a specific loopback interface: switch# show interface loopback 10 brief -------------------------------------------------------------------------------- Interface Status Description -------------------------------------------------------------------------------- Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show interface loopback loopback10 switch# Related Commands Command Description interface loopback Configures a loopback interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Adds static entries to the MAC address table or configures a static MAC address with IGMP snooping disabled for that address. show mac address-table Displays information on the MAC address table. Cisco Nexus 5000 Series Interfaces Command Reference...
Protocol (SNMP) MIB values for the nonzero interface counters. description (Optional) Displays the interface description. (Optional) Displays the interface line status. status Command Default None Command Modes EXEC mode Command History Release Modification 4.0(0)N1(1a) This command was introduced. Cisco Nexus 5000 Series Interfaces Command Reference...
209 broadcast packets 1056259251 bytes switch# This example shows how to display the summary configuration information of the management interface: switch# show interface mgmt 0 brief Related Commands Command Description interface mgmt Configures a management interface. Cisco Nexus 5000 Series Interfaces Command Reference...
BPDUGuard errDisable Eth114/1/44 down BPDUGuard errDisable Eth114/1/45 down BPDUGuard errDisable Eth114/1/46 down BPDUGuard errDisable Eth114/1/47 down BPDUGuard errDisable --More-- switch# Related Commands Command Description errdisable detect cause Enables the error disabled (err-disabled) detection. Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show interface status err-disabled Command Description errdisable recovery cause Enables error disabled recovery on an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Support to configure traffic rate limit on a switch port was added. Usage Guidelines You can configure the rate limit on the following Cisco Nexus 5000 Series switches using the switchport monitor rate-limit 1G command: • Cisco Nexus 5010 Series •...
Related Commands Command Description switchport access vlan Sets the access VLAN when the interface is in access mode. switchport monitor rate-limit Configures the rate limit for traffic on an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Bandwidth configured on the backup interface. Related Commands Command Description switchport backup interface Configures Flex Links. Displays the running configuration information for show running-config backup backup interfaces. show running-config flexlink Displays the running configuration information for Flex Links. Cisco Nexus 5000 Series Interfaces Command Reference...
74752-9044 revision is 07 serial number is MOC14081360 nominal bitrate is 10300 MBit/sec Link length supported for copper is 1 m cisco id is -- cisco extended id number is 4 switch# Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show interface transceiver Related Commands Command Description interface ethernet Configures an Ethernet IEEE 802.3 interface. show interface capabilities Displays detailed information about the capabilities of an interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Usage Guidelines Use the show lacp command to troubleshoot problems related to LACP in a network. Examples This example shows how to display the LACP system identification: switch# show lacp system-identifier 32768,0-5-9b-78-6e-7c switch# Cisco Nexus 5000 Series Interfaces Command Reference...
Related Commands Command Description Clears LACP counters. clear lacp counters lacp port-priority Sets the priority for the physical interfaces for the LACP. Sets the system priority of the switch for the LACP. lacp system-priority Cisco Nexus 5000 Series Interfaces Command Reference...
Port-channel resources 768 total 29 used 739 free 3% used switch# Related Commands Command Description Configures the load-balancing algorithm for port-channel load-balance ethernet EtherChannels. show tech-support port-channel Displays Cisco Technical Support information about EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
Members have to have the same medium type configured. This only applies to ethernet port-channel. * Span mode Members must have the same span mode. * load interval Member must have same load interval configured. --More-- <---output truncated---> switch# Cisco Nexus 5000 Series Interfaces Command Reference...
Show Commands show port-channel compatibility-parameters Related Commands Command Description port-channel load-balance ethernet Configures the load-balancing algorithm for EtherChannels. show tech-support port-channel Displays Cisco Technical Support information about EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
Last bundled member is Ports: Ethernet2/3 [on] [up] * switch# Related Commands Command Description port-channel load-balance ethernet Configures the load-balancing algorithm for EtherChannels. show tech-support port-channel Displays Cisco Technical Support information about EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
MAC address. dst-mac-addr Destination MAC address. The format is AAAA :BBBB :CCCC . l4-dst-port (Optional) Displays the load distribution on the destination port. dst-port Destination port number. The range is from 0 to 65535. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 159
• The EtherChannel has only one active member. • The destination MAC address is unknown when the load distribution is configured on the source IP address (src-ip), source port (l4-src-port), or source MAC address (src-mac). Cisco Nexus 5000 Series Interfaces Command Reference...
Page 160
Missing params will be substituted by 0's. Load-balance Algorithm on FEX: source-dest-ip crc8_hash: Not Used Outgoing port id: Ethernet133/1/3 Param(s) used to calculate load-balance (Unknown unicast, multicast and broadcas t packets): dst-mac: 0000.0000.0000 vlan id: switch# Cisco Nexus 5000 Series Interfaces Command Reference...
Page 161
Param(s) used to calculate load-balance: dst-port: 1 src-port: 0 dst-ip: 192.168.2.25 src-ip: 192.168.2.10 dst-mac: 0000.0000.0000 src-mac: aabb.ccdd.eeff switch# Related Commands Command Description port-channel load-balance ethernet Configures the load-balancing method among the interfaces in the channel-group bundle. Cisco Nexus 5000 Series Interfaces Command Reference...
0.06% 0.06% 0.0% 0.0% switch# This example shows how to display the traffic statistics for a specific EtherChannel: switch# show port-channel traffic interface port-channel 10 ChanId Port Rx-Ucst Tx-Ucst Rx-Mcst Tx-Mcst Rx-Bcst Tx-Bcst Cisco Nexus 5000 Series Interfaces Command Reference...
Page 165
0.0% 0.0% Eth1/10 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% switch# Related Commands Command Description Configures the load-balancing algorithm for port-channel load-balance ethernet EtherChannels. show tech-support port-channel Displays Cisco Technical Support information about EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
(some numbers may be in use by SAN port channels) switch# Related Commands Command Description port-channel load-balance ethernet Configures the load-balancing algorithm for EtherChannels. Displays Cisco Technical Support information about show tech-support port-channel EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
Total Secured Mac Addresses in System (excluding one mac per port) Max Addresses limit in System (excluding one mac per port) : 8192 ---------------------------------------------------------------------------- Secure Port MaxSecureAddr CurrentAddr SecurityViolation Security Action (Count) (Count) (Count) ---------------------------------------------------------------------------- Cisco Nexus 5000 Series Interfaces Command Reference...
Page 168
Related Commands Command Description Clears the dynamically secured addresses on a port. clear port-security dynamic show running-config port-security Displays the port security configuration information. switchport port-security Configures the switchport parameters to establish port security. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 170
Show Commands show resource Related Commands Command Description show interface port channel Displays information about EtherChannels. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display detailed information on the running configuration: switch# show running-config all Related Commands Command Description Displays the contents of the startup configuration file. show startup-config Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display the detailed running configuration for backup interfaces: switch# show running-config backup all !Command: show running-config backup all !Time: Sun Jan 4 06:28:04 2009 Cisco Nexus 5000 Series Interfaces Command Reference...
Page 173
Displays the startup configuration for backup interfaces. Displays the startup configuration for Flex Links. show startup-config flexlink show tech-support backup Displays troubleshooting information for backup interfaces. Displays troubleshooting information for Flex Links. show tech-support flexlink Cisco Nexus 5000 Series Interfaces Command Reference...
(Optional) Displays the configuration information of the VLAN. The range of values is from 1 to 4096. (Optional) Displays configured and default information . expand-port-profile (Optional) Displays the configuration information of port profiles. Command Default None Cisco Nexus 5000 Series Interfaces Command Reference...
Page 175
5 !Command: show running-config interface Vlan5 !Time: Mon Apr 4 07:46:35 2005 version 5.1(3)N1(1) interface Vlan5 management switch# Related Commands Command Description Displays the running configuration on the device. show startup-config Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display the running configuration for PoE ports: switch# show running-config poe Related Commands Command Description Displays the startup configuration information about show startup-config poe PoE ports. show tech-support poe Displays troubleshooting information about PoE ports. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display the detailed startup configuration for backup interfaces: switch# show startup-config backup all !Command: show startup-config backup all !Time: Sun Jan 4 06:29:17 2009 Cisco Nexus 5000 Series Interfaces Command Reference...
Page 178
Displays the running configuration information for backup interfaces. show running-config flexlink Displays Flex Links running configuration information. Displays troubleshooting information for backup show tech-support backup interfaces. show tech-support flexlink Displays troubleshooting information for Flex Links. Cisco Nexus 5000 Series Interfaces Command Reference...
(Optional) Displays the configuration information of the VLAN. The range of values is from 1 to 4096. (Optional) Displays configured and default information . expand-port-profile (Optional) Displays the configuration information of port profiles. Command Default None Cisco Nexus 5000 Series Interfaces Command Reference...
Page 180
5 !Command: show running-config interface Vlan5 !Time: Mon Apr 4 07:46:35 2005 version 5.1(3)N1(1) interface Vlan5 management switch# Related Commands Command Description Displays the running configuration on the device. show startup-config Cisco Nexus 5000 Series Interfaces Command Reference...
Bandwidth : 20000000 Kbit (port-channel300), 10000000 Kbit (port-channel 301) port-channel500 port-channel501 Active Down/Backup Down Preemption Mode : off Multicast Fast Convergence : On Bandwidth : 100000 Kbit (port-channel500), 100000 Kbit (port-channel501) port-channel502 port-channel503 Active Down/Backup Down Preemption Mode : off Cisco Nexus 5000 Series Interfaces Command Reference...
Page 182
Active Down/Backup Down Preemption Mode : off Multicast Fast Convergence : On Bandwidth : 100000 Kbit (port-channel500), 100000 Kbit (port-channel501) port-channel502 port-channel503 Active Down/Backup Down Preemption Mode : off Multicast Fast Convergence : Off Cisco Nexus 5000 Series Interfaces Command Reference...
Page 183
1 00:01:21 2009 595400 usecs] flexlink_mts_queue_initialize: reg istered MTS_OPC_IM_IF_CREATED(62467) with flexlink_q_mts <--Output truncated--> switch# Related Commands Command Description show running-config backup Displays the running configuration information for backup interfaces. show running-config flexlink Displays Flex Links running configuration information. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to display the troubleshooting information for PoE ports: switch# show tech-support poe Related Commands Command Description power inline Enables PoE ports on the switch. show running-config poe Displays the running configuration information about PoE ports. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 186
Ethernet1/4 bidirectional Ethernet1/7 JAF1346000H Ethernet1/7 bidirectional Ethernet1/8 JAF1346000H Ethernet1/8 bidirectional Ethernet1/9 JAF1346000C Ethernet1/9 bidirectional Ethernet1/10 JAF1346000C Ethernet1/10 bidirectional switch# Related Commands Command Description udld (configuration mode) Configures the UDLD protocol on the switch. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 187
Show Commands show udld Command Description udld (Ethernet) Configures the UDLD protocol on an Ethernet interface. Cisco Nexus 5000 Series Interfaces Command Reference...
Status Active vlans -- ---- ------ -------------------------------------------------- 1 Po10 up 1-100 vPC status ---------------------------------------------------------------------- id Port Status Consistency Reason Active vlans -- ---- ------ ----------- -------------------------- ------------ 20 Po20 up success success 1-100 Cisco Nexus 5000 Series Interfaces Command Reference...
Page 189
--------------------------------------------------------------------- id Port Status Active vlans -- ---- ------ -------------------------------------------------- 1 Po10 up 1-100 Related Commands Command Description feature vpc Enables vPCs on the device. show port channel summary Displays information about port channels. Cisco Nexus 5000 Series Interfaces Command Reference...
Page 190
Show Commands show vpc brief Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to enable the aggressive UDLD mode for an Ethernet port: switch(config-if)# udld aggressive This example shows how to disable UDLD for an Ethernet port: switch(config-if)# udld disable Cisco Nexus 5000 Series Interfaces Command Reference...
Page 193
U and V Commands udld (Ethernet) Related Commands Command Description show udld Displays the administrative and operational UDLD status. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to create a vPC domain: switch# config t switch(config)# vpc domain 5 switch(config-vpc-domain)# This example shows how to enter the vpc-domain command mode to configure an existing vPC domain: switch# config t switch(config)# Cisco Nexus 5000 Series Interfaces Command Reference...
Page 195
5 switch(config-vpc-domain)# Related Commands Command Description show vpc brief Displays information about vPCs. If the feature is not enabled, the system displays an error when you enter this command. Cisco Nexus 5000 Series Interfaces Command Reference...
This example shows how to suspend an orphan port: switch(config)# interface ethernet 1/20 switch(config-if)# vpc orphan-port suspend switch(config-if)# Related Commands Command Description Displays brief information about the vPCs. show vpc brief show vpc orphan-ports Displays information about orphan ports. Cisco Nexus 5000 Series Interfaces Command Reference...