- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Username with priviledge level 15
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
тАО11-18-2010 05:28 AM
тАО11-18-2010 05:28 AM
Username with priviledge level 15
I wan to create a username with privilege level 15 what is the command as i m from cisco i don"t know much about HP,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 12:34 AM
тАО11-19-2010 12:34 AM
Re: Username with priviledge level 15
Local Manager and Operator Passwords
The information saved to the running-config file when the include-credentials
command is entered includes:
password manager [user-name
password operator [user-name
where
manager or operator.
Manager and operator designate the priviledge level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 09:13 PM
тАО11-19-2010 09:13 PM
Re: Username with priviledge level 15
When i specify SHA type authentication it doesn't accepts the password, when i specify plain text password it works fine.
What type of password i should use in SHA type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2010 07:09 AM
тАО11-20-2010 07:09 AM
Re: Username with priviledge level 15
You must enter an already SHA-1 encrypted password if you select SHA1 for the password hash-type field.
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2010 12:21 PM
тАО11-20-2010 12:21 PM
Re: Username with priviledge level 15
What do u mean by already SHA-1 encrypted password if you select SHA1 for the password hash-type field.
I m creating a new user than how i can have a SHA-1 password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2010 07:11 AM
тАО11-21-2010 07:11 AM
Re: Username with priviledge level 15
I m creating a new user than how i can have a SHA-1 password."
You must run a SHA-1 application to encrypt your cleartext password into a SHA-1 hash, then enter that into the cli on the switch.
I did a search and found this online appl (one of many:
http://www.ratajik.com/CreateNetPassword/
however, using an online application allows the possibility of others to capture your real secret password you convert to SHA-1 and store in their SHA-1 decryption database, so you may want to find a standalone appl you can run, not online.
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2010 11:59 PM
тАО11-21-2010 11:59 PM
Re: Username with priviledge level 15
The encrypted password is displayd when using "show config".
You can reuse lines from the first config including the configline with this encrypted password when you configure subsequent switches.
(or reconfigure this switch)
From the CLI manual.
sha-1 >
Specifies the type of algorithm (if any) used to hash the password. Valid
values are plaintext or sha-1.
Note: You can enter a manager, operator, or 802.1X port-access password in
clear ASCII text or hashed format. However, manager and operator passwords
are displayed and saved in a configuration file only in hashed format;
port-access passwords are displayed and saved only as plain ASCII text.