Install guide

70 Firewall Enhancements Release Note
Software Version 2.7.5
C613-10454-00 REV A
set firewall policy udpporttimeout
Syntax SET FIREwall POLIcy=policy-name UDPPorttimeout=port
TIMeout={0..43200|DEFault}
where:
policy-name is a character string 1 to 15 characters long. Valid characters are
uppercase and lowercase letters, digits, and the underscore character.
port is a UDP port number or a list of comma-separated UDP port numbers
from 1 to 65535.
Description This command sets a UDP port timeout for the specified server port. You must
first add a UDP port timeout to the port with the add firewall policy
udpporttimeout command.
The UDP port timeout is applied to all UDP sessions that use the specified port.
Any inactive sessions on the port are ended when the defined UDP port
timeout period expires.
The udpporttimeout parameter specifies the port to assign the UDP port
timeout to.
The timeout parameter specifies the timeout period for the port in minutes. If 0
is specified, the timeout period is set to 30 seconds. If default is specified, then
the UDP timeout configured for the policy with the set firewall policy
command is used.
Example To set a udp port timeout of 30 minutes for UDP port 5060, for the policy
‘zone1’, use the command:
set fire poli=zone1 udpp=5060 tim=30