1833861 Members
1957 Online
110063 Solutions
New Discussion

IExpress Net-snmp

 
WCSkid
New Member

IExpress Net-snmp

Hi we installed the HP Iexpress version (11.11) of net-snmp hoping to get the Host-RESOURCES MIB. Is this compiled in this version? We can't browse to the OID.

UCD-SNMP-MIB::versionConfigureOptions.0 = STRING: "'--prefix=/opt/iexpress/net-snmp' '--disable-debugging' '--with-defaults' '--with-perl-modules' '--enable-embedded-perl' '--with-openssl=/opt/openssl' '--enable-ipv6' '--with-transports=UDP UDPIPv6 TCPIPv6' '--enable-ucd-snmp-compatibility' '--with-libs=-lnm' '--enable-shared' 'CC=gcc' 'CFLAGS=-mpa-risc-1-1' 'LDFLAGS=-Wl,+nodefaultrpath'"
1 REPLY 1
Tim Nelson
Honored Contributor

Re: IExpress Net-snmp

If you are still interested.

FYI, none of the HP delivered net-snmp via IExpress have the HOSTS MIB compiled.

You will either need to use the source included with HP distribution and re-compile using the instructions in the README.hp file and add the --with-mib-modules="host"or download the latest version ( btw the latest version 5.3.0.1 now compiles with HOST as a default.
The config options look something like this:
./configure --prefix=/opt/iexpress/net-snmp \
--disable-debugging --with-defaults \
--with-perl-modules --enable-embedded-perl \
--with-openssl=/opt/openssl --enable-ipv6 \
--with-transports="UDP UDPIPv6 TCPIPv6" --enable-ucd-snmp-compatibility \
--with-libs="-lnm " --enable-shared \
--with-mib-modules="host"