Re: How to delink tables in IP MIB

Wes Hardaker via Net-snmp-coders <[email protected]>
Newsgroups gmane.network.net-snmp.devel
Message-ID <[email protected]>
Aferjes Blesswin Redeemson <[email protected]> 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 [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.