<?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: ISE CWA Using Non-Management Interface in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548353#M538559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this helps you out as well? &lt;A href="http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/117620-configure-ISE-00.html" title="http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/117620-configure-ISE-00.html"&gt;ISE with Static Redirect for Isolated Guest Networks Configuration Example - Cisco&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 15:05:19 GMT</pubDate>
    <dc:creator>Jason Kunst</dc:creator>
    <dc:date>2016-06-20T15:05:19Z</dc:date>
    <item>
      <title>ISE CWA Using Non-Management Interface</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548350#M538556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dilemma I've run into that I am hoping the community can help with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer design I'm working on that requires some ISE PSNs in the public-facing DMZ. Specifically to serve up the CWA page to wireless guest users that are coming from another site. The ISE servers reside virtually in the customer's datacenter. The guest users will be accessing the network from a WLC local to the site. The WLC will send it's RADIUS traffic back to PSN interfaces (let's say G0) via a L2L VPN tunnel to the datacenter server network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For obvious reasons, we don't want the guest user traffic to traverse the L2L tunnel. The goal is to place some of the guest-serving ISE PSNs in a datacenter DMZ. They will have G0 in a DMZ VLAN that is accessible to the other ISE nodes for inter-ISE communication, while G1 interface will be placed in a DMZ VLAN accessible to the wifi guest users. The Wifi guest users will be coming over the internet and are source NATd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus far everything seems to work except when I assign the CWA portal to G1 it sends the G1 private IP in the redirect URL. My question is this: Can the ISE PSNs/web portal be configured so it sends a custom FQDN for the guest portal? I would like to leverage public DNS and point the guests to the public IP of the ISE guest PSNs (which is then destination NATd for tcp/8443 to the guest G1 interface).&lt;/P&gt;&lt;P&gt;Or is there a way I can use a public IP on the G1 interface but still reside behind a F5 load balancer?&lt;/P&gt;&lt;P&gt;Or am I going about this all wrong and is this unsupported? &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Huge TIA for any input/help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="guest diagram.png" class="image-1 jive-image" src="/legacyfs/online/fusion/96735_guest diagram.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 23:09:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548350#M538556</guid>
      <dc:creator>Derron Carstensen</dc:creator>
      <dc:date>2016-06-18T23:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: ISE CWA Using Non-Management Interface</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548351#M538557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your problem correctly this should resolve your issue:  http://www.cisco.com/c/en/us/td/docs/security/ise/2-0/cli_ref_guide/b_ise_CLIReferenceGuide_20/Cisco_ISE_CLI_Commands_in_Configuration_Mode.html#wp5773065010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To associate a host alias and fully qualified domain name (FQDN) string to an ethernet interface such as eth1, eth2, and eth3 other than eth0, use the ip hostcommand in global configuration mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Cisco ISE processes an authorization profile redirect URL, it replaces the IP address with the FQDN of the Cisco ISE node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip host &lt;A href="https://community.cisco.com/ipv6-address"&gt;ipv4-address &lt;/A&gt; &lt;A href="https://community.cisco.com/FQDN-string"&gt;host-alias &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the association of host alias and FQDN, use the no form of this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip host &lt;A href="https://community.cisco.com/ipv6-address"&gt;ipv4-address &lt;/A&gt; &lt;A href="https://community.cisco.com/FQDN-string"&gt;host-alias &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to configure the hostname via the CLI for G1 and then CWA should redirect by providing the correct fqdn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warning: I either dictated this to my device, or typed it with my thumbs. Erroneous words are a feature, not a typo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 02:27:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548351#M538557</guid>
      <dc:creator>gbekmezi-DD</dc:creator>
      <dc:date>2016-06-19T02:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: ISE CWA Using Non-Management Interface</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548352#M538558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that was exactly command/capability I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much George!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 02:33:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548352#M538558</guid>
      <dc:creator>Derron Carstensen</dc:creator>
      <dc:date>2016-06-19T02:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: ISE CWA Using Non-Management Interface</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548353#M538559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this helps you out as well? &lt;A href="http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/117620-configure-ISE-00.html" title="http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/117620-configure-ISE-00.html"&gt;ISE with Static Redirect for Isolated Guest Networks Configuration Example - Cisco&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 15:05:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548353#M538559</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2016-06-20T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: ISE CWA Using Non-Management Interface</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548354#M538560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does Jason, thank you.&lt;/P&gt;&lt;P&gt;Ultimately I was looking for host-alias command as it maintains a scalable/flexible architecture. But my fallback was/is to resort to the static settings you reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:54:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-cwa-using-non-management-interface/m-p/3548354#M538560</guid>
      <dc:creator>Derron Carstensen</dc:creator>
      <dc:date>2016-06-20T16:54:39Z</dc:date>
    </item>
  </channel>
</rss>

