Install guide

66 Firewall Enhancements Release Note
Software Version 2.7.5
C613-10454-00 REV A
Command Reference Updates
This section describes each new command and the changed portions of
modified commands and output screens. For modified commands and output,
new parameters, options and fields are shown in bold.
add firewall policy udpporttimeout
Syntax ADD 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 assigns a UDP port timeout value to a UDP server port, or
group of ports, on the specified policy. For the specified port only, the UDP port
timeout value overrides the UDP timeout that is defined with the set firewall
policy command.
The UDP port timeout is applied to all UDP sessions that use the specified
server port. The switch ends any inactive sessions on the port when the defined
UDP port timeout period expires.
The udpporttimeout parameter specifies the port to assign the UDP port
timeout value to.
The timeout parameter specifies the timeout period for the port in minutes. If
you specify 0, the timeout period is set to 30 seconds. If you specify no value or
default, then the policy’s UDP timeout configured is used. To set the policy’s
UDP timeout, use the set firewall policy udptimeout command.
Example To add a timeout of 25 minutes for all UDP sessions using UDP port 5060, to
the policy ‘zone1’, use the command:
add fire poli=zone1 udpp=5060 tim=25