10-01-2021 02:55 AM
Hello bros,
My manager planed to use dot1x port-based for sw c2960s with aruba clearpass as a radius server. While We wait setup Aruba ClearPass Server. I have configured as below . could you take a look a give me your opinion.
aaa new-model
session-id common
aaa group server radius ClearPass-RADIUS
server-private 10.92.a.b auth-port 1812 acct-port 1813 key abc@123
aaa authentication dot1x default group ClearPass-RADIUS
aaa authorization network default group ClearPass-RADIUS
aaa accounting dot1x default start-stop group ClearPass-RADIUS
dot1x system-auth-control
aaa server radius dynamic-author
port 3799
auth-type all
client 10.92.a.b server-key abc@123
radius-server vsa send accounting
radius-server vsa send authentication
radius-server attribute 11 default direction in
interface range GigabitEthernet 1/0/1
authentication host-mode multi-auth
authentication order dot1x mab
authentication port-control auto
authentication timer reauthenticate server
mab
dot1x pae authenticator
dot1x timeout tx-period 10
dot1x supplicant tx-period 15
dot1x max-reauth-req 1
Solved! Go to Solution.
10-01-2021 03:04 AM
You probably want to enable periodic updates globally.
aaa accounting update newinfo periodic 2880
The timers configured under the interface a bit long, Cisco recommends the following:-
c9300-Sw(config-if)#dot1x timeout tx-period 7 c9300-Sw(config-if)#dot1x max-reauth-req 3
Enable the following timer settings under the interfaces
c9300-Sw(config-if)# authentication periodic c9300-Sw(config-if)# authentication timer inactivity server dynamic
You can find more Cisco best practice information at the link below (obviously ignore the ISE configuration, but in the main the switch configuration should apply).
10-01-2021 03:04 AM
You probably want to enable periodic updates globally.
aaa accounting update newinfo periodic 2880
The timers configured under the interface a bit long, Cisco recommends the following:-
c9300-Sw(config-if)#dot1x timeout tx-period 7 c9300-Sw(config-if)#dot1x max-reauth-req 3
Enable the following timer settings under the interfaces
c9300-Sw(config-if)# authentication periodic c9300-Sw(config-if)# authentication timer inactivity server dynamic
You can find more Cisco best practice information at the link below (obviously ignore the ISE configuration, but in the main the switch configuration should apply).
10-01-2021 07:13 AM
Hello ,
I am using switch c2960s . your command is still ok ?
Sincerely !
Thanks !
10-01-2021 07:50 AM
@hoaithanhdo I don't have a 2960s to test, but I don't see why not. Those commands aren't new.
10-01-2021 03:07 AM
high level seems to be good, but to use priority :
authentication priority dot1x mab
But again, the config need to test again server, when it live and may work as expected, but any issue need to capture debug logs.
10-01-2021 07:15 AM
Thanks bros.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide