Examples
This example shows how to shut down, or disable, a Layer 2 interface:
switch(config)# interface ethernet 1/10
switch(config-if)# shutdown
switch(config-if)#
This example shows how to shut down a Layer 3 Ethernet subinterface:
switch(config)# interface ethernet 1/5.1
switch(config-subif)# shutdown
switch(config-subif)#
This example shows how to shut down a virtual Ethernet interface:
switch(config)# interface vethernet 10
switch(config-if)# shutdown
switch(config-if)#
Related Commands
DescriptionCommand
Converts an interface to a Layer 3 routed interface.no switchport
Displays the Ethernet interface configuration
information.
show interface ethernet
Displays information on traffic about the specified
EtherChannel interface.
show interface port-channel
Displays the virtual Ethernet interface configuration
information.
show interface vethernet
Cisco Nexus 5000 Series Interfaces Command Reference
89
S Commands
shutdown