Re: Fixing autoconf, et all for BSDs

2011-07-07 Thread Garrett Cooper
On Thu, Jul 7, 2011 at 10:02 AM, Robert Story wrote: > On Wed, 6 Jul 2011 15:20:52 -0700 Garrett wrote: > GC> The OS-dependent code is messy and my personal feeling is > GC> that it should be properly refactored to avoid , and antiquated OS > GC> support should be removed (FreeBSD 5.x has been dea

Re: Fixing autoconf, et all for BSDs

2011-07-07 Thread Robert Story
On Wed, 6 Jul 2011 15:20:52 -0700 Garrett wrote: GC> The OS-dependent code is messy and my personal feeling is GC> that it should be properly refactored to avoid , and antiquated OS GC> support should be removed (FreeBSD 5.x has been dead for some time for GC> instance, and FreeBSD 6.x is no longer

Re: Inquiry on command behavior

2011-07-07 Thread Dave Shield
On 6 July 2011 08:01, Dennis Cua wrote: > I know snmp get next takes the next OID not the current. Pretty much, yes. It takes a given OID (which may or may not refer to an actual instance), and returns the next valid instance. For example, given an integer-based table, rooted at .1.3.6.1.2.1.1.

Inquiry on command behavior

2011-07-07 Thread Dennis Cua
To Whom It May Concern, Good day, I'm fairly new to snmp and currently tackling some maintenance and bug fix tasks on our snmp agent. I think I failed to see snmp get bulk or some similar bulk command documentation. I know snmp get next takes the next OID not the current. Is snmp get bulk sim