Wireless Access

last person joined: yesterday 

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

Change default VLAN?

This thread has been viewed 12 times
  • 1.  Change default VLAN?

    Posted May 14, 2013 10:43 AM

    Building wired network is VLAN2. 3200 install defaults to VLAN1 and will not let me delete it or add VLAN2 with an IP in the same range.

    Am I just missing a step or can this not be done?

     


    #3200


  • 2.  RE: Change default VLAN?

    Posted May 14, 2013 10:48 AM

     

    under VLAN 1 do a no ip address and then add VLAN 2 with the ip segment you want to use

     

    (controller) (config) # interface vlan 1

    (controller) (config) # no ip address

     

    (controller) (config) #interface vlan 2

    (controller) (config) # ip address (you want to use)

     



  • 3.  RE: Change default VLAN?

    Posted May 14, 2013 01:24 PM

    You will need to do what vfabian suggested but make sure that first you create a VLAN with a different IP address and set it as controller-ip (conf t , controller-ip cmd in the cli) since you will not be able to delete the IP of VLAN 1 because it is used as the controller IP by default.



  • 4.  RE: Change default VLAN?

    Posted May 14, 2013 01:43 PM

    Thank you both! Exactly what I needed. The steps I was missing:

    different IP since you can't delete vlan1

    controller-ip - totally missed it.