Is there a way to make it permenant ?
I dont want to define per session or per computer restart.




________________________________
 From: Jatin Bodarya <jatin.boda...@elitecore.com>
To: 'avihai marchiano' <avihai...@yahoo.com> 
Cc: Net-snmp-coders@lists.sourceforge.net 
Sent: Wednesday, October 31, 2012 11:41 AM
Subject: RE: net-snmp snptranslate dosnt work for my MIB (snmpget does work)
 

 
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