Using command line
1. Reset AP to Factory setting
- #purge – erase AP config
- #factory_reset – erase all AP config
Hit <Enter> to stop autoboot: 3
apboot> factory_reset
Clearing state... Checking OS image and flags
………………………….
Erased 1 sectors
Writing 9....8....7....6....5....4....3....2....1....
done
apboot>
2. To set IP Address and Connect IP Controller
Hit <Enter> to stop autoboot: 3
…….
apboot> printenv
apboot> setenv name AP-X-X
apboot> setenv ipaddr 10.11.0.X
apboot> setenv netmask 255.255.240.0
apboot> setenv gatewayip 10.11.0.254
apboot> setenv master 10.11.0.254
apboot> setenv serverip 10.11.0.254
apboot> setenv group 10.11.0.254
apboot> saveenv
*Setenv and Printenv are apboot commands to configure environment variables.
Source:
- Static IP - http://community.arubanetworks.com/t5/Controller-less-WLANs/How-do-I-configure-a-static-IP-addreess-to-an-Instant-Access/ta-p/185590
- Reset AP - http://www.shanekillen.com/2014/05/aruba-wireless-how-to-factory-reset.html
0 comments:
Post a Comment