Decoding BITS format in net-snmp

2011-07-26 Thread Biswajit Mandal
Hi net-snmp-coders,This is generic question regarding the SNMP Syntax BITS.We are implementing LLDP MIB. While implementing lldpLocSysCapSupported (Syntax BITS), SYNTAX BITS {other(0),repeater(1), bridge(2),wlanAccessPoint(3),route

Enforcing SNMPv3 User Authentication and Privacy

2011-07-26 Thread Harvey Shepherd
Hi All, Are there any compile-time configuration options to enforce the use of user privacy and authentication when creating users? I know that MD5 authentication and DES privacy can be disabled, but was wondering if there was something similar to disable "no authentication" and "no privacy".

Re: net-snmp 5.7 on AIX and HP-UX

2011-07-26 Thread Garrett Cooper
On Tue, Jul 26, 2011 at 1:34 PM, Singh, Vinay wrote: > All, > > Has anyone tried to build net-snmp 5.7 on AIX ? It did build for 5.6.1 > but getting build error in 5.7. Any help on this is appreciated. > > > >   Also, I could never get to compile the code on HP-UX. Has anyone tried to > build

net-snmp 5.7 on AIX and HP-UX

2011-07-26 Thread Singh, Vinay
All, Has anyone tried to build net-snmp 5.7 on AIX ? It did build for 5.6.1 but getting build error in 5.7. Any help on this is appreciated. Also, I could never get to compile the code on HP-UX. Has anyone tried to build net-snmp on HP-UX? bash-4.1# make Make: line 598: syntax error.

Re: IPv6 entries not at MIBII tables with net-snmp V5.7

2011-07-26 Thread Claus Klein
I have upgraded to current git version. Now the ipv6 entries are ready filled. But "make test" fails for 9 test cases! This was the requested part of config.log: configure:17870: checking for mib2_ipIfStatsEntry_t configure:17870: result: no configure:17900: checking ipv6 stack type conft

Re: net-snmp 5.7 host mib missing part of hrStorageTable

2011-07-26 Thread Niels Baggesen
On Mon, Jul 25, 2011 at 08:53:51AM -0700, Dennis Andrews wrote: > Linux. I tested it on RHEL 6 and RHEL 5.5 The following patch and running autoconf should fix it: diff --git a/configure.d/config_os_functions b/configure.d/config_os_functions index d7242a9..7736994 100644 --- a/configure.d/confi

Re: net-snmp 5.7 host mib missing part of hrStorageTable

2011-07-26 Thread Dennis Andrews
Linux. I tested it on RHEL 6 and RHEL 5.5 Dennis. On 7/25/2011 6:42 AM, Niels Baggesen wrote: > On Fri, Jul 22, 2011 at 05:00:20PM -0700, Dennis Andrews wrote: >> I downloaded net-snmp 5.7 (net-snmp-5.7.tar.gz) and built it with my >> normal build environment > What OS? > > /Niels > ---