Hello all,
On 05/11/2013 19:01, I wrote :
>
> I am trying to configure the snmpd agent (5.7.2) so that it
> can process requests via IPv6, but it doesn't work and I don't
> know what to write in the config file.
>
> com2sec notConfigUser default public
> group notConfigGroup v1
Le 12/11/2013 17:15, Bill Fenner a écrit :
> Here's what I use:
>
> agentaddress udp:161,tcp:161,udp6:161,tcp6:161
> com2sec sec1 default public
> com2sec6 sec1 default public
> group _grpsec1 v1 sec1
> group _grpsec1 v2c sec1
> access _grpsec1 "" any noauth exact _all_ none none
>
> This looks a
Le 12/11/2013 17:15, Bill Fenner a écrit :
> Here's what I use:
>
> agentaddress udp:161,tcp:161,udp6:161,tcp6:161
> com2sec sec1 default public
> com2sec6 sec1 default public
> group _grpsec1 v1 sec1
> group _grpsec1 v2c sec1
> access _grpsec1 "" any noauth exact _all_ none none
>
> This looks a
Here's what I use:
agentaddress udp:161,tcp:161,udp6:161,tcp6:161
com2sec sec1 default public
com2sec6 sec1 default public
group _grpsec1 v1 sec1
group _grpsec1 v2c sec1
access _grpsec1 "" any noauth exact _all_ none none
This looks almost exactly like your sample. It even works:
% snmpstatus u
Hello,
I am trying to configure the snmpd agent (5.7.2) so that it
can process requests via IPv6, but it doesn't work and I don't
know what to write in the config file.
Here is the configuration which works for IPv4:
---
com2sec notConfi