<?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: WCCP On Cisco Firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653924#M558653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that command has nothing to do with WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"same-security-traffic permit intra-interface" is to allow traffic to go in and out the same interface.&lt;/P&gt;&lt;P&gt;However, in your topology, you will need WCCP to transparent send the traffic to Websense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 05:03:58 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2011-04-05T05:03:58Z</dc:date>
    <item>
      <title>WCCP On Cisco Firewall</title>
      <link>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653921#M558638</link>
      <description>&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;I have configured WCCP from websense (V10K appliance) on Cisco ASA 5520 (8.2.4 code)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;My Websense interfaces are on the inside with IP 10.1.0.5 and 10.1.0.6. All the LAN users also come from the Inside interface. The users were using Proxy server (&lt;EM&gt;in their browsers) &lt;/EM&gt;before the implementation of WebSense. Now to allow all the LAN users to send request to Websense interfaces we have to allow www and https from all LAN users towards any. In this case we will need to permit the full subnet like this on the inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;Access-list ACL_INSIDE permit ip 10.0.0.0 255.0.0.0 any www&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;Access-list ACL_INSIDE permit ip 10.0.0.0 255.0.0.0 any https&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;Which we don’t want to.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;When I did a packet trace I noticed that the ACL_Inside is evaluated first before the WCCP redirect that’s why permit in ACL_INSIDE is required. Is there any way we can evaluate WCCP redirect before inside ACL ? Packet tracer output is attached herewith.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt;OR is it the default behavior of firewall and i need to accomodate thorough some ACL tweek.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="color: #0033cc; font-size: 12pt; font-family: Calibri; "&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:16:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653921#M558638</guid>
      <dc:creator>munawar.zeeshan</dc:creator>
      <dc:date>2019-03-11T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP On Cisco Firewall</title>
      <link>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653922#M558646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, interface ACL will always be applied first and WCCP will come after once traffic has been permitted through the interface ACL. That is the default behaviour of the firewall as it will not allow WCCP to even happen if traffic is being denied on interface level ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want access for some users at all towards the Internet, then you can configure deny above the permit ACL that you already have for the specific user IP Address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 09:16:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653922#M558646</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-04-04T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP On Cisco Firewall</title>
      <link>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653923#M558650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will permitting Intra-interface same security level traffic might help in this case ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 12:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653923#M558650</guid>
      <dc:creator>munawar.zeeshan</dc:creator>
      <dc:date>2011-04-04T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: WCCP On Cisco Firewall</title>
      <link>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653924#M558653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that command has nothing to do with WCCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"same-security-traffic permit intra-interface" is to allow traffic to go in and out the same interface.&lt;/P&gt;&lt;P&gt;However, in your topology, you will need WCCP to transparent send the traffic to Websense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 05:03:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-on-cisco-firewall/m-p/1653924#M558653</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-04-05T05:03:58Z</dc:date>
    </item>
  </channel>
</rss>

