config icap profile
Configure ICAP profiles.
config icap profile
Description: Configure ICAP profiles.
edit <name>
set replacemsg-group {string}
set request [disable|enable]
set response [disable|enable]
set streaming-content-bypass [disable|enable]
set preview [disable|enable]
set preview-data-length {integer}
set request-server {string}
set response-server {string}
set request-failure [error|bypass]
set response-failure [error|bypass]
set request-path {string}
set response-path {string}
set methods {option1}, {option2}, ...
set response-req-hdr [disable|enable]
set respmod-default-action [forward|bypass]
config icap-headers
Description: Configure ICAP forwarded request headers.
edit <id>
set name {string}
set content {string}
set base64-encoding [disable|enable]
next
end
config respmod-forward-rules
Description: ICAP response mode forward rules.
edit <name>
set host {string}
config header-group
Description: HTTP header group.
edit <id>
set header-name {string}
set header {string}
set case-sensitivity [disable|enable]
next
end
set action [forward|bypass]
set http-resp-status-code <code1>, <code2>, ...
next
end
next
end
config icap profile
Parameter |
Description |
Type |
Size |
Default |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
replacemsg-group |
Replacement message group. |
string |
Maximum length: 35 |
|
||||||||||||||||||
request |
Enable/disable whether an HTTP request is passed to an ICAP server. |
option |
- |
disable |
||||||||||||||||||
|
|
|||||||||||||||||||||
response |
Enable/disable whether an HTTP response is passed to an ICAP server. |
option |
- |
disable |
||||||||||||||||||
|
|
|||||||||||||||||||||
streaming-content-bypass |
Enable/disable bypassing of ICAP server for streaming content. |
option |
- |
disable |
||||||||||||||||||
|
|
|||||||||||||||||||||
preview |
Enable/disable preview of data to ICAP server. |
option |
- |
disable |
||||||||||||||||||
|
|
|||||||||||||||||||||
preview-data-length |
Preview data length to be sent to ICAP server. |
integer |
Minimum value: 0 Maximum value: 4096 |
0 |
||||||||||||||||||
request-server |
ICAP server to use for an HTTP request. |
string |
Maximum length: 35 |
|
||||||||||||||||||
response-server |
ICAP server to use for an HTTP response. |
string |
Maximum length: 35 |
|
||||||||||||||||||
request-failure |
Action to take if the ICAP server cannot be contacted when processing an HTTP request. |
option |
- |
error |
||||||||||||||||||
|
|
|||||||||||||||||||||
response-failure |
Action to take if the ICAP server cannot be contacted when processing an HTTP response. |
option |
- |
error |
||||||||||||||||||
|
|
|||||||||||||||||||||
request-path |
Path component of the ICAP URI that identifies the HTTP request processing service. |
string |
Maximum length: 127 |
|
||||||||||||||||||
response-path |
Path component of the ICAP URI that identifies the HTTP response processing service. |
string |
Maximum length: 127 |
|
||||||||||||||||||
methods |
The allowed HTTP methods that will be sent to ICAP server for further processing. |
option |
- |
delete get head options post put trace other |
||||||||||||||||||
|
|
|||||||||||||||||||||
response-req-hdr |
Enable/disable addition of req-hdr for ICAP response modification (respmod) processing. |
option |
- |
disable |
||||||||||||||||||
|
|
|||||||||||||||||||||
respmod-default-action |
Default action to ICAP response modification (respmod) processing. |
option |
- |
forward |
||||||||||||||||||
|
|
config icap-headers
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
name |
HTTP forwarded header name. |
string |
Maximum length: 79 |
|
||||||
content |
HTTP header content. |
string |
Maximum length: 255 |
|
||||||
base64-encoding |
Enable/disable use of base64 encoding of HTTP content. |
option |
- |
disable |
||||||
|
|
config respmod-forward-rules
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
host |
Address object for the host. |
string |
Maximum length: 79 |
|
||||||
action |
Action to be taken for ICAP server. |
option |
- |
forward |
||||||
|
|
|||||||||
http-resp-status-code |
HTTP response status code. HTTP response status code. |
integer |
Minimum value: 100 Maximum value: 599 |
0 ** |
** Values may differ between models.
config header-group
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
header-name |
HTTP header. |
string |
Maximum length: 79 |
|
||||||
header |
HTTP header regular expression. |
string |
Maximum length: 255 |
|
||||||
case-sensitivity |
Enable/disable case sensitivity when matching header. |
option |
- |
disable |
||||||
|
|