<?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 ASA WCCP w/Ironport Question in Web Security</title>
    <link>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805113#M1982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its hash or mask based (you pick, or the boxes negotiate), against server address or client address, but only if the cache engines are up... ie if one is down, all of the traffic will go to the other one...&amp;nbsp; Keep in mind that WCCP is sort of like a "subscription".&amp;nbsp; If both WSA's are down, the ASA will see no "subscriptions" so it will just pass the traffic without trying to redirect it anywhere.&amp;nbsp; If one is up and talking, it gets all of the traffic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at Network/Transparent Redirection, set it for WCCP v2 Router,&amp;nbsp; and add a service.&amp;nbsp;&amp;nbsp; The config is there... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, don't forget to add 2 ACE's to the ACL on the ASA to keep the traffic from one WSA proxy ip from getting sent to the the other WSA, and vice versa...&lt;/P&gt;&lt;P&gt;(Taken from AnswerID 1663 in the old ironport support knowledge base)&lt;/P&gt;&lt;TABLE border="1" cellpadding="2" cellspacing="0" style="background-color: #fafafa; border: #6b6b6b 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG style="background-color: #dbddba; color: black;"&gt;wccp&lt;/STRONG&gt; 90 redirect-list acl_http group-list acl_wsas password securewccp&lt;P&gt;! Access List denying traffic sent to the WSA (as destination IP) to be redirected to the WSA&lt;BR /&gt;! this is particular useful when the ASA is configured to redirect traffic to multiple WSAs.&lt;BR /&gt;! WSA1 IP address = 10.0.0.1&lt;BR /&gt;! WSA2 IP address = 10.0.0.2&lt;BR /&gt;access-list acl_http extended deny tcp any host 10.0.0.1&lt;BR /&gt;access-list acl_http extended deny tcp any host 10.0.0.2&lt;/P&gt;&lt;P&gt;! Allow http traffic to be redirected&lt;BR /&gt;access-list acl_http extended&amp;nbsp; permit tcp any any eq www&lt;/P&gt;&lt;P&gt;! Allow https traffic to be redirected&lt;BR /&gt;access-list acl_http extended&amp;nbsp; permit tcp any any eq https&lt;/P&gt;&lt;P&gt;! Define which WSAs are allowed to participate on the &lt;STRONG style="background-color: #dbddba; color: black;"&gt;WCCP&lt;/STRONG&gt; communication&lt;BR /&gt;access-list acl_wsas standard&amp;nbsp; permit host 10.0.0.1&lt;BR /&gt;access-list acl_wsas standard&amp;nbsp; permit host 10.0.0.2&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;&lt;STRONG style="background-color: #dbddba; color: black;"&gt;wccp&lt;/STRONG&gt; interface inside 90 redirect in&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2011 15:39:47 GMT</pubDate>
    <dc:creator>Ken Stieers</dc:creator>
    <dc:date>2011-11-04T15:39:47Z</dc:date>
    <item>
      <title>ASA WCCP w/Ironport Question</title>
      <link>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805112#M1981</link>
      <description>&lt;P&gt;I'd like to use ASA WCCP to point to a couple different Ironport s160 systems for redundancy. I can't find any documentation that talks about how the WCCP mechanism selects which system to use. &lt;/P&gt;&lt;P&gt;Is it simply round robin or hash-based regardless of cache engine status?&lt;/P&gt;&lt;P&gt;Or does it try the first in the list and if inaccessible move to the next in the llist?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 15:11:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805112#M1981</guid>
      <dc:creator>AJ Cruz</dc:creator>
      <dc:date>2011-11-04T15:11:30Z</dc:date>
    </item>
    <item>
      <title>ASA WCCP w/Ironport Question</title>
      <link>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805113#M1982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its hash or mask based (you pick, or the boxes negotiate), against server address or client address, but only if the cache engines are up... ie if one is down, all of the traffic will go to the other one...&amp;nbsp; Keep in mind that WCCP is sort of like a "subscription".&amp;nbsp; If both WSA's are down, the ASA will see no "subscriptions" so it will just pass the traffic without trying to redirect it anywhere.&amp;nbsp; If one is up and talking, it gets all of the traffic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at Network/Transparent Redirection, set it for WCCP v2 Router,&amp;nbsp; and add a service.&amp;nbsp;&amp;nbsp; The config is there... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, don't forget to add 2 ACE's to the ACL on the ASA to keep the traffic from one WSA proxy ip from getting sent to the the other WSA, and vice versa...&lt;/P&gt;&lt;P&gt;(Taken from AnswerID 1663 in the old ironport support knowledge base)&lt;/P&gt;&lt;TABLE border="1" cellpadding="2" cellspacing="0" style="background-color: #fafafa; border: #6b6b6b 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG style="background-color: #dbddba; color: black;"&gt;wccp&lt;/STRONG&gt; 90 redirect-list acl_http group-list acl_wsas password securewccp&lt;P&gt;! Access List denying traffic sent to the WSA (as destination IP) to be redirected to the WSA&lt;BR /&gt;! this is particular useful when the ASA is configured to redirect traffic to multiple WSAs.&lt;BR /&gt;! WSA1 IP address = 10.0.0.1&lt;BR /&gt;! WSA2 IP address = 10.0.0.2&lt;BR /&gt;access-list acl_http extended deny tcp any host 10.0.0.1&lt;BR /&gt;access-list acl_http extended deny tcp any host 10.0.0.2&lt;/P&gt;&lt;P&gt;! Allow http traffic to be redirected&lt;BR /&gt;access-list acl_http extended&amp;nbsp; permit tcp any any eq www&lt;/P&gt;&lt;P&gt;! Allow https traffic to be redirected&lt;BR /&gt;access-list acl_http extended&amp;nbsp; permit tcp any any eq https&lt;/P&gt;&lt;P&gt;! Define which WSAs are allowed to participate on the &lt;STRONG style="background-color: #dbddba; color: black;"&gt;WCCP&lt;/STRONG&gt; communication&lt;BR /&gt;access-list acl_wsas standard&amp;nbsp; permit host 10.0.0.1&lt;BR /&gt;access-list acl_wsas standard&amp;nbsp; permit host 10.0.0.2&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;&lt;STRONG style="background-color: #dbddba; color: black;"&gt;wccp&lt;/STRONG&gt; interface inside 90 redirect in&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 15:39:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805113#M1982</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2011-11-04T15:39:47Z</dc:date>
    </item>
    <item>
      <title>ASA WCCP w/Ironport Question</title>
      <link>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805114#M1983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 15:43:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/asa-wccp-w-ironport-question/m-p/1805114#M1983</guid>
      <dc:creator>AJ Cruz</dc:creator>
      <dc:date>2011-11-04T15:43:10Z</dc:date>
    </item>
  </channel>
</rss>

