Re: net-snmp compile does not like with-out-mib-modules containing all default mibs

2008-05-20 Thread arijit
Hi, Is HOST-RESOURCES-MIB a part of the minimal agent that is built with the --enable-mini-agent option? I could not get rid of this MIB support even after specifying --with-no-mib-modules="host" option in ./configure along with the --enable-mini-agent option. Thanks a ton for all your hel

Re: make test - snmpwalk failure on hpux 11.31 ia64

2008-05-20 Thread Cath Fawcet
Hi again Just following up on this.. does anyone know of a successful implementation on hpux 11.31? If so, that rules out my theory that this is totally OS related. Thanks Cath Fawcet wrote: > Maybe I'm not doing this right, but with the hp-ux version of gdb I > did the following: > > .bash-

questions about snmpd.conf

2008-05-20 Thread SongHao
Hi, I have a question about snmpd.conf. You know we can use "view" to configurate which row we can access with "MASK", but how to configurate which column to access? Only we can do is adding the OID of the table's column to view one by one? for example: In table "ifTable", I only want to ac

Re: Retrieving AIX interface information from Net-SNMP

2008-05-20 Thread Thomas Anders
Michael Osburn wrote: > running "snmpgetnext -v 1 -c public -d localhost:1610 .1.3.6.1.2.1.4.20" > returns the following > > iso.3.6.1.2.1.11.1.0 = Counter32: 2 Just to double-check: it's really the AIX native agent that's running on port 1610 (as requested), right? If so, then the result above

SNMP Perl module and binary (un)lovin'

2008-05-20 Thread Aaron Settles
I'm using Net-SNMP version 5.4.1. I'm trying to implement a perl snmp query application and I've noticed that for certain OID values are dealt with differently than the command line. For instance, the command line produces this: snmpget -v 2c -c 1.3.6.1.2.1.69.1.1.2.0 SNMPv2-SMI::mib-2.69.1.1.

Re: SNMPCONFPATH

2008-05-20 Thread Raghavendra Prasad
> Two things to check: >a) is the command finding your config files? >b) is the command finding your MIB files? It works now, reason: I did export SNMPCONFPATH=/home/auto/projects/cdspr/sw/snmp/config earlier when it was NOT working I executed source ENVIRONMENT.script(Which contained

Re: SNMPCONFPATH

2008-05-20 Thread Dave Shield
2008/5/20 Raghavendra Prasad <[EMAIL PROTECTED]>: > I have set an environment variable as follows > > export SNMPCONFPATH=/home/auto/projects/cdspr/sw/snmp/sbin/config > > The snmp.conf contains the following directives > > mibdirs +/home/auto/projects/cdspr/sw/snmp/mibs > mibs +SNMPv2-SMI > mibs

Re: ./configure bug

2008-05-20 Thread Raghavendra Prasad
Many thanks Dave, I will try your suggestion once again, I tried once already it does't seem to work. I will recheck. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http:

SNMPCONFPATH

2008-05-20 Thread Raghavendra Prasad
I have set an environment variable as follows export SNMPCONFPATH=/home/auto/projects/cdspr/sw/snmp/sbin/config I have stored snmp.conf, snmpd.conf and snmptrapd.conf files in directory $SNMPCONFPATH. The snmp.conf contains the following directives mibdirs +/home/auto/projects/cdspr/sw/snmp/mi