<?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 and Windows DHCP servers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917083#M583890</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;EM&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF6600"&gt; &amp;nbsp; &amp;gt;...&lt;/FONT&gt;&lt;/U&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;FONT color="#FF6600"&gt;&lt;U&gt;&lt;EM&gt;&amp;nbsp;but with an IP address of vlan 22&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;- Remember that in many cases the device will remain on using the last given address , to check if vlan 999 is 'dhcp free' ; issue these commands :&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;ipconfig /release&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&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; ipconfig /renew&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;M.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 10:04:34 GMT</pubDate>
    <dc:creator>Mark Elsen</dc:creator>
    <dc:date>2023-09-04T10:04:34Z</dc:date>
    <item>
      <title>802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4916975#M583883</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I would like to have your support. I configured my 9200L switches with 802.1x access. My architecture is based on Windows 2022 NPS server as radius server and Windows 2022 DHCP servers. My objective is to put in an isolation vlan (999) wired devices who are not compliant with NPS servers. I have no DHCP (ip helper) configured for vlan 999.&lt;/P&gt;
&lt;P&gt;When I try with a non compliant computer and I connect it on Gi1/0/2, the laptop seems to be put in vlan 999 but with an IP address of vlan 22. Is-it normal ? Is it an error in my configuration ? My objective is if the computer is not compliant, the device is put in vlan 999 without IP address provided by our DHCP servers&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius Radius_DOT1X&lt;BR /&gt;server name radius1&lt;BR /&gt;server name radius2&lt;BR /&gt;ip radius source-interface Vlan1000&lt;BR /&gt;!&lt;BR /&gt;aaa authentication dot1x default group Radius_DOT1X&lt;BR /&gt;aaa authorization network default group Radius_DOT1X&lt;BR /&gt;aaa accounting network default start-stop group Radius_DOT1X&lt;BR /&gt;!&lt;BR /&gt;mab request format attribute xxx&lt;BR /&gt;!&lt;BR /&gt;dot1x system-auth-control&lt;BR /&gt;!&lt;BR /&gt;vlan 22&lt;BR /&gt;name USER22&lt;BR /&gt;!&lt;BR /&gt;vlan 40&lt;BR /&gt;name TOIP40&lt;BR /&gt;!&lt;BR /&gt;vlan 999&lt;BR /&gt;name vlan_isolation&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/0/2&lt;BR /&gt;switchport access vlan 22&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;switchport voice vlan 40&lt;BR /&gt;authentication event fail action authorize vlan 999&lt;BR /&gt;authentication event server dead action authorize vlan 999&lt;BR /&gt;authentication event server dead action authorize voice&lt;BR /&gt;authentication event no-response action authorize vlan 999&lt;BR /&gt;authentication event server alive action reinitialize&lt;BR /&gt;authentication host-mode multi-auth&lt;BR /&gt;authentication open&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate 28800&lt;BR /&gt;authentication timer inactivity 60 dynamic&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 5&lt;BR /&gt;storm-control broadcast level 10.00&lt;BR /&gt;storm-control multicast level 10.00&lt;BR /&gt;storm-control action trap&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree guard root&lt;BR /&gt;!&lt;BR /&gt;radius server radius1&lt;BR /&gt;address ipv4 10.10.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 2&lt;BR /&gt;retransmit 2&lt;BR /&gt;key xxx&lt;BR /&gt;!&lt;BR /&gt;radius server wazrradius1&lt;BR /&gt;address ipv4 10.20.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 2&lt;BR /&gt;retransmit 2&lt;BR /&gt;key xxx&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;#show authentication sessions interface gigabitEthernet 1/0/2 details&lt;BR /&gt;Interface: GigabitEthernet1/0/2&lt;BR /&gt;IIF-ID: 0x1B0BE56E&lt;BR /&gt;MAC Address: b445.061a.808b&lt;BR /&gt;IPv6 Address: Unknown&lt;BR /&gt;IPv4 Address: Unknown&lt;BR /&gt;User-Name: b445061a808b&lt;BR /&gt;Status: Authorized&lt;BR /&gt;Domain: UNKNOWN&lt;BR /&gt;Oper host mode: multi-auth&lt;BR /&gt;Oper control dir: both&lt;BR /&gt;Session timeout: N/A&lt;BR /&gt;Common Session ID: xxx&lt;BR /&gt;Acct Session ID: Unknown&lt;BR /&gt;Handle: 0x2b00002a&lt;BR /&gt;Current Policy: POLICY_Gi1/0/2&lt;/P&gt;
&lt;P&gt;Local Policies:&lt;BR /&gt;Service Template: GUEST_VLAN_Gi1/0/2 (priority 150)&lt;BR /&gt;Vlan Group: Vlan: 999&lt;BR /&gt;Idle timeout: 60 sec&lt;/P&gt;
&lt;P&gt;Server Policies:&lt;BR /&gt;Method status list:&lt;BR /&gt;Method State&lt;BR /&gt;dot1x Stopped&lt;BR /&gt;mab Stopped&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 09:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4916975#M583883</guid>
      <dc:creator>JCAA</dc:creator>
      <dc:date>2023-09-04T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917083#M583890</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;EM&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF6600"&gt; &amp;nbsp; &amp;gt;...&lt;/FONT&gt;&lt;/U&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;FONT color="#FF6600"&gt;&lt;U&gt;&lt;EM&gt;&amp;nbsp;but with an IP address of vlan 22&lt;/EM&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;- Remember that in many cases the device will remain on using the last given address , to check if vlan 999 is 'dhcp free' ; issue these commands :&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;ipconfig /release&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&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; ipconfig /renew&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;M.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 10:04:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917083#M583890</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2023-09-04T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917092#M583891</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I checked. There is no "ip helper" for vlan 999. On the device, I unplug the network cable, I remove IP information on DHCP server, I plug again the cable and.... I received an IP from DHCP on VLAN22...but the communication to other vlan seems to be blocked... but I don't understand why I receive an IP address&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 10:27:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917092#M583891</guid>
      <dc:creator>JCAA</dc:creator>
      <dc:date>2023-09-04T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917131#M583892</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;...I don't understand why I receive an IP address&amp;nbsp;&lt;/U&gt;&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;- To really check if the DHCP server is still involved ; check it's &lt;STRONG&gt;logs&lt;/STRONG&gt; for the given &lt;FONT color="#0000FF"&gt;mac address&lt;/FONT&gt; when that happens (aligns with my previous reply for testing)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 10:41:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917131#M583892</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2023-09-04T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917188#M583894</link>
      <description>&lt;P&gt;the dhcp server gave an IP address for the network wired card of the laptop. I checked the mac address on the card and on the dhcp server and it's the same....&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 12:20:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917188#M583894</guid>
      <dc:creator>JCAA</dc:creator>
      <dc:date>2023-09-04T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x and Windows DHCP servers</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917520#M583903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1526953"&gt;@JCAA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would change the interface's access VLANto 999 as the default - this would make the endpoint always start out in this VLAN, and stay there if it's not compliant. If the endpoint is compliant, then return the appropriate VLAN via NPS RADIUS Attribute (e.g. VLAN 22).&lt;/P&gt;
&lt;P&gt;The challenge with DHCP and VLAN switching is that the endpoints have no idea that the VLAN has been changed. The only way an endpoint would know this, is if the link were bounced, thus causing the IP stack to re-initialise, and perform DORA again.&lt;/P&gt;
&lt;P&gt;There is some exception in Windows clients that can be made VLAN aware (look in the advanced options in the 802.1X supplicant).&lt;/P&gt;
&lt;P&gt;I don't see this as a major issue for 802.1X supplicants in general, because 802.1X happens at Layer 2 (before the endpoint has an IP address). If NPS can assign the appropriate VLAN as part of 802.1X, then the endpoint will get the correct VLAN, start its DORA cycle and all will be well. Just don't expect the endpoint to know what to do,, when you then subsequently change the VLAN while the endpoint has an IP address assigned. That only works in conjunction with the Computer/User 802.1X authentication where the VLAN Change tick box is selected. In those cases the Windows client will perform another DHCP as it toggles between machine and user auth.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 22:12:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-and-windows-dhcp-servers/m-p/4917520#M583903</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2023-09-04T22:12:20Z</dc:date>
    </item>
  </channel>
</rss>

