10-Sep-2012 07:07
Hi All,
we have 5 pool memebr . That pool attach to Virtual server.and Loadbalancing method is round Robin I am getting connection to multilple source.
i want to identify particular source is hitting to Wich Pool member with current connection.
HOW can i achieve this ?
Thanks & Regards
Ankush narang
10-Sep-2012 07:19
Using TMSH:
show sys connection cs-client-addr x.x.x.x cs-server-addr x.x.x.x
10-Sep-2012 07:33
16-Aug-2023 17:28
tmsh
show sys connection cs-server-addr (x.x.x.x/24 enter VS subnet here) | grep y.y.y.y (VS ip addr)