Ricardo Kleemann wrote:
> 
> Hi guys,
> 
> I'm trying to use the snmpd supplied with redhat... but have no idea how
> to configure it.
> 
> Does anyone have a working snmpd.conf file? I'm trying to get MRTG to talk
> with the default snmpd in redhat but all I get is errors.
> 
> Any suggestions?

IIRC, all I do is add the folowing lines:
com2sec Whatever   0.0.0.0/0       community
group  GroupName       v1           Whatever
group  GroupName       v2c          Whatever
view    all            included      .1
access  GroupName      ""      any       noauth    exact  all    none   none

Of course "Whatever", "community", and "GroupName" aren't exactly what I use.
Everything else is commented out.

That lets anyone 

-- 
Ivan Jager



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to