Hi all,

I'm doing a cross-compile for an embedded system. I use the following 
command line to compile net-snmp:
../configure --build='i686-pc-linux-gnu' 
--host='arm-unknown-linux-uclibcgnueabi' --prefix='/usr' --sysconfdir=/etc \
            --with-endianness=little \
                --enable-mini-agent --disable-applications 
--disable-manuals --disable-scripts \
                --disable-des --disable-mibs --disable-mib-loading 
--disable-snmpv1 --disable-snmpv2c \
                --disable-privacy --disable-embedded-perl \
                --with-defaults \
                --with-transposrts=UDP \
                --with-default-snmp-version=3 --with-mibs="" \
                --with-sys-contact="" --with-sys-location="" \
                --with-logfile="none" 
--with-persistent-directory=/var/lib/net-snmp \
                --with-out-mib-modules="mibII ucd_snmp agent_mibs agentx 
utilities disman/event disman/schedule host smux" \
                --with-mib-modules="host/hr_system"


As far as I can understand, the "notificaiton" mib (1.3.6.1.6.3.13.1.1) 
was supposed to be included by that command line. It is not. I have also 
tried adding "notification" to the "--with-mib-modules", to no avail:

$ snmpbulkwalk -uadmin 192.168.40.99 1.3.6.1.6.3.13
SNMP-NOTIFICATION-MIB::snmpNotificationMIB = No Such Object available on 
this agent at this OID

Any idea/help would be welcome

Shachar

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to