set service-system-default TFTP

Description

Configures settings of the built-in TFTP service object.

Syntax

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

Parameters

Parameter

Description

accept-replies

Specifies if service replies are to be accepted

disable-inspection

Disable deep inspection of traffic matching this service

Type: Boolean (true/false)

keep-connections- open-after-policy-installation

True to keep connections open after policy has been installed, even if they are not allowed under the new policy

port

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

Type: Port range

session-timeout

Time (in seconds) before the session times out

source-port

Source port

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

use-source-port

Use source port

Example

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