ubuntu@aria-networks-collector:~$ sudo tcpdump -i eth0 port 2055
^X
Note: ^X means the command execution is cancelled using ctrl +X as no output of incoming packets are seen.
To resolve this issue perform below with help of your datacenter Network administrator
1. Ensure UDP port 2055 is enabled.
2. Make sure there is no firewall or DFW blocking the traffic between the hosts and the collector on port 2055.
3. If Firewall is blocking then, unblock it or create a exception.
4. Once firewall block is fixed, execute tcpdump command on collector shows no incoming packets from the hosts on port 2055
ubuntu@aria-networks-collector:~$ sudo tcpdump -i eth0 port 2055
5. Default polling interval is 10 minutes, it should take a couple of polling intervals (approx. 20-30 minutes) for flows to appear on the Aria Operations for Networks UI.
See available public facing documentation IPFIX FAQ for more details.