<?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: re-authentication for Wired Dot1x in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3814737#M484544</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run into the same nightmare with order mab dot1x&amp;nbsp;&amp;nbsp; and priority dot1x mab by facing intermittent loops especially if you get authenticated with mab, then after few minutes the endpoint sends eapol start packet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an advice use order dot1x mab.&amp;nbsp; if you are afraid of DHCP timeout, you can reduce the dot1x tx timeout period to lets say 4 sec , like this after maximum 12 sec if shifts to the next method if the first fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also put the reauthenticate timer to higher value than 60 min.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helped, knowing that this is not exactly your question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 07:57:59 GMT</pubDate>
    <dc:creator>bern81</dc:creator>
    <dc:date>2019-03-06T07:57:59Z</dc:date>
    <item>
      <title>re-authentication for Wired Dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3814610#M484542</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I am working with the customer who had deployed wired dot1x in their environment, As they have some of the switches which does not support IBNS 2.0 they are currently going ahead with IBNS 1.0 implementation at this point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have FlexAuth implemented for the customer with re-authentication enabled. Here is the interface configuration snip from the switch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;switch(config-if)# switchport access vlan &lt;STRONG&gt;&amp;lt;X&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;switch(config-if)# switch access voice &lt;STRONG&gt;&amp;lt;X&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;switch(config-if)# switchport mode access&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication event fail retry 0 action next-method&lt;/P&gt;
&lt;P&gt;switch(config-if)# dot1x pae authenticator&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication port-control auto&lt;/P&gt;
&lt;P&gt;switch(config-if)# spanning-tree portfast&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication control-direction in&lt;/P&gt;
&lt;P&gt;switch(config-if)# &lt;STRONG&gt;authentication order mab dot1x&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;switch(config-if)# &lt;STRONG&gt;authentication priority dot1x mab&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;switch(config-if)# ip access-group &lt;STRONG&gt;ACL-PRE-AUTH&lt;/STRONG&gt; in&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication open &lt;STRONG&gt;!!!!!Used for Monitor Mode&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication violation restrict&lt;/P&gt;
&lt;P&gt;switch(config-if)# dot1x timeout tx-period 10&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication periodic&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication timer reauthenticate server&lt;/P&gt;
&lt;P&gt;SWITCH(config-if)# authentication timer inactivity server dynamic&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication host-mode multi-domain&lt;/P&gt;
&lt;P&gt;switch(config-if)# mab&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication event server dead action reinitialize vlan CRITICAL_VLAN&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication event server dead action authorize voice&lt;/P&gt;
&lt;P&gt;switch(config-if)# authentication event server alive action reinitialize&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when the reauth timer expires (60 minutes) our Dot1x windows machines are dropping into the default MAB Authz policy which is a known issue. As per the &lt;A href="https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/identity-based-networking-service/application_note_c27-573287.html#wp9000028" target="_blank"&gt;flexible auth document&lt;/A&gt; , “if you do perform reauthentication, reauthentication always returns to the first method (MAB).”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can use Cisco AV Pair = “termination-action-modifer=1” to instruct switch to use the last successful method. This does not seems to work with Catalyst 2960X running Version 15.2(6)E1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I did not find much information for the same on Cisco documents. As this is not supported by some devices. We enabled Advance settings for the supplicant, which seems to fix this issue, Below is a screenshot of the group policy config that does seems to fix the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;Please refer the attachment&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask for your advice, should we suggest customer to proceed with the above settings for supplicants “advance security settings enabled” or do we have any other workaround which can force switch re-authentication to use dot1x for dot1x capable devices?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate&amp;nbsp; your assistance on this,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Parm&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 00:16:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3814610#M484542</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2019-03-06T00:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: re-authentication for Wired Dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3814737#M484544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run into the same nightmare with order mab dot1x&amp;nbsp;&amp;nbsp; and priority dot1x mab by facing intermittent loops especially if you get authenticated with mab, then after few minutes the endpoint sends eapol start packet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an advice use order dot1x mab.&amp;nbsp; if you are afraid of DHCP timeout, you can reduce the dot1x tx timeout period to lets say 4 sec , like this after maximum 12 sec if shifts to the next method if the first fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also put the reauthenticate timer to higher value than 60 min.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helped, knowing that this is not exactly your question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:57:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3814737#M484544</guid>
      <dc:creator>bern81</dc:creator>
      <dc:date>2019-03-06T07:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: re-authentication for Wired Dot1x</title>
      <link>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3817743#M484548</link>
      <description>&lt;P&gt;Thanks Mate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes reversing order is another option but I was wondering is changing advance settings for dot1x is going to address this issue permanently or temporarily and if this is suggested by ISE Team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Parm&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/re-authentication-for-wired-dot1x/m-p/3817743#M484548</guid>
      <dc:creator>parmsing</dc:creator>
      <dc:date>2019-03-12T02:22:08Z</dc:date>
    </item>
  </channel>
</rss>

