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