Specifications
SSR Command Line Interface Reference Manual 899
web-cache create server-list
web-cache create server-list
Purpose
Defines the list of servers to be used for caching.
Format
web-cache <cache-name> create server-list <server-list-name> range <ipaddr-range>|list
<ipaddr-list>
Mode
Configure
Description
The web-cache create server-list command allows you to create a group of servers that
are used for the specified caching policy. If there are multiple cache servers, load
balancing is done based on the destination IP address. If any cache server fails, traffic is
redirected to other active servers. You can specify either a range of IP addresses or a list of
up to four IP addresses. Note that traffic that is sent from a server in the server list is not
redirected.
Parameters
<cache-name>
The name of the caching policy.
<server-list-name>
The name of this list of servers.
range <ipaddr-range>
A range of host IP addresses in the form “176.89.10.10 176.89.10.50”. This adds the
hosts 176.89.10.10, 176.89.10.11, etc., through 176.89.10.50 to the server list.
list <ipaddr-list>
A list of up to four host IP addresses in the form “176.89.10.10 176.89.10.11
176.89.10.12”.










