<?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 DHCP Assignment Behaviour in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-dhcp-assignment-behaviour/m-p/4971975#M585546</link>
    <description>&lt;P&gt;Hello,&amp;nbsp; I want to ask if the issue is related to timers and latency between the authenticator and ISE.&lt;/P&gt;&lt;P&gt;I have below setup&lt;/P&gt;&lt;P&gt;Domain Laptop -&amp;gt; Get Internal VLAN&lt;/P&gt;&lt;P&gt;Guest Laptop -&amp;gt; Get Guest VLAN&lt;/P&gt;&lt;P&gt;Below is the interface configuration&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2/0/16&lt;BR /&gt;switchport access vlan 80&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport voice vlan 50&lt;BR /&gt;switchport port-security maximum 3&lt;BR /&gt;switchport port-security violation restrict&lt;BR /&gt;switchport port-security aging time 5&lt;BR /&gt;switchport port-security aging type inactivity&lt;BR /&gt;switchport port-security&lt;BR /&gt;ip device tracking maximum 65535&lt;BR /&gt;no logging event link-status&lt;BR /&gt;srr-queue bandwidth share 1 70 25 5&lt;BR /&gt;srr-queue bandwidth shape 3 0 0 0&lt;BR /&gt;priority-queue out&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate 54000&lt;BR /&gt;access-session host-mode multi-host&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;no cdp enable&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;service-policy type control subscriber PORT_DOT1X_POLICY&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Whats happening is. When a guest laptop(non-domain) plugs into a port with 802.1x configuration it will get an IP from VLAN 80, but will not have any access to the network, after the dot1x auth is state is stop we issue the command release and renew on end machine and it will get the guest VLAN. Is this behaviour normal? Ideally if possible, we would not need to issue the release renew command on end machine.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 22:01:22 GMT</pubDate>
    <dc:creator>tcp_analysis_flags_eq_1</dc:creator>
    <dc:date>2023-12-05T22:01:22Z</dc:date>
    <item>
      <title>802.1x DHCP Assignment Behaviour</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-dhcp-assignment-behaviour/m-p/4971975#M585546</link>
      <description>&lt;P&gt;Hello,&amp;nbsp; I want to ask if the issue is related to timers and latency between the authenticator and ISE.&lt;/P&gt;&lt;P&gt;I have below setup&lt;/P&gt;&lt;P&gt;Domain Laptop -&amp;gt; Get Internal VLAN&lt;/P&gt;&lt;P&gt;Guest Laptop -&amp;gt; Get Guest VLAN&lt;/P&gt;&lt;P&gt;Below is the interface configuration&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2/0/16&lt;BR /&gt;switchport access vlan 80&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport voice vlan 50&lt;BR /&gt;switchport port-security maximum 3&lt;BR /&gt;switchport port-security violation restrict&lt;BR /&gt;switchport port-security aging time 5&lt;BR /&gt;switchport port-security aging type inactivity&lt;BR /&gt;switchport port-security&lt;BR /&gt;ip device tracking maximum 65535&lt;BR /&gt;no logging event link-status&lt;BR /&gt;srr-queue bandwidth share 1 70 25 5&lt;BR /&gt;srr-queue bandwidth shape 3 0 0 0&lt;BR /&gt;priority-queue out&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate 54000&lt;BR /&gt;access-session host-mode multi-host&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;no cdp enable&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;service-policy type control subscriber PORT_DOT1X_POLICY&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Whats happening is. When a guest laptop(non-domain) plugs into a port with 802.1x configuration it will get an IP from VLAN 80, but will not have any access to the network, after the dot1x auth is state is stop we issue the command release and renew on end machine and it will get the guest VLAN. Is this behaviour normal? Ideally if possible, we would not need to issue the release renew command on end machine.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:01:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-dhcp-assignment-behaviour/m-p/4971975#M585546</guid>
      <dc:creator>tcp_analysis_flags_eq_1</dc:creator>
      <dc:date>2023-12-05T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x DHCP Assignment Behaviour</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-dhcp-assignment-behaviour/m-p/4971982#M585547</link>
      <description>&lt;P&gt;Many issue here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-session host-mode multi-host&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Change this to host-mode multi-auth'&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Multi-host allow only one host to auth and all.other host after that allow to access without auth&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Remove port-secuirty (if you face packet drop)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also where is config of guest.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:13:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-dhcp-assignment-behaviour/m-p/4971982#M585547</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-05T22:13:56Z</dc:date>
    </item>
  </channel>
</rss>

