RE: Remove IF-MIB and IP-MIB

2013-12-02 Thread Jatin Bodarya
", {AF_INET, inet_addr("10.0.0.1")}}, {"ppp481", {AF_INET, inet_addr("10.0.0.1")}}, {"ppp488", {AF_INET, inet_addr("10.0.0.1")}}, {"ppp489", {AF_INET, inet_addr("10.0.0.1")}}, {"ppp498", {AF_INET, inet_addr("1

Re: Remove IF-MIB and IP-MIB

2013-12-02 Thread Bill Fenner
[[ I've removed net-snmp-users, since this question is more appropriate for coders. Note that http://www.net-snmp.org/support/mailinglists.html says "Please do NOT post the same message to both the user and coders lists", and has other useful information about how to politely ask for help ]] On M

Remove IF-MIB and IP-MIB

2013-12-02 Thread Jatin Bodarya
Hi all, I want to remove these mibs from my snmp agent. How can I achieve it ? at configure level as well as runtime ? Also I suppose to stop all the MIB from master and just want to include my own MIBs. And run it as a subagent. How can I achieve it ? Thanks in Advance. J

Remove IF-MIB and IP-MIB

2013-12-02 Thread Jatin Bodarya
NET-SNMP version: 5.7.2.rc1 Ubuntu 12.04 Hi all, I want to remove these mibs from my snmp agent. How can I achieve it ? at configure level as well as runtime ? Also I suppose to stop all the MIB from master and just want to include my own MIBs. And run it as a subagent. How can I ach