<?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 Multiple different guest portals for same fqdn and port in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4391499#M566825</link>
    <description>&lt;P&gt;This may be a basic question, but is it possible to have different versions of say self-register guest portal to be presented for different authorization policies .i.e ssid-1 -present version1 of guest portal, ssid-2 present version2 of guest portal, using the same guest portal fqdn and port?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two similar self-register portals and I reference each on in a different authz policy, and depending on which ssid user hits they will receive the redirect for that particular portal even though the ip/port is the same. This should be possible right?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;portal version 1 -&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirect=&lt;A href="https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=6175f400-773d-11e7-b011-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa" target="_blank"&gt;https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=6175f400-773d-11e7-b011-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;portal version 2 -&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirect=&lt;A href="https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=56672702-0278-11e5-a287-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa" target="_blank"&gt;https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=56672702-0278-11e5-a287-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 12:55:36 GMT</pubDate>
    <dc:creator>Madura Malwatte</dc:creator>
    <dc:date>2021-04-22T12:55:36Z</dc:date>
    <item>
      <title>Multiple different guest portals for same fqdn and port</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4391499#M566825</link>
      <description>&lt;P&gt;This may be a basic question, but is it possible to have different versions of say self-register guest portal to be presented for different authorization policies .i.e ssid-1 -present version1 of guest portal, ssid-2 present version2 of guest portal, using the same guest portal fqdn and port?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two similar self-register portals and I reference each on in a different authz policy, and depending on which ssid user hits they will receive the redirect for that particular portal even though the ip/port is the same. This should be possible right?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;portal version 1 -&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirect=&lt;A href="https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=6175f400-773d-11e7-b011-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa" target="_blank"&gt;https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=6175f400-773d-11e7-b011-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;portal version 2 -&amp;nbsp;&lt;/P&gt;&lt;P&gt;redirect=&lt;A href="https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=56672702-0278-11e5-a287-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa" target="_blank"&gt;https://guest.company.com:8443/portal/gateway?sessionId=SessionIdValue&amp;amp;portal=56672702-0278-11e5-a287-a46c2a9f8296&amp;amp;daysToExpiry=value&amp;amp;action=cwa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 12:55:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4391499#M566825</guid>
      <dc:creator>Madura Malwatte</dc:creator>
      <dc:date>2021-04-22T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple different guest portals for same fqdn and port</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4391857#M566835</link>
      <description>&lt;P&gt;Yes, ISE can serve multiple portals from the same ip:port on the PSNs. You would just need to ensure that your Policy Set(s) and/or AuthZ Policy are built in a way to differentiate between the two SSIDs. A common method used to do this is using the Called Station ID VSA from the WLC as per the example in the folllowing post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/network-access-control/aaa/td-p/4086034" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/network-access-control/aaa/td-p/4086034&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 23:00:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4391857#M566835</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2021-04-22T23:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple different guest portals for same fqdn and port</title>
      <link>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4392206#M566852</link>
      <description>&lt;P&gt;Hi Greg, thanks for the response. This is what I thought. Will test and see how it goes.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 14:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/multiple-different-guest-portals-for-same-fqdn-and-port/m-p/4392206#M566852</guid>
      <dc:creator>Madura Malwatte</dc:creator>
      <dc:date>2021-04-23T14:15:05Z</dc:date>
    </item>
  </channel>
</rss>

