diff options
Diffstat (limited to 'lib/snmp/priv/conf/agent/vacm.conf')
-rw-r--r-- | lib/snmp/priv/conf/agent/vacm.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/snmp/priv/conf/agent/vacm.conf b/lib/snmp/priv/conf/agent/vacm.conf new file mode 100644 index 0000000000..31499ee811 --- /dev/null +++ b/lib/snmp/priv/conf/agent/vacm.conf @@ -0,0 +1,31 @@ +%% This file was generated by snmp_config (v3.0) 2001-04-04 14:29:04 +%% This files 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, usm, "initial", "initial"}. +{vacmSecurityToGroup, usm, "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, "internet", [1,3,6,1], included, null}. +{vacmViewTreeFamily, "restricted", [1,3,6,1], included, null}. + |