On Thu, 2005-08-25 at 09:26 +0800, Hui Mian Yong wrote: > Hello.I've tried out with the OID you given here. However, I got snmp error > like this: > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.10.0) > SNMPv1_Session (remote host: "192.168.1.1 <http://192.168.1.1>" > [192.168.1.1<http://192.168.1.1> > ].161)
There are different cpu instances and OIDs based on the platform and version of code. I wrote a template that will figure out the correct one and use it. It's posted at http://www.austinnetworkdesign.com/mrtg/cpu.template You need to add a number of mibs to the LoadMibs: statement in order to use my templates, since I use symbolic names rather than numeric OIDs. Basically, grab all of the mibs from the snmpMIB_to_OID functions, in order. The template file also grabs the memory utilization, which has similar difficulties. -- Daniel J McDonald, CCIE # 2495, CNX, CISSP # 78281 Austin Energy [EMAIL PROTECTED] -- 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
