Hello All,
I've configured Radius authentication on Aruba 2930M with ms-chapv2 encryption:
aaa server-group radius "NPS" host 192.168.100.101
aaa server-group radius "NPS" host 192.168.100.102
aaa authentication login privilege-mode
aaa authentication web login peap-mschapv2 server-group "NPS" local
aaa authentication web enable peap-mschapv2 server-group "NPS" local
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
On the NPS Server I see that authentication was successful:
but on the switch I see an error and can't login in the web-console:
W 02/02/23 13:32:09 00419 auth: Invalid user name/password on WEB-UI session
User 'unknown' is trying to login from 192.168.200.125
---- Bottom of Log : Events Listed = 497 ----
what is wrong?
With PAP encryption everything works.
When I enable ms-chapv2 for
ssh, then I see the username, but switch says invalid credentials:
W 02/02/23 13:53:26 00419 auth: Invalid user name/password on SSH session User
'my-user' is trying to login from 192.168.200.125
---- Bottom of Log : Events Listed = 502 ----
Thank you in advance!