set service-system-default TFTP

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

Description

Configures settings of the built-in TFTP service object.

Syntax

set service-system-default TFTP [ port <port> ] [ disable-inspection {true | false} ] [ accept-replies {true | false} ] [ session-timeout <session-timeout> ] [ use-source-port { false | true [ source-port <source-port> ] } ] [ keep-connections-open-after-policy-installation {true | false} ] [ sync-connections-on-cluster {true | false} ]

Parameters

Parameter

Description

accept-replies

Specifies whether to accept reply traffic for this service.

disable-inspection

Controls whether to disable deep inspection of traffic that matches this service.

keep-connections- open-after-policy-installation

Controls whether to keep the current connections after policy installation, even if these connections are not allowed by the new policy.

port

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

See IANA Service Name and Port Number Registry.

session-timeout

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

source-port

Configures the source port.

sync-connections-on-cluster

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

use-source-port

Controls whether to use the source port.

Example Command

set service-system-default TFTP port 8080-8090 disable-inspection true accept-replies true session-timeout 15 use-source-port false source-port 8080 keep-connections-open-after-policy-installation true sync-connections-on-cluster true