config tcp-timeout-profile
Use the following command to create one or more TCP timeout profiles. You can create up to 42 TCP timeout profiles numbered 5 to 47.
config system npu
config tcp-timeout-profile
edit {5 | 6 | 7 | ... | 47}
set tcp-idle <seconds>
set fin-wait <seconds>
set close-wait <seconds>
set time-wait <seconds>
set syn-sent <seconds>
set syn-wait <seconds>
end
tcp-idle
TCP idle timeout in seconds. Range 1 to 86400, default 3600.
fin-wait
fin-wait timeout in seconds. Range 1 to 86400, default 120.
close-wait
close-wait timeout in seconds. Range 1 to 86400, default 120.
time-wait
time-wait timeout in seconds. Range 1 to 300, default 1.
syn-sent
syn-sent timeout in seconds. Range 1 to 86400, default 10.
syn-wait
syn-wait timeout in seconds. Range 1 to 86400, default 10.