Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

m1978_295079's avatar
m1978_295079
Icon for Nimbostratus rankNimbostratus
Jun 01, 2017

Syntex to caputure traffic

I have three VIP with the same IP address but a different port number.

 

10.1.1.1:443 10.1.1.2:7102 10.1.1.3:8102

 

I want to take a capture traffic to/from VIP 10.1.1.1:443, what would be the syntax ?

 

1 Reply

  • Heya,

    you could use a command similar to the following

    tcpdump -nni  host 10.1.1.1 and port 443