<?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 Cisco ISE and CoA not redirecting in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3415045#M547947</link>
    <description>&lt;P&gt;So i have Cisco ISE running and im trying to do a web redirect through CoA.&amp;nbsp; I know that I have done every thing right because I debugged radius and I see that I have success on Authentication and Authorization.&amp;nbsp; the DACL downloads and I see the URL there.&amp;nbsp; I also made sure that I had a dns entry present for the url in my environment.&amp;nbsp; The problem is when I connect using MAB and try to go to an actual website it does not get redirected to the authentication portal like it should. It goes to google or whatever I am trying to get to and it shouldn't.&amp;nbsp; Again i know that I did it right because the debugs show success.&amp;nbsp; Also i do a "show authentication sessions interface x" and I can see that the DACL applied and everything.&amp;nbsp; I feel like it is something small that I am missing.&amp;nbsp; Someone please advise.&amp;nbsp; &amp;nbsp; FYI i am using 3750 as authenticator and Windows PC as supplicant.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 19:00:52 GMT</pubDate>
    <dc:creator>coreycomputer</dc:creator>
    <dc:date>2020-02-21T19:00:52Z</dc:date>
    <item>
      <title>Cisco ISE and CoA not redirecting</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3415045#M547947</link>
      <description>&lt;P&gt;So i have Cisco ISE running and im trying to do a web redirect through CoA.&amp;nbsp; I know that I have done every thing right because I debugged radius and I see that I have success on Authentication and Authorization.&amp;nbsp; the DACL downloads and I see the URL there.&amp;nbsp; I also made sure that I had a dns entry present for the url in my environment.&amp;nbsp; The problem is when I connect using MAB and try to go to an actual website it does not get redirected to the authentication portal like it should. It goes to google or whatever I am trying to get to and it shouldn't.&amp;nbsp; Again i know that I did it right because the debugs show success.&amp;nbsp; Also i do a "show authentication sessions interface x" and I can see that the DACL applied and everything.&amp;nbsp; I feel like it is something small that I am missing.&amp;nbsp; Someone please advise.&amp;nbsp; &amp;nbsp; FYI i am using 3750 as authenticator and Windows PC as supplicant.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:00:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3415045#M547947</guid>
      <dc:creator>coreycomputer</dc:creator>
      <dc:date>2020-02-21T19:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE and CoA not redirecting</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672623#M547949</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Can you share please your acl pushed? &lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2018 04:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672623#M547949</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2018-07-24T04:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE and CoA not redirecting</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672718#M547950</link>
      <description>&lt;P&gt;Sounds like your DACL.&lt;/P&gt;
&lt;P&gt;Make sure you are allowing access to ISE , DNS and deny the rest to trigger re-direct.&lt;/P&gt;
&lt;P&gt;You can reference this Doc as an example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115732-central-web-auth-00.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 07:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672718#M547950</guid>
      <dc:creator>ldanny</dc:creator>
      <dc:date>2018-07-24T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE and CoA not redirecting</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672770#M547952</link>
      <description>&lt;P&gt;There's a few things to check...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1] &lt;STRONG&gt;ip http server&lt;/STRONG&gt; - Is this enabled on the switch?&amp;nbsp; If not, the switch won't be able to redirect web requests.&lt;/P&gt;
&lt;P&gt;2] CWA Redirect ACL - How have you formatted it and where have you configured it?&amp;nbsp; Remember, the CWA ACL needs to be inverse, so DENY everything you want to allow (DHCP, DNS, ISE portal) and PERMIT everything else.&amp;nbsp; Also, the ACL needs to be configured statically on the switch, not pushed via ISE.&amp;nbsp; This isn't the same as the dACL.&lt;/P&gt;
&lt;P&gt;3] Are clients using a proxy?&amp;nbsp; If so, you need to configure the switch to listen on the proxy port instead.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 08:13:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-and-coa-not-redirecting/m-p/3672770#M547952</guid>
      <dc:creator>craig.beck</dc:creator>
      <dc:date>2018-07-24T08:13:20Z</dc:date>
    </item>
  </channel>
</rss>

