<?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 Hi in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862226#M152971</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;could you give more information please?&lt;/P&gt;
&lt;P&gt;Does web cache server and clients are behind the same interface of the asa? Otherwise it will never work. I mean if inside asa interace is on the network 192.168.0.0/24, webcache server and clients must be on the same segment.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if you are respecting this prerequisite, config looks like as below:&lt;/P&gt;
&lt;P&gt;acl for classifying all webcache server:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;access-list wccp-srv permit ip host 192.168.x.x any ==&amp;gt; web cache server ip&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Acl for traffic that needs to be redirected:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;access-list wccp-clients permit tcp&amp;nbsp;192.168.x.0 255.255.255.0 any eq 443 ==&amp;gt; you want to redirect only hhtps traffic&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Enable wccp:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;wccp web-cache group-list wccp-srv redirect-list wccp-clients&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Redirect traffic on the inside:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;wccp interface inside web-cache redirect in&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;could you compare your config with this template?&lt;/P&gt;
&lt;P&gt;hope this is clear.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can also use service-id, take a look on :&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/116046-config-wccp-asa-00.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;P&gt;PS: please don't forget to rate and mark as correct answer if this solved your issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2016 23:25:10 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2016-06-16T23:25:10Z</dc:date>
    <item>
      <title>WCCP - HTTPS Redirection</title>
      <link>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862225#M152970</link>
      <description>&lt;P&gt;Hello, everyone. Need some assistance with WCCP HTTPS redirection. I've applied the configurations, but it seems the ASA isn't redirecting any HTTPS traffic. I've confirmed with the web-filter support personnel that the traffic never arrives at the appliance. Web-cache (port 80) is working without issue. After generating traffic from a test machine I do not see the ACL counters increment. Any help would be much appreciated!!&lt;/P&gt;
&lt;P&gt;asa912-smp-k8.bin / ASA5515x&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Config:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;wccp web-cache redirect-list WCCP_REDIRECT_HTTP group-list WCCP_GROUP&lt;BR /&gt;wccp 70 redirect-list WCCP_REDIRECT_HTTPS group-list WCCP_GROUP&lt;BR /&gt;wccp interface inside web-cache redirect in&lt;BR /&gt;wccp interface inside 70 redirect in&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Show:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Global WCCP information:&lt;BR /&gt; Router information:&lt;BR /&gt; Router Identifier: 192.168.254.1&lt;BR /&gt; Protocol Version: 2.0&lt;/P&gt;
&lt;P&gt;Service Identifier: 70&lt;BR /&gt; Number of Cache Engines: 0&lt;BR /&gt; Number of routers: 0&lt;BR /&gt; Total Packets Redirected: 0&lt;BR /&gt; Redirect access-list: WCCP_REDIRECT_HTTPS&lt;BR /&gt; Total Connections Denied Redirect: 0&lt;BR /&gt; Total Packets Unassigned: 0&lt;BR /&gt; Group access-list: WCCP_GROUP&lt;BR /&gt; Total Messages Denied to Group: 0&lt;BR /&gt; Total Authentication failures: 0&lt;BR /&gt; Total Bypassed Packets Received: 0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;WCCP Routers Informed of:&lt;BR /&gt; -none-&lt;/P&gt;
&lt;P&gt;WCCP Cache Engines Visible:&lt;BR /&gt; -none-&lt;/P&gt;
&lt;P&gt;WCCP Cache Engines NOT Visible:&lt;BR /&gt; -none-&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862225#M152970</guid>
      <dc:creator>spencermoore</dc:creator>
      <dc:date>2019-03-12T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862226#M152971</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;could you give more information please?&lt;/P&gt;
&lt;P&gt;Does web cache server and clients are behind the same interface of the asa? Otherwise it will never work. I mean if inside asa interace is on the network 192.168.0.0/24, webcache server and clients must be on the same segment.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;if you are respecting this prerequisite, config looks like as below:&lt;/P&gt;
&lt;P&gt;acl for classifying all webcache server:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;access-list wccp-srv permit ip host 192.168.x.x any ==&amp;gt; web cache server ip&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Acl for traffic that needs to be redirected:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;access-list wccp-clients permit tcp&amp;nbsp;192.168.x.0 255.255.255.0 any eq 443 ==&amp;gt; you want to redirect only hhtps traffic&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Enable wccp:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;wccp web-cache group-list wccp-srv redirect-list wccp-clients&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Redirect traffic on the inside:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;wccp interface inside web-cache redirect in&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;could you compare your config with this template?&lt;/P&gt;
&lt;P&gt;hope this is clear.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can also use service-id, take a look on :&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/adaptive-security-appliance-asa-software/116046-config-wccp-asa-00.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;P&gt;PS: please don't forget to rate and mark as correct answer if this solved your issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 23:25:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862226#M152971</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2016-06-16T23:25:10Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862227#M152972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;ACL:&lt;/P&gt;
&lt;P&gt;access-list wccp-http extended deny ip host &amp;lt;wccp server ip&amp;gt; any&lt;BR /&gt;access-list wccp-http extended permit tcp object-group &amp;lt;LAN subnet&amp;gt; any eq www&lt;BR /&gt;access-list wccp-https extended deny ip host &amp;lt;wccp server ip&amp;gt; any&lt;BR /&gt;access-list wccp-https extended permit tcp object-group &amp;lt;LAN subnet&amp;gt; any eq https&lt;BR /&gt;access-list wccp-server extended permit ip host &amp;lt;wccp server ip&amp;gt; any&lt;/P&gt;
&lt;P&gt;The acl is built for http, https and wccp-server as above. This configuration works for us.&lt;/P&gt;
&lt;P&gt;Have you checked the traffic on wccp server interface(gre) for any https traffic using tcpdump/ngrep?&lt;/P&gt;
&lt;P&gt;If you can't see the traffic it could be router identfier issue on the asa or firewall settings on the wccp-server.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Kindly advise.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kias&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 06:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/wccp-https-redirection/m-p/2862227#M152972</guid>
      <dc:creator>Kias</dc:creator>
      <dc:date>2016-08-26T06:59:09Z</dc:date>
    </item>
  </channel>
</rss>

