<?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 question in tracing wccp traffic in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228231#M44803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to explaing what happen next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once traffic is redirected to cache-engine, and cache enigne has no content locally cached, it will forward the request to orignal server. Now there are two ways of doing that, one by intiating connection using its own IP, second spoofing orignal client IP and intiating backend connection using that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 1, as conection is intiated by CE only, so return traffic will be destined to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 2, return traffic from server will be destined to orignal client thats why need redirection, so wccp service 90 come in picutre [hoping gig0/3 is our WAN interface].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that you have used ip wccp redirect exclude in, for CE facing interface. With configuration you are using i.e redirection in "IN" direction, we do not need that command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot open your diagram, so not able to answer your question on interface gig0/2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 01:34:12 GMT</pubDate>
    <dc:creator>gaursin2</dc:creator>
    <dc:date>2013-05-30T01:34:12Z</dc:date>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228230#M44802</link>
      <description>&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;my question is how to trace the wccp traffic in" upload and dowload "&amp;nbsp;&amp;nbsp; "from and to "&amp;nbsp;&amp;nbsp; clients .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assume the topology below :&lt;/P&gt;&lt;P&gt;we have router with 4&amp;nbsp; interfaces :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the config of router with wccp :&lt;/P&gt;&lt;P&gt;============================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333399;"&gt;GI0/1========&amp;gt;ip wccp 80 redirect in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333399;"&gt;GI0/4========&amp;gt;ip wccp redirect exclude in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333399;"&gt;GI0/3========&amp;gt;ip wccp 90 redirect in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the gloabl config of the router we have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;#ip access-list ex cache80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;#permit tcp 192.168.1.0 0.0.0.255 any eq 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;#ip access-list ex cache90&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt; #permit tcp any 192.168.1.0 0.0.0.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#ip wccp 80 redirect-list cache80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;i#p wccp 90 redirect-list cache90&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;======================================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;my question is , how to trace the http trafic from client to internet .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;i will post my understanding&amp;nbsp; and wish to correct me if im not correct .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;*******************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;when clinet make http request , it enter the interface Gi01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;then it matched by the acl redirect cache80 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;then it will be redirected to the interface where cache seerver of service 80 exist , so it will go to interface GI0/4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;the cache server will see if the request cache before or not .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;to here , its clear ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;but im understanding wt will come next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;plz i wish somebody clarify what is comming next .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;aslo another question ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;the interface GI0/2 has no relation to cache , does it require any wccp config under interface config "Gi0/2 " ???&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;wish my best regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="http://www5.0zz0.com/2013/05/23/11/170478839.jpg" class="jive-image" src="http://www5.0zz0.com/2013/05/23/11/170478839.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 11:20:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228230#M44802</guid>
      <dc:creator>Dr.X</dc:creator>
      <dc:date>2013-05-23T11:20:11Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228231#M44803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to explaing what happen next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once traffic is redirected to cache-engine, and cache enigne has no content locally cached, it will forward the request to orignal server. Now there are two ways of doing that, one by intiating connection using its own IP, second spoofing orignal client IP and intiating backend connection using that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 1, as conection is intiated by CE only, so return traffic will be destined to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 2, return traffic from server will be destined to orignal client thats why need redirection, so wccp service 90 come in picutre [hoping gig0/3 is our WAN interface].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that you have used ip wccp redirect exclude in, for CE facing interface. With configuration you are using i.e redirection in "IN" direction, we do not need that command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot open your diagram, so not able to answer your question on interface gig0/2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 01:34:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228231#M44803</guid>
      <dc:creator>gaursin2</dc:creator>
      <dc:date>2013-05-30T01:34:12Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228232#M44804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;thanks alot for reply ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can have a look on my diagram from here :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www5.0zz0.com/2013/05/23/11/170478839.jpg"&gt;http://www5.0zz0.com/2013/05/23/11/170478839.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;=======================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but im still not understanding , why we dont need the command ip wccp redirect exlude in in my sitiuation ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean that&amp;nbsp; all the redirection has the direction "in "&amp;nbsp; , as i fresult i&amp;nbsp; dont need the command :&lt;/P&gt;&lt;P&gt;ip wccp redirect exclude in on the interface Gi0/4&lt;/P&gt;&lt;P&gt;=========================================================&lt;/P&gt;&lt;P&gt;i just need an example or explanation , when we need it , and i wish it with an example about the topology ive posted , i think it will help me in understaning it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with my best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:45:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228232#M44804</guid>
      <dc:creator>Dr.X</dc:creator>
      <dc:date>2013-05-30T05:45:45Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228233#M44805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getting security threat in opening your diagram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding wccp exclude in --&lt;/P&gt;&lt;P&gt;take for example instead of using ip wccp 80 redirect in on LAN, you used ip wccp 80 redirect out on WAN, SO in that case there is chance that packet egress from cache engine will again get redirected back to CE, because of redirection in "out" direction. So we can instruct router to exclude traffic entering from CE interface from further redirection and avoid loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:57:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228233#M44805</guid>
      <dc:creator>gaursin2</dc:creator>
      <dc:date>2013-05-30T05:57:32Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228234#M44806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;relative to ur answer above&amp;nbsp; , if i put redirect out in wan interface , and redirect in&amp;nbsp; in wan interface .&lt;/P&gt;&lt;P&gt;but my question is&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how will the router estimate this traffic if it was&amp;nbsp; redirected from squid or not ???!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there method the router use&amp;nbsp; to estimate that the traffic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems clear to me &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 06:23:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228234#M44806</guid>
      <dc:creator>Dr.X</dc:creator>
      <dc:date>2013-05-30T06:23:20Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228235#M44807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about&amp;nbsp; internal mechanism which router uses, but from top, router simply filter traffic arriving from interface [on which wccp exclude is configured] for further redirection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 06:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228235#M44807</guid>
      <dc:creator>gaursin2</dc:creator>
      <dc:date>2013-05-30T06:29:49Z</dc:date>
    </item>
    <item>
      <title>question in tracing wccp traffic</title>
      <link>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228236#M44808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks alot for your replies .&lt;/P&gt;&lt;P&gt;i really got alot benefit&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 06:36:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/question-in-tracing-wccp-traffic/m-p/2228236#M44808</guid>
      <dc:creator>Dr.X</dc:creator>
      <dc:date>2013-05-30T06:36:29Z</dc:date>
    </item>
  </channel>
</rss>

