Re: example codes do not work

2009-01-14 Thread Dave Shield
2009/1/8 MEHMET ALI EKICI : > ./configure --prefix=/opt/snmp/ --with-mib-modules=examples/example > > > > When I query for example oids I get the following error. > NET-SNMP-MIB::netSnmp.2.1.1.0 = No Such Object available on this agent at > this OID > snmpget -v 2c -c public localhost:9000 1.3.

RE: example codes do not work

2009-01-08 Thread MEHMET ALI EKICI
08, 2009 2:55 PM To: MEHMET ALI EKICI; [email protected] Subject: RE: example codes do not work There is issue with enviroment variables. Export the mibs. export MIBDIRS=$Dir export MIBS=ALL Dir=Path where your mibs are present. Re

RE: example codes do not work

2009-01-08 Thread ayush.pathak
: [email protected] Subject: example codes do not work Hi All, I have configured net-snmp as follows ./configure --prefix=/opt/snmp/ --with-mib-modules=examples/example When I query for example oids I get the following error. NET-SNMP-MIB::netSnmp.2.1.1.0 = No

example codes do not work

2009-01-08 Thread MEHMET ALI EKICI
Hi All, I have configured net-snmp as follows ./configure --prefix=/opt/snmp/ --with-mib-modules=examples/example When I query for example oids I get the following error. NET-SNMP-MIB::netSnmp.2.1.1.0 = No Such Object available on this agent at this OID snmpget -v 2c -c public loc