Cluster admin password change

I am wondering if there is a way to change the admin password for a cluster of AP's all at the same time without logging into them individually? I need to do this for both pmp100 and pmp450 AP's. Thanks. 

You can use snmp

# snmpset -v2c -c Canopy YOUR_IP WHISP-BOX-MIBV2-MIB::deleteUser.0 s admin
# snmpset -v2c -c Canopy YOUR_IP WHISP-BOX-MIBV2-MIB::userName.0 s admin
# snmpset -v2c -c Canopy YOUR_IP WHISP-BOX-MIBV2-MIB::userPassword.0 s "newpassword"
# snmpset -v2c -c Canopy YOUR_IP WHISP-BOX-MIBV2-MIB::userAccessLevel.0 i 3

If you have a list of ip's of your cluster is pretty easy to automate.

1 Like