Guide on changing IP and subnet of Smartzone 100 along with APs on existing
network
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2018 07:01 AM
Hi, I am planning to cutover an existing network whereby I have to change the IP and subnet of the current SZ 100 and APs. Basically from 172.x.x.x/20 to 192.168.x.x/24.
DHCP will be from an external source and supplied to the APs.
Any guide of how I may go about with this?
DHCP will be from an external source and supplied to the APs.
Any guide of how I may go about with this?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 05:25 AM
Hi Abilash,
Could you provide the command to enable the dhcp for the APs on the script?
Thanks
Could you provide the command to enable the dhcp for the APs on the script?
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 08:31 AM
Hi Ivan,
The AP CLI script to change the APs to fetch IP from DHCP server is below.
fw_version=3.1.1.0.349 ( change this with your AP firmware version )
model=all
set ipaddr wan dynamic
reboot.
Please be cautious when using this, when doing this you have to make sure that AP show connected on the controller else it would fail.
Let me know how it goes.
Thank you,
-Abilash PR.
The AP CLI script to change the APs to fetch IP from DHCP server is below.
fw_version=3.1.1.0.349 ( change this with your AP firmware version )
model=all
set ipaddr wan dynamic
reboot.
Please be cautious when using this, when doing this you have to make sure that AP show connected on the controller else it would fail.
Let me know how it goes.
Thank you,
-Abilash PR.

