<?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 load balancing virtual server IP's in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736612#M14101</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;Does the server have a direct route to the client i.e. not via the CSS. If so try making the CSS the default gateway for the server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSS will need a route to the client network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 13:06:01 GMT</pubDate>
    <dc:creator>rich_harris</dc:creator>
    <dc:date>2007-07-11T13:06:01Z</dc:date>
    <item>
      <title>CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736607#M14096</link>
      <description>&lt;P&gt;Hi CSS experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a Cisco Content Services Switch  11503 Load Balancer which seems to require Real Server NICs to be plugged in.  When I plug a cable from our Cisco 3560 switch into the Cisco Load Balancer, it can't see the 2 web server IP's that I'm trying to load balance for HTTP/HTTPS. The virtual IP does not display the webpage of either web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the otherhand, when I use two physically separate 1U web servers and physically plug 2 cables (1 for each server) into the CSS 8 port switch, the virtual IP is able to redirect the traffic to both web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I configure the CSS to load balance and actually see 2 IP's on the network which isn't plugged in physically per server into the CSS 8 port switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet-&amp;gt;CSS-&amp;gt;1 cable plugged into Cisco switch which host 2 web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;circuit VLAN1&lt;/P&gt;&lt;P&gt;  ip address 192.168.1.10 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Websrv1 &lt;/P&gt;&lt;P&gt;  ip address 192.168.1.104 &lt;/P&gt;&lt;P&gt;  protocol tcp &lt;/P&gt;&lt;P&gt;  port 80 &lt;/P&gt;&lt;P&gt;  keepalive type http non-persistent &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Websrv1SSL &lt;/P&gt;&lt;P&gt;  ip address 192.168.1.104 &lt;/P&gt;&lt;P&gt;  protocol tcp &lt;/P&gt;&lt;P&gt;  port 443 &lt;/P&gt;&lt;P&gt;  keepalive type ssl &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Websrv2&lt;/P&gt;&lt;P&gt;  ip address 192.168.1.101 &lt;/P&gt;&lt;P&gt;  protocol tcp &lt;/P&gt;&lt;P&gt;  port 80 &lt;/P&gt;&lt;P&gt;  keepalive type http non-persistent &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service Websrv2SSL &lt;/P&gt;&lt;P&gt;  ip address 192.168.1.101 &lt;/P&gt;&lt;P&gt;  protocol tcp &lt;/P&gt;&lt;P&gt;  port 443 &lt;/P&gt;&lt;P&gt;  keepalive type ssl &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner Web&lt;/P&gt;&lt;P&gt;  content NG &lt;/P&gt;&lt;P&gt;    add service Websrv1 &lt;/P&gt;&lt;P&gt;    add service Websrv2&lt;/P&gt;&lt;P&gt;    vip address 192.168.1.7 &lt;/P&gt;&lt;P&gt;    port 80 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie &lt;/P&gt;&lt;P&gt;    url "/*" &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content NGSSL &lt;/P&gt;&lt;P&gt;    add service Websrv1SSL &lt;/P&gt;&lt;P&gt;    add service Websrv2SSL &lt;/P&gt;&lt;P&gt;    vip address 192.168.1.7 &lt;/P&gt;&lt;P&gt;    port 443 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    advanced-balance sticky-srcip &lt;/P&gt;&lt;P&gt;    sticky-inact-timeout 60 &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2007 14:20:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736607#M14096</guid>
      <dc:creator>5dtsoperation</dc:creator>
      <dc:date>2007-07-05T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736608#M14097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the connectivity to the servers form the CSS and it was good. I was able to ping, and the connection status in sh service summary incremented by 1 each time I tried to connect. From the server, I was able to ping back to the IP of the CSS and the VIP address as well. I have tried using only 1 server for 1 VIP. I have tried changing the default gateway on the server to the IP of the CSS and the VIP IP as well. It still doesn't seem to help. Anymore suggestions for me to try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 14:20:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736608#M14097</guid>
      <dc:creator>5dtsoperation</dc:creator>
      <dc:date>2007-07-05T14:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736609#M14098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSS does not care if the servers are locally  attached or not.&lt;/P&gt;&lt;P&gt;But it needs to be able to communicate with them.&lt;/P&gt;&lt;P&gt;So make sure you can ping the servers.&lt;/P&gt;&lt;P&gt;Check arp table.&lt;/P&gt;&lt;P&gt;See if the servers show up in the 'sho service-summary'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all look good, make sure the server response to the client goes back through the CSS and is not routed by another device.  The CSS is stateful so it requires to see all traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 06:56:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736609#M14098</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-07-10T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736610#M14099</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;Please check whether both the servers are into same vlan ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:18:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736610#M14099</guid>
      <dc:creator>mathews.baby</dc:creator>
      <dc:date>2007-07-11T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736611#M14100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a sniffer trace would be useful.&lt;/P&gt;&lt;P&gt;Try to sniff frontend and backend of CSS to see the client traffic and server traffic at the same time.&lt;/P&gt;&lt;P&gt;You can also configure client nat on the css to see if it helps - that would guarantee this is not a routing issue.&lt;/P&gt;&lt;P&gt;Also, if you have configured acl, try 'acl disable' to see if it makes any difference.&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, 11 Jul 2007 10:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736611#M14100</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-07-11T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736612#M14101</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;Does the server have a direct route to the client i.e. not via the CSS. If so try making the CSS the default gateway for the server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSS will need a route to the client network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 13:06:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736612#M14101</guid>
      <dc:creator>rich_harris</dc:creator>
      <dc:date>2007-07-11T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736613#M14102</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;All of the traffic on the switch are on vlan1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 13:33:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736613#M14102</guid>
      <dc:creator>5dtsoperation</dc:creator>
      <dc:date>2007-07-11T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736614#M14103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that idea reminded me of the static route I had to add on the web server to properly route back to CSS of my test machine on the same network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 17:38:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736614#M14103</guid>
      <dc:creator>5dtsoperation</dc:creator>
      <dc:date>2007-07-11T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: CSS11503 load balancing virtual server IP's</title>
      <link>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736615#M14104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering my original question gdufour. That helped alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 17:39:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css11503-load-balancing-virtual-server-ip-s/m-p/736615#M14104</guid>
      <dc:creator>5dtsoperation</dc:creator>
      <dc:date>2007-07-11T17:39:59Z</dc:date>
    </item>
  </channel>
</rss>

