Hi, I have configured my switch Cisco Catalyst 2960 L ver.15.2(6) for login with Radius.
aaa group server radius GRP-TEST
server name Present
!
aaa authentication login TEST group GRP-TEST local
aaa authorization exec default local
aaa authorization exec TEST group GRP-TEST local
!
radius server Test
address ipv4 10.7.1.20 auth-port 1645 acct-port 1646
timeout 5
retransmit 2
key *********
The authentication works, but if I remove user from local database TEST, the authentication doesn't work.
Can you help me, please?
Best regards