Hi,
Radius access for procurve 2610-48-PWR doesn't work. I have this configuration :
radius-server host 10.172.1.135 acct-port 1813 key "XXXXXXXXXXXXXXXXXXXXX"
radius-server host 10.172.1.136 acct-port 1813 key "XXXXXXXXXXXXXXXXXXXXX"
radius-server key "XXXXXXXXXXXXXXXXXXXXX"
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
aaa authentication login privilege-mode
ip ssh
When I try sh radius authentication, I got this information :
UDP
Server IP Addr Port Timeouts Requests Challenges Accepts Rejects
--------------- ----- ---------- ---------- ---------- ---------- ----------
10.172.1.135 1812 0 6 0 0 6
10.172.1.136 1812 0 0 0 0 0
The key and login are correct, any idea why it doesn't work?
Thank You