SUMMARY STEPS
1.
configure terminal
2.
cisp enable
3.
dot1x credentials profile
4.
username suppswitch
5.
password password
6.
dot1x supplicant force-multicast
7.
interface interface-id
8.
switchport trunk encapsulation dot1q
9.
switchport mode trunk
10.
dot1x pae supplicant
11.
dot1x credentials profile-name
12.
end
13.
show running-config interface interface-id
14.
copy running-config startup-config
15.
Configuring NEAT with Auto Smartports Macros
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
Creates 802.1x credentials profile. This must be attached
to the port that is configured as supplicant.
dot1x credentials profile
Example:
Switch(config)# dot1x credentials test
Step 3
Creates a username.
username suppswitch
Example:
Switch(config)# username suppswitch
Step 4
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01 343
Configuring IEEE 802.1x Port-Based Authentication
Configuring a Supplicant Switch with NEAT