<?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 Re: CSS11503 - VIP and port forwarding in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373273#M6426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the configuration, that helped to clarify things.  I was able to reproduce the error you are seeing.  The CSS is objecting to having two (2) services configured with dissimilar port ranges.  To make the change you want, you will need to remove the services from the content rule, suspend the services, change the port designations, activate the services, then add them back to the content rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**OR**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as Gilles recommended.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The reason the service 'died' when you removed the 'port XXXX' designation, is because if no port is specified with the 'port X' command, the keepalive defaults to port 80.  So if the real servers aren't listening on port 80, they will appear down to the CSS.  You can change the keepalive port used with the command 'keepalive port X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2005 03:54:09 GMT</pubDate>
    <dc:creator>seilsz</dc:creator>
    <dc:date>2005-01-13T03:54:09Z</dc:date>
    <item>
      <title>CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373265#M6418</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an applications which connects to a VIP defined as 140.168.172.200 on ports 5555 5565 5575 5585 and 5595. The service associated with this VIP in the content rule is defined as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service av-testeai-01&lt;/P&gt;&lt;P&gt; ip address 140.168.170.53&lt;/P&gt;&lt;P&gt; protocol tcp&lt;/P&gt;&lt;P&gt; port 5595&lt;/P&gt;&lt;P&gt; keepalive type tcp&lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the VIP always forward through only on 5595 irrespective of the original port (eg 5565 etc) - Is it because of the manner in which the service is defined. I tried defining a range of ports but could not get the switch to accept the config, see below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;svjmebdc002(config-service[av-testeai-01])# port 5500 range 5599&lt;/P&gt;&lt;P&gt;%% Invalid mapping of rule to service port ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2005 07:44:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373265#M6418</guid>
      <dc:creator>mmorris74</dc:creator>
      <dc:date>2005-01-12T07:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373266#M6419</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;Can you please clarify your configuration?  Do you have five (5) VIPs configured, one for each port (5555, 5565, 5575, 5585 and 5595)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say that only port 5595 is forwarded, are you referring to traffic from the client to the CSS, or from the CSS to the backend server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to the command syntax, the 'port X range Y' command expects 'Y' to be a numeric count of how many ports to increment, not the max port in the range.  So for instance, if you wanted to allow ports 5555 through 5595, the command would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;port 5555 range 41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 14:41:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373266#M6419</guid>
      <dc:creator>seilsz</dc:creator>
      <dc:date>2005-01-12T14:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373267#M6420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you specify the port udner the service definition it forces the CSS to change the destination port to this one when sending traffic to the real server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should either remove the port from the service definition so the CSS will not change the destination port used by the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you should create a service for every port you need and use those services with appropriate content rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need any port translation, you should use the first solution with a layer3 content rule [no port as well].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 14:54:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373267#M6420</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-01-12T14:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373268#M6421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zach,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only a single VIP has been configured for the host on port 5595. When I say its only forwarding to port 5595 this refers to connections between the CSS and the backend server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried what you suggested around specifying the range and using a 'Y' value to represent a numeric count to the upper limit of the port range also causes the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 21:57:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373268#M6421</guid>
      <dc:creator>mmorris74</dc:creator>
      <dc:date>2005-01-12T21:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373269#M6422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to reproduce the problem you are having.  Can you please post the configuration from the VIP in question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, please reference the post from Gilles regarding the expected behavior of your configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 22:21:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373269#M6422</guid>
      <dc:creator>seilsz</dc:creator>
      <dc:date>2005-01-12T22:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373270#M6423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank-you Zach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the configuration for our two content switches, note the the issue we are experiencing is for the av-testeai-01 and av-testeai-02 services (though I assume we will see the same issue for the production services as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will also address Gilles' post as well&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2005 23:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373270#M6423</guid>
      <dc:creator>mmorris74</dc:creator>
      <dc:date>2005-01-12T23:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373271#M6424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the approach you suggested however when I removed the port statement the service went into a 'down' state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get around this by modifying the keepalive statement to use one of the ports the server listens on i.e.  keepalive port 5595&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the customer repors the issues has not been resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 00:16:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373271#M6424</guid>
      <dc:creator>mmorris74</dc:creator>
      <dc:date>2005-01-13T00:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373272#M6425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gilles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to make a retraction, by removing the port statement from the service configuration it stopped PAT translating everything to port 5595. Instead if a client connection is received by the VIP on say port 5585 then it is forwarded to the appropriate server on port 5585.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it was necessary to add two keepalive statements 'keepalive type tcp' and 'keepalive port 5595', so the CSS was able to determine if the service was available on the server configured within the service configuration - otherwise the CSS saw the service as down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer is now happy - thank you very much for you assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 03:45:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373272#M6425</guid>
      <dc:creator>mmorris74</dc:creator>
      <dc:date>2005-01-13T03:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 - VIP and port forwarding</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373273#M6426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the configuration, that helped to clarify things.  I was able to reproduce the error you are seeing.  The CSS is objecting to having two (2) services configured with dissimilar port ranges.  To make the change you want, you will need to remove the services from the content rule, suspend the services, change the port designations, activate the services, then add them back to the content rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**OR**&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as Gilles recommended.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The reason the service 'died' when you removed the 'port XXXX' designation, is because if no port is specified with the 'port X' command, the keepalive defaults to port 80.  So if the real servers aren't listening on port 80, they will appear down to the CSS.  You can change the keepalive port used with the command 'keepalive port X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 03:54:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-vip-and-port-forwarding/m-p/373273#M6426</guid>
      <dc:creator>seilsz</dc:creator>
      <dc:date>2005-01-13T03:54:09Z</dc:date>
    </item>
  </channel>
</rss>

