We would like to stop polling of radios for the DNAC plugin
Virtual Network Assurance, all supported versions
Edit the following two files
${VNA_INSTALL_DIR}/collector/DNAC_<UUID>/repository/deviceConfig/DNAC-Inventory.xml
${VNA_INSTALL_DIR}/plugins/DNAC Plugin/opencollector/repository/deviceConfig/DNAC-Inventory.xml
Change:
<Acquisition desc="Radios">
<Name>radios</Name>
<Poll>Yes</Poll>
To:
<Acquisition desc="Radios">
<Name>radios</Name>
<Poll>No</Poll>
This will take effect next poll.
Note that this would keep radio inventory for existing AP but no additional AP radios would be discovered for future devices until re-enabled.