Access Point Tag Persistency

AP tag persistency

AP tag persistency is a configuration feature that

  • allows mapped tags to be saved locally on APs

  • enables APs to retain tag configurations when moving between controllers, and

  • removes the need for reapplying tags individually on each AP.

Feature history for AP tag persistency

Table 1. Feature history for secure data wipe

Release

Feature

Feature Information

Cisco IOS XE 17.6.1

AP tag persistency

Global tag persistency configuration on the controller that automatically write tags on the APs.

Supporting reference information

  • The feature is disabled by default and must be explicitly enabled on the controller.

  • When enabled, any AP that joins a controller stores the mapped tags locally.

Recommendation: Rejoin APs after enabling tag persistency

After enabling AP tag persistency on a controller, ensure that all existing APs rejoin the controller for the configuration to take effect.

Requirement: Match tags across controllers

To retain tag configuration across different controllers:

  • Ensure that the policy tag, site tag, and RF tag exist on all controllers an AP might connect to.

  • If all three tags do not exist on a new controller, the AP will use default tags.

  • Even if one or two tags exist, tag persistency can still apply using available tags.

Tag persistency for redundancy scenarios

Tag persistency helps in N+1 redundancy scenarios by ensuring that an AP retains its previously assigned tags when moving between controllers. This process assumes that the tags (policy, site, RF) exist on the secondary controller. If all required tags do not exist, the AP reverts to default tags. For more information, see "New Configuration Model" chapter in Cisco Catalyst 9800 Series Wireless Controller Software Configuration Guide.

Configure access point tag persistency (GUI)

The purpose of this task is to enable tag persistency on APs. It allows them to retain their tag mapping information without requiring individual configuration after reconnection.

Procedure


Step 1

Choose Configuration > Tags & Profiles > Tags.

Step 2

Click the AP tab.

Step 3

In the Tag Source tab, check the Enable AP Tag Persistency check box to configure AP Tag persistency globally.

When APs join a controller with the tag persistency enabled, the mapped tags are saved on the AP without having to write the tag configurations on each AP individually.

Step 4

Click Apply to Device.


The AP tag persistency is enabled, allowing access points to retain their tag configurations even after disconnections.

Save tags on an access point (GUI)

This task guides you on how to save tags, including policy, site, and RF tags, on an access point using the graphical user interface (GUI). Saving tags ensures the access point remembers its configuration across different controllers.

Procedure


Step 1

Choose Configuration > Wireless > Access Points.

Step 2

Click an AP from the list.

The Edit AP page is displayed.

Step 3

Click the General tab.

Step 4

In the Tags section, specify the appropriate policy, site, and RF tags that you created in the Configuration > Tags & Profiles > Tags page.

Step 5

From the Policy drop-down list, select a value.

Step 6

From the Site drop-down list, select a value.

Step 7

From the RF drop-down list, select a value.

Step 8

Check the Write Tag Config to AP check box to push the tags to the AP so that the AP can save and remember this information even when the AP is moved from one controller to another.

Step 9

Click Update & Apply to Device.


The AP saves the specified tags and configurations, allowing seamless operation even if the AP is transferred between controllers.

Delete saved tags on an access point (GUI)

The purpose of this task is to guide you to delete saved tags on an access point through the GUI.

Use these steps to delete saved tags on an access point:

Procedure


Step 1

Choose Configuration > Wireless > Access Points.

Step 2

Click an AP from the list of APs.

The Edit AP window is displayed.

Step 3

In the Edit AP window, choose the Advanced tab.

Step 4

In the Set to Factory Default section, check the Clear Resolved Tag Config check box to clear the saved tags on an AP.

Step 5

Click Update & Apply to Device.


The access point is updated and all saved tags are cleared.

Configure AP tag persistency (CLI)

Configure AP tag persistency to ensure APs maintain their assigned tags when connecting to different controllers, which aids in redundancy scenarios.

Procedure


Step 1

Enter global configuration mode.

Example:

Device# configure terminal

Step 2

Configure AP tag persistency

Example:

Device(config)# ap tag persistency enable

Step 3

Exit configuration mode and return to privileged EXEC mode.

Example:

Device(config)# end

After completing these steps, the AP tag persistency feature will be enabled on the controller, ensuring APs keep their tag assignments when moving to different controllers.

Verify AP tag persistency

To verify AP tag persistency in the primary controller, use this command:

Device# show ap tag summary
Number of APs: 1

AP Name         AP Mac           Site Tag Name         Policy Tag Name        RF Tag Name            Misconfigured    Tag Source
--------------------------------------------------------------------------------------------------------------------------------
Cisco01_AP      xxxx.xxxx.xxxx   default-site-tag      OpenRoaming            default-rf-tag         No               Static

If the Tag Source displays Static or Filter, it means that the AP tag mappings were configured on the primary controller. If the source displays Default, it means that the AP received the default tags when joining the controller.

To verify the AP tag persistency in the secondary controller, use this command:

Device# show ap tag summary
Number of APs: 1

AP Name       AP Mac           Site Tag Name        Policy Tag Name     RF Tag Name       Misconfigured   Tag Source
--------------------------------------------------------------------------------------------------------------------
Cisco01_AP   xxxx.xxxx.xxxx    default-site-tag     OpenRoaming         default-rf-tag     No              AP

If the Tag Source displays AP, it means that the policy tag, site tag, and RF tag match what was configured on the primary controller, indicating that the AP tags have persisted across controllers.