InlineFirewallSessionTimerProfile1

InlineFirewallSessionTimerProfile1
InlineFirewallSessionTimerProfile1
JSON Example
{
    "icmp_error_reply": 0,
    "icmp_first_packet": 0,
    "tcp_closed": 0,
    "tcp_closing": 0,
    "tcp_established": 0,
    "tcp_finwait": 0,
    "tcp_first_packet": 0,
    "tcp_opening": 0,
    "udp_first_packet": 0,
    "udp_multiple": 0,
    "udp_single": 0
}
integer As int64 As int64
icmp_error_reply
Required
Constraints: minimum: 10 maximum: 4320000 default: 10

The timeout value for the connection after an ICMP error came back in response to an ICMP packet. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
icmp_first_packet
Required
Constraints: minimum: 10 maximum: 4320000 default: 20

The timeout value of connection in seconds after the first packet. This will be the initial timeout for the new ICMP flow. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_closed
Required
Constraints: minimum: 10 maximum: 4320000 default: 20

The timeout value of connection in seconds after one endpoint sends an RST. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_closing
Required
Constraints: minimum: 10 maximum: 4320000 default: 120

The timeout value of connection in seconds after the first FIN has been sent. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_established
Required
Constraints: minimum: 120 maximum: 4320000 default: 43200

The timeout value of connection in seconds once the connection has become fully established. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_finwait
Required
Constraints: minimum: 10 maximum: 4320000 default: 45

The timeout value of connection in seconds after both FINs have been exchanged and connection is closed. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_first_packet
Required
Constraints: minimum: 10 maximum: 4320000 default: 120

The timeout value of connection in seconds after the first packet has been sent. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
tcp_opening
Required
Constraints: minimum: 10 maximum: 4320000 default: 30

The timeout value of connection in seconds after a second packet has been transferred. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
udp_first_packet
Required
Constraints: minimum: 10 maximum: 4320000 default: 60

The timeout value of connection in seconds after the first packet. This will be the initial timeout for the new UDP flow. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
udp_multiple
Required
Constraints: minimum: 10 maximum: 4320000 default: 60

The timeout value of connection in seconds if both hosts have sent packets. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.

integer As int64 As int64
udp_single
Required
Constraints: minimum: 10 maximum: 4320000 default: 30

The timeout value of connection in seconds if the source host sends more than one packet but the destination host has never sent one back. The default value for Edges (i.e, Gateway, or Logical Router) may be different than Distributed Firewall hosts.