Switches, Hubs, and Modems
1748226 Members
4573 Online
108759 Solutions
New Discussion

Radius

 

Radius

Hello,

 

I have configured a Windows 2003 RADIUS server successfully and use it with Procurve switch 2650. Everything works fine until I shut down the RADIUS server... I am supposed to be able to use the local account but it does not work. Here is my RADIUS config on a HP 2650 :

# show authentication

 Status and Counters - Authentication Information

  Login Attempts : 3
  Respect Privilege : Disabled

              | Login      Login      Enable     Enable
  Access Task | Primary    Secondary  Primary    Secondary
  ----------- + ---------- ---------- ---------- ----------
  Console     | Local      None       Local      None
  Telnet      | Local      None       Local      None
  Port-Access | Local      None
  Webui       | Radius     Local      Local      None
  SSH         | Radius     Local      Local      None
  Web-Auth    | ChapRadius None
  MAC-Auth    | ChapRadius None

 

Here is the config, I have a Manager local user and an Operator local user :

 

# sh conf

Startup configuration:

; J4899B Configuration Editor; Created on release #H.10.83

hostname "************"
snmp-server contact "***************"
snmp-server location "******************"
time timezone -300
time daylight-time-rule Continental-US-and-Canada
no web-management
web-management ssl
no telnet-server
interface 47
   speed-duplex 10-half
exit
ip default-gateway x.x.x.x
sntp server x.x.x.x
timesync sntp
sntp unicast
sntp 30
logging x.x.x.x
vlan 1
   name "*********"
   untagged 1-50
   ip address x.x.x.x 255.255.252.0
   exit
no stack
aaa authentication web login radius local
aaa authentication ssh login radius local
radius-server key xxxxxxxxxxxx
radius-server host x.x.x.x

no snmp-server enable
ip ssh
ip ssh filetransfer
ip ssh timeout 10
no tftp client
no tftp server
password manager
password operator

 

Here I try to use the local account since I shutdown the RADIUS server :

 

U:\>ssh mylocaluser@x.x.x.x

Saisissez le mot de passe pour mylocaluser@x.x.x.x:
error: Connection closed by remote host.

Connection closed to x.x.x.x

 

Any help would be appreciated.

Stephane

 

1 REPLY 1
swaizey
Advisor

Re: Radius

Hi Stephane,

 

Think you are missing the follwing lines:

aaa authentication web enable radius local

aaa authentication ssh enable radius local

 

Cheers.