- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Enable Telnet password via web interface on 5800 s...
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
Forums
Discussions
Discussions
Discussions
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
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
06-20-2014 06:08 AM - last edited on 06-22-2014 06:29 PM by Maiko-I
06-20-2014 06:08 AM - last edited on 06-22-2014 06:29 PM by Maiko-I
Enable Telnet password via web interface on 5800 series switch
We have a couple of 5800 switches deployed at a remote location.
We'd like to issue the "user-interface vty 0 15" and enable the password on it.
Telnet is enabled already, but when we try to telnet to it, it let's us know that a password is not set.
We can configure nearly everything fine through the web interface, but would like the CLI enable for convenience/speed of doing some work, etc. We can't find where to set the password for the VTY connection though in the web interface, or if there is a way to issue CLI commands from the web interface.
Thanks.
P.S. This threqad has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to Comware-Based. - Hp Forum moderator
- Tags:
- Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2014 12:07 AM
06-28-2014 12:07 AM
Re: Enable Telnet password via web interface on 5800 series switch
How does your config looks like for these sections?
super password
domain system
user-group system
local-user <username>>
user-interface vty 0 15
Dont forget to censor any ciphers before posting (by replacing the text with <REMOVED> or such).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 09:11 PM
04-30-2015 09:11 PM
Re: Enable Telnet password via web interface on 5800 series switch
Try this:
Enter system view - sy
Enable telnet - telnet server enable
Enter vty interface - user-interface vty 0 15
Enable password - authentication-mode password
Set password (example password is password) - set authentication password cipher password
Set user privilege to high - user privilege level 3
save