cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2204
Views
15
Helpful
4
Replies

Change initial tags for APs connecting to 9800 WLCs

Martin Zipperer
Beginner
Beginner

Hi, 

is there any way to change the tags an AP comes up with on the 9800 WLC?

Instead of using "default-policy-tag" it should be auto assigned some other tag available on the WLC.

Cheers

Martin

1 Accepted Solution

Accepted Solutions

JPavonM
VIP Collaborator VIP Collaborator
VIP Collaborator

As all new APs are registered in the controllers with their MAC address ad the suffix AP before that, you can create a Regex filter to auto-assign tag profiles like this:

ap filter name DEFAULT-TAGS1
  ap name-regex ^AP.*
   tag policy CORP
   tag rf EMEA-OFFICE-SD
   tag site OFFICE-SITE

Then check your are allowing AP Filters to assign tags as second source:

wlc# sh ap tag sources
Priority Tag source
--------------------------------
0 Static
1 Location
2 Filter
3 AP
4 Default

 

HTH
-Jesus
*** Please Rate Helpful Responses ***

View solution in original post

4 Replies 4

Rasika Nayanajith
VIP Mentor VIP Mentor
VIP Mentor

You have to register those AP to 9800 & then you can change those tag values

https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213911-understand-catalyst-9800-wireless-contro.html 

 

HTH

Rasika

*** Pls rate all useful responses ***

Rafael E
Cisco Employee
Cisco Employee

The only thing I can think of is using EEM script.

I haven't done it so not sure it will work.  So maybe based on AP name you can assign specific AP tags. 

Saludos,
Rafael - TAC

JPavonM
VIP Collaborator VIP Collaborator
VIP Collaborator

As all new APs are registered in the controllers with their MAC address ad the suffix AP before that, you can create a Regex filter to auto-assign tag profiles like this:

ap filter name DEFAULT-TAGS1
  ap name-regex ^AP.*
   tag policy CORP
   tag rf EMEA-OFFICE-SD
   tag site OFFICE-SITE

Then check your are allowing AP Filters to assign tags as second source:

wlc# sh ap tag sources
Priority Tag source
--------------------------------
0 Static
1 Location
2 Filter
3 AP
4 Default

 

HTH
-Jesus
*** Please Rate Helpful Responses ***

This looks promising :) thank you all for the answers!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers