how to configure the sampling parameters to get 1/5000 netflow sampling rate?
it is very difficult to understand from you manual where:
sampling-interval (integer; Default: 0) The number of packets that are consecutively sampled.
sampling-space (integer; Default: 0) The number of packets that are consecutively omitted.
/ip/traffic-flow/set packet-sampling=yes sampling-interval=2222 sampling-space=1111
2222 packet consecutive packets will be sampled and then 1111 will be omitted. Then the sampling cycle repeats in such a manner.
Same in ROS7.7 - I tried Interval 1, Space 4999 to try and get 1 in 5000, but it’s clearly wrong - even raw output to my collector with no sampling doesn’t seem to make much sense. I see traffic spikes reported that are bigger than the interfaces the traffic is traversing (25Gbps+ flows on 10Gbps ports etc)