summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig')
-rw-r--r--cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig26
1 files changed, 0 insertions, 26 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig b/cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig
deleted file mode 100644
index ad4d3b5b67..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/Svanyconfig
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# generically set up the community "testcommunity" for various snmp
-# version access to the agent.
-
-if [ "x$snmp_version" = "x" ]; then
- snmp_version="any"
-fi
-
-[ "x$SNMP_SMUX_SOCKET" = "x" ] && SNMP_SMUX_SOCKET=1.0.0.0
-
-CONFIGAGENT [snmp] persistentdir $SNMP_TMP_PERSISTENTDIR
-CONFIGAGENT smuxsocket $SNMP_SMUX_SOCKET
-
-CONFIGAGENT com2sec testcommunitysec default testcommunity
-if [ "$SNMP_TRANSPORT_SPEC" = "udp6" -o "$SNMP_TRANSPORT_SPEC" = "tcp6" ];then
- CONFIGAGENT com2sec6 testcommunitysec default testcommunity
-fi
-
-if [ "$SNMP_TRANSPORT_SPEC" = "unix" ];then
- CONFIGAGENT com2secunix testcommunitysec testcommunity
-fi
-
-CONFIGAGENT group testcommunitygroup $snmp_version testcommunitysec
-CONFIGAGENT view all included .1 80
-CONFIGAGENT 'access testcommunitygroup "" any noauth exact all none none'