SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
460
ip urlfilter server
<ip address>
Use the
ip urlfilter server
command to identify a URL filter server by IP address and port number. Use
the
no
form of this command to remove the server from use. Variations of this command include:
ip urlfilter server
<ip address>
ip urlfilter server
<ip address>
port
<number>
ip urlfilter server
<ip address>
timeout
<value>
Syntax Description
<ip address>
Specifies the server IP address. IP addresses should be expressed in
dotted decimal notation (for example,
10.10.10.1
).
port
<number>
Specifies the server TCP port number which will receive requests.
timeout
<value>
Specifies the number of seconds to wait for a response from the URL
filtering server before determining that it is out of service. Range is 1 to
300 seconds.
Default Values
By default, there are no URL filtering servers configured. When configuring a URL filtering server, the port
default is 15,868, and the timeout default is 5 seconds.
Usage Example
The following example identifies a URL filtering server at IP address
10.1.1.1
that listens for URL filtering
requests on port 15,868 (default) and waits for a response for
10
seconds before determining that the
filtering server is down:
ProCurve(config)#
ip urlfilter server 10.1.1.1 timeout 10