Cisco Systems N3KC3064TFAL3 Manual De Usuario

Descargar
Página de 164
This example shows how to disable UDLD for an Ethernet port:
switch#
configure terminal
switch(config)#
interface ethernet 1/4
switch(config-if)#
udld disable
This example shows how to disable UDLD for the switch:
switch#
configure terminal
switch(config)#
no feature udld
Changing an Interface Port Mode
You can configure a Quad small form-factor pluggable (QSFP+) port by using the hardware profile portmode
command. To restore the defaults, use the no form of this command.
To change an interface port mode, preform this task:
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch# configure terminal
Step 1
Copies the running configuration to the bootflash. You
can use this file to configure your device later.
switch(config)# copy
running-config bootflash
:
my-config.cfg
Step 2
Removes all the interface configurations.
switch(config)# write erase
Step 3
Reloads the Cisco Nexus 3000 Series switch software.
switch(config)# reload
Step 4
Changes the interface port mode.
switch(config)# [nohardware
profile portmode 
portmode
Step 5
(Optional)
Saves the change persistently through reboots and restarts
by copying the running configuration to the startup
configuration.
switch(config)# copy
running-config startup-config
Step 6
Reloads the Cisco Nexus 3000 Series switch software.
switch(config)# reload
Step 7
Manually apply all the interface configuration. You can
refer to the configuration file that you saved earlier.
The interface numbering changes if the ports
are changed from 40G mode to 4x10G mode or
vice-versa.
Note
This example shows how to change the port mode to 48x10g+4x40g for QSFP+ ports:
switch#
configure terminal
switch(config)
copy running-config bootflash:my-config.cfg
switch(config)#
write erase
switch(config)#
reload
WARNING: This command will reboot the system
Do you want to continue? (y/n) [n]
y
Cisco Nexus 3000 NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U3(1)    
   OL-26590-01
13
Configuring Ethernet Interfaces
Changing an Interface Port Mode