set service-udp

Description

Configures an existing UDP service object

Syntax

set service-udp <name> [ name <name> ] [ port <port> ] [ comments <comments> ] [ session-timeout <session-timeout> ] [ accept-replies <accept-replies> ] [ sync-connections-on-cluster <sync-connections-on-cluster> ] [ aggressive-aging-enable <aggressive-aging- enable> ] [ aggressive-aging-timeout <aggressive-aging-timeout> ]

Parameters

Parameter

Description

accept-replies

Specifies if service replies are to be accepted

aggressive-aging-enable

Enable to manage the connections table capacity and memory consumption of the firewall to increase durability and stability

aggressive-aging-timeout

Time (in seconds) before the aggressive aging times out

comments

Comments and explanation about the service

Type: A string that contains less than 257 characters, of this set: 0-9, a-z or , . - : () @

name

Service name

Type: String

port

Destination ports (a comma separated list of ports/ranges)

Type: Port range

session-timeout

Time (in seconds) before the session times out

sync-connections-on-cluster

Enables state-synchronized High Availability or Load Sharing on a ClusterXL or OPSEC-certified cluster. Of the services allowed by the Rule Base, only those with synchronize connections on cluster will be synchronized as they pass through the cluster

Example

set service-udp TEXT name TEXT port 8080-8090 comments "This is a comment." session-timeout 15 accept-replies true sync-connections-on-cluster true aggressive-aging-enable true aggressive-aging-timeout 15