-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Bandwidth on Juniper MX #42
Comments
You are misunderstanding graphs ! So, on the right, you have thousands ASN that are not drawn :) Depending on your kind of data type, you may have a lot of ASN which consumes "almost the same bandwidth", that might explain such graphs. For information, in my compagny (ISP), on IXP like AMS-IX, the diff is 40% |
Dear clobrother! I can't fully agree with you :) At least in question with MX80. |
this is an old question, but I believe the magic command you're looking for is |
Dear Manuel!
Thank you for your work!
Forced to turn to you for help, so as to solve the problem for a month I didn't get :(
We have 2 border routers of Juniper MX-series, one MX80 and one MX240.
I tried to configure your scripts with each of them using Netflow v5/v8 and IPFIX and with the same settings got different results, and different from the indications by SNMP.
The results of MX240 like the truth at least 50-70% when the results of MX80 like no more than 20% of truth.
Here is my current sampling settings:
sampling {
sample-once;
input {
rate 100;
max-packets-per-second 65535;
}
family inet {
output {
flow-inactive-timeout 15;
flow-active-timeout 60;
flow-server 192.168.90.100 {
port 9000;
autonomous-system-type origin;
no-local-dump;
source-address 192.168.90.91;
version 5;
}
}
}
}
As I said - using Netflow v5/v8 or IPFIX - gives the same result. And here is graphs compare.
MX240 IP-transit 10G port.
MX240 peering 10G port.
MX80 IP-transit 10G port.
MX80 peering 1G port.
I tried to change various settings of sampling rate as on the router and in your script, and your tips from the next issue: #4
Change $ascache_flush_interval = 10 gave a small positive result is higher-quality graphs, but to solve the problem of incorrect bandwidth I never got.
Asking for your help! I would very much like to use the product and send you a donation.
The text was updated successfully, but these errors were encountered: