Specifications

SSR Command Line Interface Reference Manual 905
web-cache set round-robin
web-cache set round-robin
Purpose
Specifies a list of destination IP addresses to be distributed across cache servers.
Format
web-cache <cache-name> set round-robin range <ipaddr-range>|list <ipaddr-list>
Mode
Configure
Description
The SSR determines the cache server to redirect an HTTP request, based on the destination
IP address of the request. If a certain web site is accessed very frequently, the cache server
that services HTTP requests to this web site can become overloaded with user requests.
The web-cache set round-robin command allows you to distribute destination IP
addresses for HTTP requests across cache servers in a round-robin manner. If a cache
server fails, the address range associated with that server is redistributed among the
remaining servers.
Parameters
<cache-name>
The name of the caching policy.
range <ipaddr-range>
A range of host IP addresses in the form “176.89.10.10 176.89.10.50”.
list <ipaddr-list>
A list of up to four destination IP addresses in the form “176.89.10.10 176.89.10.11
176.89.10.12”.
Restrictions
None.