set aggressive-aging

Description

Configures aggressive aging default reduced timeouts.

Syntax

set aggressive-aging [ icmp-timeout <icmp-timeout> ] [ icmp-timeout-enable <icmp-timeout-enable> ] [ other-timeout <other-timeout> ] [ other-timeout-enable <other-timeout-enable> ] [ pending-timeout <pending-timeout> ] [ pending-timeout-enable <pending-timeout-enable> ] [ tcp-end-timeout <tcp-end-timeout> ] [ tcp-end-timeout-enable <tcp-end-timeout-enable> ] [ tcp-start-timeout <tcp-start-timeout> ] [ tcp-start-timeout-enable <tcp-start-timeout-enable> ] [ tcp-timeout <tcp-timeout> ] [ tcp-timeout-enable <tcp-timeout-enable> ] [ udp-timeout <udp-timeout> ] [ udp-timeout-enable <udp-timeout-enable> ] [ general <general>] [ log <log> ] [ connt-limit-high-watermark-pct <connt-limit-high-watermark-pct> ] [ connt-mem-high-watermark-pct <connt-mem-high-watermark-pct> ] [ memory-conn-status <memory-conn-status> ]

Parameters

Parameter

Description

connt-limit-high- watermark-pct

Connection table percentage limit

A number with no fractional part (integer)

connt-mem-high- watermark-pct

Memory consumption percentage limit

A number with no fractional part (integer)

general

Enable aggressive aging of connections

Type: Boolean (true/false)

icmp-timeout

ICMP connections reduced timeout

A number with no fractional part (integer)

icmp-timeout-enable

Enable reduced timeout for ICMP connections

Type: Boolean (true/false)

log

Tracking options for aggressive aging

Options: log, none

memory-conn-status

Choose when aggressive aging timeouts are enforced

Options: both, connections, memory

other-timeout

Other IP protocols reduced timeout

A number with no fractional part (integer)

other-timeout-enable

Enable reduced timeout for non TCP/UDP/ICMP connections

Type: Boolean (true/false)

pending-timeout

Pending Data connections reduced timeout

A number with no fractional part (integer)

pending-timeout- enable

Enable reduced timeout for non TCP/UDP/ICMP connections

Type: Boolean (true/false)

tcp-end-timeout

TCP termination reduced timeout

A number with no fractional part (integer)

tcp-end-timeout- enable

Enable reduced timeout for TCP termination

Type: Boolean (true/false)

tcp-start-timeout

TCP handshake reduced timeout

A number with no fractional part (integer)

tcp-start-timeout- enable

Enable reduced timeout for TCP handshake

Type: Boolean (true/false)

tcp-timeout

TCP session reduced timeout

A number with no fractional part (integer)

tcp-timeout-enable

Enable reduced timeout for TCP session

Type: Boolean (true/false)

udp-timeout

UDP connections reduced timeout

A number with no fractional part (integer)

udp-timeout-enable

Enable reduced timeout for UDP connections

Type: Boolean (true/false)

Example

set aggressive-aging icmp-timeout 30 icmp-timeout-enable true other-timeout 30 other-timeout-enable true pending-timeout 30 pending-timeout-enable true tcp-end-timeout 3600 tcp-end-timeout-enable true tcp-start-timeout 3600 tcp-start-timeout-enable true tcp-timeout 3600 tcp-timeout-enable true udp-timeout 3600 udp-timeout-enable true general true log log connt-limit-high-watermark-pct 80 connt-mem-high-watermark-pct 80 memory-conn-status both