Beginning in privileged EXEC mode, follow these steps to configure the security violation actions on the
switch:
SUMMARY STEPS
1.
configure terminal
2.
aaa new-model
3.
aaa authentication dot1x
{
default
}
method1
4.
interface interface-id
5.
switchport mode access
6.
authentication violation
{
shutdown
|
restrict
|
protect
|
replace
}
7.
end
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Enables AAA.
aaa new-model
Example:
Switch(config)#
aaa new-model
Step 2
Creates an 802.1x authentication method list.
aaa authentication dot1x
{
default
}
method1
Step 3
Example:
Switch(config)#
aaa authentication dot1x
To create a default list that is used when a named list is
not
specified
in the
authentication
command, use the
default
keyword followed
by the method that is to be used in default situations. The default
method list is automatically applied to all ports.
default group radius
For
method1
, enter the
group radius
keywords to use the list of all
RADIUS servers for authentication.
Though other keywords are visible in the command-line help
string, only the
group radius
keywords are supported.
Note
Specifies the port connected to the client that is to be enabled for
IEEE 802.1x authentication, and enter interface configuration mode.
interface interface-id
Example:
Switch(config)#
interface
Step 4
gigabitethernet1/0/4
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1360
How to Configure 802.1x Port-Based Authentication
Summary of Contents for Catalyst 2960 Series
Page 96: ......
Page 196: ......
Page 250: ......
Page 292: ......
Page 488: ......
Page 589: ...P A R T VI Cisco Flexible NetFlow Configuring NetFlow Lite page 509 ...
Page 590: ......
Page 619: ...P A R T VII QoS Configuring QoS page 539 Configuring Auto QoS page 645 ...
Page 620: ......
Page 750: ......
Page 1604: ......
Page 1740: ......
Page 2105: ...P A R T XII Configuring Cisco IOS IP SLAs Configuring Cisco IP SLAs page 2025 ...
Page 2106: ......
Page 2118: ......
Page 2164: ......