03-30-2020 02:25 PM
I'm having difficulty configuring a 3560X switch running 12.2(55)SE5 IPBase to use RADIUS for AAA.
I would expect it to support :
radius-server host <IPV4_Address> auth-port <port> acct-port <port> key <key goes here>
But it rejects the radius-server keyword straight off.
So far as I can tell in the Cisco Feature Navigator, Radius should be supported under 12.2(55)SE5... Am I missing something?
Solved! Go to Solution.
03-30-2020 04:09 PM
Thank you for your response. It wasn't the solution, but it did lead me to it.
The issue turned out to be :
no aaa new-model
Once aaa new-model was enabled, the radius commands appeared in the list.
Thank you.
03-30-2020 02:41 PM
You could try the following:
aaa group server radius RADIUS_SERVER
server name RADIUS_SERVER1
server name RADIUS_SERVER2
radius server RADIUS_SERVER1
address ipv4 172.16.0.2 auth-port 1812 acct-port 1813
key supersecretpassword
radius server RADIUS_SERVER2
address ipv4 172.16.0.3 auth-port 1812 acct-port 1813
key supersecretpassword
03-30-2020 04:09 PM
Thank you for your response. It wasn't the solution, but it did lead me to it.
The issue turned out to be :
no aaa new-model
Once aaa new-model was enabled, the radius commands appeared in the list.
Thank you.
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