cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2848
Views
0
Helpful
2
Replies

AAA Group Issue

rakeshvelagala
Level 3
Level 3

I have below config on switch (C2960S-UNIVERSALK9-M), Version 15.0(2)SE7,

aaa group server tacacs+ testgroup
 server name test1
 server name test2
 server name test3

tacacs server test1
 address ipv4 192.1.1.1
 key 7 testkey
 timeout 3
 single-connection

Similarly for test 2 and test3

 

Issue is, when the switch boots, it shows below message though all the authentication and autho is working properly.

 

Mar 25 01:19:10 UTC: %AAAA-4-NOSERVER: Warning: Server test1 is not defined.
Mar 25 01:19:10 UTC: %AAAA-4-NOSERVER: Warning: Server test2 is not defined.
Mar 25 01:19:10 UTC: %AAAA-4-NOSERVER: Warning: Server test3 is not defined.

 

Only reason I can think of is when the switch boots, it parses line by line and since the ip addresses of test1,test2,test3 are defined after the declaration, we are receiving this message? Can someone please advise?

 

Thanks 

 

 

 

 

 

 

 

 

2 Replies 2

gmagno001
Level 1
Level 1

Try config with this command:

tacacs-server host x.x.x.x single-connection timeout 3 key 0 yyyyyyyyyy

 

Regards,

GUs Magno

Venkatesh Attuluri
Cisco Employee
Cisco Employee

This occurs as the "aaa group-server" commands are before the definition of "radius server name" in parser.