<?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 That's fine.  Just specify in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715285#M42835</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;That's fine.&amp;nbsp; Just specify the real server port if it's not the same as the VIP port.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
class-map match-any CLASS-VIP-APPLICATION1
  2 match virtual-address 10.101.32.74 tcp eq 7777

serverfarm host FARM-APPLICATION1
&amp;nbsp; description Application1 Serverfarm
&amp;nbsp; probe PROBE-ICMP-ECHO
&amp;nbsp; rserver REAL-SERVER1 26810
&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice
&amp;nbsp; rserver REAL-SERVER2 26811
&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2015 23:18:17 GMT</pubDate>
    <dc:creator>thiland</dc:creator>
    <dc:date>2015-07-15T23:18:17Z</dc:date>
    <item>
      <title>How to use the same IP address of a real server with different port numbers</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715282#M42832</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have run service on 2 ports (26810,26811) on same server. Using ACE 20 module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;server 1:172.16.101.4 running port with&amp;nbsp;26810,26811&lt;/P&gt;&lt;P&gt;server 2:172.16.101.5&amp;nbsp;running port with&amp;nbsp;26810,26811&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to hit VIP (10.10.10.1) and load balanced among the 2 servers with the mention port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;http://10.10.10.1:26810 ------&amp;gt; load balanced among 172.16.101.4 :26810 and 172.16.101.5:26810&lt;/P&gt;&lt;P&gt;http://10.10.10.1:26811------&amp;gt; load balanced among 172.16.101.4 :26811&amp;nbsp;and 172.16.101.5:26811&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply hit&amp;nbsp;http://10.10.10.1---&amp;gt;&amp;nbsp;load balanced among 172.16.101.4 :26810 and 172.16.101.5:26810&lt;/P&gt;&lt;P&gt;and &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;load balanced among 172.16.101.4 :26811&amp;nbsp;and 172.16.101.5:26811&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls assist...&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:34:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715282#M42832</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-13T14:34:21Z</dc:date>
    </item>
    <item>
      <title>As long as you specify the</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715283#M42833</link>
      <description>&lt;P&gt;As long as you specify the port number in the associated class-map you should be fine.&amp;nbsp; For example:&lt;/P&gt;

&lt;PRE&gt;
&lt;SPAN style="font-family:courier new,courier,monospace"&gt;class-map match-any CLASS-VIP-APPLICATION1
  2 match virtual-address 10.10.10.1 tcp eq 26810&lt;/SPAN&gt;

&lt;SPAN style="font-family:courier new,courier,monospace"&gt;class-map match-any CLASS-VIP-APPLICATION2
  2 match virtual-address 10.10.10.1 tcp eq 26811&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:13:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715283#M42833</guid>
      <dc:creator>thiland</dc:creator>
      <dc:date>2015-07-13T15:13:01Z</dc:date>
    </item>
    <item>
      <title>HI thiland, Many thanks for</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715284#M42834</link>
      <description>&lt;P&gt;HI thiland,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for Your reply. Requirement has changed . Is it possible to load balanced between servers with respective ports?&lt;/P&gt;&lt;P&gt;Communication will be as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;&lt;U&gt;Client hits VIP (10.101.32.74:7777) --- Will load balance between &lt;EM&gt;10.101.26.58:26810&lt;/EM&gt;, &lt;EM&gt;10.101.26.71:26810&lt;/EM&gt;, &lt;EM&gt;10.101.26.58:26811&lt;/EM&gt; and &lt;EM&gt;10.101.26.71:26811&lt;/EM&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 22:51:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715284#M42834</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-15T22:51:43Z</dc:date>
    </item>
    <item>
      <title>That's fine.  Just specify</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715285#M42835</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size:14px;"&gt;That's fine.&amp;nbsp; Just specify the real server port if it's not the same as the VIP port.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
class-map match-any CLASS-VIP-APPLICATION1
  2 match virtual-address 10.101.32.74 tcp eq 7777

serverfarm host FARM-APPLICATION1
&amp;nbsp; description Application1 Serverfarm
&amp;nbsp; probe PROBE-ICMP-ECHO
&amp;nbsp; rserver REAL-SERVER1 26810
&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice
&amp;nbsp; rserver REAL-SERVER2 26811
&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 23:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715285#M42835</guid>
      <dc:creator>thiland</dc:creator>
      <dc:date>2015-07-15T23:18:17Z</dc:date>
    </item>
    <item>
      <title>HI,</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715286#M42836</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;Have configured it as follows but no luck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can You please check and revert:&lt;/P&gt;
