<?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: Endpoints getting IP from switchport VLAN before ISE changes VLAN in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780497#M580014</link>
    <description>&lt;P&gt;It doesn't your "base condition" for closed-mode when you're using profiling is typically a dACL that permits nothing but DHCP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 12:50:34 GMT</pubDate>
    <dc:creator>ahollifield</dc:creator>
    <dc:date>2023-02-22T12:50:34Z</dc:date>
    <item>
      <title>Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779903#M579992</link>
      <description>&lt;P&gt;I just migrated from ISE 2.2 to ISE 3.1 and I am having an issue now where a lot of my endpoints come online on the switch, and ISE puts them in the correct VLAN, but by that point, the endpoint has already received an IP address from the VLAN on the switchport. And these devices (mainly security cameras) are not smart enough to refresh their IP. I'm assuming this is just a timing issue because I'm running 'authentication open' on my switchports. I guess the device is coming up on the port and is getting an IP address on the VLAN before ISE can respond with the correct VLAN.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing that is weird to me is that this was not an issue in my previous 2.2 deployment. Here is an example of a switchport. The issue in this case is that the endpoint would come up with an IP out of VLAN 58, but ISE then changes the port to VLAN 1001 and the endpoint can't change IP address.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, these are not 802.1X endpoints, they are simply MAB in a static group in ISE.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface GigabitEthernet1/47
 switchport access vlan 58
 switchport mode access
 switchport voice vlan 90
 ip device tracking maximum 10
 logging event link-status
 authentication control-direction in
 authentication event fail action next-method
 authentication event server dead action authorize vlan 58
 authentication event server dead action authorize voice
 authentication event server alive action reinitialize 
 authentication host-mode multi-auth
 authentication open
 authentication order mab dot1x
 authentication priority dot1x mab
 authentication port-control auto
 authentication periodic
 authentication timer reauthenticate server
 authentication violation restrict
 mab
 dot1x pae authenticator
 dot1x timeout quiet-period 300
 dot1x timeout tx-period 7
 dot1x timeout ratelimit-period 300
 dot1x timeout held-period 300
 service-policy input QoS-Input-Policy
 service-policy output QoS-Host-Port-Output-Policy
end&lt;/LI-CODE&gt;&lt;P&gt;If you think this is the issue, is there a way for me to fix this without removing authentication open? I'm not ready to go to closed mode yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 20:50:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779903#M579992</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-21T20:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779907#M579993</link>
      <description>&lt;P&gt;It's best practice not to change VLANs for the exact issues you describe above.&amp;nbsp; What is your use-case?&amp;nbsp; Why not use another form of enforcement such as dACL or TrustSec?&lt;/P&gt;
&lt;P&gt;If you MUST change VLANs then use a port-bounce CoA and/or really short DHCP leases.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:03:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779907#M579993</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2023-02-21T21:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779922#M579994</link>
      <description>&lt;P&gt;Use case is segmentation at a higher layer (ex: vlan in a vrf behind a firewall). I am using DACL/SGT for lateral segmentation however.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:28:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779922#M579994</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-21T21:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779941#M579995</link>
      <description>&lt;P&gt;&amp;nbsp;Then yeah short DHCP lease times or port-bounce CoA.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:54:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779941#M579995</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2023-02-21T21:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779945#M579996</link>
      <description>&lt;P&gt;Thanks, you mean port bounce globally or on profile? Unfortunately the majority of my cameras are in a static group and I dont know how to cause a port bounce based on an authorization profile.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:57:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779945#M579996</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-21T21:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779950#M579998</link>
      <description>&lt;P&gt;As &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/199513"&gt;@ahollifield&lt;/a&gt; was saying, this is a common problem with dynamic VLAN assignment. You can configure a port-bounce CoA based on a custom Profiling Policy, but I don't believe port-bounce CoA will resolve the issue as that will just start the authentication process over again and likely just end up in a never-ending loop.&lt;/P&gt;
