- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: HP2626 & freeradius
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2007 06:55 AM
тАО05-21-2007 06:55 AM
HP2626 & freeradius
I want to manage the login to my ProCurve Switch 2626 with freeradius. Now I manage the login of my cisco switchs.
I a newbie in hp switch, I've configured only this in switch:
CODE
aaa authentication telnet login radius local
radius-server host 10.0.0.230 key SWMADCOREKEY
and It's work I can login with users of my freeradis server, but when I login I don't get the exec promt (#), I have to execute enable and put the login and pass of local switch.
In my freeradius server I had to add next line to login in my cisco switchs:
CODE
cisco-avpair = "shell:priv-lvl=15"
Should I add something in freeradius configuration to work whit hp switchs ?
Can any body give me a explample of configuracion of hp sw and freeradis ?
Where can I get more information about this subject ?
Thanks in advance.
JI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2007 09:16 AM
тАО05-21-2007 09:16 AM
Re: HP2626 & freeradius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2007 09:22 AM
тАО05-21-2007 09:22 AM
Re: HP2626 & freeradius
aaa authentication telnet enable radius local
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2007 10:19 AM
тАО05-21-2007 10:19 AM
Re: HP2626 & freeradius
ftp://ftp.hp.com/pub/networking/software/6400-5300-4200-3400-Security-Oct2006-59906052-Chap06.pdf
Matt is correct, however the the section dealing with this command seems to have been omitted from the Access Security Guide in the 2600 series manuals. The link above is from the 3400 series.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2007 03:14 AM
тАО05-22-2007 03:14 AM
Re: HP2626 & freeradius
I test the two commands:
aaa authentication telnet enable radius local
aaa authentication login privilege-mode
And I can't login in "enable mode". I execute telnet, I put the user and password and I login in switch in the "login mode",
then I execute enable command, I put same user and password, the switch accepts the login but I dosen't go to "enable modem".
The switch accepts all user/password of radius server but I can get in "enable mode".
Next, I erase the las command 'aaa authentication login privilege-mode' and now I can get in "enable mode",
but I need to execute the "enable" command and to put the user and password again.
Thanks for the help, I can work for a long time with the last configuration.
BR // JI