packet capture
4 TopicsDeleting .pcap files in "/var/tmp/"
Hello everyone! I'm running an HA pair of Big-IP units (BIG-IP 12.1.2 Build 0.0.249 Final) and I need to take packet captures now and then. I'm just wondering if it's safe to delete the capture files once I'm done, like from the CLI? Could I just [cd /var/tmp] and then [rm capturefile.pcap] ? Thanks!Solved1.5KViews0likes2CommentsHow to packet capture the whole traffic flow in VIP by Automap
Hi, I do have a VIP configured using Automap. 2 nodes on the pool member. Now, the problem is the log on the nodes member will always show the self IP as a source IP address. Configure X-forwarded will not work for my application due the the network setup. I try packet capture with command: tcpdump -ni 0.0:nnnp -s 0 host or port -w /var/tmp/test.pcap On Wireshark, if follow the TCP stream, it won't show the full traffic flow. It just either "self IP and node IP" or "actual source IP and VIP" How to capture/filter the packet so that I can have a full set of the traffic flow?898Views0likes1CommentTLS1.3 Decryption
Hello all, any idea if this is supposed to work for tls1.3 ? https://clouddocs.f5.com/training/community/adc/html/class4/module1/lab10.html This approach was very simple and used to work fine for tls1.2. I just found this article for tls1.3 https://my.f5.com/manage/s/article/K36120659 ThanksSolved47Views0likes1Comment