Configuring The Description Parameter; Disabling And Restarting Ethernet Interfaces - Cisco AJ732A - MDS 9134 Fabric Switch Configuration Manual

Cisco nexus 5000 series switch cli software configuration guide, nx-os 4.0(1a)n1 (ol-16597-01, january 2009)
Hide thumbs Also See for AJ732A - Cisco MDS 9134 Fabric Switch:
Table of Contents

Advertisement

Chapter 5
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
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/4
switch(config-if)# link debounce time 1000
This example shows how to disable the debounce timer for an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# link debounce time 0
This command can only be applied to a physical Ethernet interface.

Configuring the Description Parameter

To provide textual interface descriptions for the Ethernet ports, perform this task:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# description test
This example shows how to set the interface description to "Server 3 Interface."
switch# configure terminal
switch(config)# interface ethernet 1/3
switch(config-if)# description Server 3 Interface

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
OL-16597-01
Purpose
Enters configuration mode.
Enters interface configuration mode for the specified
interface.
Specifies the description for the interface.
Purpose
Enters configuration mode.
Enters interface configuration mode for the specified
interface.
Disables the interface.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring Ethernet Interfaces
5-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents