diff options
author | Micael Karlberg <[email protected]> | 2010-12-09 12:19:36 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-09 12:19:36 +0100 |
commit | 9a80a4f0064af1773bf73df86d3534049a61e373 (patch) | |
tree | 132c5bed491c000367f768cc77c56f9f7664b206 /lib/snmp/test/test_config/agent/vacm.conf.src | |
parent | 9a5ba00578bd2b2d04d8814f8a228ff7bed1c18f (diff) | |
download | otp-9a80a4f0064af1773bf73df86d3534049a61e373.tar.gz otp-9a80a4f0064af1773bf73df86d3534049a61e373.tar.bz2 otp-9a80a4f0064af1773bf73df86d3534049a61e373.zip |
First preliminary addition of the test config
(there are still a bunch of hard coded paths and stuff).
No sed'ing yet...
Diffstat (limited to 'lib/snmp/test/test_config/agent/vacm.conf.src')
-rw-r--r-- | lib/snmp/test/test_config/agent/vacm.conf.src | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/snmp/test/test_config/agent/vacm.conf.src b/lib/snmp/test/test_config/agent/vacm.conf.src new file mode 100644 index 0000000000..c7dc5170c2 --- /dev/null +++ b/lib/snmp/test/test_config/agent/vacm.conf.src @@ -0,0 +1,28 @@ +%% This file was generated by snmp_config (version-4.9.3) 2007-06-29 13:32:48 +%% This file defines the Mib Views. +%% The data is inserted into the vacm* tables defined +%% in SNMP-VIEW-BASED-ACM-MIB. +%% Each row is one of 3 tuples; one for each table in the MIB: +%% {vacmSecurityToGroup, SecModel, SecName, GroupName}. +%% {vacmAccess, GroupName, Prefix, SecModel, SecLevel, Match, RV, WV, NV}. +%% {vacmViewTreeFamily, ViewIndex, ViewSubtree, ViewStatus, ViewMask}. +%% For example +%% {vacmSecurityToGroup, v2c, "initial", "initial"}. +%% {vacmSecurityToGroup, usm, "initial", "initial"}. +%% read/notify access to system +%% {vacmAccess, "initial", "", any, noAuthNoPriv, exact, +%% "system", "", "system"}. +%% {vacmViewTreeFamily, "system", [1,3,6,1,2,1,1], included, null}. +%% {vacmViewTreeFamily, "exmib", [1,3,6,1,3], included, null}. % for EX1-MIB +%% {vacmViewTreeFamily, "internet", [1,3,6,1], included, null}. +%% + + +{vacmSecurityToGroup, v2c, "initial", "initial"}. +{vacmSecurityToGroup, v2c, "all-rights", "all-rights"}. +{vacmAccess, "initial", "", any, noAuthNoPriv, exact, "restricted", "", "restricted"}. +{vacmAccess, "initial", "", usm, authNoPriv, exact, "internet", "internet", "internet"}. +{vacmAccess, "initial", "", usm, authPriv, exact, "internet", "internet", "internet"}. +{vacmAccess, "all-rights", "", any, noAuthNoPriv, exact, "internet", "internet", "internet"}. +{vacmViewTreeFamily, "restricted", [1,3,6,1], included, null}. +{vacmViewTreeFamily, "internet", [1,3,6,1], included, null}. |