Comware

 View Only
  • 1.  HP 5800 Switch GUI Access

    Posted Aug 01, 2016 06:21 AM

    I havent worked on the HP switches for a long time, I'm trying to configure two new 5800 switches, i have assigned the IP and i can ping it, however i can't access the GUI.

    [HP]display ip interface
    Vlan-interface1 current state :UP
    Line protocol current state :UP
    Internet Address is 10.2.2.240/24 Primary
    Broadcast address : 10.2.2.255
    The Maximum Transmit Unit : 1500 bytes
    input packets : 1118, bytes : 66240, multicasts : 14
    output packets : 1104, bytes : 65280, multicasts : 0
    ARP packet input number:          42
      Request packet:                 41
      Reply packet:                    1
      Unknown packet:                  0
    TTL invalid packet number:         0
    ICMP packet input number:       1057
      Echo reply:                      0
      Unreachable:                     0
      Source quench:                   0
      Routing redirect:                0
      Echo request:                 1057
      Router advert:                   0
      Router solicit:                  0
      Time exceed:                     0
      IP header bad:                   0
      Timestamp request:               0
      Timestamp reply:                 0
      Information request:             0
      Information reply:               0
      Netmask request:                 0
      Netmask reply:                   0
      Unknown type:                    0

     



  • 2.  RE: HP 5800 Switch GUI Access

    Posted Aug 01, 2016 07:46 AM

    Probably because the HTTP (or HTTPS) service should be enabled to provide you the Web Based GUI access on default port 80 (or 443 for HTTPS).

    Don't system-view and ip http enable commands work?

    I mean something like:

    <A5800> system-view
    [A5800] ip http enable
    [A5800] display ip http

    Eventually check the HPE 5820X & 5800 Switch Series Fundamentals Configuration Guide here.

    Here below just a screenshot of the HTTP Login configuration section (note that you require to define a local user with credentials):

    HPE_5800_HTTP_login_configuration.png

     

     



  • 3.  RE: HP 5800 Switch GUI Access

    Posted Aug 01, 2016 10:31 AM

    Thanks, realised that's the case.

    Need to know how to delete some of the configuration, in system-view there is a delete command but it won't let me delete what i want.

    Earlier i added;  'ip host name1 10.2.2.253'

    How can i delete the this?



  • 4.  RE: HP 5800 Switch GUI Access

    Posted Aug 01, 2016 11:14 AM

    Probably with a good undo (undo command):

    undo ip host name1 10.2.2.253

    That HPE FlexNetwork 5820X & 5800 Switch Series Fundamental Configuration Guide could be really your friend!

     



  • 5.  RE: HP 5800 Switch GUI Access

    Posted Aug 02, 2016 05:31 AM

    That's done the trick, thanks for your help.

    I'll definately consider making HPE FlexNetwork 5820X & 5800 Switch Series Fundamental Configuration Guide  my friend :)



  • 6.  RE: HP 5800 Switch GUI Access

    Posted Aug 02, 2016 06:38 AM

    That's great! Good luck with your 5800!