<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNA Center (Non-Fabric)- How to change the RF profile on a lot of in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4568165#M239464</link>
    <description>&lt;P&gt;I tried the AP filter and it didn't work.&lt;/P&gt;&lt;P&gt;I used this last week on my C9800L with the APs in local mode (17.3.4c). This worked, the APs were already registered and it applied the config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried this filter on my Cloud 9800 running the same code, it didn't work. The APs are in Flex Connect mode. I put in the exact name of the AP and it didn't apply the new tags. I then rebooted the AP and it did not apply the new Tags.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know if the filters work in Flex Connect mode?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 16:12:01 GMT</pubDate>
    <dc:creator>ROBERT T</dc:creator>
    <dc:date>2022-03-10T16:12:01Z</dc:date>
    <item>
      <title>DNA Center (Non-Fabric)- How to change the RF profile on a lot of APs?</title>
      <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567577#M239393</link>
      <description>&lt;P&gt;I have DNAC 2.2.3.4 supporting 9800L WLC (17.3.x).&lt;/P&gt;&lt;P&gt;I need to change the RF profile on 100 APs. Is there a way that I can push out a job to change the RF Profile tag on those APs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a fabric deployment. The 9800 was setup and then discovered by DNAC.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 21:01:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567577#M239393</guid>
      <dc:creator>ROBERT T</dc:creator>
      <dc:date>2022-03-09T21:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center (Non-Fabric)- How to change the RF profile on a lot of</title>
      <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567583#M239395</link>
      <description>&lt;P&gt;Is the WLC managed by DNA-C for SSID configuration - as in have they been provisioned that way.&lt;/P&gt;&lt;P&gt;2.2.3.4 may have added a workflow for RF profiles. otherwise there is always the option of a CLI template &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My two cents, this would be easier via AP Tag filters or a python script&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 21:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567583#M239395</guid>
      <dc:creator>Haydn Andrews</dc:creator>
      <dc:date>2022-03-09T21:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center (Non-Fabric)- How to change the RF profile on a lot of</title>
      <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567586#M239397</link>
      <description>&lt;P&gt;I have not performed any configuration from DNA Center in the past.&lt;/P&gt;&lt;P&gt;I configured them, then discovered them via DNA Center.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a need to change the tag on a bunch of them.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 21:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567586#M239397</guid>
      <dc:creator>ROBERT T</dc:creator>
      <dc:date>2022-03-09T21:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center (Non-Fabric)- How to change the RF profile on a lot of</title>
      <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567844#M239434</link>
      <description>&lt;P&gt;don't think you need DNA Center for that, you can create an AP filter with a AP regex name and apply new RF Tag to this filter and it will be applied to all AP matching regex expression.&lt;/P&gt;&lt;P&gt;go to configuration&amp;gt;tags&amp;amp;profiles&amp;gt;tags&amp;gt;AP&amp;gt;filter, click add&lt;/P&gt;&lt;P&gt;priority 20&lt;/P&gt;&lt;P&gt;Rule name : any name you want&lt;/P&gt;&lt;P&gt;AP Regex name : TEST_AP* (mean apply it to any AP whose name starts with TEST_AP and anything after that (*), change it to your 100 APs, whatever is common in their name, you can play around with regex to match your naming convention)&lt;/P&gt;&lt;P&gt;assign tags including RF tag.&lt;/P&gt;&lt;P&gt;if it does not apply, reboot APs, you can reboot all in APs within a site tag through CLI&lt;/P&gt;&lt;P&gt;ap reset site-tag &amp;lt;site-tag name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 08:02:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4567844#M239434</guid>
      <dc:creator>Ambuj M</dc:creator>
      <dc:date>2022-03-10T08:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: DNA Center (Non-Fabric)- How to change the RF profile on a lot of</title>
      <link>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4568165#M239464</link>
      <description>&lt;P&gt;I tried the AP filter and it didn't work.&lt;/P&gt;&lt;P&gt;I used this last week on my C9800L with the APs in local mode (17.3.4c). This worked, the APs were already registered and it applied the config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried this filter on my Cloud 9800 running the same code, it didn't work. The APs are in Flex Connect mode. I put in the exact name of the AP and it didn't apply the new tags. I then rebooted the AP and it did not apply the new Tags.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know if the filters work in Flex Connect mode?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 16:12:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dna-center-non-fabric-how-to-change-the-rf-profile-on-a-lot-of/m-p/4568165#M239464</guid>
      <dc:creator>ROBERT T</dc:creator>
      <dc:date>2022-03-10T16:12:01Z</dc:date>
    </item>
  </channel>
</rss>

