cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1535
Views
0
Helpful
7
Replies

How to Edit multiple AP at once in 9800 WLC?

hogr fatih
Level 1
Level 1

I have 9800 WLC with 500 AP which pointed to the main primary controller and would like to configure a secondary controller but I can't figure out how to have this to accomplish at once without going to every AP and edit one by one.

Thanks 

1 Accepted Solution

Accepted Solutions

Hamed Fazel
Spotlight
Spotlight

Under Configuration > Tags & Profiles > AP Join, select the tag used for APs. configure the Primary Controller Name and IP and the Secondary Controller Name and IP.

Screenshot 2024-09-24 224011.png

View solution in original post

7 Replies 7

I don't know but AP group maybe

MHM

marce1000
Hall of Fame
Hall of Fame

 

   - Note : on a 9800 all GUI changes are reflected in the running config , do it for one AP , the for instance copy the running config to an external repository and look or find the relevant setting with an editor, Then with editing services copy/paste etc , populate to other APs in the running config ; then you can import the resulting running config again into the controller (correction) , the AP-part  only preferred , import will only merge , not overwrite what is already there ,

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

You have to get AP names and workout CLI command script in .txt file and then apply it in one go.

What I've done in the past is 

  • Collect all AP names from the controller. You can import AP inventory from dashboard.
  • Use the following 2 commands to apply Primary & Secondary WLC info
    c9800#ap name <AP1_Name> controller primary <WLC1 name> <WLC1 WMI IP>
    c9800#ap name <AP1_Name> controller secondary <WLC2 name> <WLC2 WMI IP>

Once you apply the commands, you can run the following command to very

        c9800#show ap name <AP1_Name> config general | include Primary|Secondary

 

Jagan Chowdam

/**Pls rate useful responses**/


@jagan.chowdam wrote:
  • Collect all AP names from the controller. You can import AP inventory from dashboard.
  • Use the following 2 commands to apply Primary & Secondary WLC info
    c9800#ap name <AP1_Name> controller primary <WLC1 name> <WLC1 WMI IP>
    c9800#ap name <AP1_Name> controller secondary <WLC2 name> <WLC2 WMI IP>


To add on to this, export the AP list in Monitoring > Wireless > AP Statistics. Then, copy the AP names from that spreadsheet into the spreadsheet I attached. This spreadsheet uses formulas to create the syntax for each AP, separated by line breaks, ready to copy and paste to WLC CLI.

Specify your primary/secondary/tertiary WLC name/IP in column A. Double-click the square at the bottom right of the lower syntax cells to copy the formula down for all the APs. Then, you can copy all the CLI syntax rows, one column at a time, and paste them into the WLC CLI.

This may not work right over a serial console connection, best with SSH. Also, there may be conflicts if you already have primary/secondary/tertiary WLCs configured. You may need to first use a dummy name/IP for secondary/tertiary, set your primary, then repeat with the correct secondary/tertiary. And, the APs might migrate between WLCs before you finish with secondary/tertiary, so perhaps it's best to wait until after they move and set secondary/tertiary from the new WLC.

This syntax does not get stored in the WLC running-config; it's changing the config on the APs themselves.

Hamed Fazel
Spotlight
Spotlight

Under Configuration > Tags & Profiles > AP Join, select the tag used for APs. configure the Primary Controller Name and IP and the Secondary Controller Name and IP.

Screenshot 2024-09-24 224011.png

Leo Laohoo
Hall of Fame
Hall of Fame

I use an Excel spreadsheet and generate the config using Formula.  

hogr fatih
Level 1
Level 1

Thanks all for a useful ways to solve this I really Appreciate all the response. I figured out using @Hamed Fazel way. Thanks man

Review Cisco Networking for a $25 gift card