Re: net-snmp

2008-06-18 Thread ntwrkd
DD> 1. Is there any standard way to do discovery of computers/devices using DD> snmp? Nmap is a good utility for discoving devices running SNMP. This assumes that SNMP is running on the standard ports. - Show quoted text - On Wed, Jun 18, 2008 at 4:00 PM, Wes Hardaker <[EMAIL PROTECTED]> wrote: >

RE: problem using snmptrap with a DateAndTime object

2008-06-18 Thread Zack Little
Thank you. I'm not sure how I overlooked the "x" string type. I determined what the printable hex string would be for the timestamp (07d8061212372d002d0400). I then changed snmptrapd to use "x" instead of "s" for the type. I thought that I must be doing something wrong because my trap rece

Re: net-snmp

2008-06-18 Thread Wes Hardaker
> On Mon, 02 Apr 2007 15:47:25 +0530, Dipak Dudhabhate <[EMAIL PROTECTED]> > said: DD> 1. Is there any standard way to do discovery of computers/devices using DD> snmp? Most big managers have their own private methods. Nothing standardized exists. DD> 2. I have to implement file transf

Re: RFV: IPv6 String Format Overflow

2008-06-18 Thread Wes Hardaker
> On Wed, 18 Jun 2008 15:18:20 +0100, "Dave Shield" <[EMAIL PROTECTED]> > said: >>> We're currently in code freeze for the 5.2.5 release, >>> so fixing that line may have to wait until after that is out. >> >> I'm hereby calling for votes to include this fix (r17048) in 5.2.5. >> >> +1

Re: RFV: IPv6 String Format Overflow

2008-06-18 Thread Dave Shield
2008/6/17 Thomas Anders <[EMAIL PROTECTED]>: > Dave Shield wrote: >> 2008/6/16 Chase Douglas <[EMAIL PROTECTED]>: >>> I've found the exact same bug ... >>> but in snmplib/snmpTCPIPv6Domain.c instead of snmplib/snmpUDPIPv6Domain.c. >> >> Thanks for the report. >> I've fixed this in the 5.3.x lines a

Re: set function in template code generated from mib2c.iterate.conf

2008-06-18 Thread Dave Shield
2008/6/18 Tewen Hsieh <[EMAIL PROTECTED]>: >> Which version of the code are you using? > > I use version 5.1.1, so is it normal? The 5.1.x line is *very* old, and is no longer being maintained. Checking the archives, the iterate template from that line does not really include SET support. As you

Re: set function in template code generated from mib2c.iterate.conf

2008-06-18 Thread Tewen Hsieh
Hi, Thanks for reply. > Which version of the code are you using? > I've just checked the mib2c.iterate.conf template for all active lines, > and the template code includes blocks for all five MODE_SET_xxx > passes. I use version 5.1.1, so is it normal? Or I miss something? Sincerely, 永鈦鑫

Re: problem using snmptrap with a DateAndTime object

2008-06-18 Thread Dave Shield
2008/6/17 Zack Little <[EMAIL PROTECTED]>: > The child calls snmptrap via an execvp call and then the child exits. > > This is working great for standard data types (integer, ip address, string, > etc.). I can't seem to get this to work with my DateAndTime object. I suspect Magnus is right,

Re: set function in template code generated from mib2c.iterate.conf

2008-06-18 Thread Dave Shield
2008/6/18 Tewen Hsieh <[EMAIL PROTECTED]>: > I use configure file - mib2c.iterate.conf to generate template codes > of a table. > In the generated xxxTable_handler function, there are just two cases: > MODE_GET and MODE_SET_RESERVE1. Which version of the code are you using? I've just checked the m