cancel
Showing results for 
Search instead for 
Did you mean: 

Change AP names for Mass AP (200) from Default "RuckusAP" to Something Else

veenit_tomar
New Contributor

Below is an example and we need to change names for Approx 300 Wireless AP , Requesting a CLI command or Upload a CSV method with something

I have CLI and WEB GUI access to controller in admin mode.
Current AP names we have are in format : Below and the format we want the names to be .

AP Name : (RuckusAP) MAc Address : 1C:B9:C4:1F:B5:50 & needs to be change to : STVCYAP12-03-318(G)
AP Name : (STVCYAP05-05-506) Mac Address : 1C:B9:C4:1F:B2:F0 & Needs to be changed to STVCYAP05-05-506(G)
We have MAc address : IP Address for All Above mention AP

1 ACCEPTED SOLUTION

andrew_3e02ed
New Contributor

The basic process on naming APs can be done from the CLI of that SmartZone in a manner similar to this. Some tweaks may need to be made depending on your firmware version:

SSH admin@smartzone
enable
config

Run per AP:

ap 58:b6:33:11:22:33
name NameOfAP
description "some description"
exit
yes

View solution in original post

3 REPLIES 3

andrew_3e02ed
New Contributor

The basic process on naming APs can be done from the CLI of that SmartZone in a manner similar to this. Some tweaks may need to be made depending on your firmware version:

SSH admin@smartzone
enable
config

Run per AP:

ap 58:b6:33:11:22:33
name NameOfAP
description "some description"
exit
yes

@andrew_3e02ed​ Thanks for you help,

I managed to create and aove list in excel and used mac address and it was completed.

SSH admin@smartzone
enable
"config
ap 58:b6:33:11:22:33
name NameOfAP
description "some description"
exit
yes"

lloyd_chua_c720
RUCKUS Team Member

Hi Veenit,

On this scenario, you can utilize the batch provisioning feature. It is available on version 3.6 and above. With this feature, you can input the actual desired name corresponding to mac-address.

Please check admin guide on the details on how to use batch provisioning.

Regards,

Lloyd