<?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: Customizing ISE Guest Portal to allow both direct Internet access and VIP login in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915926#M442559</link>
    <description>Thank you Arne. This is very much something I'm looking for to start with. I had gone through your post and a quick question is, is it possible to assign different authorization when the user is from 'Get Instant Internet Access' VS  from 'Sign on'? &lt;BR /&gt;&lt;BR /&gt;As of my understanding, they are from different 'type' and will have different 'expired date' in the backend system.&lt;BR /&gt;What we want to do is assign different bandwidth to those users and so I'm thinking of find a way to create authorization rule like below:&lt;BR /&gt;&lt;BR /&gt;If from 'Get Instant Internet Access' , then give 5m bw + internet only &lt;BR /&gt;If from 'Sign on' and VIP type1, then give 10m bw + internet only&lt;BR /&gt;If from 'Sign on' and VIP type 2, then give 20m bw + internet only&lt;BR /&gt;&lt;BR /&gt;I will go ahead testing base on your post and see if this is possible. Once it is achieved, I will have a check if it is possible where those VIP users are from ODBC.</description>
    <pubDate>Thu, 29 Aug 2019 08:22:51 GMT</pubDate>
    <dc:creator>Nate Zhang</dc:creator>
    <dc:date>2019-08-29T08:22:51Z</dc:date>
    <item>
      <title>Customizing ISE Guest Portal to allow both direct Internet access and VIP login</title>
      <link>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915096#M442557</link>
      <description>&lt;P&gt;We are trying to find a solution for below which is pretty much seen in Hotel Industry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are 2 parts on the portal.&lt;/P&gt;
&lt;P&gt;1. （Upper half) A button for guest login. Guests who click the button will get internet access immediately and 5m bandwidth will be assigned.&lt;/P&gt;
&lt;P&gt;2. (Bottom half) Username/Password input field to allow VIP users to login with their credentials accordingly. Upon login, VIP users will have Xmb bandwidth.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this is doable, are we able to assign authorization based on different level/type of VIP users?&lt;/P&gt;
&lt;P&gt;These users are managed in the customer CRM system (ODBC) and there are 3 levels of VIP users.&lt;/P&gt;
&lt;P&gt;Upon a different level, we would like to authorize bandwidth using 'Aire-xxx-xxx' to WLC.&lt;/P&gt;
&lt;P&gt;level1 -10m&lt;BR /&gt;level2 -20m&lt;BR /&gt;level3 -50m&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 03:50:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915096#M442557</guid>
      <dc:creator>Nate Zhang</dc:creator>
      <dc:date>2019-08-28T03:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing ISE Guest Portal to allow both direct Internet access and VIP login</title>
      <link>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915819#M442558</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have developed something along these lines by creating an all-in-one portal - see below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/combining-sponsored-guest-portal-and-hotspot-portal-into-one/ta-p/3875968" target="_blank"&gt;https://community.cisco.com/t5/security-documents/combining-sponsored-guest-portal-and-hotspot-portal-into-one/ta-p/3875968&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Authorization Policies would send back the RADIUS attributes to set the per-user rate limits to the WLC as required.&lt;/P&gt;
&lt;P&gt;Each VIP type would be a separate GUEST TYPE. And you can check/test for that during authorization and then send the appropriate RADIUS attribute to the WLC.&lt;/P&gt;
&lt;P&gt;If you're doing Remember-Me, then you can also check which Endpoint Identity Group the MAC address was found in, and return the same bandwidth attributes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW I don't know how to get the portal screen to look exactly as you require - in my case I (ab)used the Self-Registration link of the Sponsored Portal to link to a "Hotspot" page with AUP.&amp;nbsp; I think it might be possible to change the portal layout, but in my experience I don't like to involve JQuery because it can end up breaking the Apple CNA (Captive Network Assistant).&amp;nbsp; Maybe there is another way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 04:23:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915819#M442558</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2019-08-29T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing ISE Guest Portal to allow both direct Internet access and VIP login</title>
      <link>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915926#M442559</link>
      <description>Thank you Arne. This is very much something I'm looking for to start with. I had gone through your post and a quick question is, is it possible to assign different authorization when the user is from 'Get Instant Internet Access' VS  from 'Sign on'? &lt;BR /&gt;&lt;BR /&gt;As of my understanding, they are from different 'type' and will have different 'expired date' in the backend system.&lt;BR /&gt;What we want to do is assign different bandwidth to those users and so I'm thinking of find a way to create authorization rule like below:&lt;BR /&gt;&lt;BR /&gt;If from 'Get Instant Internet Access' , then give 5m bw + internet only &lt;BR /&gt;If from 'Sign on' and VIP type1, then give 10m bw + internet only&lt;BR /&gt;If from 'Sign on' and VIP type 2, then give 20m bw + internet only&lt;BR /&gt;&lt;BR /&gt;I will go ahead testing base on your post and see if this is possible. Once it is achieved, I will have a check if it is possible where those VIP users are from ODBC.</description>
      <pubDate>Thu, 29 Aug 2019 08:22:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/customizing-ise-guest-portal-to-allow-both-direct-internet/m-p/3915926#M442559</guid>
      <dc:creator>Nate Zhang</dc:creator>
      <dc:date>2019-08-29T08:22:51Z</dc:date>
    </item>
  </channel>
</rss>

