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.
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
There is issue with enviroment variables.
Export the mibs.
export MIBDIRS=$Dir
export MIBS=ALL
Dir=Path where your mibs are present.
Regards
Ayush Pathak
From: MEHMET ALI EKICI [mailto:[email protected]]
Sent: Thursday, January 08, 2009 5:12 PM
To: