Hi,
I currently have an C2960 switch with IOS 15.0(2) SE4. To log on the CLI of the switch authentication against a RADIUS server takes place. Accounting is not wanted. The config of the switch is as follows:
aaa new-model
aaa group server radius RADIUSGROUP
server xxx.xxx.xxx.1 auth-port 1812 acct-port 0
server xxx.xxx.xxx.2 auth-port 1812 acct-port 0
aaa authentication login default group RADIUSGROUP local
aaa authentication dot1x default group RADIUSGROUP
aaaauthorization network default group RADIUSGROUP
radius server host xxx.xxx.xxx.1 auth-port 1812 acct-port 0 key 7 [encrypted password]
radius server host xxx.xxx.xxx.2 auth-port 1812 acct-port 0 key 7 [encrypted password]
It works fine, the authentication and the login are successful, but every login generates a message in the logging of the switch:
RADIUS-3-NOSERVERS: No radius hosts configured or no valid server present in the server group
What is going wrong???
Any help would be appreciated.