Re: How to configure access for IPv6

2013-11-15 Thread Olivier Miakinen
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

Re: How to configure access for IPv6

2013-11-14 Thread Olivier Miakinen
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

Re: How to configure access for IPv6

2013-11-12 Thread Olivier Miakinen
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

Re: How to configure access for IPv6

2013-11-12 Thread Bill Fenner
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

How to configure access for IPv6

2013-11-07 Thread Olivier Miakinen
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