summaryrefslogtreecommitdiff
path: root/perl/SNMP/t/snmptest.conf
diff options
context:
space:
mode:
Diffstat (limited to 'perl/SNMP/t/snmptest.conf')
-rw-r--r--perl/SNMP/t/snmptest.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/perl/SNMP/t/snmptest.conf b/perl/SNMP/t/snmptest.conf
new file mode 100644
index 0000000..355e310
--- /dev/null
+++ b/perl/SNMP/t/snmptest.conf
@@ -0,0 +1,21 @@
+sysservices 72
+
+createUser v3_user MD5 test_pass_auth DES test_pass_priv
+
+# sec.name source community
+com2sec v2c_user default v2c_private
+com2sec v1_user default v1_private
+com2sec v3_user default v3_private
+
+# sec.model sec.name
+group v2c_group v2c v2c_user
+group v1_group v1 v1_user
+group v3_group usm v3_user
+
+# incl/excl subtree mask
+view all included .1 80
+
+# context sec.model sec.level match read write notif
+access v2c_group "" any noauth exact all all all
+access v1_group "" any noauth exact all all all
+access v3_group "" any noauth exact all all all