Beginning in privileged EXEC mode, follow these steps to disable 802.1x authentication on the port. This
procedure is optional.
SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport mode access
4.
no dot1x pae authenticator
5.
end
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Specifies the port to be configured, and enter interface
configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet2/0/1
Step 2
(Optional) Sets the port to access mode only if you
configured the RADIUS server.
switchport mode access
Example:
Switch(config-if)# switchport mode access
Step 3
Disables 802.1x authentication on the port.no dot1x pae authenticator
Example:
Switch(config-if)# no dot1x pae authenticator
Step 4
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 5
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
298 OL-29434-01
Configuring IEEE 802.1x Port-Based Authentication
Disabling 802.1x Authentication on the Port