H i ,
I've been experiencing that with MRTG .. the bandwidth not goes larger than 120
Mbps, MRTG would not display it correctly
my servers 1Gb port speed, and I download and upload by this speed, But MRTG graph not shoving traffic more than 120M.
Please, has anyone experienced this? can somebody help?
Thanks.
This is a common problem caused by 16-bit counter rollover.
If you are polling your device every 5min (the default) using SNMPv1, then a traffic greater than 120Mbps will cause the 16bit counter to wraparound in this time window. Hence, MRTG only displays the lower traffic as it cannot tell how many times the counter has rolled over.
You have two options:
Target[ezwf]: 1:community@router:::::2
MRTG documentation is available at http://oss.oetiker.ch/mrtg/doc/mrtg-reference.en.html and covers the SNMPv2c target syntax as well as the changes in interval.