<?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: dot1X authentication switch c2960s with aruba clearpass as a radiu in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478321#M570090</link>
    <description>&lt;P&gt;Thanks bros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 14:15:19 GMT</pubDate>
    <dc:creator>hoaithanhdo</dc:creator>
    <dc:date>2021-10-01T14:15:19Z</dc:date>
    <item>
      <title>dot1X authentication switch c2960s with aruba clearpass as a radius</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478193#M570081</link>
      <description>&lt;P&gt;Hello bros,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My manager planed to use dot1x port-based for sw c2960s with aruba clearpass as a radius server. While We wait setup Aruba ClearPass Server.&amp;nbsp;I have configured as below . could you take a look a give me your opinion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;session-id common&lt;BR /&gt;aaa group server radius ClearPass-RADIUS&lt;BR /&gt;server-private 10.92.a.b auth-port 1812 acct-port 1813 key &lt;A href="mailto:abc@123" target="_blank"&gt;abc@123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa authentication dot1x default group ClearPass-RADIUS&lt;BR /&gt;aaa authorization network default group ClearPass-RADIUS&lt;BR /&gt;aaa accounting dot1x default start-stop group ClearPass-RADIUS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;port 3799&lt;BR /&gt;auth-type all&lt;BR /&gt;client 10.92.a.b server-key abc@123&lt;BR /&gt;&lt;BR /&gt;radius-server vsa send accounting&lt;BR /&gt;radius-server vsa send authentication&lt;BR /&gt;radius-server attribute 11 default direction in&lt;BR /&gt;&lt;BR /&gt;interface range GigabitEthernet 1/0/1&lt;BR /&gt;authentication host-mode multi-auth&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;dot1x supplicant tx-period 15&lt;BR /&gt;dot1x max-reauth-req 1&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 09:55:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478193#M570081</guid>
      <dc:creator>hoaithanhdo</dc:creator>
      <dc:date>2021-10-01T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: dot1X authentication switch c2960s with aruba clearpass as a radiu</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478202#M570082</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/394615"&gt;@hoaithanhdo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You probably want to enable periodic updates globally.&lt;/P&gt;
&lt;PRE&gt;aaa accounting update newinfo periodic 2880&lt;/PRE&gt;
&lt;P&gt;The timers configured under the interface a bit long, Cisco recommends the following:-&lt;/P&gt;
&lt;PRE&gt;c9300-Sw(config-if)#dot1x timeout tx-period 7
c9300-Sw(config-if)#dot1x max-reauth-req 3&lt;/PRE&gt;
&lt;P&gt;Enable the following timer settings under the interfaces&lt;/P&gt;
&lt;PRE&gt;c9300-Sw(config-if)# authentication periodic
c9300-Sw(config-if)# authentication timer inactivity server dynamic&lt;/PRE&gt;
&lt;P&gt;You can find more Cisco best practice information at the link below (obviously ignore the ISE configuration, but in the main the switch configuration should apply).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_blank"&gt;https://community.cisco.com/t5/security-documents/ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 10:04:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478202#M570082</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-10-01T10:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: dot1X authentication switch c2960s with aruba clearpass as a radiu</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478204#M570083</link>
      <description>&lt;P&gt;high level seems to be good, but to use priority :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;authentication priority dot1x mab&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But again, the config need to test again server, when it live and may work as expected, but any issue need to capture debug logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 10:07:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478204#M570083</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-10-01T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: dot1X authentication switch c2960s with aruba clearpass as a radiu</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478317#M570089</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using switch c2960s .&amp;nbsp; your command is still ok ?&lt;/P&gt;&lt;P&gt;Sincerely !&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:13:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478317#M570089</guid>
      <dc:creator>hoaithanhdo</dc:creator>
      <dc:date>2021-10-01T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: dot1X authentication switch c2960s with aruba clearpass as a radiu</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478321#M570090</link>
      <description>&lt;P&gt;Thanks bros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:15:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478321#M570090</guid>
      <dc:creator>hoaithanhdo</dc:creator>
      <dc:date>2021-10-01T14:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: dot1X authentication switch c2960s with aruba clearpass as a radiu</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478337#M570091</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/394615"&gt;@hoaithanhdo&lt;/a&gt; I don't have a 2960s to test, but I don't see why not. Those commands aren't new.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:50:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-authentication-switch-c2960s-with-aruba-clearpass-as-a/m-p/4478337#M570091</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-10-01T14:50:35Z</dc:date>
    </item>
  </channel>
</rss>

