Aferjes Blesswin Redeemson <aredeem...@gmail.com> writes:

> I'm implementing IP MIB for my project using NetSNMP. I don't want to
> initailize "ipRoutingDiscards and ipNetToPhysicalTable".

ipRoutingDiscards is a column implemented within the
./agent/mibgroup/mibII/ip.c file; you'd need to go edit that file to
remove its support.

(you could also make use of the 'override' token in snmpd.conf to alter
it at run time too)

Net-SNMP doesn't come with ipNetToPhysicalTable, so if you're using our
stock version it shouldn't even have that table compiled in.  If you
have it as an additional module from someone else, you can use
configure's --with-out-mib-modules flag to remove it from being included
in the agent, if you know the module name (grep is your friend).
-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net


_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to