Hi,

I use net-snmp 5.4.1 and need to support IPv6 transport. And in the same
time I don't want to include MIB modules for IPv6. My system does not
support Net-SNMP implementation of most of the IP-related stuff, both IPv4
and IPv6. I have my own modules for the tables/scalars I need to support.
My current configure options are:

--enable-ipv6

--with-transports=\"UDPIPv6 TCPIPv6\"


But this enables IPv6 MIB modules and a lot of IP modules, because
IPv6 modules require them.


Using

--with-out-mib-modules=mibII/ipv6


solves my problem, but produces MIB module warning:


configure: WARNING: mib module conflict
configure: WARNING: mib module 'mibII/ipv6' is both included and
excluded. It will be excluded


An idea, but not elegant solution, is include all what is needed, and
then, during agent start, deregister OIDs I don't need, but I am
looking for better option.


I would like to ask if there is another way of doing what I need?


Thank you in advance,
Jakub
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to