Resetting the 802.1X Interface Configuration to the Default Values
You can reset the 802.1X configuration for an interface to the default values.
Before you begin
Enable the 802.1X feature on the Cisco NX-OS device.
SUMMARY STEPS
1.
configure terminal
2.
interface ethernet slot/port
3.
dot1x default
4.
exit
5.
(Optional)
show dot1x all
6.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Selects the interface to configure and enters interface
configuration mode.
interface ethernet slot/port
Example:
Step 2
switch(config)# interface ethernet 2/1
switch(config-if)
Reverts to the 802.1X configuration default values for the
interface.
dot1x default
Example:
Step 3
switch(config-if)# dot1x default
Exits configuration mode.
exit
Example:
Step 4
switch(config-if)# exit
switch(config)#
Displays all 802.1X feature status and configuration
information.
(Optional)
show dot1x all
Example:
Step 5
switch(config)# show dot1x all
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 6
switch(config)# copy running-config startup-config
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
200
Configuring 802.1X
Resetting the 802.1X Interface Configuration to the Default Values