Comware

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

Web Management with A5120-EI Series Switches available?

This thread has been viewed 0 times
  • 1.  Web Management with A5120-EI Series Switches available?

    Posted Jul 25, 2011 05:51 AM

    I'm using FW Release HP A5120EI-CMW520-R2208.

     

    Is the Web Management over http with this FW release available?

    How do I configure the access - what "service-type" do I have to configure?

    Where do I find the documentation for Web Management?

     

    I'm just getting a nice Login-Page...

     

    With kind regards

    Manfred


    #EWS


  • 2.  RE: Web Management with A5120-EI Series Switches available?

    Posted Aug 19, 2011 04:50 AM

    Just had to read the RIGHT Manual on the RIGHT Website (H3C)....

     

    The only thing I have forgotten to configure was:

    authorization-attribute level 3

     

    The service-type is telnet.

     

    I found the description for configuring the Web interface in the H3C S5120-EI Series Ethernet Switches
    Fundamentals Configuration Guide: http://www.h3c.com.hk/Technical_Support___Documents/Technical_Documents/Switches/H3C_S5120_Series_Switches/Configuration/Operation_Manual/H3C_S5120-EI_CG-Release_2210-6W100/01/ on page 61 (Chapter: Web login).

     

    Configuration example for http access:
     
    # Log in to the device via the console port and configure the IP address of VLAN 1 of the device. VLAN
    1 is the default VLAN. 
    <Sysname> system-view
    [Sysname] interface vlan-interface 1
    [Sysname-VLAN-interface1] ip address 192.168.0.58 255.255.255.0
    [Sysname-VLAN-interface1] quit
    # Create a local user named admin, and set the password to admin for the user. Specify the telnet service
    type for the local user, and set the command level to 3 for this user. 
    [Sysname] local-user admin
    [Sysname-luser-admin] service-type telnet 
    [Sysname-luser-admin] authorization-attribute level 3
    [Sysname-luser-admin] password simple admin

     

    That easy? YES!

     

    P.S.:

    Maybe you will have to activate the http service if it's not enabled by default:

    [Sysname]ip http enable

     

    Manfred

     

     

     

     


    #Webinterface
    #Weblogin


  • 3.  RE: Web Management with A5120-EI Series Switches available?

    Posted Jan 17, 2012 03:11 AM

    hello,

     

    i have do the same thing, but i got this when i go to the http interface :

    HP A5120-24G-PoE+ EI Switch with 2 Interface Slots Software Version 5.20 en ab010000 Save Help Logout User has no privilege. Are you sure to save the current configuration? HP A5120-24G-PoE+ EI Switch with 2 Interface Slots Software Version 5.20 ie 0 0 admin admin 3 

     if you have an answer, i will very happy.

     

    thanks



  • 4.  RE: Web Management with A5120-EI Series Switches available?

    Posted Jan 27, 2012 10:15 AM

    use firefox



  • 5.  RE: Web Management with A5120-EI Series Switches available?

    Posted Feb 17, 2012 09:20 AM
    Security Logging Disabled


  • 6.  RE: Web Management with A5120-EI Series Switches available?

    Posted Mar 15, 2013 05:46 PM

    are there a web mangement manual?



  • 7.  RE: Web Management with A5120-EI Series Switches available?

    Posted Aug 12, 2013 08:34 AM

    I have the same problem. How can I resolve this issue? With firefox it work but most customers does only use IE



  • 8.  RE: Web Management with A5120-EI Series Switches available?

    Posted Jan 04, 2014 05:55 PM

    I think the user you wish to use must have the following service-type defined:

     

    service-type web

     

    And make sure you have "ip http enable" in the config (if you wish to use unencrypted http webgui):

     

    display current-configuration | begin http

     



  • 9.  RE: Web Management with A5120-EI Series Switches available?

    EMPLOYEE
    Posted Aug 08, 2016 04:14 PM

    I have an HPE 5120 series switch, i have enabled http login via console terminal, whenever i login via web ( ie) , i am required to enter "verify code" besides the username and the password, how do i get the "verify code" , the manuals dont speak anything of "verify code" except to fill that info when prompted. Any help would be appreciated .

    Thanks!



  • 10.  RE: Web Management with A5120-EI Series Switches available?

    MVP GURU
    Posted Aug 09, 2016 10:04 AM

    The Verify Code should be clearly visible on the same Login Page (it's a sort of Captcha) and it's (re)generated every time by the Switch in order to complete the login procedure on that page.

    Probably you should use a different Web Browser (like Mozilla Firefox, as example) other than the one you're currently using (Microsoft Internet Explorer) to verify that that Web Browser is able to show it correctly.



  • 11.  RE: Web Management with A5120-EI Series Switches available?

    Posted Dec 21, 2016 12:01 PM

    Hello.

    For the web interface administration follow the next configuration.

    [Sysname] local-user admin
    [Sysname-luser-admin]service-type ?
    ftp FTP service type
    lan-access LAN-ACCESS service type
    portal Portal service type
    ssh Secure Shell service type
    telnet TELNET service type
    terminal TERMINAL service type
    web Web service type
    [Sysname-luser-admin] service-type ssh
    [Sysname-luser-admin] service-type telent
    [Sysname-luser-admin] service-type web
    [Sysname-luser-admin] authorization-attribute level 3
    [Sysname-luser-admin] password simple admin
    [Sysname] ip http enable
    Info: HTTP server has been started!


    [Sysname] dis cur
    #
    telnet server enable
    #
    local-user admin
    password cipher $c$3$555f45546ZcXOPW16Z
    authorization-attribute level 3
    service-type ssh telnet
    service-type web
    #
    ssh server enable
    #
    ip https enable
    #

    In your browser type the IP of the device 192.168.0.58 and introduce the data in the field blank and the code to login.

    Regards.