<?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 how to allow few url and block other in cisco asa 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075528#M394803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http and https both are block ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 09:04:39 GMT</pubDate>
    <dc:creator>Hardik Vaidh</dc:creator>
    <dc:date>2012-12-03T09:04:39Z</dc:date>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075526#M394798</link>
      <description>&lt;H5&gt;how to allow few url and block other in cisco asa 5510&lt;/H5&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:31:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075526#M394798</guid>
      <dc:creator>Hardik Vaidh</dc:creator>
      <dc:date>2019-03-12T00:31:23Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075527#M394800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hardik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example we will allow only cisco.com, and block everything else:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;regex allowex2 "cisco\.com"&lt;BR /&gt;&lt;BR /&gt;class-map type inspect http match-all allow-url-class&lt;BR /&gt; match not request header host regex allowex2&lt;BR /&gt;&lt;BR /&gt;policy-map type inspect http allow-url-policy&lt;BR /&gt; parameters&lt;BR /&gt; class allow-url-class&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect http allow-url-policy&lt;BR /&gt;&lt;BR /&gt;service-policy global_policy global&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:01:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075527#M394800</guid>
      <dc:creator>Eugene Korneychuk</dc:creator>
      <dc:date>2012-12-03T09:01:42Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075528#M394803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http and https both are block ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:04:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075528#M394803</guid>
      <dc:creator>Hardik Vaidh</dc:creator>
      <dc:date>2012-12-03T09:04:39Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075529#M394805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hardick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only http.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTPS filtering is not supported on ASA. ASA cannot do deep packet&amp;nbsp;&amp;nbsp; inspection or inspection based on regular expression for HTTPS traffic,&amp;nbsp; because&amp;nbsp; in HTTPS, content of packet is encrypted (SSL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You&amp;nbsp; can also use URL filtering to direct specific traffic to an external&amp;nbsp;&amp;nbsp; filtering server, such an Secure Computing SmartFilter (formerly N2H2)&amp;nbsp; or&amp;nbsp; Websense filtering server. Long URL, HTTPS, and FTP filtering can&amp;nbsp; now be enabled&amp;nbsp; using both Websense and Secure Computing SmartFilter for&amp;nbsp; URL filtering.&amp;nbsp; Filtering servers can block traffic to specific sites&amp;nbsp; or types of sites, as&amp;nbsp; specified by the security policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on URL filters, refer the following URLs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa81/config/guide/filter.html#wp1042606" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa81/config/guide/filter.html#wp1042606&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008088517b.shtml" rel="nofollow"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008088517b.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940e04.shtml" rel="nofollow"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940e04.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, rate helpful posts &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:13:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075529#M394805</guid>
      <dc:creator>Eugene Korneychuk</dc:creator>
      <dc:date>2012-12-03T09:13:52Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075530#M394806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx a lot dear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have more then two remote site.. and i want to block and allow url each center but every center have different requirement ... so it is possible in one cisco 5510 ASA for multiple location.. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:22:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075530#M394806</guid>
      <dc:creator>Hardik Vaidh</dc:creator>
      <dc:date>2012-12-03T09:22:42Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075531#M394809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can configure different regex, for different requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:26:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075531#M394809</guid>
      <dc:creator>Eugene Korneychuk</dc:creator>
      <dc:date>2012-12-03T09:26:36Z</dc:date>
    </item>
    <item>
      <title>how to allow few url and block other in cisco asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075532#M394810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thnx will check.. thnx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 09:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-allow-few-url-and-block-other-in-cisco-asa-5510/m-p/2075532#M394810</guid>
      <dc:creator>Hardik Vaidh</dc:creator>
      <dc:date>2012-12-03T09:31:33Z</dc:date>
    </item>
  </channel>
</rss>

