bypass-list

Use this command to specify web sites for which HTTP requests are not redirected to the cache servers.

Syntax

bypass-list {range begin-ip-address end-ip-address | aclName access-list}
no bypass-list {range begin-ip-address end-ip-address | aclName access-list}

Parameters

begin-ip-address Specifies an IPv4 address that begins a range of IPv4 addresses of sites for which HTTP requests are not redirected to the cache servers.
end-ip-address Specifies an IPv4 address that ends a range of IPv4 addresses of sites for which HTTP requests are not redirected to the cache servers.
aclName access-list Specifies an IPv4 or IPv6 ACL list containing permit statements specifying web sites for which HTTP requests are not redirected to the cache servers.

Defaults

None.

Mode

Configuration command, Web Cache Configuration mode.

Usage

Some web site hosts require source IP address authentication for user access. HTTP requests for these sites can not be redirected to the cache servers. This command provides for the creation of lists of IP addresses that need to bypass the cache servers.

Up to 10 ranges can be configured for IPv4 web caches. Both IPv4 and IPv6 web caches can use the ACL list option. IPv6 web caches must use the ACL list option.

The “no” form of this command deletes the specified range of IP addresses or ACL list.

Examples

This example creates a bypass list for IPv4 web cache cache1 for IP address range 50.10.10.30 to 50.10.10.43:

System(rw-config)->ip twcb webcache cache1
System(rw-config-twcb-webcache)->bypass-list range 50.10.10.30 50.10.10.43

This example creates a bypass list for IPv6 web cache cache2 for the IPv6 range specified in bypass1_acl:

System(rw-config)->ipv6 twcb webcache cache2
System(rw-config-twcb-webcache)->bypass-list bypass1_acl