etingof / snmpfwd

SNMP Proxy Forwarder
http://snmplabs.com/snmpfwd/
BSD 2-Clause "Simplified" License
67 stars 18 forks source link

Community strings - Change community strings for read and write purposes #56

Open RamonSalem opened 3 years ago

RamonSalem commented 3 years ago

Hello,

I'm working with two communities string (read and write community) in my project using SNMPv2, what is strange is that in the file (client.cfg and server.cfg) I can see only snmp-community-name and it used for both read and write.

I'd like to know if it is possible to set different communities for both read and write purposes.

How could I figure out to use them separately? Because it's like this only variable is used for both (read and write community)

Below you can see where the communities were configured:

image

Thanks!

vanderlan commented 3 years ago

I have the same issue