Disabling And Restarting Ethernet Interfaces - Cisco nexus 5000 series Cli Configuration Manual

Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring Ethernet Interfaces
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m

Disabling and Restarting Ethernet Interfaces

You can shut down and restart an Ethernet interface. This action disables all of the interface functions
and marks the interface as being down on all monitoring displays. This information is communicated to
other network servers through all dynamic routing protocols. When shut down, the interface is not
included in any routing updates.
To disable an interface, perform this task:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# shutdown
The following example shows how to disable an Ethernet port:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# shutdown
To restart an interface, perform this task:
Command
switch(config-if)# no shutdown
The following example shows how to restart an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# no shutdown
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
1-8
Chapter 1
Purpose
Enters configuration mode.
Enters interface configuration mode for the specified
interface.
Disables the interface.
Purpose
Restarts the interface.
Configuring Ethernet Interfaces
OL-16597-01

Advertisement

Table of Contents
loading

Table of Contents