On Mon, 23 Feb 2009 10:01:42 +0530 Maruthi wrote:
MG> I am G. Maruthi Prasad. I am currently designing an application where I
need to simulate the SNMP device. I am planning to use Net-SNMP for this
application. Can anybody help me how to extend my private mib with Net-SNMP?
You can use the over
2009/2/23 Sathyanarayana Murthy, Harish Kolar :
> Now my question is how to get the details like hard disc drives, running
> processes etc..
> since the OIDs will be having a number appenede to the standard OIDs like
That's the purpose of the GETNEXT request.
As I said before:
>> Have a look at
Required on Net-SNMP
2009/2/23 Sathyanarayana Murthy, Harish Kolar :
> Now i am looking to get details like list of running processes and
> list of hard disk storage drives etc.. but not able to achieve this.
>
> I know the OID text corresposning to them like
>
> H/W d
2009/2/23 Sathyanarayana Murthy, Harish Kolar :
> Now i am looking to get details like list of running processes and list of
> hard
> disk storage drives etc.. but not able to achieve this.
>
> I know the OID text corresposning to them like
>
> H/W disk storage drives :
> "host.hrStorage.hrStorag
Hi all,
I am using net-snmp in my C++ project to get the profile details of a node in
windows.
I am able to get the basic details like sysDescr.0. and is working fine.
Now i am looking to get details like list of running processes and list of hard
disk storage drives etc.. but not able to a
Hi All,
I am G. Maruthi Prasad. I am currently designing an application where I need to
simulate the SNMP device. I am planning to use Net-SNMP for this application.
Can anybody help me how to extend my private mib with Net-SNMP?
Thanks in Advance,
Maruthi
-
HI,
I am using Net-Snmp 5.3.0.1 version.
I was performing SNMP Get-Next by using Multiple variable bindings in which
it includes all the MIB objects of one table.
It is returning Generic error. I am suspecting there is some bug in
table_iterator.c in this version.
Please let me know if anyone ha