&lt;P&gt;probe tcp PORT_26810&lt;BR /&gt;&amp;nbsp; port 26810&lt;BR /&gt;&amp;nbsp; interval 15&lt;BR /&gt;&amp;nbsp; passdetect interval 30&lt;BR /&gt;&amp;nbsp; receive 5&lt;BR /&gt;&amp;nbsp; open 3&lt;BR /&gt;probe tcp PORT_26811&lt;BR /&gt;&amp;nbsp; port 26811&lt;BR /&gt;&amp;nbsp; interval 15&lt;BR /&gt;&amp;nbsp; passdetect interval 30&lt;BR /&gt;&amp;nbsp; receive 5&lt;BR /&gt;&amp;nbsp; open 3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rserver host osb_server1&lt;BR /&gt;&amp;nbsp; ip address 10.101.26.58&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host osb_server2&lt;BR /&gt;&amp;nbsp; ip address 10.101.26.71&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;serverfarm host OSB_svrfirm_app&lt;BR /&gt;&amp;nbsp; probe PORT_26810&lt;BR /&gt;&amp;nbsp; probe PORT_26811&lt;BR /&gt;&amp;nbsp; probe PORT_80&lt;BR /&gt;&amp;nbsp; probe PORT_8080&lt;BR /&gt;&amp;nbsp; rserver osb_server1 26810&lt;BR /&gt;&amp;nbsp; rserver osb_server1 26811&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver osb_server2 26810&lt;BR /&gt;&amp;nbsp; rserver osb_server2 26811&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then See&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ACE01/pubail-ace# sh serverfarm OSB_svrfirm_app&amp;nbsp;&lt;BR /&gt;&amp;nbsp;serverfarm &amp;nbsp; &amp;nbsp; : OSB_svrfirm_app, type: HOST&lt;BR /&gt;&amp;nbsp;total rservers : 4&lt;BR /&gt;&amp;nbsp;---------------------------------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------connections-----------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;real &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;weight state &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;current &amp;nbsp; &amp;nbsp;total &amp;nbsp; &amp;nbsp; &amp;nbsp;failures&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;---+---------------------+------+------------+----------+----------+---------&lt;BR /&gt;&amp;nbsp; &amp;nbsp;rserver: osb_server1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.101.26.58:26810 &amp;nbsp; &amp;nbsp;8 &amp;nbsp; &amp;nbsp; &amp;nbsp;OUTOFSERVICE 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.101.26.58:26811 &amp;nbsp; &amp;nbsp;8 &amp;nbsp; &amp;nbsp; &amp;nbsp;PROBE-FAILED 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;rserver: osb_server2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.101.26.71:26810 &amp;nbsp; &amp;nbsp;8 &amp;nbsp; &amp;nbsp; &amp;nbsp;OUTOFSERVICE 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10.101.26.71:26811 &amp;nbsp; &amp;nbsp;8 &amp;nbsp; &amp;nbsp; &amp;nbsp;PROBE-FAILED 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pls have a look on following points:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You didn't specify REAL-SERVER1 running with 26811 port also. So script should be as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
serverfarm host FARM-APPLICATION1
&amp;nbsp; description Application1 Serverfarm
&amp;nbsp; probe PROBE-ICMP-ECHO
&amp;nbsp; rserver REAL-SERVER1 26810
&lt;/PRE&gt;

&lt;PRE&gt;
rserver REAL-SERVER1 26811&lt;/PRE&gt;

&lt;PRE&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice
&lt;/PRE&gt;

&lt;PRE&gt;
rserver REAL-SERVER2 26810&lt;/PRE&gt;

&lt;PRE&gt;

&amp;nbsp; rserver REAL-SERVER2 26811
&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/PRE&gt;

&lt;P&gt;Right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. You specify PROBE-ICMP-ECHO but we push customize Probe for port 26810 &amp;amp; 26811&lt;/P&gt;
&lt;P&gt;Is this is the main difference?&lt;/P&gt;
&lt;P&gt;see show serverfarm command shows that it's probe-failed , Is it app side problem or ACE side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. How the ACE providing service in this case:&lt;/P&gt;
&lt;P&gt;-If &amp;nbsp;1st packet goes to 10.101.26.58:26810 then how ACE understand 2nd packet goes to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10.101.26.71:26810 hitting the same VIP:7777?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Likewise how packet&amp;nbsp;&lt;/P&gt;
&lt;P&gt;goes to 10.101.26.58:26811&amp;nbsp;then how ACE understand 2nd packet goes to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10.101.26.71:26811&amp;nbsp;hitting the same VIP:7777?&lt;/P&gt;
&lt;P&gt;Meaning how ACE will understand he has to load balanced between servers based on service running on specific ports?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 23:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715286#M42836</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-15T23:59:20Z</dc:date>
    </item>
    <item>
      <title>When you specify probes</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715287#M42837</link>
      <description>&lt;P&gt;When you specify probes directly under the serverfarm it's treated as an AND for all rservers configured.&amp;nbsp; Since each server isn't listening on tcp/26810, 26811, 80, AND 8080, you should specify the probes under the rserver directly.&amp;nbsp; For example:&lt;/P&gt;

