<?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 Cisco DNAC Backup Setup in Cisco Catalyst Center</title>
    <link>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4931731#M7635</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;: Data &amp;amp; Assurance Backup for Cisco DNAC setup.&lt;BR /&gt;&lt;STRONG&gt;Issue encountered&lt;/STRONG&gt;: Backup failed with below error.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;Task error description: Error during _process_backup(): Internal server error: {"error":{"root_cause":[{"type":"snapshot_creation_exception","reason":"[ndp:********* failed to create snapshot"}],"type":"snapshot_creation_exception","reason":"[ndp:******** failed to create snapshot","caused_by":{"type":"access_denied_exception","reason":"/var/data/es/snapshots/meta-UU-******.dat"}},"status":500}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Do not use NetApp NAS Storage solution as a NFS server. This will create additional hops and performance challenges.&lt;BR /&gt;2. Go with Local File System present on UNIX machine. You can choose supported Linux OS as a host.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt; - &lt;EM&gt;These IP addresses, mount point names, IDs are not real. They are imaginary ones.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;10.10.10.10 is the DNAC System&lt;BR /&gt;10.10.10.20 is the Linux Host 1.&lt;BR /&gt;20.20.20.20 is the Linux Host 2.&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;Data Backup&lt;/STRONG&gt;, I am using Linux Host 2.&lt;BR /&gt;For &lt;STRONG&gt;Assurance Backup (Data + Snapshot entry)&lt;/STRONG&gt;, I am using Linux Host 1. Try to keep Linux Host 1 and Cisco DNAC IP in same Network (if possible) or at-least avoid NFS firewall blockage as much as possible.&lt;/P&gt;&lt;P&gt;You can also go with one single Linux Host (for Data backup FS and Assurance Backup FS) if you are confident that there is no NFS port firewall blockage between Cisco DNAC system and Target UNIX server.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - Initially, I went with one single host (Host 2 in my case) - Data Backup was successful. Assurance Backup kept on failing with snapshot creation error. Later, I decided to go with two separate hosts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Key NFS ports to be opened&lt;/STRONG&gt; between Linux Host 1, 2 and Cisco DNAC system - &lt;STRONG&gt;111, 635, 2049,&amp;nbsp;20048, 32767&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;Data Backup&lt;/STRONG&gt; - created a File System named /DNAC_Backup with 500GB on Host 2.&lt;BR /&gt;For &lt;STRONG&gt;Assurance Backup&lt;/STRONG&gt; - created a File System named /DNAC with 3TB on Host 1&lt;BR /&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - Size of FS completely depends on your environment and an amount of data to be backed up.&lt;/P&gt;&lt;P&gt;Permission and ownership on these 2 FS is very important. I ran below on both of these FS.&lt;BR /&gt;&lt;STRONG&gt;Linux Host 2&lt;/STRONG&gt;: chmod -R 777 /DNAC_Backup&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1&lt;/STRONG&gt;: chmod -R 777 /DNAC&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Linux Host 2 for Data Backup&lt;/STRONG&gt;: For the purpose of testing - I ended up&amp;nbsp; creating local ID abc123 on Host 2. You can also go with a LDAP ID. After this, changed ownership to below -&lt;BR /&gt;chown abc123:abc123 /DNAC_Backup&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1 for Assurance set Backup&lt;/STRONG&gt;: I went with&amp;nbsp; ID nfsnobody or nobody.&lt;BR /&gt;chown nobody:nobody /DNAC&lt;/P&gt;&lt;P&gt;/DNAC for Assurance backup should also be exported to Cisco DNAC system.&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1&lt;/STRONG&gt;: 10.10.10.20:/root&amp;gt;cat /etc/exports&lt;BR /&gt;/DNAC &amp;lt;DNAC HOST IP of your environment - example 10.10.10.10&amp;gt;(rw,all_squash,sync,no_subtree_check)&lt;BR /&gt;&lt;BR /&gt;Also, run showmount -e to make sure that export is working fine. I ran it on Linux Host 1 and it returned back DNAC system IP.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - After changing permission, ownership, creating exports, do not forget to restart NFS server.&lt;BR /&gt;Linux Host 1 and/or even 2:&lt;BR /&gt;systemctl start nfs-server&lt;BR /&gt;or,&lt;BR /&gt;sudo systemctl start nfs-server&lt;/P&gt;&lt;P&gt;Now, &lt;U&gt;&lt;STRONG&gt;work on Cisco DNAC Backup Configuration setup&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Backup over Host / First Tab in Backup configuration wizard&lt;/STRONG&gt; - I am considering this for Data Backup.&lt;BR /&gt;&lt;EM&gt;Target Host IP:&amp;nbsp;20.20.20.20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Post: 22&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path: /DNAC_Backup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ID: abc123&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Password: ****&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Encryption: **** (Give anything and remember this)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Click on Apply. Wait until you get &lt;STRONG&gt;Configured&lt;/STRONG&gt; message. If it says, not configured, then you need to work with-&lt;BR /&gt;firewall teams to get NFS firewall ports opened.&lt;BR /&gt;UNIX support to work on permission and ownership modification of /DNAC_Backup FS.&lt;/P&gt;&lt;P&gt;Next comes,&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Backup over NFS Server Tab / 2nd Backup configuration wizard&lt;/STRONG&gt; - I am considering this for Assurance Backup.&lt;BR /&gt;&lt;EM&gt;Target Host IP: 10.10.10.20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path: /DNAC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Click on Apply. Wait until you get &lt;STRONG&gt;Configured&lt;/STRONG&gt; message. If it says, not configured, then you need to work with-&lt;BR /&gt;firewall teams to get NFS firewall ports opened and UNIX team to check permission, ownership and exports.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;For troubleshooting&lt;/STRONG&gt;, you can -&lt;BR /&gt;&lt;EM&gt;restart NFS server on Linux Host&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recheck NFS export setup on Linux Host&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recheck ownership and permission. Better to keep 777 and nobody:nobody against /DNAC FS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Try to remove entry from Cisco DNAC GUI wizard. Close the session. Login back again. Enter it again and then click on apply.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Once it says configured, you can also verify by opening CLI console of Cisco DNAC.&lt;BR /&gt;10.10.10.10:: df -h&lt;BR /&gt;This will return all FS present here. There will be one entry which says -&lt;BR /&gt;&lt;STRONG&gt;10.10.10.20:/DNAC /data/nfs&lt;/STRONG&gt;&lt;BR /&gt;Once this is configured, it will appear over a mount point name /data/nfs.&lt;BR /&gt;&lt;BR /&gt;Lastly, trigger backup. All data or without assurance data. I was more interested to see the status of all data (capturing assurance part). It started and then I noticed it created folders inside /DNAC.&lt;BR /&gt;&lt;EM&gt;/DNAC/ndp/es/snapshots.&amp;nbsp;&lt;/EM&gt;If you see entries started coming in to snapshots folder, this means backup started and will surely move ahead.&lt;BR /&gt;&lt;BR /&gt;Finally, &lt;STRONG&gt;after running for 6 hours, it completed successfully and I could see&amp;nbsp;indices and ******.dat critical backed up files.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Additional changes made&lt;/STRONG&gt;: when I saw /ndp/es/snapshots folder got created inside /DNAC location.&lt;BR /&gt;chmod -R 777 /DNAC&lt;BR /&gt;&lt;BR /&gt;Once again, I ran this as I noticed ndp, es, snapshots, indices folder got created with 755 permission. Rather then taking any risk, I went ahead and reapplied 777 full permission that too recursively.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;While Backup runs&lt;/STRONG&gt; -&lt;BR /&gt;&lt;EM&gt;Ensure to have stable network connectivity&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Do no disconnect mounts, exports on Linux Host.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Key things to remember&lt;/STRONG&gt; -&lt;BR /&gt;&lt;EM&gt;Do not give up.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Restart NFS server&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Apply 777 Recursive permission to FS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Remove entries. Close DNAC session. Open it again. Enter values again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All the Best.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Obaidullah Salam (Obaid)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 18:02:36 GMT</pubDate>
    <dc:creator>Obaid0310</dc:creator>
    <dc:date>2023-09-29T18:02:36Z</dc:date>
    <item>
      <title>Cisco DNAC Backup Setup</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4931731#M7635</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;: Data &amp;amp; Assurance Backup for Cisco DNAC setup.&lt;BR /&gt;&lt;STRONG&gt;Issue encountered&lt;/STRONG&gt;: Backup failed with below error.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;Task error description: Error during _process_backup(): Internal server error: {"error":{"root_cause":[{"type":"snapshot_creation_exception","reason":"[ndp:********* failed to create snapshot"}],"type":"snapshot_creation_exception","reason":"[ndp:******** failed to create snapshot","caused_by":{"type":"access_denied_exception","reason":"/var/data/es/snapshots/meta-UU-******.dat"}},"status":500}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1. Do not use NetApp NAS Storage solution as a NFS server. This will create additional hops and performance challenges.&lt;BR /&gt;2. Go with Local File System present on UNIX machine. You can choose supported Linux OS as a host.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt; - &lt;EM&gt;These IP addresses, mount point names, IDs are not real. They are imaginary ones.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;10.10.10.10 is the DNAC System&lt;BR /&gt;10.10.10.20 is the Linux Host 1.&lt;BR /&gt;20.20.20.20 is the Linux Host 2.&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;Data Backup&lt;/STRONG&gt;, I am using Linux Host 2.&lt;BR /&gt;For &lt;STRONG&gt;Assurance Backup (Data + Snapshot entry)&lt;/STRONG&gt;, I am using Linux Host 1. Try to keep Linux Host 1 and Cisco DNAC IP in same Network (if possible) or at-least avoid NFS firewall blockage as much as possible.&lt;/P&gt;&lt;P&gt;You can also go with one single Linux Host (for Data backup FS and Assurance Backup FS) if you are confident that there is no NFS port firewall blockage between Cisco DNAC system and Target UNIX server.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - Initially, I went with one single host (Host 2 in my case) - Data Backup was successful. Assurance Backup kept on failing with snapshot creation error. Later, I decided to go with two separate hosts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Key NFS ports to be opened&lt;/STRONG&gt; between Linux Host 1, 2 and Cisco DNAC system - &lt;STRONG&gt;111, 635, 2049,&amp;nbsp;20048, 32767&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;Data Backup&lt;/STRONG&gt; - created a File System named /DNAC_Backup with 500GB on Host 2.&lt;BR /&gt;For &lt;STRONG&gt;Assurance Backup&lt;/STRONG&gt; - created a File System named /DNAC with 3TB on Host 1&lt;BR /&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - Size of FS completely depends on your environment and an amount of data to be backed up.&lt;/P&gt;&lt;P&gt;Permission and ownership on these 2 FS is very important. I ran below on both of these FS.&lt;BR /&gt;&lt;STRONG&gt;Linux Host 2&lt;/STRONG&gt;: chmod -R 777 /DNAC_Backup&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1&lt;/STRONG&gt;: chmod -R 777 /DNAC&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Linux Host 2 for Data Backup&lt;/STRONG&gt;: For the purpose of testing - I ended up&amp;nbsp; creating local ID abc123 on Host 2. You can also go with a LDAP ID. After this, changed ownership to below -&lt;BR /&gt;chown abc123:abc123 /DNAC_Backup&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1 for Assurance set Backup&lt;/STRONG&gt;: I went with&amp;nbsp; ID nfsnobody or nobody.&lt;BR /&gt;chown nobody:nobody /DNAC&lt;/P&gt;&lt;P&gt;/DNAC for Assurance backup should also be exported to Cisco DNAC system.&lt;BR /&gt;&lt;STRONG&gt;Linux Host 1&lt;/STRONG&gt;: 10.10.10.20:/root&amp;gt;cat /etc/exports&lt;BR /&gt;/DNAC &amp;lt;DNAC HOST IP of your environment - example 10.10.10.10&amp;gt;(rw,all_squash,sync,no_subtree_check)&lt;BR /&gt;&lt;BR /&gt;Also, run showmount -e to make sure that export is working fine. I ran it on Linux Host 1 and it returned back DNAC system IP.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt; - After changing permission, ownership, creating exports, do not forget to restart NFS server.&lt;BR /&gt;Linux Host 1 and/or even 2:&lt;BR /&gt;systemctl start nfs-server&lt;BR /&gt;or,&lt;BR /&gt;sudo systemctl start nfs-server&lt;/P&gt;&lt;P&gt;Now, &lt;U&gt;&lt;STRONG&gt;work on Cisco DNAC Backup Configuration setup&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Backup over Host / First Tab in Backup configuration wizard&lt;/STRONG&gt; - I am considering this for Data Backup.&lt;BR /&gt;&lt;EM&gt;Target Host IP:&amp;nbsp;20.20.20.20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Post: 22&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path: /DNAC_Backup&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ID: abc123&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Password: ****&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Encryption: **** (Give anything and remember this)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Click on Apply. Wait until you get &lt;STRONG&gt;Configured&lt;/STRONG&gt; message. If it says, not configured, then you need to work with-&lt;BR /&gt;firewall teams to get NFS firewall ports opened.&lt;BR /&gt;UNIX support to work on permission and ownership modification of /DNAC_Backup FS.&lt;/P&gt;&lt;P&gt;Next comes,&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Backup over NFS Server Tab / 2nd Backup configuration wizard&lt;/STRONG&gt; - I am considering this for Assurance Backup.&lt;BR /&gt;&lt;EM&gt;Target Host IP: 10.10.10.20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path: /DNAC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Click on Apply. Wait until you get &lt;STRONG&gt;Configured&lt;/STRONG&gt; message. If it says, not configured, then you need to work with-&lt;BR /&gt;firewall teams to get NFS firewall ports opened and UNIX team to check permission, ownership and exports.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;For troubleshooting&lt;/STRONG&gt;, you can -&lt;BR /&gt;&lt;EM&gt;restart NFS server on Linux Host&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recheck NFS export setup on Linux Host&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recheck ownership and permission. Better to keep 777 and nobody:nobody against /DNAC FS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Try to remove entry from Cisco DNAC GUI wizard. Close the session. Login back again. Enter it again and then click on apply.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Once it says configured, you can also verify by opening CLI console of Cisco DNAC.&lt;BR /&gt;10.10.10.10:: df -h&lt;BR /&gt;This will return all FS present here. There will be one entry which says -&lt;BR /&gt;&lt;STRONG&gt;10.10.10.20:/DNAC /data/nfs&lt;/STRONG&gt;&lt;BR /&gt;Once this is configured, it will appear over a mount point name /data/nfs.&lt;BR /&gt;&lt;BR /&gt;Lastly, trigger backup. All data or without assurance data. I was more interested to see the status of all data (capturing assurance part). It started and then I noticed it created folders inside /DNAC.&lt;BR /&gt;&lt;EM&gt;/DNAC/ndp/es/snapshots.&amp;nbsp;&lt;/EM&gt;If you see entries started coming in to snapshots folder, this means backup started and will surely move ahead.&lt;BR /&gt;&lt;BR /&gt;Finally, &lt;STRONG&gt;after running for 6 hours, it completed successfully and I could see&amp;nbsp;indices and ******.dat critical backed up files.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Additional changes made&lt;/STRONG&gt;: when I saw /ndp/es/snapshots folder got created inside /DNAC location.&lt;BR /&gt;chmod -R 777 /DNAC&lt;BR /&gt;&lt;BR /&gt;Once again, I ran this as I noticed ndp, es, snapshots, indices folder got created with 755 permission. Rather then taking any risk, I went ahead and reapplied 777 full permission that too recursively.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;While Backup runs&lt;/STRONG&gt; -&lt;BR /&gt;&lt;EM&gt;Ensure to have stable network connectivity&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Do no disconnect mounts, exports on Linux Host.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Key things to remember&lt;/STRONG&gt; -&lt;BR /&gt;&lt;EM&gt;Do not give up.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Restart NFS server&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Apply 777 Recursive permission to FS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Remove entries. Close DNAC session. Open it again. Enter values again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All the Best.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Obaidullah Salam (Obaid)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 18:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4931731#M7635</guid>
      <dc:creator>Obaid0310</dc:creator>
      <dc:date>2023-09-29T18:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco DNAC Backup Setup</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4931754#M7636</link>
      <description>&lt;P&gt;Execellent solution.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 20:08:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4931754#M7636</guid>
      <dc:creator>smumkd</dc:creator>
      <dc:date>2023-09-29T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco DNAC Backup Setup</title>
      <link>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4934270#M7668</link>
      <description>&lt;P&gt;Thank You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 17:37:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cisco-catalyst-center/cisco-dnac-backup-setup/m-p/4934270#M7668</guid>
      <dc:creator>Obaid0310</dc:creator>
      <dc:date>2023-10-04T17:37:18Z</dc:date>
    </item>
  </channel>
</rss>

