- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 3com 4500 ssh user via radius not getting priveleg...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-16-2011 04:44 AM
03-16-2011 04:44 AM
3com 4500 ssh user via radius not getting privelege
radius scheme work
server-type standard
primary authentication 192.168.1.3
accounting optional
key authentication ***
user-name-format without-domain
#
domain work
scheme radius-scheme work
access-limit enable 10
domain system
When logging into ssh i get only commands:
User view commands:
cluster Run cluster command
display Display current system information
ping Ping function
quit Exit from current command view
super Set the current user priority level
telnet Establish one TELNET connection
tracert Trace route function
Why i can't use system-view, and the other commands?
- Tags:
- 3com 4500 ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-16-2011 12:49 AM
05-16-2011 12:49 AM
Re: 3com 4500 ssh user via radius not getting privelege
Hi
add „H3C-Exec_Privilege“ to /usr/share/freeradius/dictionary.h3c . It should look like:
# Dictionary for Huawei-3Com. See also dictionary.huawei
#
# "http://www.h3c.com">http://www.h3c.com
#
# $Id: dictionary.h3c,v 1.2 2007/09/20 17:07:08 aland Exp
#
VENDOR H3C 25506
BEGIN-VENDOR H3C
ATTRIBUTE H3C-Connect_Id 26 integer
ATTRIBUTE H3C-Exec_Privilege 29 integer
ATTRIBUTE H3C-NAS-Startup-Timestamp 59 integer
ATTRIBUTE H3C-Ip-Host-Addr 60 string
ATTRIBUTE H3C-Product-ID 255 string
Then in dictionary.rfc2865, search for „Login Services“ and add the two lines (52 = ftp?):
VALUE Login-Service 3com-50 50
VALUE Login-Service 3com-52 52
In /etc/raddb/users add your 3c4500 administrator account:
3c4500admin Cleartext-Password := „XXXXXXXX“
Service-Type += Login-User,
Login-Service += Telnet,
Login-Service += 3com-50,
H3C-Exec_Privilege = 3,
3Com-User-Access-Level = 3Com-Administrator
Restart your radius server and login with user 3c4500admin and see if it works.
Regards
Juergen Northe
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP