I use snmpget instead if snmpwalk, it works [EMAIL PROTECTED]:~> snmpget 10.12.10.100 public enterprises.5454.1.10.1.15.5.0 enterprises.5454.1.10.1.15.5.0 = Counter32: 2013463527 [EMAIL PROTECTED]:~> snmpget 10.12.10.100 public enterprises.5454.1.10.1.15.6.0 enterprises.5454.1.10.1.15.6.0 = Counter32: 1404084817
Then I edit my mrtg.cfg #---------------------- Workdir: /home/shiro/mrtg/cfg Logdir: /home/shiro/mrtg/httpd Options[_]: bits, growright Target[Trango_100]:enterprises.5454.1.10.1.15.5.0&enterprises.5454.1.10.1.15.6.0:[EMAIL PROTECTED] Title[Trango_100]: Trango 100 MaxBytes[Trango_100]: 300000 #----------------------- Still, it return the same error If you don't mind, may I get copy of your mrtg.cfg which work with your Trango ? Reza Iskandar Achmad [EMAIL PROTECTED] wrote: > Trango doesn't use standard mib2 to count bytes in or out > you need to put a special oid, you need to use next > > for EthInOctets => 1.3.6.1.4.1.5454.1.10.1.15.5.0 > for EthOutOctets => 1.3.6.1.4.1.5454.1.10.1.15.6.0 > > your Target line must be something like this > > Target[Trango_100]:enterprises.5454.1.10.1.15.5.0&enterprises.5454.1.10.1.15.6.0:[EMAIL PROTECTED] > > this should work, try using snmpget instead of snmpwalk like mrtg does > > snmpget 10.12.10.100 public enterprises.5454.1.10.1.15.5.0 and > snmpget 10.12.10.100 public enterprises.5454.1.10.1.15.6.0 > > here is an example of one of my Trango AP > > # snmpget 192.168.254.101 public enterprises.5454.1.10.1.15.6.0 > enterprises.5454.1.10.1.15.6.0 = Counter32: 2809586178 > # snmpget 192.168.254.101 public enterprises.5454.1.10.1.15.5.0 > enterprises.5454.1.10.1.15.5.0 = Counter32: 658849128 > # > > Juan Bou > > At 05:26 p.m. 18/06/03 +0700, Reza Iskandar Achmad wrote: > -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
