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/community.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/community.conf.src')
-rw-r--r-- | lib/snmp/test/test_config/agent/community.conf.src | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/snmp/test/test_config/agent/community.conf.src b/lib/snmp/test/test_config/agent/community.conf.src new file mode 100644 index 0000000000..4661267950 --- /dev/null +++ b/lib/snmp/test/test_config/agent/community.conf.src @@ -0,0 +1,16 @@ +%% This file was generated by snmp_config (version-4.9.3) 2007-06-29 13:32:48 +%% This file defines the community info which maps to VACM parameters. +%% The data is inserted into the snmpCommunityTable defined +%% in SNMP-COMMUNITY-MIB. +%% Each row is a 5-tuple: +%% {CommunityIndex, CommunityName, SecurityName, ContextName, TransportTag}. +%% For example +%% {"1", "public", "initial", "", ""}. +%% {"2", "secret", "secret_name", "", "tag"}. +%% {"3", "bridge1", "initial", "bridge1", ""}. +%% + + +{"public", "public", "initial", "", ""}. +{"all-rights", "all-rights", "all-rights", "", ""}. +{"standard trap", "standard trap", "initial", "", ""}. |