<?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 Unable to modify 9800 External WebAuth ACL in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/unable-to-modify-9800-external-webauth-acl/m-p/4394481#M228808</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario - External WebAuth server is using port 8443. In webauth parameter map -redirect url used set as &lt;A href="https://External_WebAuth:8443/login.html" target="_blank" rel="noopener"&gt;https://External_WebAuth:8443/login.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two WebAuth ACLs (WA-Sec and WA-Int) are created automatically using redirect port 443 which does not work since 8443 is being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Inside the above ACLs I can modify 443 to 8443 but update/Apply throws below error.&amp;nbsp;&lt;/P&gt;&lt;H4&gt;Error in Configuring ACL&lt;/H4&gt;&lt;P&gt;CLI Line 2 no 20 CLI Line 2 CLI Line 2 Invalid input detected at marker Invalid input detected at marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to edit the Extended ACL in CLI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;I can create manually new ACL with port 8443. Not sure how to apply manually created ACL to SSID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the SSID - Security-Layer3- PreAuth ACL has None. Is this the place to select new ACL? Not sure to select new SEC ACL or new INT ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and inputs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jul 2021 20:14:13 GMT</pubDate>
    <dc:creator>yprasannas</dc:creator>
    <dc:date>2021-07-05T20:14:13Z</dc:date>
    <item>
      <title>Unable to modify 9800 External WebAuth ACL</title>
      <link>https://community.cisco.com/t5/wireless/unable-to-modify-9800-external-webauth-acl/m-p/4394481#M228808</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario - External WebAuth server is using port 8443. In webauth parameter map -redirect url used set as &lt;A href="https://External_WebAuth:8443/login.html" target="_blank" rel="noopener"&gt;https://External_WebAuth:8443/login.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two WebAuth ACLs (WA-Sec and WA-Int) are created automatically using redirect port 443 which does not work since 8443 is being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Inside the above ACLs I can modify 443 to 8443 but update/Apply throws below error.&amp;nbsp;&lt;/P&gt;&lt;H4&gt;Error in Configuring ACL&lt;/H4&gt;&lt;P&gt;CLI Line 2 no 20 CLI Line 2 CLI Line 2 Invalid input detected at marker Invalid input detected at marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to edit the Extended ACL in CLI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;I can create manually new ACL with port 8443. Not sure how to apply manually created ACL to SSID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the SSID - Security-Layer3- PreAuth ACL has None. Is this the place to select new ACL? Not sure to select new SEC ACL or new INT ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and inputs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 20:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/unable-to-modify-9800-external-webauth-acl/m-p/4394481#M228808</guid>
      <dc:creator>yprasannas</dc:creator>
      <dc:date>2021-07-05T20:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to modify 9800 External WebAuth ACL</title>
      <link>https://community.cisco.com/t5/wireless/unable-to-modify-9800-external-webauth-acl/m-p/4394503#M228809</link>
      <description>&lt;P&gt;Create a new Web Auth Parameter and in advanced tab copy/paste the ISE portal link to (Redirect for log-in) feild&lt;BR /&gt;you can get the link from ISE Sponsored Guest Portal&lt;BR /&gt;Now, because ISE portal is using TCP port 8443 which is not included in the “sec” ACL, we need to allow that by creating a new pre-Auth ACL and apply it to the WLAN as below:&lt;/P&gt;
&lt;P&gt;conf t&lt;BR /&gt;ip access-list extended Local-External-WebAuth&lt;BR /&gt;permit tcp any host ISE_IP_ADDRESS eq 8443&lt;BR /&gt;permit tcp host ISE_IP_ADDRESS eq 8443 any&lt;BR /&gt;permit tcp any any eq domain&lt;BR /&gt;permit udp any any eq domain&lt;BR /&gt;permit udp any any eq bootpc&lt;BR /&gt;permit udp any any eq bootps&lt;BR /&gt;deny ip any any&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;And because we will use ISE to authenticate the users we have to add the below:&lt;BR /&gt;conf t&lt;BR /&gt;aaa authentication webauth default group your_group_name&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;Note: Named Method lists is not supported for webauth&lt;/P&gt;
&lt;P&gt;from SSID L3 check the Web Policy and select your Web Auth Parameter Map and select the Auth list as default and select the PreAuth ACL&lt;BR /&gt;and no need to select any AAA Auth List (802.1x authentication list name) since we already have that as “default” under the Layer3 Auth list (Webauth Authentication List Name)&lt;/P&gt;
&lt;P&gt;The policy profile can be anything and there is no need for pre auth url.&lt;/P&gt;
&lt;P&gt;You will see two Auth in ISE Logs:&lt;BR /&gt;The first one when ise validate the username/password of the user when the user typed it in ISE portal, no policy set will be used here.&lt;BR /&gt;The second Auth when the 9800 send the username/pass to ISE to validate those “second time” and ISE will use the policy set to validate it.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 04:15:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/unable-to-modify-9800-external-webauth-acl/m-p/4394503#M228809</guid>
      <dc:creator>Grendizer</dc:creator>
      <dc:date>2021-04-28T04:15:27Z</dc:date>
    </item>
  </channel>
</rss>

