<?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 ISE Hotspot portal only allow certain devices in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577141#M518284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on configuring ISE for my client's guest wireless.&amp;nbsp; They only want to allow certain devices (i.e. laptops, tablets, phones) and not streaming/gaming devices.&amp;nbsp; With that being the case, I have profiling running to detect what type of devices is connecting to their wireless network.&amp;nbsp; However, I am running into an issue with the devices that are allowed getting constantly redirected.&amp;nbsp; What I have for my authorization policies are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule 1: if you are part of the GuestEndpoints identity group and this allowed profiled group, you are allowed on&lt;/P&gt;&lt;P&gt;Rule 2: WebAuth redirect&lt;/P&gt;&lt;P&gt;Rule: deny access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can tell, a device cannot be part of two identity groups.&amp;nbsp; Since that is the case, I need suggestions on how to get this to work.&amp;nbsp; If i remove the condition from Rule 1 of having to be part of the GuestEndpoints Identity group, devices that are already profile (usually Windows devices) are allowed on without going to the splash page and get internet access.&amp;nbsp; We cannot use any portal that requires credentials being enter as this is for a retirement community, hence the Hotspot portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE is version 2.3, patch 2&lt;/P&gt;&lt;P&gt;Two ISE VM's running in HA mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 22:21:23 GMT</pubDate>
    <dc:creator>deyster94</dc:creator>
    <dc:date>2018-01-26T22:21:23Z</dc:date>
    <item>
      <title>ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577141#M518284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on configuring ISE for my client's guest wireless.&amp;nbsp; They only want to allow certain devices (i.e. laptops, tablets, phones) and not streaming/gaming devices.&amp;nbsp; With that being the case, I have profiling running to detect what type of devices is connecting to their wireless network.&amp;nbsp; However, I am running into an issue with the devices that are allowed getting constantly redirected.&amp;nbsp; What I have for my authorization policies are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule 1: if you are part of the GuestEndpoints identity group and this allowed profiled group, you are allowed on&lt;/P&gt;&lt;P&gt;Rule 2: WebAuth redirect&lt;/P&gt;&lt;P&gt;Rule: deny access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can tell, a device cannot be part of two identity groups.&amp;nbsp; Since that is the case, I need suggestions on how to get this to work.&amp;nbsp; If i remove the condition from Rule 1 of having to be part of the GuestEndpoints Identity group, devices that are already profile (usually Windows devices) are allowed on without going to the splash page and get internet access.&amp;nbsp; We cannot use any portal that requires credentials being enter as this is for a retirement community, hence the Hotspot portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISE is version 2.3, patch 2&lt;/P&gt;&lt;P&gt;Two ISE VM's running in HA mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:21:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577141#M518284</guid>
      <dc:creator>deyster94</dc:creator>
      <dc:date>2018-01-26T22:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577142#M518285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A MAC address can belong to a endpoint profile group and an endpoint identity group.&amp;nbsp; The hotspot process maps the MAC address to an endpoint identity group and doesn't touch the endpoint profile group.&amp;nbsp; So your rule should be able to work with an endpoint profile group and endpoint identity group specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would personally do the profile check at the redirect rule.&amp;nbsp; Why even bring unwanted users to the portal.&amp;nbsp; Keep it easier by using a logical profile of the profiles you want to allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GuestEndpoints then Internet Access&lt;/P&gt;&lt;P&gt;If Allowed_Guest_Logical_Profile then redirect&lt;/P&gt;&lt;P&gt;else Deny Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason to bring everyone into the portal is if you are relying on the collection of the HTTP header information to help with profiling things correctly then it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If GuestEndpoints and Allowed_Guest_Logical_Profile then Internet Access&lt;/P&gt;&lt;P&gt;else Redirect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577142#M518285</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2018-01-26T22:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577143#M518286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using the lastaupacceptance value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If profiled and lastaupacceptance is greater than x hours the permit&lt;/P&gt;&lt;P&gt;If profiled and lastaupacceptance is less than x hours then redirect to portal&lt;/P&gt;&lt;P&gt;If wireless mab then redirect to portal&lt;/P&gt;&lt;P&gt;If not allowed then redirect to bad page&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:41:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577143#M518286</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2018-01-26T22:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577144#M518287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works as well, but no reason the endpoint identity group and the endpoint profile group/logical profile can’t be used in the same rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577144#M518287</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2018-01-26T22:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577145#M518288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried do what you suggested.&amp;nbsp; However, some devices, like Android and IOS have to be able to reach the WebAuth page to be profiled correctly.&amp;nbsp; Android and IOS use the HTTP probe to be profiled with ISE.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 04:21:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577145#M518288</guid>
      <dc:creator>deyster94</dc:creator>
      <dc:date>2018-01-27T04:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577146#M518289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion.&amp;nbsp; I will give it try Monday and report back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 04:22:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577146#M518289</guid>
      <dc:creator>deyster94</dc:creator>
      <dc:date>2018-01-27T04:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Hotspot portal only allow certain devices</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577147#M518290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is fine then just do the first flow I mentioned.  Use a logical profile + guest endpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 04:23:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-hotspot-portal-only-allow-certain-devices/m-p/3577147#M518290</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2018-01-27T04:23:44Z</dc:date>
    </item>
  </channel>
</rss>

