<?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 Authentication Failed in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938685#M396172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, so what's happening here is that the supplicant is sending an EAPOL-Start at link up. This immediately means it won't get in the Guest-VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the switch replies back with EAPOL-Id-Request frames. However, now .. the supplicant doesn't have a cert, so it doesn't bother replying back with anything!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this means it won't get in the Auth-Fail-VLAN either, since it's not actually failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to configure a global knob called "dot1x guest-vlan supplicant". This should allow you to get the port into the Guest-VLAN .. even though it has technically seen EAPOL on the port before .. it'll place it into the guest-VLAN since it won't answer EAPOL-Id-Request frames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2008 04:45:56 GMT</pubDate>
    <dc:creator>jafrazie</dc:creator>
    <dc:date>2008-07-11T04:45:56Z</dc:date>
    <item>
      <title>802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938682#M396169</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure 802.1x on our network. I am running into an issue. When the PC without a certificate is connected to the IP Phone, upon the authentication failure the switch does not assign the port to Guest or auth-failed vlan. so I never get the IP.&lt;/P&gt;&lt;P&gt;This happens when i connect the PC to the IP Phone. It works fine if i connect the PC directly to the switchport.&lt;/P&gt;&lt;P&gt;Here's my configuration on the switch port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/5&lt;/P&gt;&lt;P&gt; switchport access vlan 8&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; switchport voice vlan 3030&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; srr-queue bandwidth share 10 10 60 20&lt;/P&gt;&lt;P&gt; srr-queue bandwidth shape  10  0  0  0&lt;/P&gt;&lt;P&gt; mls qos trust device cisco-phone&lt;/P&gt;&lt;P&gt; mls qos trust cos&lt;/P&gt;&lt;P&gt; auto qos voip cisco-phone&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 reauthentication&lt;/P&gt;&lt;P&gt; dot1x guest-vlan 999&lt;/P&gt;&lt;P&gt; dot1x auth-fail vlan 999&lt;/P&gt;&lt;P&gt; dot1x auth-fail max-attempts 2&lt;/P&gt;&lt;P&gt; no mdix auto&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938682#M396169</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2019-03-10T22:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938683#M396170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What supplicant are we talking about here?&lt;/P&gt;&lt;P&gt;Are EAPOL-Starts enabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 17:03:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938683#M396170</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2008-07-10T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938684#M396171</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 for your reply. I am using Windows XP SP2. I have configured the  EAPOL-Start as below.&lt;/P&gt;&lt;P&gt;Software\Microsoft\EAPOL\Parameters\General\Global\SupplicantMode and set it to 3.&lt;/P&gt;&lt;P&gt;When i look at the switch it looks like it's tries the authentication again and again and never really assigns the guest vlan to the port.&lt;/P&gt;&lt;P&gt;After enabling the debugs I repeatedly see the following log msgs in the switch &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-sm:Posting AUTH_FAIL on Client=2F58670&lt;/P&gt;&lt;P&gt;05:46:07:     dot1x_auth Fa0/5: during state auth_fallback, got event 16(authFail)&lt;/P&gt;&lt;P&gt;05:46:07: @@@ dot1x_auth Fa0/5: auth_fallback -&amp;gt; auth_authc_result&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-sm:Fa0/5:0000.0000.0000:auth_authc_result_enter called&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-ev:dot1x_guest_vlan_applicable: Guest VLAN not applicable.  Supplicant disabled and EAPOL seen on port FastEthernet0/5.&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-sm:Posting AUTHC_FAIL on Client=2F58670&lt;/P&gt;&lt;P&gt;05:46:07:     dot1x_auth Fa0/5: during state auth_authc_result, got event 24(authcFail)&lt;/P&gt;&lt;P&gt;05:46:07: @@@ dot1x_auth Fa0/5: auth_authc_result -&amp;gt; auth_held&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-ev:dot1x_guest_vlan_applicable: Guest VLAN not applicable.  Supplicant disabled and EAPOL seen on port FastEthernet0/5.&lt;/P&gt;&lt;P&gt;05:46:07: dot1x-sm:Posting RESTART on Client=2F58670&lt;/P&gt;&lt;P&gt;05:46:07:     dot1x_auth Fa0/5: during state auth_held, got event 14(restart)&lt;/P&gt;&lt;P&gt;05:46:07: @@@ dot1x_auth Fa0/5: auth_held -&amp;gt; auth_restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again this only happens when the PC is connected behind the Phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 20:24:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938684#M396171</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2008-07-10T20:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938685#M396172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, so what's happening here is that the supplicant is sending an EAPOL-Start at link up. This immediately means it won't get in the Guest-VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the switch replies back with EAPOL-Id-Request frames. However, now .. the supplicant doesn't have a cert, so it doesn't bother replying back with anything!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this means it won't get in the Auth-Fail-VLAN either, since it's not actually failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to configure a global knob called "dot1x guest-vlan supplicant". This should allow you to get the port into the Guest-VLAN .. even though it has technically seen EAPOL on the port before .. it'll place it into the guest-VLAN since it won't answer EAPOL-Id-Request frames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 04:45:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938685#M396172</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2008-07-11T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938686#M396173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice. So looks like that command helped. Thanks.&lt;/P&gt;&lt;P&gt;However, Now when i disconnect the PC without a cert and connect a PC with a cert i have to issue the "dot1x re-authenticate int" command for the switch to start the re-authentication for the new computer. Without issuing this command the switch port remains in the Guest Vlan. Does this have anything to do with the timers? my re-authentication timer is default 3600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 13:58:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938686#M396173</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2008-07-11T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938687#M396174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To take the port out of Guest VLAN, the switch either needs to see a link state change (impossible in this case since you have a phone in the middle) or receive an EAPoL-Start.  Can you confirm that the new PC with the cert is configured to send EAPoL starts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 14:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938687#M396174</guid>
      <dc:creator>scadora</dc:creator>
      <dc:date>2008-07-11T14:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938688#M396175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the PC is configured with EAPoL-Start. Surprising thing is when I disconnect the PC with the Certificate the port goes in Un-authorized status however when i disconnect the PC without the Cert the port stays in Guest VLAN until i actually issue re-authenticate cmd. I also tried waiting for the Re-auth period (3600) which might force re-auth but it didn't happen. I thought the phone sends a log-off msg on behalf of the PC may be i am wrong. we have 7960 Running 8.0(7.0) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 15:04:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938688#M396175</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2008-07-11T15:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938689#M396176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, yes. The reason for this is b/c only an EPAOL-Start comes from the PC. Else, more than a single EAPOL message would always come from the PC. There was a problem on the phone where it needed more than one EAPOL message to send an EAPOL-Logoff frame to the switch. If you can see it online, it's CSCsl48111.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is why when you disco the PC with a cert, and EAPOL-Logoff got sent from the phone, and why when you disco without a cert, no EAPOL-Logoff got sent, hence the Guest-VLAN, etc. couldn't get subsequently deployed either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 15:13:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938689#M396176</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2008-07-11T15:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938690#M396177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank jafrazie. Yes after reading the BUG description it makes sense. The description says the BUG was fixed in 8.0(8.1). So if i upgrade my phones to that version this should be solved?&lt;/P&gt;&lt;P&gt;Is there any other way to resolve this issue?&lt;/P&gt;&lt;P&gt;If it helps, this is what i see in the Switch when the PC with Cert is connected. Not sure what the last line means here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;02:24:05: dot1x-ev:Dot1x Querying CDP for 0013.1aa6.8103 Mac&lt;/P&gt;&lt;P&gt;02:24:05: dot1x-ev:dot1x_switch_addr_add: Host access entry already exists for 0013.1aa6.8103 3030&lt;/P&gt;&lt;P&gt;02:24:05: dot1x-ev:dot1x_switch_addr_add: Added MAC 0013.1aa6.8103 to vlan 3030 on interface FastEthernet0/5&lt;/P&gt;&lt;P&gt;02:24:05: dot1x-ev:dot1x_switch_secure_vvid_pkt:Secured Phone MAC = 0013.1aa6.8103 on Vlan = 3030&lt;/P&gt;&lt;P&gt;02:24:05: dot1x-ev:dot1x_switch_mac_address_notify: Ignoring MAC 0013.1aa6.8103 discovered on FastEthernet0/5(999).  Nobody is interested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 15:38:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938690#M396177</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2008-07-11T15:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938691#M396178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, upgrading to that phone firmware rev should fix you up. I've tested it myself and it works as advertised.&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>Mon, 14 Jul 2008 04:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938691#M396178</guid>
      <dc:creator>jafrazie</dc:creator>
      <dc:date>2008-07-14T04:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Authentication Failed</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938692#M396179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Phone Firmware Upgrade seems to fix the issue. Now i just have to assign IPs using to the Guest VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur help jafrazie and everyone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 15:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-authentication-failed/m-p/938692#M396179</guid>
      <dc:creator>ak7246</dc:creator>
      <dc:date>2008-07-14T15:52:55Z</dc:date>
    </item>
  </channel>
</rss>

