Send document comments to nexus7k-docfeedback@cisco.com
2-23
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 2 Configuring Basic Interface Parameters
Configuring the Basic Interface Parameters
DETAILED STEPS
This example shows how to enable the error-disabled detection in all cases:
switch(config)# errdisable detect cause all
switch(config)#
Enabling the Error-Disabled Recovery
You can specify the application to bring the interface out of the error-disabled state and retry coming up.
It retries after 300 seconds, unless you configure the recovery timer (see the errdisable recovery
interval command).
SUMMARY STEPS
1. configure terminal
2. errdisable recovery cause {all | bpdguard | link-flap | psecure-violation | security-violation |
storm-control | udld}
3. show interface status err-disabled
4. copy running-config startup-config
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
errdisable detect cause {acl-exception | all |
link-flap | loopback}
Example:
switch(config)# errdisable detect cause all
switch(config)#
Specifies a condition under which to
place the interface in an error-disabled
state. The default is enabled.
Step 3
shutdown
Example:
switch(config)# shutdown
switch(config)#
Brings the interface down
administratively. To manually recover
the interface from the error-disabled
state, enter this command first.
Step 4
no shutdown
Example:
switch(config)# no shutdown
switch(config)#
Brings the interface up
administratively and enables the
interface to recover manually from the
error-disabled state.
Step 5
show interface status err-disabled
Example:
switch(config)# show interface status err-disabled
Displays information about
error-disabled interfaces.
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
(Optional) Copies the running
configuration to the startup
configuration.