SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
434
Default Values
<seconds>
The following default policy timeout intervals apply:
tcp
(600 seconds; 10 minutes)
udp
(60 seconds; 1 minute)
icmp
(60 seconds; 1 minute)
Usage Examples
The following example creates customized policy timeouts for the following:
internet traffic (TCP Port 80) timeout 24 hours (86400 seconds)
telnet (TCP Port 23) timeout 20 minutes (1200 seconds)
FTP (21) timeout 5 minutes (300 seconds)
All other TCP services timeout 8 minutes (480 seconds)
ProCurve(config)#
ip policy-timeout tcp www 86400
ProCurve(config)#
ip policy-timeout tcp telnet 1200
ProCurve(config)#
ip policy-timeout tcp ftp 300
ProCurve(config)#
ip policy-timeout tcp all_ports 480
The following example creates customized policy timeouts for UDP netbios ports 137-139 of 200 seconds
and UDP ports 6000-7000 of 300 seconds:
ProCurve(config)#
ip policy-timeout udp range netbios-ns netbios-ss 200
ProCurve(config)#
ip policy-timeout udp 6000 7000 300
finger
(Port 79)
tacacs
(Port 49)
ftp
(Port 21)
talk
(Port 517)
<port>
*
Optional
ftp-data
(Port 20)
telnet
(Port 23)
gopher
(Port 70)
time
(Port 37)
hostname
(Port 101)
uucp
(Port 540)
ident
(Port 113)
whois
(Port 43)
irc
(Port 194)
www
(Port 80)
klogin
(Port 543)
kshell
(Port 544)
<seconds>
Wait interval (in seconds) before an active session is closed (valid range: 0 to
4294967295 seconds).
Syntax Description (Continued)