Re: Re: Net-snmp on FreeBSD 5.2x

2004-06-04 Thread slif
> From: Wes Hardaker <[EMAIL PROTECTED]> > Date: 2004/06/03 Thu PM 07:40:12 EDT > > On Wed, 2 Jun 2004 09:23:23 -0700, "Thanh Nguyen" <[EMAIL PROTECTED]> said: > > Thanh> Does anyone know if net-snmp 5.1.x (or any net-snmp release) work on > Thanh> FreeBSD 5.2x OS ? > > Probably? > > -- > W

Re: Net-SNMP Version 5 PDU question

2004-06-04 Thread Glenn MacGregor
Wes, Do you think that would incurr too much overhead if we are doing a lot of polling? Also, attached is a patch which makes visible the get_tc_index (parse.c) and root_imports. I needed to do this for a MibLoader application I wrote. I figured it was no problem because the get_tc_description

traptoemail

2004-06-04 Thread Nagaich, Nitin
Hi all, could anybody tell me more about traptoemail utility? how can i send an email from a generated trap? thanks & regards, Nitin --- This SF.Net email is sponsored by the new InstallShield X. >From Windows to L

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: DATATYPE FOR FLOAT

2004-06-04 Thread Dave Shield
> Is there any DATATYPE for setting FLOAT TYPE in ASN.1 notations. Not in standard SNMP, no. The Net-SNMP suite implements a syntax 'Float' (using the type constant ASN_OPAQUE_FLOAT), but this can really only be used with other Net-SNMP-based agents and tools. Other ways you could handle this

DATATYPE FOR FLOAT

2004-06-04 Thread krishna nss
Hello, Is there any DATATYPE for setting FLOAT TYPE in ASN.1 notations. AND also plz let me know how this agent and NMS can connect (which method we r using in NM tools like ADVENTNET) kris _ Holiday? Wedding? Refurnishing? http:/

Re: Mib2c with mib2c.old-api.conf

2004-06-04 Thread Dave Shield
> I have been tried to use mib2c with mib2c.old-api.conf to create source > code. It works fine with MIB with a single level. However it seems not > creating right OID nubmber of the data under mutiple levels. > Is this a known issue or something I missed? Yes - it's a known issue. No - there'

Re: Moving AgentX (and SMUX) out of the mibmodules

2004-06-04 Thread Dave Shield
Dave> It should be sufficient to tweak the Makefiles so that the Dave> mibgroup/agentx files are compiled and linked into the Dave> main agent library instead. Wes> You know... that's actually a good idea as a more permanent Wes> solution. We could just mark (somehow) certain files within the W