On 2/5/14 10:00 AM, "Alessandro Forghieri" <[email protected]> wrote:

>    
> 
> The root cause I found for this is as follows.
> The mrtg distro apparently ships with two similarly named files:
> 
> Net_SNMP_util.pm
> 
> and 
> 
> SNMP_util.pm
> 
> They are different but contain similarly named functions and it turns out that
> MRTG mixes up calls between the two.
> In this particular case, when parsing the cfg file MRTG_lib.pm calls (line
> 681):
> 
Net_SNMP_util is a wrapper around Net::SNMP, which provides snmp v3 support,
but requires binaries.  Snmp_util.pm doesn't support snmp v3, but does
support snmp v2 with a perl-only implementation.  So, for deployments on
windows or when snmp v3 is not used, Snmp_util.pm is the superior product,
and whenever snmp v3 is used Net_SNMP_util is the required product.


-- 
Daniel J McDonald, CISSP # 78281

_______________________________________________
mrtg mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg

Reply via email to