Trying to setup some new n2048p but can't make the AAA work. I used the config based on my 6248 and 7048 but it is showing log messages below:
0076 %% [CLI:jcaan:10.60.150.23] User login authentication failed
<189> Sep 2 10:30:34 10.61.240.21-1 TRAPMGR[130672796]: traputil.c(740) 10075 %% Failed User Login with User ID: jcaan
<190> Sep 2 10:30:34 10.61.240.21-1 USER_MGR[130672796]: user_mgr.c(1789) 10074 %% User jcaan Failed to login because of authentication failures
<190> Sep 2 10:30:34 10.61.240.21-1 RADIUS[130274260]: radius.c(1888) 10073 %% RADIUS: radiusRequestInfoProcess(): Could not successfully process the request
<189> Sep 2 10:30:34 10.61.240.21-1 RADIUS[130274260]: radius.c(1848) 10072 %% RADIUS: Server Entry is Null or Could not allocate Radius Packet
<189> Sep 2 10:30:34 10.61.240.21-1 RADIUS[130274260]: radius.c(1715) 10071 %% radiusRequestInfoProcess: Radius server not selected. Request Type: 1 Requestor: 21, USER_MGR
<190> Sep 2 10:30:34 10.61.240.21-1 RADIUS[130274260]: radius_txrx.c(365) 10070 %% RADIUS: Bind error
The current config is a below. Am I missing something? Thanks
jc
aaa authentication login "Management" radius local
aaa authentication login "Console" local
aaa authentication enable "Management" none
aaa authentication enable "Console" none
ip http authentication radius local
ip https authentication radius local
radius-server host auth x.x.x.x
name “radiusserver”
source-ip y.y.y.y
key “dell”
exit
line console
exec-timeout 5
login authentication Console
enable authentication Console
exit
line telnet
exec-timeout 5
login authentication Management
enable authentication Management
exit