Forward-proxy – Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 392

Advertising
background image

376

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

4

cache size <1-32>

Example

nx4500-5CFA2B(config-smart-cache-policy-test)#cache size 30

nx4500-5CFA2B(config-smart-cache-policy-test)#

nx4500-5CFA2B(config-smart-cache-policy-test)#show context

smart-cache-policy test

cache size 30

aging precedence 1 ignore-case \\.jgp$ min-age 100 freshness-factor 75

max-age 200 reload-into-ims

access-log rotate 10 rotate-type duration 10 day

nx4500-5CFA2B(config-smart-cache-policy-test)#

Related Commands:

forward-proxy

smart-cache-policy-mode commands

Enables or disables forward proxy mode on this smart cache policy. This option is disabled by
default.

Devices using this smart-cache policy act as a forward proxy on specified VLANs.

This command configures the IP address and port on which the forward proxy server listens for
incoming HTTP requests.

Forward content caching stores content temporarily on the local network. This locally stored
content can be retrieved, when required, without routing a request to an external server on the
Internet.

destination-domain
<DOMAIN-NAME>

Optional. Specifies the destination domain’s hostname to match. The domain name can be an FQDN. The
specified value is matched against the hostname part of the HTTP request URL.
A leading asterisk or period in the domain name is treated as a wild card. For example, www.brocade.com,
brocade.com, *.brocade.com and .com are all valid values.
The destination domain parameter will NOT match against URLs that have an IP address instead of a
hostname.

destination-domain-regex
<WORD>

Optional. Specifies a regular expression matching on originating server names
The destination domain regex is the same as the destination domain, but the destination domain regex allows
your to use standard expression matching on originating server names.

destination-ip
[<IP>/M|any]

Optional. Specifies the originating server’s IP address, obtained from the HTTP request URL
Provide the IP address in the A.B.C.D/M format.
Specify any to consider all originating servers.

source-ip
[<IP>/M|any]

Optional. Specifies the source IP address (client’s IP address) that is sent out as part of the HTTP request.
Provide the IP address in the A.B.C.D/M format.
Specify any to consider all client requests.

url-regex <URL>

Optional. Specifies regular expressions used to match any part of a requested URL, including the transfer
protocol and origin server hostname

cache size <1-32>

Configures the maximum caching storage size. This is upper limit on the disk space used for storing cached
contents.

<1-32 > – Specify a value from 1 - 32 GB. The default is 32 GB.

no

Resets or removes cache management settings

Advertising