Wired Intelligent Edge

 View Only
last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Web-Gui on specific IP or hostname

This thread has been viewed 1 times
  • 1.  Web-Gui on specific IP or hostname

    Posted Nov 11, 2017 07:19 PM

    Hi Guys,

     

    I just bought a new aruba 2930f. I noticed that I could go to web gui using any IP that I configured. How do I change that using only assign IP for web-gui and how do I to web-GUI using hostname like switch1.company.com?

     

    Thanks in advance.



  • 2.  RE: Web-Gui on specific IP or hostname
    Best Answer

    EMPLOYEE
    Posted Nov 12, 2017 11:39 AM

    Hello WB, 

     

    You can restrict access via the “ip authorized-manager” command. You can either make it via specific host (1.2.3.4/32) or via subnet (1.2.3.0/24). You can also lock it down via web GUI or other methods of access (ssh/telnet, tftp, snmp). 

     

    http://h22208.www2.hpe.com/eginfolib/networking/docs/switches/K-KA-KB/15-18/5998-8150_access_security_guide/content/c_Using_Authorized_IP_Managers.html

     

    Switch(config)# ip authorized-managers 
    IPV4-ADDR Authorized manager IPv4 address.

     

    Switch(config)# ip authorized-managers 1.2.3.4 
    access Define an access level desired.
    access-method Define an access method desired.
    IPV4-MASK IP mask defining a group of adjacent manager IP addresses.
    <cr>

     

    Switch(config)# ip authorized-managers 1.2.3.4 255.255.255.255 
    access Define an access level desired.
    access-method Define an access method desired.
    <cr>

    Switch(config)# ip authorized-managers 1.2.3.4 255.255.255.255 access-method 
    all 
    ssh 
    telnet 
    web 
    snmp 
    tftp

     

     

    Hopefully that anwsers your question!

     

    Thanks!

    Benny