SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport mode access
4.
authentication order
[
dot1x
|
mab
] | {
webauth
}
5.
authentication priority
[
dot1x
|
mab
] | {
webauth
}
6.
end
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Specifies the port to be configured, and enter interface
configuration mode.
interface interface-id
Example:
Switch(config)#
interface gigabitethernet 1/0/1
Step 2
Sets the port to access mode only if you previously
configured the RADIUS server.
switchport mode access
Example:
Switch(config-if)#
switchport mode access
Step 3
(Optional) Sets the order of authentication methods
used on a port.
authentication order
[
dot1x
|
mab
] | {
webauth
}
Example:
Switch(config-if)#
authentication order mab dot1x
Step 4
(Optional) Adds an authentication method to the
port-priority list.
authentication priority
[
dot1x
|
mab
] | {
webauth
}
Example:
Switch(config-if)#
authentication priority mab
Step 5
dot1x
Returns to privileged EXEC mode.
end
Example:
Switch(config-if)#
end
Step 6
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01
351
Configuring IEEE 802.1x Port-Based Authentication
Configuring Flexible Authentication Ordering