How do we change the IP address of Slave AP(WING AP-7522) from Virtual controller(WING AP-7522)?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2018 10:06 AM
Is there any possibility to change the IP address of Slave AP from the Virtual controller
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2018 10:25 AM
Yes, and here's how:
1 - SSH into the the virtual controller and run the following commands:
>en
#conf t
#host
#int vlan
#ip address (e.g. 10.0.0.1/8)
If you would like to retain the Zero config (secondary) IP address add the following line:
#ip address zeroconf secondary
#com wr
If you'd like to do this from GUI I would need to know if you're using the Swift or Enterprise UI.
1 - SSH into the the virtual controller and run the following commands:
>en
#conf t
#host
#int vlan
#ip address
If you would like to retain the Zero config (secondary) IP address add the following line:
#ip address zeroconf secondary
#com wr
If you'd like to do this from GUI I would need to know if you're using the Swift or Enterprise UI.
Christoph S.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2018 10:25 AM
On VC, go to Configuration >> Devices >> Device Overrides >> Select an AP from list >> Edit >> Interfaces >> Virtual Interfaces >> Select VLAN >> Edit >> IPV4 >> IPV4 IP addresses >> Uncheck: Use DHCP to obtain IP >> Enter static IP address in Primary IP address field >> Enable Zero Configuration: Secondary (optional) >> OK >> Exit >> Commit and Save.
Christoph S.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2018 10:25 AM
We are using enterprise UI
