<?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: 802.1x on Cisco 3750 switch: How to stop retrying the authen in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624950#M350634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would make sense more perhaps if you tried 'clear authentication session interface gx/y/z'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely just need to clear the current authentication session for this timer to take effect. Let me know if that doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 17:03:30 GMT</pubDate>
    <dc:creator>Elly Bornstein</dc:creator>
    <dc:date>2011-01-25T17:03:30Z</dc:date>
    <item>
      <title>802.1x on Cisco 3750 switch: How to stop retrying the authentication for the un-authorized guests</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624947#M350322</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to stop the authentication retry for the guests. They won't have the credential to be authorzied and will be put in the guest VLAN. However the switch seems by default always retries the authentication every 15 seconds or so. It's fine if the guests are few but I'm implementing it at a hotel where most users are guests (like 1000 of them at the same time...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need to turn it off or at least find some timer to decrease the frenquency... It's urgent because the hotel is about to open... The following is the config I put on an interface:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt; switchport access vlan 1055&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; switchport voice vlan 657&lt;BR /&gt; ip access-group ACL_PortIso_IDF21 in&lt;BR /&gt; authentication event fail action authorize vlan 1055&lt;BR /&gt; authentication event no-response action authorize vlan 1055&lt;BR /&gt; authentication host-mode multi-domain&lt;BR /&gt; authentication port-control auto&lt;BR /&gt; authentication violation protect&lt;BR /&gt; mab&lt;BR /&gt; no snmp trap link-status&lt;BR /&gt; dot1x pae authenticator&lt;BR /&gt; dot1x timeout quiet-period 300&lt;BR /&gt; dot1x timeout tx-period 2&lt;BR /&gt; dot1x timeout supp-timeout 2&lt;BR /&gt; dot1x max-reauth-req 10&lt;BR /&gt; dot1x timeout held-period 300&lt;BR /&gt; no cdp enable&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt; spanning-tree bpduguard enable&lt;BR /&gt; no ip igmp snooping tcn flood&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:45:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624947#M350322</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2019-03-11T00:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624948#M350453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume this is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot1x in your configuration fails over after tx-period X (max-reauth-req +1) which for you is 22 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Auth-MGR (the software that controls (dot1x / MAB / webauth) is probably set to restart every 60 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify this with:&lt;/P&gt;&lt;P&gt;'show run all | b X/Y'&amp;nbsp;&amp;nbsp; --- replace x/y with the correct port you are testing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for the command 'authentication timer restart 60'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try setting this to 0. If IOS does not let you change it, please post your software version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 16:39:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624948#M350453</guid>
      <dc:creator>Elly Bornstein</dc:creator>
      <dc:date>2011-01-25T16:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624949#M350516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elly thank you very much for the quick response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firmware version is 12.2(53)SE2. I'm also doing MAB if the client is not 802.1x aware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; "&gt;Anyway I tried the command and set it to 0 as well as 65535 and nothing was changed at beginning! Then I saved the config and "shut/no shut" the port and then the authentication retry (I don't say re-authentication because that's for the authorized client) stopped! Does it make sense that you have to bounce the port for the authentication settings to take effect?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try the same setting for a legitimate client and see if it will affect the authorized devices!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot! 5 points for sure!&lt;/P&gt;&lt;P&gt;Difan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 16:59:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624949#M350516</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2011-01-25T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624950#M350634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would make sense more perhaps if you tried 'clear authentication session interface gx/y/z'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely just need to clear the current authentication session for this timer to take effect. Let me know if that doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:03:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624950#M350634</guid>
      <dc:creator>Elly Bornstein</dc:creator>
      <dc:date>2011-01-25T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624951#M350727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elly, seems that I'm happy too early... After a long period of time the authentication retry starts to happen again!! Please take a look at the text file I uploaded. It records the output on my SSH session. (I didn't enable any debugging. They are just default level 7 loggings I guess)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also suspecting the phone (which is currenly connceted on that port). I thought it might reboot itself after long time idle. However in the logs I don't see the interface went up/down. Anyway I will try a Windows XP laptop and see if it still happens. The following is my config. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface FastEthernet3/0/13&lt;BR /&gt; description VoIP &amp;amp; HSIA&lt;BR /&gt; switchport&lt;BR /&gt; switchport access vlan 1055&lt;BR /&gt; switchport trunk encapsulation negotiate&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport nonegotiate&lt;BR /&gt; no switchport protected&lt;BR /&gt; no switchport block multicast&lt;BR /&gt; no switchport block unicast&lt;BR /&gt; switchport voice vlan 657&lt;BR /&gt; no ip arp inspection trust&lt;BR /&gt; ip arp inspection limit rate 15 burst interval 1&lt;BR /&gt; ip arp inspection limit rate 15&lt;BR /&gt; ip access-group ACL_PortIso_IDF21 in&lt;BR /&gt; no shutdown&lt;BR /&gt; power inline consumption 15400&lt;BR /&gt; power inline auto max 15400&lt;BR /&gt; authentication control-direction both&lt;BR /&gt; authentication event fail retry 2 action authorize vlan 1055&lt;BR /&gt; authentication event no-response action authorize vlan 1055&lt;BR /&gt; authentication host-mode multi-domain&lt;BR /&gt; no authentication open&lt;BR /&gt; authentication linksec policy should-secure&lt;BR /&gt; authentication port-control auto&lt;BR /&gt; no authentication periodic&lt;BR /&gt; authentication timer restart 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; authentication timer reauthenticate 3600&lt;BR /&gt; authentication timer inactivity 0&lt;BR /&gt; authentication violation protect&lt;BR /&gt; no authentication fallback&lt;BR /&gt; mab radius&lt;BR /&gt; snmp trap mac-notification change added&lt;BR /&gt; snmp trap mac-notification change removed&lt;BR /&gt; no snmp trap link-status&lt;BR /&gt; no mka policy&lt;BR /&gt; dot1x pae authenticator&lt;BR /&gt; dot1x timeout quiet-period 60&lt;BR /&gt; dot1x timeout server-timeout 0&lt;BR /&gt; dot1x timeout tx-period 2&lt;BR /&gt; dot1x timeout supp-timeout 2&lt;BR /&gt; dot1x timeout ratelimit-period 0&lt;BR /&gt; dot1x max-req 2&lt;BR /&gt; dot1x max-reauth-req 2&lt;BR /&gt; dot1x timeout start-period 30&lt;BR /&gt; dot1x timeout held-period 60&lt;BR /&gt; dot1x timeout auth-period 30&lt;BR /&gt; dot1x max-start 3&lt;BR /&gt; no cdp enable&lt;BR /&gt; spanning-tree portfast disable&lt;BR /&gt; spanning-tree portfast trunk&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt; spanning-tree bpduguard enable&lt;BR /&gt; spanning-tree port-priority 3&lt;BR /&gt; spanning-tree cost 3&lt;BR /&gt; no ip igmp snooping tcn flood&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:19:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624951#M350727</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2011-01-25T17:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624952#M350827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to try setting up wireshark on the end client with MAC 0019.f302.a378, see if they are sending EAP frames even after guest vlan assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or turn on dot1x debugs and seeing if we RX any dot1x frames from this client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:34:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624952#M350827</guid>
      <dc:creator>Elly Bornstein</dc:creator>
      <dc:date>2011-01-25T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624953#M350904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soon I will have a Windows laptop plugged in. Then I will be able to run the wireshark. Now I have to run the "debug dot1x packets" since the attached device is a phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first I "clear dot1x session int f3/0/13". After a couple of "failure" eventually it will show this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;"%AUTHMGR-5-SUCCESS: Authorization succeeded for client (Unknown MAC) on Interface Fa3/0/13" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(Weird... why it's showing "success"? Anyway when the authentication restarts again after several minutes there won't be any "sucess" any more, as shown in my previous text file. They are)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have the debug turnned on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;.Jan 25 12:47:21: %AUTHMGR-5-START: Starting 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;INDJWSW01-2104#&lt;BR /&gt;.Jan 25 12:47:21: EAPOL pak dump Tx&lt;BR /&gt;.Jan 25 12:47:21: EAPOL Version: 0x3&amp;nbsp; type: 0x0&amp;nbsp; length: 0x0005&lt;BR /&gt;.Jan 25 12:47:21: EAP code: 0x1&amp;nbsp; id: 0x1&amp;nbsp; length: 0x0005 type: 0x1&lt;BR /&gt;.Jan 25 12:47:21: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)&lt;BR /&gt;INDJWSW01-2104#&lt;BR /&gt;.Jan 25 12:47:23: EAPOL pak dump Tx&lt;BR /&gt;.Jan 25 12:47:23: EAPOL Version: 0x3&amp;nbsp; type: 0x0&amp;nbsp; length: 0x0005&lt;BR /&gt;.Jan 25 12:47:23: EAP code: 0x1&amp;nbsp; id: 0x1&amp;nbsp; length: 0x0005 type: 0x1&lt;BR /&gt;.Jan 25 12:47:23: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)&lt;BR /&gt;INDJWSW01-2104#&lt;BR /&gt;.Jan 25 12:47:25: EAPOL pak dump Tx&lt;BR /&gt;.Jan 25 12:47:25: EAPOL Version: 0x3&amp;nbsp; type: 0x0&amp;nbsp; length: 0x0005&lt;BR /&gt;.Jan 25 12:47:25: EAP code: 0x1&amp;nbsp; id: 0x1&amp;nbsp; length: 0x0005 type: 0x1&lt;BR /&gt;.Jan 25 12:47:25: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)&lt;BR /&gt;INDJWSW01-2104#&lt;BR /&gt;.Jan 25 12:47:27: %DOT1X-5-FAIL: Authentication failed for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:27: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:27: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;INDJWSW01-2104#&lt;BR /&gt;.Jan 25 12:47:27: %AUTHMGR-5-START: Starting 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:28: %MAB-5-FAIL: Authentication failed for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:28: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:28: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;.Jan 25 12:47:28: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Then the message will repeat and repeat forever... It seems that the switch Tx the packets first... Any ideas???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624953#M350904</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2011-01-25T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x on Cisco 3750 switch: How to stop retrying the authen</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624954#M350993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to start with a service request so someone can do a bug scrub for you. Or see if a newer version gives you the same behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From preliminary searching I saw:&lt;/P&gt;&lt;P&gt;CSCti28252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which would explain some differences in behavior when you shut/ no shut.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 18:13:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-on-cisco-3750-switch-how-to-stop-retrying-the/m-p/1624954#M350993</guid>
      <dc:creator>Elly Bornstein</dc:creator>
      <dc:date>2011-01-25T18:13:44Z</dc:date>
    </item>
  </channel>
</rss>

