<?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: filter url http in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397370#M308582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Marius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mahesh parmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 16:07:38 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2013-11-21T16:07:38Z</dc:date>
    <item>
      <title>filter url http</title>
      <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397366#M308573</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our ASA&amp;nbsp; has below config here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filter url http 192.168.0.0 255.255.0.0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;filter url http 172.16.0.0 255.240.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;P&gt;filter url http 10.0.0.0 255.0.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have websense configured that has connection to ASA&amp;nbsp; to block some http and https traffic.&lt;/P&gt;&lt;P&gt;Need to understand what does above config do on the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:07:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397366#M308573</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T03:07:17Z</dc:date>
    </item>
    <item>
      <title>filter url http</title>
      <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397367#M308575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;filter url http 192.168.0.0 255.255.0.0 0.0.0.0 0.0.0.0&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command will send all http traffic to websense for evaluation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;filter url http 172.16.0.0 255.240.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;P&gt;filter url http 10.0.0.0 255.0.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These commands also send http traffic to websense for evaluation, but when dealing with a longer than permitted URL it will only send the IP address portion of the URL or the hostname for evaluation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397367#M308575</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-20T18:28:36Z</dc:date>
    </item>
    <item>
      <title>filter url http</title>
      <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397368#M308578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA&amp;nbsp; has&amp;nbsp; this config&amp;nbsp; lines&lt;/P&gt;&lt;P&gt;filter url except 172.31.128.0 255.255.192.0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;filter https except 172.31.128.0 255.255.192.0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the above config means to bypass the websense and directly go to internet if source is from 172.31.128.x?&lt;/P&gt;&lt;P&gt;and this includes http and https traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we have below config in following order &lt;/P&gt;&lt;P&gt;filter url except 172.31.128.0 255.255.192.0 0.0.0.0 0.0.0.0&amp;nbsp;&amp;nbsp; rule 1 &lt;/P&gt;&lt;P&gt;filter https except 172.31.128.0 255.255.192.0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;filter url http 192.168.0.0 255.255.0.0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;filter url http 172.16.0.0 255.240.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;P&gt;filter url http 10.0.0.0 255.0.0.0 0.0.0.0 0.0.0.0 longurl-truncate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean that if rule 1 is matched first just like ACL&amp;nbsp; it will allow the http traffic from 172.31.128?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to ask is if the browser has no proxy config then traffic will come to firewall first and depending on the&lt;/P&gt;&lt;P&gt;config there it will forward the traffic first to the websense or&amp;nbsp; internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 03:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397368#M308578</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-21T03:49:24Z</dc:date>
    </item>
    <item>
      <title>filter url http</title>
      <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397369#M308579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Does the above config means to bypass the websense and directly go to internet if source is from 172.31.128.x?&lt;/PRE&gt;&lt;P&gt;You are correct, a filter with the exept keyword will exempt all traffic that is defined in that filter from being sent to the filter server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Does this mean that if rule 1 is matched first just like ACL&amp;nbsp; it will allow the http traffic from 172.31.128?&lt;/PRE&gt;&lt;P&gt;Yes, the match is based on a first match logic as with ACLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Another thing to ask is if the browser has no proxy config then traffic will come to firewall first and depending on the&lt;/P&gt;&lt;P&gt;config there it will forward the traffic first to the websense or&amp;nbsp; internet?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt; Again correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 07:59:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397369#M308579</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-21T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: filter url http</title>
      <link>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397370#M308582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Marius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mahesh parmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 16:07:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filter-url-http/m-p/2397370#M308582</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-21T16:07:38Z</dc:date>
    </item>
  </channel>
</rss>

