25-Feb-2020 10:43
Can someone help me with command where we can do tcpdump and ping same time from f5 to server ?
25-Feb-2020 13:04
Just open a second ssh session to the BigIP - start ping in one, and tcpdump in the other.
Or run ping using nohup - which redirects the ping output to a file (./nohup.out) and detaches from the terminal.
Just remember to kill the ping process when you are done (killall ping)