&lt;PRE&gt;
serverfarm host FARM-APPLICATION1
&amp;nbsp; description Application1 Serverfarm
&amp;nbsp; rserver REAL-SERVER1 26810
    probe PORT_26810
    inservice
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The load balancing algorithm ACE uses is round robin by default.&amp;nbsp; If you want to modify, try "predictor ?" under the serverfarm configuration to see other options.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715287#M42837</guid>
      <dc:creator>thiland</dc:creator>
      <dc:date>2015-07-16T00:10:08Z</dc:date>
    </item>
    <item>
      <title>So it should be like this:</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715288#M42838</link>
      <description>&lt;P&gt;So it should be like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;serverfarm host OSB_svrfirm_app&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; rserver osb_server1 26810&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;probe PORT_26810&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;inservice&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; rserver osb_server1 26811&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;probe PORT_26811&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; rserver osb_server2 26810&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;probe PORT_26810&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;inservice&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; rserver osb_server2 26811&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;probe PORT_26811&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp; &amp;nbsp; inservice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Considering the current senerio if it is Round robin then this particular solution will work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;U style="font-size: 12px;"&gt;Client hits VIP (10.101.32.74:7777) --- Will load balance between&amp;nbsp;&lt;EM&gt;10.101.26.58:26810&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;10.101.26.71:26810&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;10.101.26.58:26811&lt;/EM&gt;and&amp;nbsp;&lt;EM&gt;10.101.26.71:26811&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:22:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715288#M42838</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-16T00:22:54Z</dc:date>
    </item>
    <item>
      <title>Looks good (assuming you have</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715289#M42839</link>
      <description>&lt;P&gt;Looks good (assuming you have the rserver configured with the right IP,s etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:25:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715289#M42839</guid>
      <dc:creator>thiland</dc:creator>
      <dc:date>2015-07-16T00:25:29Z</dc:date>
    </item>
    <item>
      <title> Many thanks for keep</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715290#M42840</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for keep replying ...&lt;/P&gt;&lt;P&gt;Can You clarifies the following points:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As You see there are 2 services running on 2 ports 26810 and 26811, how ACE can identifies&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clients seeking seeking service on port 26810 will be load balanced between servers 10.101.26.58 and 10.101.26.71?&lt;/P&gt;&lt;P&gt;similarly for port 26811 also?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715290#M42840</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-16T00:47:16Z</dc:date>
    </item>
    <item>
      <title>The clients only seek service</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715291#M42841</link>
      <description>&lt;P&gt;The clients only seek service on the VIP and port defined by your class-map virtual-address statement on tcp/7777.&amp;nbsp; When traffic hits the VIP, ACE is just picking one of the rservers to forward the connection to.&amp;nbsp; When it selects any of your rservers, it changes the destination port from 7777 to the port number defined in your rserver statement (e.g., &lt;SPAN&gt;26810 or 26811).&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Receive traffic on VIP and port&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Select rserver &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Change packet IP and port to match desired rserver&lt;/LI&gt;&lt;LI&gt;Forward packet to rserver&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:11:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715291#M42841</guid>
      <dc:creator>thiland</dc:creator>
      <dc:date>2015-07-16T15:11:51Z</dc:date>
    </item>
    <item>
      <title>Thats the query.If the client</title>
      <link>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715292#M42842</link>
      <description>&lt;P&gt;Thats the query.&lt;/P&gt;&lt;P&gt;If the client query for port 26810 and ACE pick rserver with port 26811 then how&amp;nbsp;client gets the actual outputs?&lt;/P&gt;&lt;P&gt;Pls check following:&lt;/P&gt;&lt;P&gt;Client hit:&lt;/P&gt;&lt;P&gt;&lt;A href="http://lb_osb.robi.com.bd:7777/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL"&gt;http://10.101.32.74:7777/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AND load Balanced with the following 4 rservers:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:1440px;" width="1440"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="width:942px;height:22px;"&gt;&lt;P&gt;&lt;U&gt;&lt;A href="http://10.101.26.58:26811/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?wsdl"&gt;http://10.101.26.58:26811/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?wsdl&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:942px;height:21px;"&gt;&lt;P&gt;&lt;U&gt;&lt;A href="http://10.101.26.58:26810/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL"&gt;http://10.101.26.58:26810/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="width:942px;height:21px;"&gt;&lt;P&gt;&lt;U&gt;&lt;A href="http://10.101.26.71:26810/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL"&gt;http://10.101.26.71:26810/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="width:942px;height:21px;"&gt;&lt;P&gt;&lt;U&gt;&lt;A href="http://10.101.26.71:26811/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?wsdl"&gt;http://10.101.26.71:26811/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?wsdl&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Also&amp;nbsp;&lt;/P&gt;&lt;P&gt;VIP should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://lb_osb.robi.com.bd:7777/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL" style="outline-width: 0px; color: rgb(0, 85, 128); text-decoration: underline;"&gt;http://10.101.32.74:7777/XSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://lb_osb.robi.com.bd:7777/RobiAxiataSOA/RequesterABCS/ProxyServices/QueryServiceRequest/1.0/QueryServiceRequestReqABCSPS?WSDL" style="outline-width: 0px; color: rgb(0, 85, 128); text-decoration: underline;"&gt;http://10.101.32.74:7777/XSOA&lt;/A&gt;/ &amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 03:58:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/how-to-use-the-same-ip-address-of-a-real-server-with-different/m-p/2715292#M42842</guid>
      <dc:creator>Muhammad Abdulla Al Munim</dc:creator>
      <dc:date>2015-07-17T03:58:38Z</dc:date>
    </item>
  </channel>
</rss>

