Configuring Ethernet Interfaces
DETAILED STEPS
Command or Action
Step 1
config t
Example:
switch#config t
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 enable err-disabled recovery under all conditions:
switch(config)#errdisable recovery cause all
switch(config)#
Configuring Port Profiles
You can apply several configuration parameters to a range of interfaces simultaneously. All the interfaces in
the range must be the same type. You can also inherit the configurations from one port profile into another
port profile. The switch supports four levels of inheritance.
This section includes the following topics:
Creating a Port Profile
You can create a port profile on the switch. Each port profile must have a unique name across interface types
and the network.
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)N1(1)
Purpose
Enters configuration mode.
Specifies the interval for the interface to recover from
the err-disabled state. The range is from 30 to 65535
seconds. The default is 300 seconds.
Displays information about err-disabled interfaces.
(Optional) Copies the running configuration to the
startup configuration.
Configuring Port Profiles
27