Forum Discussion

LRam13_139052's avatar
LRam13_139052
Icon for Nimbostratus rankNimbostratus
Sep 07, 2017

Snat Port Exhaustion - Kill idle connections

Hi. Currently facing port exhaustion. Our idle timeout is set to 24 hours. How can we currently kill idle connections to free up ports and resolve the current issue. Long term solution we will add another IP to the snat pool tonight but we are concerned it might cause an issue in the phone system if we do it during business hours. Does anyone know the commands to kill idle connections past a certain amount of time? Please and thank you!

 

1 Reply

  • Try

    tmsh delete sys conn age 
    where is the age in seconds of the connection being deleted. You can also specify protocol, connection type, and client-side or server-side address/port details. In tmsh,
    delete sys conn ?
    will give you an overview.