<?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 Why are two service group numbers required for WCCP in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326533#M44657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco one-armed set-up with Silverpeak NX series appliance and the service IDs I would like to query are 51,52,53,54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank for replies so far !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 19:45:16 GMT</pubDate>
    <dc:creator>AJAZ NAWAZ</dc:creator>
    <dc:date>2013-09-06T19:45:16Z</dc:date>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326528#M44652</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two service group identifiers are required for WCCP redirection for TCP and second one is automatically set for UDP even if it is explicity specified?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 41 redirect-list ....&lt;/P&gt;&lt;P&gt;ip wccp 42 redirect-list ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my understanding correct on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 15:29:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326528#M44652</guid>
      <dc:creator>AJAZ NAWAZ</dc:creator>
      <dc:date>2013-09-06T15:29:15Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326529#M44653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Juan. I have been reviewing this and the ports mentioned on your post are for UDP. The 42 says is used for ARPA (&lt;A href="http://en.wikipedia.org/wiki/ARPA_Host_Name_Server_Protocol" title="ARPA Host Name Server Protocol"&gt;ARPA Host Name Server Protocol&lt;/A&gt;) or even for WINS (&lt;A href="http://en.wikipedia.org/wiki/Windows_Internet_Name_Service" title="Windows Internet Name Service"&gt;Windows Internet Name Service&lt;/A&gt;) while the 41 is used for graphics or Trojans. For the port 41 I have found this link: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.speedguide.net/port.php?port=41"&gt;http://www.speedguide.net/port.php?port=41&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand, WCCP uses services for the traffic being redirected to the cache/proxy engine and the same service numbers must be configured on the cache engine since they work as identifiers for the traffic in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now depending on the appliance you are working with, it will have the default WCCP service identifier per protocol.&lt;/P&gt;&lt;P&gt;For example Cisco WAAS uses services 61 and 62 which are the promiscuous services for TCP.&lt;/P&gt;&lt;P&gt;Ironport uses service 80 for web-cache and the services 70 for HTTP and 0 for HTTPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least on Cisco Routers when you configure WCCP the router will not dynamically generate any service. The administrator must always to configure which are the services they want to enable for WCCP redirection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you may configure this on a Cisco Router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 61&lt;/P&gt;&lt;P&gt;ip wccp 62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp web-cache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 70&lt;/P&gt;&lt;P&gt;ip wccp 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the very basic configuration, I am skipping the detail where the redirection statement must be placed on the interfaces playing redirection here, this is that the interfaces where the insteresting traffic is being received must be configured with the ip wccp &lt;SERVICE id=""&gt; redirect &lt;IN&gt;.&lt;/IN&gt;&lt;/SERVICE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for Cisco routers, that is why I am telling that depending on the platform you are using as WCCP router and which type of cache engine you are using the services must be configured using the same service identifier/number. At least on the WCCP routers there are no services created dynamically, the net admin must configure them. There may be cache engines that dynamically creates a service for WCCP, but that is platform dependent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 18:28:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326529#M44653</guid>
      <dc:creator>Juan Leon</dc:creator>
      <dc:date>2013-09-06T18:28:30Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326530#M44654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, here is a configuration example for a Cisco Router and a Bluecoat proxy for the Web-cache service, please notice that the same service was configured on both devices, otherwise the redirection will not occur:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard HTTP Redirection Using a Security Password&lt;/P&gt;&lt;P&gt;A simple eight-character password is configured within the router. This password must match the password configured within the ProxySG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router Configuration&lt;/P&gt;&lt;P&gt;The following example enables standard HTTP traffic redirection on a WCCP version 2-capable Cisco router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config)# ip wccp web-cache password 29gy8c2&lt;/P&gt;&lt;P&gt;Router(config)# interface ethernet 0&lt;/P&gt;&lt;P&gt;Router(config-if)# ip wccp web-cache redirect out&lt;/P&gt;&lt;P&gt;Router(config-if)# end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProxySG Configuration&lt;/P&gt;&lt;P&gt;To enable the standard WCCP version 2 service group within the ProxySG, the following configuration file could be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Enable WCCP to allow WCCP protocol communication between&lt;/P&gt;&lt;P&gt;# the ProxySG Appliance and the home router.&lt;/P&gt;&lt;P&gt;wccp enable&lt;/P&gt;&lt;P&gt;# By default, the WCCP version 2 protocol is assumed. An&lt;/P&gt;&lt;P&gt;# explicit “wccp version 2" command could be specified&lt;/P&gt;&lt;P&gt;# here.&lt;/P&gt;&lt;P&gt;service-group web-cache&lt;/P&gt;&lt;P&gt;# Specify the address for the router.&lt;/P&gt;&lt;P&gt;home-router 90.0.0.90&lt;/P&gt;&lt;P&gt;# Network interface 0 will participate.&lt;/P&gt;&lt;P&gt;interface 0&lt;/P&gt;&lt;P&gt;password 29gy8c2&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 18:33:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326530#M44654</guid>
      <dc:creator>Juan Leon</dc:creator>
      <dc:date>2013-09-06T18:33:33Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326531#M44655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you referring to WCCP for WAAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so you are correct two service groups are defined one which hashes on source ip and the other hashes on destination ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default WAAS config for WAAS would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp router-list 1 14.110.3.129&lt;/P&gt;&lt;P&gt;wccp tcp-promiscuous service-pair 61 62&lt;/P&gt;&lt;P&gt; router-list-num 1&lt;/P&gt;&lt;P&gt; enable&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means you have to globally define 61 and 62 on your router and then specific which interfaces you want to redirect on and in which direction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pdi-2821-rtp#sh run&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pdi-2821-rtp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip wccp 61&lt;/P&gt;&lt;P&gt;ip wccp 62&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;interface GigabitEthernet0/0.1&lt;/P&gt;&lt;P&gt; description Client-LAN&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 500&lt;/P&gt;&lt;P&gt; ip address 14.110.3.113 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip wccp 61 redirect in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.2&lt;/P&gt;&lt;P&gt; description WAVE-574&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 600&lt;/P&gt;&lt;P&gt; ip address 14.110.3.129 255.255.255.240&lt;/P&gt;&lt;P&gt; ip helper-address 10.86.77.7&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description WAN Link&lt;/P&gt;&lt;P&gt; ip address 14.110.3.62 255.255.255.252&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip wccp 62 redirect in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip flow egress&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, that WCCP services for WAAS are TCP only (see keyword tcp-promiscuous).&amp;nbsp; When WCCP services are negotiated between the router and WAAS device it signals that it's interersted in TCP packets only (all TCP packets).&amp;nbsp;&amp;nbsp; Thus, UDP traffic will never be redirected to WAAS (and you would not want to since it does not optimize UDP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also configure any service-pair numbers if 61/ 62 happen to be in use by another WCCP service.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp router-list 1 14.110.3.129&lt;/P&gt;&lt;P&gt;wccp tcp-promiscuous service-pair 41 42&lt;/P&gt;&lt;P&gt; router-list-num 1&lt;/P&gt;&lt;P&gt; enable&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just then make sure you configure this service pair and redirect interfaces appropriately on your WCCP router (14.110.3.129 in this case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:05:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326531#M44655</guid>
      <dc:creator>Michael Korenbaum</dc:creator>
      <dc:date>2013-09-06T19:05:08Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326532#M44656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/4/5/5/154554-untitled.bmp" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;Here is a table with the service numbers used by Cisco WCCP. And regarding what Mike says, WCCP with Cisco WAAS will use the service 61 and 62 to balance the traffic load based on the source (service 61) and the destination (service 62). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link where WCCP configuration is explained when using web-cache service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html&lt;/A&gt;&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html&lt;/A&gt;&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf018_ps1835_TSD_Products_Configuration_Guide_Chapter.html&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326532#M44656</guid>
      <dc:creator>Juan Leon</dc:creator>
      <dc:date>2013-09-06T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326533#M44657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco one-armed set-up with Silverpeak NX series appliance and the service IDs I would like to query are 51,52,53,54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank for replies so far !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:45:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326533#M44657</guid>
      <dc:creator>AJAZ NAWAZ</dc:creator>
      <dc:date>2013-09-06T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326534#M44658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been reading about Silverpeak and I see that you requiere to set up an UDP service on the appliance and on the Cisco Router, here is the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.exclusive-networks.it/wp-content/uploads/silver-peak-NX-series.pdf"&gt;http://www.exclusive-networks.it/wp-content/uploads/silver-peak-NX-series.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we need to investigate why Silverpeak needs the UDP service configured, that is why I have mentioned that the configuration is platform dependent. For example Cisco WAAS only needs TCP services 61 and 62 configured on the router and on the WAE appliance. With Bluecoat it only needs that the web-cache service to be configured on the appliance and on the WCCP router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try to find out why does Silverpeak needs a UDP service configured along with WCCP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:56:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326534#M44658</guid>
      <dc:creator>Juan Leon</dc:creator>
      <dc:date>2013-09-06T19:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326535#M44659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that every single service you want to configure are UDP services. As far as I can see on the Silverpeak configuration guide it may use UDP or TCP ports. The WCCP configuration must match the services on both devices, the WCCP Router and the Cache Engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the configuration Guide you may find at the link listed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.silver-peak.com/sites/default/files/userdocs/network_deployments_r5-2_revk_oct2012.pdf" rel="nofollow"&gt;http://www.silver-peak.com/sites/default/files/userdocs/network_deployments_r5-2_revk_oct2012.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further queries it would be recommended for you to get in touch with the Silverpeak TAC so they can explain if is really needed the TCP along with the UDP services to be configured on the devices. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My point of view is that you only need to configure the services to match on both sides whether you are using UDP or TCP services, in other words you need to configure the same service on the router than the services configured on the Silverpeak. As you are using 4 different protocols, you will need to configure 4 services on the Router and on the Silverpeak appliance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cisco2811(config)# ip wccp 53 redirect-list 101&lt;/P&gt;&lt;P&gt;cisco2811(config)# ip wccp 54 redirect-list 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silverpeak config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/9/6/5/154569-53.bmp" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/0/7/5/154570-54.bmp" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 20:11:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326535#M44659</guid>
      <dc:creator>Juan Leon</dc:creator>
      <dc:date>2013-09-06T20:11:03Z</dc:date>
    </item>
    <item>
      <title>Why are two service group numbers required for WCCP</title>
      <link>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326536#M44660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it was important that we all get an understanding around service IDs, because to be totally frank, its not that very well documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your investigation and replies !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 22:00:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/why-are-two-service-group-numbers-required-for-wccp/m-p/2326536#M44660</guid>
      <dc:creator>AJAZ NAWAZ</dc:creator>
      <dc:date>2013-09-06T22:00:41Z</dc:date>
    </item>
  </channel>
</rss>

