<?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 catalyst 3560cx SDA extended node PnP fail in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4675255#M1978</link>
    <description>&lt;P&gt;I tried to add catalyst 3560cx as an extended node to SDA fabric but I have this error message:&lt;/P&gt;
&lt;P&gt;Device tried to contact the server and failed during certificate_install&lt;/P&gt;
&lt;P&gt;how can I resolve this problem?&lt;/P&gt;
&lt;P&gt;is it possible to add&amp;nbsp;extended node without using PnP ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 11:55:11 GMT</pubDate>
    <dc:creator>mzouggagh</dc:creator>
    <dc:date>2022-08-25T11:55:11Z</dc:date>
    <item>
      <title>cisco catalyst 3560cx SDA extended node PnP fail</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4675255#M1978</link>
      <description>&lt;P&gt;I tried to add catalyst 3560cx as an extended node to SDA fabric but I have this error message:&lt;/P&gt;
&lt;P&gt;Device tried to contact the server and failed during certificate_install&lt;/P&gt;
&lt;P&gt;how can I resolve this problem?&lt;/P&gt;
&lt;P&gt;is it possible to add&amp;nbsp;extended node without using PnP ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 11:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4675255#M1978</guid>
      <dc:creator>mzouggagh</dc:creator>
      <dc:date>2022-08-25T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: cisco catalyst 3560cx SDA extended node PnP fail</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4675454#M1979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/272658"&gt;@mzouggagh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extended nodes can only be connected using PnP. The certificate install error is typically due to a TLS mismatch between the switch and DNA Center.&amp;nbsp; You can check the TLS version that is enabled on DNA Center using the following command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;magctl service tls_version --tls-min-version show&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some switches only support TLS version 1.1 or 1.0 for PnP. We had this exact issue with the C3560-CX which only supports TLS 1.1. We changed the TLS version on DNA Center to 1.2 as recommended in the DNA Center Security Best Practises Guide and had to drop back down to version 1.1 to allow the C3560-CX to complete PnP onboarding. Once PnP completed we were able to change the DNA Center TLS version back to 1.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;magctl service tls_version --tls-min-version 1.0&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;magctl service tls_version --tls-min-version 1.1&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/hardening_guide/b_dnac_security_best_practices_guide.html#task_vq4_yyk_ybb" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/network-automation-and-management/dna-center/hardening_guide/b_dnac_security_best_practices_guide.html#task_vq4_yyk_ybb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 15:57:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4675454#M1979</guid>
      <dc:creator>willwetherman</dc:creator>
      <dc:date>2022-08-25T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: cisco catalyst 3560cx SDA extended node PnP fail</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4676325#M1981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/295375"&gt;@willwetherman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;after executing&amp;nbsp;&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;magctl service tls_version --tls-min-version 1.0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;PnP process is working and I can see 3560-CX switch in the inventory.&lt;/P&gt;
&lt;P&gt;Thank you for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:02:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/cisco-catalyst-3560cx-sda-extended-node-pnp-fail/m-p/4676325#M1981</guid>
      <dc:creator>mzouggagh</dc:creator>
      <dc:date>2022-08-26T16:02:26Z</dc:date>
    </item>
  </channel>
</rss>

