Skip to main content

Application Timeout Values

(2013 March 7)

Application Timeout Values

To check:

root@sentry> request pfe execute target fwdd command "show usp app-def tcp" | match ssh
GOT: tcp port=22, appl_name=junos-ssh, service type=22, alg id=0, timeout=1800

Documentation seems to claim these values are minutes.

Changing to four days:

[edit]
root@sentry> set groups my-internal-group applications application junos-ssh inactivity-timeout 5760
root@sentry> set applications apply-groups my-internal-group
root@sentry> commit

Checking the change:

root@sentry> request pfe execute target fwdd command "show usp app-def tcp" | match ssh
GOT: tcp port=22, appl_name=junos-ssh, service type=22, alg id=0, timeout=5760