Forum Discussion

Anesh's avatar
Anesh
Icon for Cirrostratus rankCirrostratus
May 27, 2014

Connection table entry removed after idle timer reaches tcp keep alive value

Problem: i am doing a telnet to a VIP configured on an LTM and the Connection table entry removed after idle timer reaches tcp keep alive value configured which is 60 seconds and also the i see the idle time counter resetting to zero which is expected My question is why is the connection table entry removed??

 

Below is LTM Config

 

ltm virtual testvip { destination 6.6.6.6:9041 ip-protocol tcp mask 255.255.255.255 persist source_addr { Default yes} pool testpool profiles tcp_test snat automap

 

}

 

ltm profile tcp tcp_test {app-service none defaults-from tcp-lan-optimized keep-alive-interval 60 }

 

19 Replies