<?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 fail authentication - packets keep discarded in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657913#M422203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so apologies. There's a fine line b/t auth-fail and auth-timeout ;-). You need the auth-fail-vlan if you ever want to try and give network access to something that actually fails authc. Please reference this with your security policies BTW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to take a look at the real-time state on the port, just repeat the "show dot1x interface &lt;M&gt;" command.&lt;/M&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Auth failure can block access for a machine (b/c it's supposed to be default). Auth timeout can block access for a machine (b/c it's supposed to by default). Typcially, the authority for this is your IAS server, so authc presumably works successfully to unblock access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2007 15:41:52 GMT</pubDate>
    <dc:creator>jafrazie</dc:creator>
    <dc:date>2007-01-02T15:41:52Z</dc:date>
    <item>
      <title>802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657910#M422200</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm implementing 802.1x using Catalyst 3560 and MS IAS as radius server. The plan is, every PC needs to authenticate using PEAP with radius and assigned to a VLAN. Fail authentication will be assigned to guest VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I'm testing a PC, set the PC withouth 802.1x enabled, plug it to the 3560 port, the port keeps that PC packets discarded forever. I remove dot1x configuration on the interface, but it keep discard all packets (can't ping anywhere). When I plugged the PC to other port with the same configuration (no dot1x), it works. I have tried shut and no shut the interface, disable - enable devices, remove config and etc but the PC can't ping anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm happy to paste the config. Could anyone please explain me why it happens and what is the solution? Many thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:53:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657910#M422200</guid>
      <dc:creator>rpratikno</dc:creator>
      <dc:date>2019-03-10T21:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657911#M422201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example config that should work:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/5&lt;/P&gt;&lt;P&gt; switchport access vlan 31&lt;/P&gt;&lt;P&gt; switchport mode access &lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; dot1x guest-vlan 35&lt;/P&gt;&lt;P&gt; dot1x auth-fail vlan 35&lt;/P&gt;&lt;P&gt;end       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should NOT keep a non-1x machine from accessing the network forever. With the above, and default timers, it's a 90-sec timeout of 802.1X. You can tweak the tx-period and the maz-reauth-req variable to get this down to 2-sec if you wish. If you remove 802.1X, then this should also not discard packets. If the 2 items above are truly occurring, then you have hit a software bug, and a TAC case should be opened immediately. Are you sure something like DHCP just hasn't timed out on you though?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The config above has vlan 35 for the guest-vlan being equal to the auth-fail-vlan based on you stating the need for this above. It could be different than the guest-vlan if you wanted it to be. Either/both could be the same vlan as what's statically configured on the port as well [31].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 17:13:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657911#M422201</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2006-12-29T17:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657912#M422202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jafrazie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seem my IOS 12.2-25(SEB4) didn't support dot1x auth-fail. I need to update my IOS first and let you up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, is there any command to refresh dot1x interface status or do you have any idea what makes the switch interface block the machine?  At the moment, the port keeps blocking the specific machine. I don't know whether the IAS or Switch has the authority to unblock it. Your opinion will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 00:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657912#M422202</guid>
      <dc:creator>rpratikno</dc:creator>
      <dc:date>2007-01-02T00:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657913#M422203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so apologies. There's a fine line b/t auth-fail and auth-timeout ;-). You need the auth-fail-vlan if you ever want to try and give network access to something that actually fails authc. Please reference this with your security policies BTW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to take a look at the real-time state on the port, just repeat the "show dot1x interface &lt;M&gt;" command.&lt;/M&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Auth failure can block access for a machine (b/c it's supposed to be default). Auth timeout can block access for a machine (b/c it's supposed to by default). Typcially, the authority for this is your IAS server, so authc presumably works successfully to unblock access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 15:41:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657913#M422203</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2007-01-02T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657914#M422204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jafrazie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your explanations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the new IOS, it looks fine now. Auth-fail definitely a good feature compare to previous limited dot1x commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With my problem, I'm sure auth timeout is not the one that block the machine, I did let the machine ping -t the gateway for couple of minutes. The "show dot1x interface" didn't show any error state. It even didn't give access to guest VLAN. Still wondering what cause it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mind to explain me the why we need guest-vlan if we already has auth-fail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 02:51:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657914#M422204</guid>
      <dc:creator>rpratikno</dc:creator>
      <dc:date>2007-01-03T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657915#M422205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Guest-VLAN can give network access to 802.1X-incapable devices (like a printer). Instead of implicitly denying access (which is the default), authentication can timeout, and the port can be enabled nonetheless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Auth-Fail-VLAN is similar to the above, except that it addresses an actual failure or invaliad credantials (instead of lack of credentials entirely). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 05:13:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657915#M422205</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2007-01-03T05:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x fail authentication - packets keep discarded</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657916#M422206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; thanks for all your explanation and helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 00:19:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-fail-authentication-packets-keep-discarded/m-p/657916#M422206</guid>
      <dc:creator>rpratikno</dc:creator>
      <dc:date>2007-01-04T00:19:34Z</dc:date>
    </item>
  </channel>
</rss>

