SUMMARY STEPS
1.
configure terminal
2.
cisp enable
3.
interface interface-id
4.
switchport mode access
5.
authentication port-control auto
6.
dot1x pae authenticator
7.
spanning-tree portfast
8.
end
9.
show running-config interface interface-id
10.
copy running-config startup-config
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
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01 341
Configuring IEEE 802.1x Port-Based Authentication
Configuring an Authenticator Switch with NEAT