summaryrefslogtreecommitdiff
path: root/local/snmpconf.dir/snmpd-data/acl
diff options
context:
space:
mode:
Diffstat (limited to 'local/snmpconf.dir/snmpd-data/acl')
-rw-r--r--local/snmpconf.dir/snmpd-data/acl36
1 files changed, 36 insertions, 0 deletions
diff --git a/local/snmpconf.dir/snmpd-data/acl b/local/snmpconf.dir/snmpd-data/acl
new file mode 100644
index 0000000..14f44a8
--- /dev/null
+++ b/local/snmpconf.dir/snmpd-data/acl
@@ -0,0 +1,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