# /etc/snmpd.conf
# Mapping of community names into "security names"
#	sec.name  source	 community
com2sec	monitor	  192.168.231.1	 moni

# Mapping of sec names into group names
#	group.name  sec.model  sec.name
group	ro	    v1         monitor
group	ro	    v2c        monitor

# Creating views to let the groups have access rights to
#	view.name   incl/excl  subtree  mask (optional)
view	all	    included   .1

# Granting the groups access to views
#	group.name  context  model  level   prefix  read  write  notify
access	ro	    ""       v1     noauth  exact   all   none   none
access	ro	    ""       v2c    noauth  exact   all   none   none
