Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
the closest thing that the CSS has to offer is the command "primary sorry-server" or "secondary sorry server" . Seen here in the command reference:http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_510/cmdrefgd/cmdowcnt.htm#xtocid40The...
It looks like you may have configured critical services and VIP and Interface redundancy. Box-Box redundancy is a bit easier to configure if you are looking for simple Active-Stndby failover (also known as box-box) redundancy. Here is a link that m...
I am assuming that you are setting this up with WCCP either ver 1 or 2 and requesting info specifically regarding the caching functionality of the CE (not the CDN aspect of the CE). If the above assumptions are correct, then a few things to keep in ...
Yes it is, as long as you are distinguishing the different services by port #. For example:Virtual 10.1.1.1:80bound to Real 10.1.1.2:0 Real 10.1.1.3:0you can also have in the same config:Virtual 10.1.1.50:443bound to Real 10.1.1.2:0Real 10.1.1.3:0I...
Yes. Since you have setup the Virtual and Real servers with port 0 (Which is used as a wildcard) it will accept all incoming TCP port traffic and load balance each session accordingly despite the port. I hope this helps! -JB