<?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: ASA 5510 integrate websense in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615496#M1031980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CSC SSM to do url filtering, not necessary to configure Websense and N2H2 on the ASA. The difference are.&lt;/P&gt;&lt;P&gt;1. I belive (guess:)) CSC SSM will send your URL check request to the server host on the Internet by Trend&lt;/P&gt;&lt;P&gt;2. WebSense and N2H2 solutions will have your ASA redirect URL request to server in your LAN,because signature database larger than 200M for websense v6.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the post help,please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 16:28:31 GMT</pubDate>
    <dc:creator>pengfang</dc:creator>
    <dc:date>2006-12-21T16:28:31Z</dc:date>
    <item>
      <title>ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615490#M1031925</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please somebody can help me how to integrate ASA5510 with websense ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615490#M1031925</guid>
      <dc:creator>shailesh_ccnp</dc:creator>
      <dc:date>2019-03-11T09:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615491#M1031936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 21:27:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615491#M1031936</guid>
      <dc:creator />
      <dc:date>2006-12-18T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615492#M1031944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 21:28:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615492#M1031944</guid>
      <dc:creator />
      <dc:date>2006-12-18T21:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615493#M1031960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 21:28:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615493#M1031960</guid>
      <dc:creator />
      <dc:date>2006-12-18T21:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615494#M1031967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assuming you will deploy websense in your inside network ,do not put it in the DMZ.Followed is code for URL filterting:&lt;/P&gt;&lt;P&gt;1. ASA &lt;/P&gt;&lt;P&gt;url-server (Inside) vendor websense host 192.168.3.4 timeout 30 protocol TCP version 4 connections 5&lt;/P&gt;&lt;P&gt;url-cache src_dst 128&lt;/P&gt;&lt;P&gt;url-block block 128&lt;/P&gt;&lt;P&gt;filter https 443 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow &lt;/P&gt;&lt;P&gt;filter ftp 21 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow #optional,if you want to filter ftp#&lt;/P&gt;&lt;P&gt;filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow proxy-block&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect http  #http inspect enabled#&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;2. websense : see attched screen shot&lt;/P&gt;&lt;P&gt;select " Integrate" mode ,not "standalone"&lt;/P&gt;&lt;P&gt;select "Cisco ASA appliance"&lt;/P&gt;&lt;P&gt;ASA only filter URL ,if you want to filter protocol, you should configure websense filter agent accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the post help, please rate ,thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 05:34:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615494#M1031967</guid>
      <dc:creator>pengfang</dc:creator>
      <dc:date>2006-12-21T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615495#M1031975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on a ASA5520 with CSC SSM on it. Im trying to test URL blocking, but Im not sucessful. Is it absolutely necessary to have Websense or N2H2 to successfully filter or block URLs? I want to know if ASA CSC SSM can to the URL blocking by itself. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorenz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 06:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615495#M1031975</guid>
      <dc:creator>l.tating</dc:creator>
      <dc:date>2006-12-21T06:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615496#M1031980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CSC SSM to do url filtering, not necessary to configure Websense and N2H2 on the ASA. The difference are.&lt;/P&gt;&lt;P&gt;1. I belive (guess:)) CSC SSM will send your URL check request to the server host on the Internet by Trend&lt;/P&gt;&lt;P&gt;2. WebSense and N2H2 solutions will have your ASA redirect URL request to server in your LAN,because signature database larger than 200M for websense v6.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the post help,please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 16:28:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615496#M1031980</guid>
      <dc:creator>pengfang</dc:creator>
      <dc:date>2006-12-21T16:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 integrate websense</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615497#M1031989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lorenz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  It is not enough to enable the URL blocking and filtering through the CSC module interface. YOu have to configure the ASA to pass HTTP traffic through the CSC module otherwise traffic won't be filtered by the CSC even if you do the web configuration. &lt;/P&gt;&lt;P&gt;Below you can find a sample config to pass traffic to the CSC. The below will pass FTP, POP3, HTTP and SMTP. These are the only supported protocols by CSC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list csc_inside_outbound permit tcp "Inside_subnet" any eq 21&lt;/P&gt;&lt;P&gt;access-list csc_inside_outbound permit tcp "Inside_subnet" any eq 80&lt;/P&gt;&lt;P&gt;access-list csc_inside_outbound permit tcp "Inside_subnet"  any eq 110&lt;/P&gt;&lt;P&gt;access-list csc_inside_outbound permit tcp "Inside_subnet"  any eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map csc_inside_outbound_class&lt;/P&gt;&lt;P&gt;match access-list csc_inside_outbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map csc_inside_out_policy&lt;/P&gt;&lt;P&gt;class csc_inside_outbound_class&lt;/P&gt;&lt;P&gt;csc fail-open&lt;/P&gt;&lt;P&gt;service-policy csc_inside_out_policy interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreicate your rating if I could help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 17:42:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-integrate-websense/m-p/615497#M1031989</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-12-21T17:42:24Z</dc:date>
    </item>
  </channel>
</rss>

