We are testing PRTG with our Juniper equipment. We're using sflow to gather data.
The traffic volumes we're seeing for the sflow information (we're using sflow to monitor two ports on an EX4300 switch) are much lower than what we're seeing in Cacti, which we use to just track overall usage.
Is this normal, or is there something wrong with our configuration? We expected that the total traffic graph we see in PRTG would be similar to what we see in Cacti.
This is the sflow configuration on the EX4300:
polling-interval 60; sample-rate { ingress 1000; egress 1000; } source-ip 10.x.y.5; collector 10.x.y.2 { udp-port 6343; } interfaces ge-0/0/0.0; interfaces ge-0/0/1.0;
Add comment