Comware

 View Only
Expand all | Collapse all

HP A5120 switch default gateway configuration

This thread has been viewed 0 times
  • 1.  HP A5120 switch default gateway configuration

    Posted Jun 16, 2017 08:17 AM

    Hi want to assigen a mangaement IP and Default gateway IP on HP A5120 switch in single VLAN 1.Please help me



  • 2.  RE: HP A5120 switch default gateway configuration

    Posted Jun 16, 2017 11:37 AM

    Hi,

    vlan with IP:

    interface vlan-interface 1

    ip address <ip> <subnetmask>

    quit

     

     

    default gateway:

    ip route-static 0.0.0.0 0.0.0.0 <ip of gateway>

     

     

    hth

    Alex



  • 3.  RE: HP A5120 switch default gateway configuration

    Posted Jun 19, 2017 04:03 AM

    Thanks its working.