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