&lt;P&gt;The two main methods to resolve this DHCP issue are typically:&lt;/P&gt;
&lt;P&gt;1. Use a super aggressive (like 10 seconds) DHCP lease timer on the starting VLAN. This is not possible with a Windows DHCP server, so I've only see this done at Universities that use Unix-based DHCP servers.&lt;/P&gt;
&lt;P&gt;2. Block the initial DHCP requests. You could do this with a Firewall/ACL rule upstream, remove any dhcp helper entries, or configure a pre-auth ACL on the switchport (considered Low Impact Mode) that blocks DHCP but allows all other traffic. Some endpoints with old or basic network stacks, however, can be sensitive to DHCP timeouts and could stop requesting DHCP after a few timeouts, so you could run into issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 22:23:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779950#M579998</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2023-02-21T22:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779967#M579999</link>
      <description>&lt;P&gt;Thanks, this keeps getting better! I have seen guides on this, but considering the scenario of low-impact mode with a pre-auth ACL blocking DHCP vs Closed mode...I have profiles that rely on certain DHCP parameters to make decisions. What happens to those? I'm guessing that in the low-impact scenario, the DHCP request still makes it to the switchport and gets picked up by device sensor and sent to ISE? In closed mode, I wouldn't expect this to happen at all, so I don't know how profiling even takes place.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 22:54:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4779967#M579999</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-21T22:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780497#M580014</link>
      <description>&lt;P&gt;It doesn't your "base condition" for closed-mode when you're using profiling is typically a dACL that permits nothing but DHCP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 12:50:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780497#M580014</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2023-02-22T12:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780599#M580015</link>
      <description>&lt;P&gt;By allowing DHCP in closed mode, wouldn't I be back in the same predicament where endpoints would get an IP from the statically set VLAN then potentially have to change IPs based on the dynamic VLAN?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 14:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780599#M580015</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-22T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780614#M580016</link>
      <description>Yes, this is precisely why you shouldn’t change VLANs at all. If your dACL allows DHCP only for example, why does it matter what VLAN the device is on?&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2023 14:42:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780614#M580016</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2023-02-22T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780638#M580019</link>
      <description>&lt;P&gt;Yeah, I hear you. I am going to reevaluate some things based on this issue. In the meantime, I did add the port bounce CoA action to this particular profile, and so far, it's working as expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:03:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4780638#M580019</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-02-22T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4928939#M584244</link>
      <description>&lt;P&gt;Hi Josh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you "&lt;SPAN&gt;add the port bounce CoA action" was that a change within ISE?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 18:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4928939#M584244</guid>
      <dc:creator>Rob R.</dc:creator>
      <dc:date>2023-09-25T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4928958#M584245</link>
      <description>&lt;P&gt;In this case, I added it to the profile for the device type. As seen below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoshMorris_1-1695670941995.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/198185iE5CA3761D8AA6EA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoshMorris_1-1695670941995.png" alt="JoshMorris_1-1695670941995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 19:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4928958#M584245</guid>
      <dc:creator>Josh Morris</dc:creator>
      <dc:date>2023-09-25T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4931612#M584306</link>
      <description>&lt;P&gt;I've been trying to get this to work in my environment for several days but the cameras will not pull a new DHCP from the second VLAN. I've updated the CoA Type to Port Bounce as shown and still no luck. Thanks for sharing though, this has been&amp;nbsp;&lt;EM&gt;interesting&amp;nbsp;&lt;/EM&gt;to say the least..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 14:33:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/4931612#M584306</guid>
      <dc:creator>Rob R.</dc:creator>
      <dc:date>2023-09-29T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/5021344#M587480</link>
      <description>&lt;P&gt;One way that I was able to overcome this in one environment was to have the access vlan be configured as a "blackhole/Road to nowhere" vlan. Where there was no DHCP request.&lt;BR /&gt;Every switchport was configured on access port 66, and wouldnt be able to eve get an IP address until ISE have dynamically changed the VLAN to the correct one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 15:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/5021344#M587480</guid>
      <dc:creator>IanTonyBirchall</dc:creator>
      <dc:date>2024-02-20T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoints getting IP from switchport VLAN before ISE changes VLAN</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/5021536#M587492</link>
      <description>&lt;P&gt;This is where we've landed as well. We have a "Landing VLAN" that is essentially a black hole, non-routable network with no default-gateway. The risk with doing this is related to Critical VLAN and all of the different scenarios you can encounter when the NAD/Switch cannot reach ISE to talk RADIUS. Or the AAA Dead Server event. Overall, the dynamic VLAN assignment works much better doing it this way but it is not without significant risk during a WAN Outage, ISE Outage or simple unreachability from SW to ISE/RADIUS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 21:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoints-getting-ip-from-switchport-vlan-before-ise-changes/m-p/5021536#M587492</guid>
      <dc:creator>Rob R.</dc:creator>
      <dc:date>2024-02-20T21:53:46Z</dc:date>
    </item>
  </channel>
</rss>

