08-01-2006 02:59 PM
Most of the configuration examples I have seen show the CSS with one address block on the outside interface and another address block facing the servers on the inside. I found this article:
http://www.cisco.com/warp/public/117/one_armed_bandit.html
..where one interface is used and there the content address and the service addresses are on the same subnet.
Is this the best way (or only) way to accomplish having the VIP and the services on the same subnet? Would the this work bettwen if you assigned two interfaces on the CSS to the same VLAN but one pointed out for the VIP/Content address and one pointed back to another switch which would terminate the servers?
Also - the article implies a performance hit for using the one-armed configuration. Is there a way to quantify the performance hit using the one-armed-bandit approach?
Thank-you.
Solved! Go to Solution.
08-02-2006 02:17 AM
You can have multiple physical interfaces in the same vlan as you described.
The CSS can switch at Layer2 and still perform loadbalancing when needed.
When using a single interface, there is a limit to the performance you can achieve simply because the same interface will be used to send/receive traffic to the client and traffic to the server. So 50% for clients and 50% for servers.
While with 2 physcal interface [one subnet or more], then you do not have this performance limit.
Gilles
08-02-2006 11:19 PM
That's correct.
I have seen this config very often and I sometimes use it myself in the lab.
Gilles.
08-02-2006 02:17 AM
You can have multiple physical interfaces in the same vlan as you described.
The CSS can switch at Layer2 and still perform loadbalancing when needed.
When using a single interface, there is a limit to the performance you can achieve simply because the same interface will be used to send/receive traffic to the client and traffic to the server. So 50% for clients and 50% for servers.
While with 2 physcal interface [one subnet or more], then you do not have this performance limit.
Gilles
08-02-2006 01:49 PM
So on Gig0 I could have the outside facing interface attached to one VLAN "outside" on a switch and on Gig1 "inside" I would connect do a different VLAN so as to not create a loop. From a layer 3 persepctive hosts on lan "outside" and "inside" would be in the same subnet. The CSS would show ports Gig0 and Gig1 as being in the same VLAN although they would attach to separate VLANs on the switches. Right?
08-02-2006 11:19 PM
That's correct.
I have seen this config very often and I sometimes use it myself in the lab.
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide