Re: SNMP-library functions

2004-06-04 Thread Dave Shield
> I got that page but most of them are implemented as commands and not > functions to be used in C programs.. for eg is there any function similar > to "snmpwalk" command for usage in C programs... No. There's no "snmpwalk()' routine. You'd need to issue a series of separate SNMPGETNEXT comma

Re: SNMP-library functions

2004-06-04 Thread Nakul Aggarwal
On Thu, 3 Jun 2004, Wes Hardaker wrote: > > On Mon, 31 May 2004 18:44:31 +0530 (IST), Nakul Aggarwal <[EMAIL PROTECTED]> > > said: > > Nakul> I have net-snmp library installed on my comp can someone tell > Nakul> me a link/resource where i can get complete list of functions > Nakul> (for

Re: SNMP-library functions

2004-06-03 Thread Wes Hardaker
> On Mon, 31 May 2004 18:44:31 +0530 (IST), Nakul Aggarwal <[EMAIL PROTECTED]> > said: Nakul> I have net-snmp library installed on my comp can someone tell Nakul> me a link/resource where i can get complete list of functions Nakul> (for usage in C programs) and their uses as implemented i