Forum Discussion

Carl_rag's avatar
Carl_rag
Icon for Nimbostratus rankNimbostratus
Jun 13, 2020

using TCPDUMP to see the selected node

How can I use TCPDUMP to see which node from a pool F5 selects after it receives traffic to a virtual server?

1 Reply

  • tcpdump -i 0.0:p host 10.20.1.1 -w /var/tmp/tcpdumps1.pcap

     

    Use the above command. :p indicates peer side. In the above statement, IP address 10.20.1.1 is the Client ip address. Wireshark output will show which node it has selected from Pool.