Configuring The Mdix Parameter - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Chapter 2
Configuring Basic Interface Parameters
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
errdisable recovery interval interval
Example:
switch(config)# errdisable recovery interval 32
switch(config-if)#
Step 3
show interface status err-disabled
Example:
switch(config)# show interface status err-disabled
Step 4
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
This example shows how to configure the error-disabled recovery timer to set the interval for recovery
to 32 seconds:
switch(config)# errdisable recovery interval 32
switch(config)#

Configuring the MDIX Parameter

If you need to detect the type of connection (crossover or straight) with another copper Ethernet port,
enable the medium dependent independent crossover (MDIX) parameter for the local port. By default,
this parameter is enabled.
BEFORE YOU BEGIN
You must enable MDIX for the remote port.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
OL-23435-03
configure terminal
interface ethernet slot/port
{mdix auto} | {no mdix}
show interface ethernet slot/port
exit
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring the Basic Interface Parameters
Purpose
Enters configuration mode.
Specifies the interval for the interface
to recover from the error-disabled
state. The range is from 30 to 65535
seconds, and the default is 300
seconds.
Displays information about
error-disabled interfaces.
(Optional) Copies the running
configuration to the startup
configuration.
2-25

Advertisement

Table of Contents
loading

Table of Contents