Purpose
Command or Action
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Switch#
copy running-config startup-config
Step 9
Configuring Limiting Login for Users
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
aaa authentication login default local
5.
aaa authentication rejected n in m ban x
6.
end
7.
show aaa local user blocked
8.
clear aaa local user blocked username username
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Example:
Device> enable
Step 1
•
Enter your password if prompted.
Enters global configuration mode.
configure terminal
Example:
Device# configure terminal
Step 2
Enables the authentication, authorization, and accounting (AAA)
access control model.
aaa new-model
Example:
Device(config)# aaa new-model
Step 3
Sets the authentication, authorization, and accounting (AAA)
authentication by using the default authentication methods.
aaa authentication login default local
Example:
Device(config)# aaa authentication login
default local
Step 4
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01
339
Configuring IEEE 802.1x Port-Based Authentication
Configuring Limiting Login for Users