01-26-2011 08:44 AM
Hi all,
I was wondering if anybody knows about the default tcp connection timeout setting on Junos particularly on J series.
thanks
Gul
01-26-2011 10:58 AM
TCP is one hour
01-27-2011 07:48 AM
Thanks, Can we change it? if yes how can we change it and is it possible to change it for a particular prefixes.
Thanks
01-27-2011 08:04 AM
and this is for the data traffic passing through the router, not for management traffic.
thanks
Gul
01-27-2011 08:09 AM
You can create a custom application and then use that application in your policies.
# set applications application custom-tcp inactivity-timeout XXX
Specify protocol, destination port, etc. Then if you use in your policy you can define the IP ranges (source / dest) for that policy and application.
01-27-2011 10:14 AM
Thanks Kevin. Much appreciated.
01-27-2011 10:29 AM
You are welcome - if you would not mind flagging my previous post as a "solution" that will help other people who may have the same question.
Thanks