cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
688
Views
5
Helpful
2
Replies

Trouble configuring RADIUS on 3560X running 12.2(55)SE5 ipbase

G Adkins
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

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.

 

View solution in original post

2 Replies 2

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

--
Please remember to select a correct answer and rate helpful posts

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.