Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We know the default TCP Idle timeouts are: inactivity timeout (seconds) : TCP: 3600, UDP: 10, ICMP: 2, HTTP/SSL: 300 My question is there any way to change JUST the http/S setting, I.E. make the timeouts:inactivity timeout (seconds) : TC...
As a bonus can somebody confirm how to change it to apply not to all http/https traffic but specific IP/networks I think it would be: ip access-list extended TCP_IDLE_TIMEOUT permit tcp any host x.x.x.x eq http permit tcp any host x.x.x.x eq https a...
Unfortunately I only have a live system, so can't easily test, but I have worked out the below is somebody could agree that it would do what I think (change idle timeout for http and https for all inbound traffic on the respective interfaces) parame...
Is there anyway to increase JUST the http/ssl portion. What I would really want is to change:inactivity timeout (seconds) : TCP: 3600, UDP: 10, ICMP: 2, HTTP/SSL: 300 toinactivity timeout (seconds) : TCP: 3600, UDP: 10, ICMP: 2, HTTP/SSL:...