forked from hardaker/net-snmp
-
Notifications
You must be signed in to change notification settings - Fork 2
Com2sec
Bill Fenner edited this page Aug 30, 2018
·
1 revision
The basic structure of the com2sec label is
# sec.name source community
sec.name is an arbitrary word that is used by the group label. source describes a host or network. And community is the community name that is used.
com2sec localhost 127.0.0.1 public
com2sec local 192.168.0.0/24 netsnmp
com2sec trusted 192.168.1.1 secretWord
source can be the word default, but it is not clear what this means.