DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Enables CISP.cisp enable
Example:
Switch(config)# cisp enable
Step 2
Specifies the port to be configured, and enter
interface configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet2/0/1
Step 3
Sets the port mode to access.switchport mode access
Example:
Switch(config-if)# switchport mode access
Step 4
Sets the port-authentication mode to auto.authentication port-control auto
Example:
Switch(config-if)# authentication port-control auto
Step 5
Configures the interface as a port access entity
(PAE) authenticator.
dot1x pae authenticator
Example:
Switch(config-if)# dot1x pae authenticator
Step 6
Enables Port Fast on an access port connected to
a single workstation or server..
spanning-tree portfast
Example:
Switch(config-if)# spanning-tree portfast trunk
Step 7
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 8
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29434-01 285
Configuring IEEE 802.1x Port-Based Authentication
Configuring an Authenticator Switch with NEAT