<?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 wccp bypass in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673142#M33729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't that just be for internal traffic, ie machines on the lan to bypass WCCP all together? I still want all the machines on the lan using WCCP, but just want one website to not use wccp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2011 16:52:27 GMT</pubDate>
    <dc:creator>Justin Zullinger</dc:creator>
    <dc:date>2011-06-30T16:52:27Z</dc:date>
    <item>
      <title>wccp bypass</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673140#M33727</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currenty using WCCP with squid for content filtering. One of our sites we connect to needs to see the connection coming from our public IP address, not the proxy server IP. I've created a acl in squid for direct lookup, but the website gets angry with the X-Forwarder-Header squid attaches to each packet. Is there a way in a cisco ASA 5505 to bypass wccp for a specific public ip address or url?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 16:38:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673140#M33727</guid>
      <dc:creator>Justin Zullinger</dc:creator>
      <dc:date>2011-06-30T16:38:28Z</dc:date>
    </item>
    <item>
      <title>wccp bypass</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673141#M33728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can use redirect-acl to define whcih traffic should / should not be redirected to WCCP Client. See below syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp web-cache redirect-list ACL_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 16:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673141#M33728</guid>
      <dc:creator>ahskhan</dc:creator>
      <dc:date>2011-06-30T16:46:52Z</dc:date>
    </item>
    <item>
      <title>wccp bypass</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673142#M33729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't that just be for internal traffic, ie machines on the lan to bypass WCCP all together? I still want all the machines on the lan using WCCP, but just want one website to not use wccp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 16:52:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673142#M33729</guid>
      <dc:creator>Justin Zullinger</dc:creator>
      <dc:date>2011-06-30T16:52:27Z</dc:date>
    </item>
    <item>
      <title>wccp bypass</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673143#M33730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, redirect ACL is extended, so it can be both ways, see below my LAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120; 2 elements&lt;/P&gt;&lt;P&gt;access-list 120 line 1 extended deny ip any host 72.163.4.161 log informational interval 300 (hitcnt=45) 0x0a8fd0a5 &lt;/P&gt;&lt;P&gt;access-list 120 line 2 extended permit ip any any (hitcnt=0) 0x6f1c3702 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 17:11:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673143#M33730</guid>
      <dc:creator>ahskhan</dc:creator>
      <dc:date>2011-06-30T17:11:20Z</dc:date>
    </item>
    <item>
      <title>wccp bypass</title>
      <link>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673144#M33731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 17:27:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/wccp-bypass/m-p/1673144#M33731</guid>
      <dc:creator>Justin Zullinger</dc:creator>
      <dc:date>2011-06-30T17:27:17Z</dc:date>
    </item>
  </channel>
</rss>

