To find the location of snmp.conf you can use :

 

snmpd -Dread_config -H 2>&1 | grep "config path" | sort -u

 

then tell the tools to load this MIB 

 

(examples)::

        snmpwalk -m +MY-MIB .....

            (load it for this command only)

    or

        export MIBS=+MY-MIB

            (load it for this session only)

    or

        echo "mibs +MY-MIB" >> $HOME/.snmp/snmp.conf

            (load it every time)

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to