| 12345678910111213141516171819202122 |
- ###########################################################################
- #
- # snmpd.conf
- #
- # - created by the snmpconf configuration program
- #
- ###########################################################################
- # SECTION: Access Control Setup
- #
- # This section defines who is allowed to talk to your running
- # snmp agent.
-
- # rouser: a SNMPv3 read-only user
- # arguments: user [noauth|auth|priv] [restriction_oid]
-
- rouser nms
-
- # rocommunity: a SNMPv1/SNMPv2c read-only access community name
- # arguments: community [default|hostname|network/bits] [oid]
-
- rocommunity public 127.0.0.1
|