cancel
Showing results for 
Search instead for 
Did you mean: 

Rename AP 7532

Rename AP 7532

OGB-NIKO
Contributor
Can anyone give me the steps for renaming the AP7532 using 5.9.2.5 OS GUI

Thanks
4 REPLIES 4

Christopher_Fra
Extreme Employee
Steps Chris Kelly previously provided are accurate and correct. If AP is virtual controller and adopting other APs, you can rename the adopted APs host name, including VC, from Configuration/Access Points, click on AP. There are were overrides reside for each AP.

ckelly
Extreme Employee
In the GUI:

Configuration->Devices->(Double Click on an AP)

Then, in the center column, at the very top, select "Basic".
Then over to the right, the field you want to modify is labeled "System Name".
After you change the name, click on "Commit and Save" in the top right corner to save your changes.

OGB-NIKO
Contributor
Can you give me these steps in the GUI ?

Phil_storey
Contributor
SSH To the controller
>en #conf t #host #hostname #com wr

Example:
WLC>en WLC#conf t
Enter configuration commands, one per line. End with CNTL/Z.
WLC(config)#host ap7532-188C7C
WLC(config-device-84-24-8D-18-8C-7C)#hostname ?
WORD This system's network name
WLC(config-device-84-24-8D-18-8C-7C)#hostname AP09
WLC(config-device-84-24-8D-18-8C-7C)#commit write

or

SSH on to the AP

>en #self #hostname #com wr
Example:
ap7532-188C7C>en ap7532-188C7C#self
Enter configuration commands, one per line. End with CNTL/Z.
ap7532-188C7C(config-device-84-24-8D-18-8C-7C)#hostname AP09 ap7532-188C7C(config-device-84-24-8D-18-8C-7C)#commit write
[ok]
AP09(config-device-84-24-8D-18-8C-7C)#end
AP09#
GTM-P2G8KFN