Forum Discussion

mazek_59373's avatar
mazek_59373
Icon for Nimbostratus rankNimbostratus
Dec 04, 2008

snat - port usage monitoring

Hi,

 

 

is there a way to check i SNAT automap/pool what is the usage of ports in translation?

 

 

regards

1 Reply

  • Hi,

     

     

    Are you trying to correlate client to VIP and SNAT to server connections? If so, you could use tcpdump and try to match up the connections by the source port. It should be the same for both connections. Or you could use an iRule to log the client and serverside connection details.

     

     

    Or are you concerned about SNAT port exhaustion? If so, the only method I know of is 'netstat -na| grep -c SNAT_IP'.

     

     

    Aaron