config wanopt content-delivery-network-rule
Configure WAN optimization content delivery network rules.
config wanopt content-delivery-network-rule
Description: Configure WAN optimization content delivery network rules.
edit <name>
set comment {var-string}
set status [enable|disable]
set host-domain-name-suffix <name1>, <name2>, ...
set category [vcache|youtube]
set request-cache-control [enable|disable]
set response-cache-control [enable|disable]
set response-expires [enable|disable]
set updateserver [enable|disable]
config rules
Description: WAN optimization content delivery network rule entries.
edit <name>
set match-mode [all|any]
set skip-rule-mode [all|any]
config match-entries
Description: List of entries to match.
edit <id>
set target [path|parameter|...]
set pattern <string1>, <string2>, ...
next
end
config skip-entries
Description: List of entries to skip.
edit <id>
set target [path|parameter|...]
set pattern <string1>, <string2>, ...
next
end
config content-id
Description: Content ID settings.
set target [path|parameter|...]
set start-str {string}
set start-skip {integer}
set start-direction [forward|backward]
set end-str {string}
set end-skip {integer}
set end-direction [forward|backward]
set range-str {string}
end
next
end
next
end
config wanopt content-delivery-network-rule
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
comment |
Comment about this CDN-rule. |
var-string |
Maximum length: 255 |
||||||
status |
Enable/disable WAN optimization content delivery network rules. |
option |
- |
||||||
|
|
||||||||
host-domain-name-suffix |
Suffix portion of the fully qualified domain name (eg. fortinet.com in "www.fortinet.com"). Suffix portion of the fully qualified domain name. |
string |
Maximum length: 79 |
||||||
category |
Content delivery network rule category. |
option |
- |
||||||
|
|
||||||||
request-cache-control |
Enable/disable HTTP request cache control. |
option |
- |
||||||
|
|
||||||||
response-cache-control |
Enable/disable HTTP response cache control. |
option |
- |
||||||
|
|
||||||||
response-expires |
Enable/disable HTTP response cache expires. |
option |
- |
||||||
|
|
||||||||
updateserver |
Enable/disable update server. |
option |
- |
||||||
|
|
config rules
Parameter name |
Description |
Type |
Size |
||||||
---|---|---|---|---|---|---|---|---|---|
match-mode |
Match criteria for collecting content ID. |
option |
- |
||||||
|
|
||||||||
skip-rule-mode |
Skip mode when evaluating skip-rules. |
option |
- |
||||||
|
|
config match-entries
Parameter name |
Description |
Type |
Size |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
target |
Option in HTTP header or URL parameter to match. |
option |
- |
||||||||||||||
|
|
||||||||||||||||
pattern |
Pattern string for matching target (Referrer or URL pattern, eg. "a", "a*c", "*a*", "a*c*e", and "*"). Pattern strings. |
string |
Maximum length: 79 |
config skip-entries
Parameter name |
Description |
Type |
Size |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
target |
Option in HTTP header or URL parameter to match. |
option |
- |
||||||||||||||
|
|
||||||||||||||||
pattern |
Pattern string for matching target (Referrer or URL pattern, eg. "a", "a*c", "*a*", "a*c*e", and "*"). Pattern strings. |
string |
Maximum length: 79 |
config content-id
Parameter name |
Description |
Type |
Size |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
target |
Option in HTTP header or URL parameter to match. |
option |
- |
||||||||||||||||||||||
|
|
||||||||||||||||||||||||
start-str |
String from which to start search. |
string |
Maximum length: 35 |
||||||||||||||||||||||
start-skip |
Number of characters in URL to skip after start-str has been matched. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
||||||||||||||||||||||
start-direction |
Search direction from start-str match. |
option |
- |
||||||||||||||||||||||
|
|
||||||||||||||||||||||||
end-str |
String from which to end search. |
string |
Maximum length: 35 |
||||||||||||||||||||||
end-skip |
Number of characters in URL to skip after end-str has been matched. |
integer |
Minimum value: 0 Maximum value: 4294967295 |
||||||||||||||||||||||
end-direction |
Search direction from end-str match. |
option |
- |
||||||||||||||||||||||
|
|
||||||||||||||||||||||||
range-str |
Name of content ID within the start string and end string. |
string |
Maximum length: 35 |