For When You Can't Have The Real Thing
[ start | index | login ]
start > Juniper > SRX100 > Application Timeout Values

Application Timeout Values

Created by dave. Last edited by dave, 11 years and 24 days ago. Viewed 4,514 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
(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

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt