Specifications

SSR Command Line Interface Reference Manual 901
web-cache permit|deny hosts
web-cache permit|deny hosts
Purpose
Specifies the hosts whose HTTP requests are redirected to the cache servers.
Format
web-cache <cache-name> permit|deny hosts range <ipadd-range>|list <ipaddr-list>|acl
<acl-name>
Mode
Configure
Description
The web-cache permit command lets you specify the hosts (users) whose HTTP requests
are redirected to the cache servers, while the web-cache deny command lets you specify
the hosts whose HTTP requests are not redirected to the cache servers. If no permit
command is specified, all HTTP requests are redirected to the cache servers. You can
specify a range of IP addresses, a list of up to four IP addresses, or an ACL that qualifies
these hosts.
Parameters
<cache-name>
The name of the cache.
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 host IP addresses in the form “176.89.10.10 176.89.10.11
176.89.10.12”.
acl <acl-name>
Name of the ACL profile to be used. This defines the profile of the packets to be
permitted or denied. The web-cache permit/deny command only looks at the
following ACL rule parameter values: protocol, source IP address, destination IP
address, source port, destination port, and TOS.