- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 5500g-EI Web interface login problem
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
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
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
04-20-2012 07:15 AM - last edited on 02-16-2014 08:21 PM by Lisa198503
04-20-2012 07:15 AM - last edited on 02-16-2014 08:21 PM by Lisa198503
5500g-EI Web interface login problem
I have a 5500G-EI switch, factory default.
For one of an other reason I get the Web logon page, but what user I fill in always get the message:
-<user> login failed since invalid user name or password
Please help
P.S. This thread has been moved from PCM to Comware-Based. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2012 03:02 AM
04-22-2012 03:02 AM
Re: 5500g-EI Web interface login problem
This topic would be better off in the A-Series switching forum, but anyway...
Your 5500 El switch should be configured via Console connection first, and you can't reach the web interface if you haven't set an IP for a VLAN interface and configured a user for web interface access. I'm assuming you've done that despite it being "factory default", and the connection worked. If it's telling you incorrect login/password, double-check the user and pw that you set via CLI for the web interface to make sure you're entering the right one...
If you need to, you can always remove the user and create a new one with credentials you'll remember by configuring it via CLI, and even reset your console password. See the Installation Guide: http://h17007.www1.hp.com/device_help/H3C-Manuals/5500/5500-Installation-Guide%2820110730%29.pdf
Justin
Working @ HPE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2012 06:24 AM
04-23-2012 06:24 AM
Re: 5500g-EI Web interface login problem
if you mean the old 3Com 5500G (or H3C 5600) than they have a default user "admin" without a password. You can check it with a console connection there must be a file named "3comoscfg.def" on board, this is the factory default 3Com config. All other configs what you do would be saved with an extension .cfg.
So normally you can login in the web interface with Username=admin and no password.
Hope this help.
Regards,
Inge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2014 03:43 AM
02-12-2014 03:43 AM
Re: 5500g-EI Web interface login problem
If you have factory reset your switch by bypassing the startup config, there are a couple of things you need to do to access the web page. (in your case, sounds like you've set the IP and can contact the switch as you are getting a 'login failed' message, so skip to step 4.) . You probably can access the switch via the console cable too without a password even though you may have set one? This will solve that issue too.
1: set IP addess.
[SW1]interface vlan 1
[SW1-Vlan-interface1]ip address 10.0.0.1 255.0.0.0
[SW1-Vlan-interface1]quit
[SW1]
2.set a default route.
[SW1]ip route-static 0.0.0.0 0.0.0.0 10.255.255.254
3.set the admin password and service type (you can't login without a password set(weird eh!))
[SW1]local-user admin
[SW1-luser-admin]password simple mypassword
[SW1-luser-admin]service-type telnet terminal ssh
[SW1-luser-admin]service-type lan-access
[SW1-luser-admin]level 3
4.set authentication mode (this is probably the part you are missing and causes the 'login failed' message)_
[SW1]user-interface aux0
[SW1-ui-aux0]authentication-mode scheme
[SW1-ui-aux0]quit
[SW1]user-interface vty 0 4
[SW1-ui-vty0-4]authentication-mode scheme
Then save the configuration.
If you have zeroized the switch by breaking the boot sequence (ctl-b) as you boot, and then selecting option 7(bypass start-up config), you will need to set it back to load the start-up config.
As switch boots press ctl+b at the prompt 'Press Ctrl-b to enter boot menu'
Select option 7
Press enter when prompted for a password
Select option 7 'skip current configuration' (yes, even though you want to load it this time!)
Select 'no' so that it DOES load the config on next boot.
Press '0' to reboot.
You should now be able to access the web interface to continue your configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2014 01:21 PM
05-02-2014 01:21 PM
Re: 5500g-EI Web interface login problem
This was AWESOME! Thank you! I spent a couple of hours on the phone with HP tech support and they couldn't do for me what you just did in a couple easy steps. THANKS!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 02:38 AM - edited 08-23-2018 02:39 AM
08-23-2018 02:38 AM - edited 08-23-2018 02:39 AM
Re: 5500g-EI Web interface login problem
I just disabled password check from console over serila line - undo password-control enable
I expect it will work if one of parameters ( disp password-control ) be changed.