<?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 You are absolutely correct. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016276#M24402</link>
    <description>&lt;P&gt;You are absolutely correct. The "accounting" commands are a must when deploying dot1x:&lt;/P&gt;
&lt;PRE class="p_H_Head2 prettyprint"&gt;&lt;SPAN style="text-decoration: underline; font-size: 14pt;"&gt;&lt;STRONG&gt;802.1x &lt;A name="marker-1192159"&gt;&lt;/A&gt;Accounting&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;The 802.1x standard defines how users are authorized and authenticated for network access but does not keep track of network usage. 802.1x accounting is disabled by default. You can enable 802.1x accounting to monitor this activity on 802.1x-enabled ports:&lt;BR /&gt;* User successfully authenticates.&lt;BR /&gt;* User logs off.&lt;BR /&gt;* Link-down occurs.&lt;BR /&gt;* Re-authentication successfully occurs.&lt;BR /&gt;* Re-authentication fails.&lt;/PRE&gt;
&lt;P&gt;Good job on solving your own issue! Also, thank you for taking the time to come back and update the thread with a solution!&lt;/P&gt;
&lt;P&gt;Now if your issue is resolved, you should mark the thread as "answered" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 19:05:04 GMT</pubDate>
    <dc:creator>nspasov</dc:creator>
    <dc:date>2017-01-18T19:05:04Z</dc:date>
    <item>
      <title>wired 802.1x fails after switch reload</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016274#M24398</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm testing wired 802.1x with a WS-C3650-48PD 03.06.05E and ISE 2.1. Switch config uses "new" ibns 2.0. 802.1x is working fine and I'm testing it under different scenarios.&lt;/P&gt;
&lt;P&gt;The scenario where I am having an issue is when&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows 7 PC is authenticated successfully - appears under Show access-session&lt;/LI&gt;
&lt;LI&gt;switch is reloaded&lt;/LI&gt;
&lt;LI&gt;After switch reloads, MAB devices are successfully authenticated against ISE&lt;/LI&gt;
&lt;LI&gt;802.1x devices are not authenticated:&lt;/LI&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;%DOT1X-5-FAIL messages apeear on console&lt;/LI&gt;
&lt;LI&gt;packet capture for pc interface shows no eap packets&lt;/LI&gt;
&lt;LI&gt;nothing for 802.1x authnetications appears in ISE logs&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;The only way to get 802.1x working after the reload is to bounce the port.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Port dotx info is:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PAE = AUTHENTICATOR&lt;BR /&gt;QuietPeriod = 60&lt;BR /&gt;ServerTimeout = 0&lt;BR /&gt;SuppTimeout = 30&lt;BR /&gt;ReAuthMax = 2&lt;BR /&gt;MaxReq = 2&lt;BR /&gt;TxPeriod = 30&lt;/P&gt;
&lt;P&gt;Has anyone come across this issue?&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:22:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016274#M24398</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2019-03-11T07:22:25Z</dc:date>
    </item>
    <item>
      <title>I think I may have resolved</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016275#M24400</link>
      <description>&lt;P&gt;I think I may have resolved this. I was missing the following aaa command from the switch configuration:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;aaa accounting system default start-stop group &amp;lt;ISE-RADIUS-GROUP-NAME&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;From cisco documentation, this command generates a logoff for 802.1x authenticated clients when a switch reloads.&lt;/P&gt;
&lt;P&gt;With this command in place&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the windows 7 pc is 802.1x authenticated successfully&lt;/LI&gt;
&lt;LI&gt;switch reloads&lt;/LI&gt;
&lt;LI&gt;when switch boots up, the windows 7 pc authenticates successfully&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 16:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016275#M24400</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2017-01-18T16:10:08Z</dc:date>
    </item>
    <item>
      <title>You are absolutely correct.</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016276#M24402</link>
      <description>&lt;P&gt;You are absolutely correct. The "accounting" commands are a must when deploying dot1x:&lt;/P&gt;
&lt;PRE class="p_H_Head2 prettyprint"&gt;&lt;SPAN style="text-decoration: underline; font-size: 14pt;"&gt;&lt;STRONG&gt;802.1x &lt;A name="marker-1192159"&gt;&lt;/A&gt;Accounting&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;The 802.1x standard defines how users are authorized and authenticated for network access but does not keep track of network usage. 802.1x accounting is disabled by default. You can enable 802.1x accounting to monitor this activity on 802.1x-enabled ports:&lt;BR /&gt;* User successfully authenticates.&lt;BR /&gt;* User logs off.&lt;BR /&gt;* Link-down occurs.&lt;BR /&gt;* Re-authentication successfully occurs.&lt;BR /&gt;* Re-authentication fails.&lt;/PRE&gt;
&lt;P&gt;Good job on solving your own issue! Also, thank you for taking the time to come back and update the thread with a solution!&lt;/P&gt;
&lt;P&gt;Now if your issue is resolved, you should mark the thread as "answered" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:05:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016276#M24402</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2017-01-18T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Thanks Neno</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016277#M24404</link>
      <description>&lt;P&gt;Thanks Neno&lt;/P&gt;
&lt;P&gt;prior to enabling the command:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;aaa accounting system default start-stop group &amp;lt;ISE-RADIUS-GROUP-NAME&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I already had the following aaa accounting commands:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;aaa accounting update newinfo periodic 2880&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aaa accounting identity default start-stop group &amp;lt;ISE-RADIUS-GROUP-NAME&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;These worked fine for client accounting but I ran into the issue in the original post when the switch reloaded. Thanks for the reply - I'll mark thread as resolved.&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 19:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016277#M24404</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2017-01-18T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Good deal! I am guessing you</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016278#M24405</link>
      <description>&lt;P&gt;Good deal! I am guessing you also have "aaa accounting dot1x...." ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 23:15:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016278#M24405</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2017-01-18T23:15:30Z</dc:date>
    </item>
    <item>
      <title>Yes I did have "aaa</title>
      <link>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016279#M24406</link>
      <description>&lt;P&gt;Yes I did have "aaa accounting dot1x.." but it got converted to "aaa accounting identity.." when I moved to the ibns 2.0 "new style"&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/wired-802-1x-fails-after-switch-reload/m-p/3016279#M24406</guid>
      <dc:creator>andrewswanson</dc:creator>
      <dc:date>2017-01-19T14:19:49Z</dc:date>
    </item>
  </channel>
</rss>

