<?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 802.1x function issue: Guest device pulling wrong IP for differe in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183790#M137336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that the first attempt the client does not get an ip at all but it refers back to the last known IP it had. That's why when you release and renew it goes to choose the correct ip address.&lt;/P&gt;&lt;P&gt;What you can do is to connect successfully to the GUEST network with correct ip (after the release/renew). Now you disconnect the cable and connect back it again. What IP address that you'll get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also collect some packet capture on the client adapter to see the DHCP process. I would say the client sends a request but does not receive a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Knowing the issue with the DHCP scope/process that can be troubleshooted accordingly from that point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amjad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Rating useful replies is more useful than saying &lt;SPAN style="color: green;"&gt; "&lt;SPAN style="text-decoration: underline;"&gt;Thank you&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Apr 2013 05:14:58 GMT</pubDate>
    <dc:creator>Amjad Abdullah</dc:creator>
    <dc:date>2013-04-20T05:14:58Z</dc:date>
    <item>
      <title>802.1x function issue: Guest device pulling wrong IP for different VLAN than guest VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183789#M137335</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running a C881W router, which has an integrated 4-port switch, running code 15.2(4)M2. I'm running 802.1x wired auth with a guest VLAN. Here's the pertinent config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius enable&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group radius&lt;/P&gt;&lt;P&gt;aaa authorization console&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius local &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group radius&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool SOHO1&lt;/P&gt;&lt;P&gt;network 10.11.2.0 255.255.255.224&lt;/P&gt;&lt;P&gt;default-router 10.11.2.1 &lt;/P&gt;&lt;P&gt;domain-name dwt.com&lt;/P&gt;&lt;P&gt;dns-server 10.0.16.229 192.168.143.11 &lt;/P&gt;&lt;P&gt;netbios-name-server 10.0.16.229 192.168.143.11 &lt;/P&gt;&lt;P&gt;netbios-node-type h-node&lt;/P&gt;&lt;P&gt;option 43 hex f104.0a00.332e&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool VoIP1&lt;/P&gt;&lt;P&gt;network 10.11.2.32 255.255.255.224&lt;/P&gt;&lt;P&gt;default-router 10.11.2.33 &lt;/P&gt;&lt;P&gt;domain-name dwt.com&lt;/P&gt;&lt;P&gt;dns-server 10.0.16.229 192.168.143.11 &lt;/P&gt;&lt;P&gt;option 150 ip 10.0.216.20 10.0.216.21 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Guest1&lt;/P&gt;&lt;P&gt;network 192.168.254.0 255.255.255.224&lt;/P&gt;&lt;P&gt;default-router 192.168.254.1 &lt;/P&gt;&lt;P&gt;dns-server 8.8.4.4 8.8.8.8 &lt;/P&gt;&lt;P&gt;domain-name guest.access.info&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;dot1x guest-vlan supplicant&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! all the switchports on this router look like this&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt;switchport voice vlan 2&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;authentication event fail retry 1 action authorize vlan 3&lt;/P&gt;&lt;P&gt;authentication event server dead action reinitialize vlan 3&lt;/P&gt;&lt;P&gt;authentication event no-response action authorize vlan 3&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;dot1x timeout tx-period 5&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;ip address 10.11.2.1 255.255.255.224&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;ip virtual-reassembly in&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;description voice vlan&lt;/P&gt;&lt;P&gt;ip address 10.11.2.33 255.255.255.224&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt;description guest vlan&lt;/P&gt;&lt;P&gt;ip address 192.168.254.1 255.255.255.224&lt;/P&gt;&lt;P&gt;ip access-group GuestAccessEXT1 in&lt;/P&gt;&lt;P&gt;ip nat inside&lt;/P&gt;&lt;P&gt;ip virtual-reassembly in&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlan 1 has access to the corporate network, vlan 3 is the guest vlan with Internet access only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, when I have a device configured for 801.x authentication it works fine, auth succeeds, the port is assigned to vlan 1, and the deivce has the necessary access. We're good there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have a device that does not authenticate, and need it to be assign to the guest vlan, it appears the 802.1x piece is working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr 19 13:51:29 PDT: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;BR /&gt;Apr 19 13:51:29 PDT: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;BR /&gt;Apr 19 13:51:29 PDT: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;BR /&gt;Apr 19 13:51:29 PDT: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;BR /&gt;Apr 19 13:51:29 PDT: %AUTHMGR-5-VLANASSIGN: VLAN 3 assigned to Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;BR /&gt;Apr 19 13:51:29 PDT: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (Unknown MAC) on Interface Fa0 AuditSessionID 0A00F4010000001B0DC0ACE4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, 'show int f0 switchport' successfully shows the port being assinged to vlan 3, the guest vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the DHCP assignment goes terribly awry, for the guest device pulls an IP for the wrong VLAN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\dalys&amp;gt;ipconfig /all&lt;/P&gt;&lt;P&gt;. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ethernet adapter Local Area Connection:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Connection-specific DNS Suffix&amp;nbsp; . : dwt.com&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Physical Address. . . . . . . . . : F0-DE-F1-E1-00-86&lt;BR /&gt;&amp;nbsp;&amp;nbsp; DHCP Enabled. . . . . . . . . . . : Yes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Autoconfiguration Enabled . . . . : Yes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; IPv4 Address. . . . . . . . . . . : 10.11.2.2(Preferred)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Subnet Mask . . . . . . . . . . . : 255.255.255.224&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Lease Obtained. . . . . . . . . . : Friday, April 19, 2013 8:48:01 AM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Lease Expires . . . . . . . . . . : Saturday, April 20, 2013 8:47:59 AM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Default Gateway . . . . . . . . . : 10.11.2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DHCP Server . . . . . . . . . . . : 10.11.2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DHCPv6 IAID . . . . . . . . . . . : 250666737&lt;BR /&gt;&amp;nbsp;&amp;nbsp; DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-C5-9C-CD-F0-DE-F1-E1-00-86&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DNS Servers . . . . . . . . . . . : 10.0.16.229&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.143.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Primary WINS Server . . . . . . . : 10.0.16.229&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.143.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; NetBIOS over Tcpip. . . . . . . . : Enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I have absolutely no connectivity, no corporate access (which is what I expect), and no Internet (which is a problem). However, if I manually release and renew the IP using ipconfig, it pulls the correct IP for the correct VLAN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\dalys&amp;gt;ipconfig /release&lt;/P&gt;&lt;P&gt;C:\Users\dalys&amp;gt;ipconfig /renew&lt;/P&gt;&lt;P&gt;C:\Users\dalys&amp;gt;ipconfig /all&lt;/P&gt;&lt;P&gt;. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ethernet adapter Local Area Connection:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Connection-specific DNS Suffix&amp;nbsp; . : guest.access.info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Physical Address. . . . . . . . . : F0-DE-F1-E1-00-86&lt;BR /&gt;&amp;nbsp;&amp;nbsp; DHCP Enabled. . . . . . . . . . . : Yes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Autoconfiguration Enabled . . . . : Yes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; IPv4 Address. . . . . . . . . . . : 192.168.254.2(Preferred)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Subnet Mask . . . . . . . . . . . : 255.255.255.224&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Default Gateway . . . . . . . . . : 192.168.254.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DHCP Server . . . . . . . . . . . : 192.168.254.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DHCPv6 IAID . . . . . . . . . . . : 250666737&lt;BR /&gt;&amp;nbsp;&amp;nbsp; DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-C5-9C-CD-F0-DE-F1-E1-00-86&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DNS Servers . . . . . . . . . . . : 8.8.4.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I have Internet access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what gives? Why do I initially receive an IP for the wrong VLAN and network? Am I missing some configuration? I would anticipate that the guest device would automatically be assinged an IP to the guest vlan based on the auth failure from the log, but this obviously isn't happening. Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:20:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183789#M137335</guid>
      <dc:creator>s-daly</dc:creator>
      <dc:date>2019-03-11T03:20:20Z</dc:date>
    </item>
    <item>
      <title>802.1x function issue: Guest device pulling wrong IP for differe</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183790#M137336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that the first attempt the client does not get an ip at all but it refers back to the last known IP it had. That's why when you release and renew it goes to choose the correct ip address.&lt;/P&gt;&lt;P&gt;What you can do is to connect successfully to the GUEST network with correct ip (after the release/renew). Now you disconnect the cable and connect back it again. What IP address that you'll get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also collect some packet capture on the client adapter to see the DHCP process. I would say the client sends a request but does not receive a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Knowing the issue with the DHCP scope/process that can be troubleshooted accordingly from that point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amjad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Rating useful replies is more useful than saying &lt;SPAN style="color: green;"&gt; "&lt;SPAN style="text-decoration: underline;"&gt;Thank you&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Apr 2013 05:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183790#M137336</guid>
      <dc:creator>Amjad Abdullah</dc:creator>
      <dc:date>2013-04-20T05:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x function issue: Guest device pulling wrong IP for dif</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183791#M137337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took at the release notes for the issue you are experiencing and didnt see any bugs that match this condition.&lt;BR /&gt;&lt;BR /&gt;I think Amjad hit it on the head by providing the steps to troubleshoot this issue which should give you an answer. Also if you take a look at the MAC address table on the interface periodically during authentication. It would be interesting to see if the MAC address is added to the table momentarily before the auth manager makes the decision to place the client on the guest vlan.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Apr 2013 23:46:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183791#M137337</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2013-04-21T23:46:23Z</dc:date>
    </item>
    <item>
      <title>802.1x function issue: Guest device pulling wrong IP for differe</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183792#M137338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think you may be hitting bug &lt;A href="https://www.cisco.com/cisco/psn/bssprt/bss?searchType=bstbugidsearch&amp;amp;page=bstBugDetail&amp;amp;BugID=CSCug19522" target="_blank"&gt;CSCug19522&lt;/A&gt;.&amp;nbsp; I have been working with Cisco on this for a while now.&amp;nbsp; From what I see on any code 15.2 or higher on the 881, DHCP give out an IP address from the trusted VLAN as soon as anything is plugged into the port.&amp;nbsp; If you do a&amp;nbsp;&amp;nbsp; 'show auth sessions', you'll see that dot1x is still running but if do a 'show ip dhcp binding', you'll see an IP was already given out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The machine will eventually fail and the 881 thinks it gave out a guest VLAN IP however the laptop already got an IP from when it was first plugged in.&amp;nbsp; This is why ipconfig /release and /renew ends up with the correct IP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:03:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-function-issue-guest-device-pulling-wrong-ip-for/m-p/2183792#M137338</guid>
      <dc:creator>bravotom99</dc:creator>
      <dc:date>2013-10-17T18:03:43Z</dc:date>
    </item>
  </channel>
</rss>

