Re: Help Required on Net-SNMP

2009-03-11 Thread Robert Story
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

Re: Help Required on Net-SNMP

2009-02-23 Thread Dave Shield
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

RE: Help Required on Net-SNMP

2009-02-23 Thread Sathyanarayana Murthy, Harish Kolar
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

Re: Help Required on Net-SNMP

2009-02-23 Thread Dave Shield
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

RE: Help Required on Net-SNMP

2009-02-23 Thread Sathyanarayana Murthy, Harish Kolar
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

Help Required on Net-SNMP

2009-02-23 Thread Maruthi Gonuguntla
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 -

Help required on net-snmp multiple varbind get-next generic error problem

2008-01-21 Thread srinivas pippiri
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