Wireless Access

last person joined: 12 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

setting static ip address for AP125

This thread has been viewed 7 times
  • 1.  setting static ip address for AP125

    Posted Oct 15, 2013 12:15 PM

    hi,

     

    I am using AP125 accesspoint with mobility controller 3600.  I am trying to set static IP address in AP125.

     

    I did the following:

     

    Enter in the apboot prompt after restarting AP125

    apboot>purge

    apboot>setenv ipaddr 192.168.1.36

    apboot>setenv netmask 255.255.255.0

    apboot>save

    apboot>boot

     

    Even then, AP125 still gets dhcp IP address.  

     

    Is there any way to stop AP125 from asking for dhcp address.  I want to make it static IP address.

     

    Thanks in advance.

    uv.


    #3600


  • 2.  RE: setting static ip address for AP125

    EMPLOYEE
    Posted Oct 15, 2013 12:41 PM

    @ubuntuv wrote:

    hi,

     

    I am using AP125 accesspoint with mobility controller 3600.  I am trying to set static IP address in AP125.

     

    I did the following:

     

    Enter in the apboot prompt after restarting AP125

    apboot>purge

    apboot>setenv ipaddr 192.168.1.36

    apboot>setenv netmask 255.255.255.0

    apboot>save

    apboot>boot

     

    Even then, AP125 still gets dhcp IP address.  

     

    Is there any way to stop AP125 from asking for dhcp address.  I want to make it static IP address.

     

    Thanks in advance.

    uv.


    You need to add the gateway ip:

     

    apboot> setenv gatewayip  

     



  • 3.  RE: setting static ip address for AP125
    Best Answer

    Posted Oct 16, 2013 11:37 AM

    thanks Joseph. it worked.