set service-udp

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Configures an existing UDP service object.

Syntax

set service-udp <existing-name> [ name <new-name> ] [ port <port> ] [ comments "<comment>" ] [ session-timeout <session-timeout> ] [ accept-replies {true | false} ] [ sync-connections-on-cluster {true | false} ] [ aggressive-aging-enable {true | false} ] [ aggressive-aging-timeout <aggressive-aging-timeout> ]

Parameters

Parameter

Description

accept-replies

Specifies whether to accept reply traffic for this service.

aggressive-aging-enable

Enable to manage the connections table capacity and memory consumption of the Security Gateway.

aggressive-aging-timeout

Configures the time (in seconds) before the aggressive aging times out.

comments

Configures the comment text.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

name

Configures the Service name.

A string that begins with a letter and contains up to 32 characters without spaces, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

port

Configures the destination ports (a comma separated list of ports/ranges).

See IANA Service Name and Port Number Registry.

service-udp

Specifies the existing Service name.

Press the TAB key to see the available options.

session-timeout

Configures the time (in seconds) before the session times out.

sync-connections-on-cluster

In a cluster, controls whether to synchronize connections with this service.

Example Command

set service-udp MyService name MyService2 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