Dana Huggard wrote: > Hi, How does one use 64-bit counters? I see the same problem with some > Gigabit interfaces I have on some Cisco switches. I used cfgmaker to create > the config files. > use the "--snmp-options=:::::2" switch to cfgmaker.
Like this: env LANG="en_US" /usr/local/mrtg-2.14.3/bin/cfgmaker \ --output=/path/to/my/configfile \ --no-down \ --ifref=name \ --global "Options[_]: growright,bits" \ --global "Forks: 8" \ --global "RunAsDaemon: Yes" \ --community=public \ --snmp-options=:::::2 \ '--if-filter=$if_is_ethernet' \ 10.0.0.1 \ 10.0.0.2 \ 10.0.0.3 \ 10.0.0.4 \ 192.168.1.22 Add --snmp-options=:::::2 and use whatever other parameters are suitable for your installation. -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
