/usr/share/snmp/snmpconf-data/snmpd-data/acl is in snmpd 5.4.3~dfsg-2.4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | title Access Control Setup
description This section defines who is allowed to talk to your running
description snmp agent.
token rwuser
info a SNMPv3 read-write user
info arguments: user [noauth|auth|priv] [restriction_oid]
question 1 The SNMPv3 user that should have read-write access
question 2 The minimum security level required for that user [noauth|auth|priv, default = auth]
validanswer 2 (noauth|auth|priv|)
question 3 The OID that this community should be restricted to [if appropriate]
token rouser
info a SNMPv3 read-only user
info arguments: user [noauth|auth|priv] [restriction_oid]
steal rwuser
question 1 Enter the SNMPv3 user that should have read-only access to the system
token rocommunity
info a SNMPv1/SNMPv2c read-only access community name
info arguments: community [default|hostname|network/bits] [oid]
question 1 The community name to add read-only access for
question 2 The hostname or network address to accept this community name from [RETURN for all]
question 3 The OID that this community should be restricted to [RETURN for no-restriction]
token rwcommunity
info a SNMPv1/SNMPv2c read-write access community name
info arguments: community [default|hostname|network/bits] [oid]
steal rocommunity
question 1 Enter the community name to add read-write access for
group access_control
multiple rwuser Do you want to allow SNMPv3 read-write user based access
multiple rouser Do you want to allow SNMPv3 read-only user based access
multiple rwcommunity Do you want to allow SNMPv1/v2c read-write community access
multiple rocommunity Do you want to allow SNMPv1/v2c read-only community access
|