TMS zl Management and Configuration Guide ST.1.0.090213

A-49
Threat Management Services zl Module Command-Line Reference
Global Configuration Context
For example, if you want to update your signatures now, enter the following
command:
ProCurve(tms-module-<slot ID>)# ips signatures update now
ips web-proxy
The ips web-proxy command allows you to configure a web proxy for your
IPS. To create a web proxy for your IPS, enter the following:
Syntax: [no] ips web-proxy [<IP address or hostname> <port>]
Replace <IP address or hostname> with the IP address or hostname of
your web proxy.
Replace <port> with your web proxy’s port number.
ips protocol-anomaly
The ips protocol-anomaly command allows you to configure settings for
HTTP, MIME, and SMTP protocol anomalies.
HTTP. You can set the following HTTP parameters:
Maximum header size
Maximum line size
Maximum Uniform Resource Identifier (URI) line size
Maximum number of lines
To configure HTTP protocol anomalies, enter the following command:
Syntax: ips protocol-anomaly http [ header-size <header size> | header-line-size
<header line size> | uri-line-size <URI line size> | lines <number of lines> ]
Replace <header size> with the maximum header size in bytes (100–5120).
Replace <header line size> with the maximum header line size in bytes (100–
5120).
Replace <URI line size> with the maximum URI line size in bytes (1–3072).
Replace <number of lines> with the maximum number of lines (10–50).
You can configure only one parameter at a time.