IWSVA supports Cisco ICAP servers (CE version 5.1.3, b15). All ICAP settings are performed
through a command line interface (CLI); there is no user interface associated with
the Cisco ICAP implementation.
To set up Cisco CE ICAP servers:
-
Open the Cisco CE console.
-
Type config
to enter the configuration mode.
-
Type icap?
to display a list of all ICAP-related commands.
-
Create a response modification service, by typing:
icap service RESPMOD SERVICE NAME
This takes you into the ICAP service configuration menu.
-
Type ?
to display a list of all available commands.
-
Type the following commands:
server icap://ICAP SERVER IP:1344/resp
(to assign a server type)
vector-point respmod-precache
(to assign the proper vector point type)
error-handling return-error
(to assign the proper error-handling type)
enable
(to enable the ICAP multiple server configuration)
-
Type exit.
-
Create a request modification service, by typing:
icap service REQUESTMOD SERVICE NAME
This command takes you into the ICAP service configuration menu.
-
Type ? to display a list of all available commands.
-
Issue the following commands:
server icap://ICAP SERVER IP:1344/REQ-Service
(to assign a server type)
vector-point reqmod-precache
(to assign the proper vector point type)
error-handling return-error
(to assign the proper error-handling type)
enable
(to enable the ICAP multiple server configuration)
-
Type exit
.
-
For additional configuration steps, type the following:
icap append-x-headers x-client-ip
(to enable X-client headers for reports)
icap append-x-headers x-server-ip
(to enable X-server headers for reports)
icap rescan-cache ISTag-change
(to turn on ISTAG rescan for updates)
icap bypass streaming-media
(to exclude streaming media from ICAP scanning)
icap apply all
(to apply all settings and activate ICAP type)
show icap
(to display current ICAP configuration at root CLI menu)
See also: