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/manager | |
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/manager')
-rw-r--r-- | lib/snmp/test/test_config/manager/manager.conf.src | 16 | ||||
-rw-r--r-- | lib/snmp/test/test_config/manager/usm.conf.src | 8 |
2 files changed, 24 insertions, 0 deletions
diff --git a/lib/snmp/test/test_config/manager/manager.conf.src b/lib/snmp/test/test_config/manager/manager.conf.src new file mode 100644 index 0000000000..164e5507c6 --- /dev/null +++ b/lib/snmp/test/test_config/manager/manager.conf.src @@ -0,0 +1,16 @@ +%% This file was generated by snmp_config (version-4.9.3) 2007-06-29 13:35:05 +%% This file defines the Manager local configuration info +%% Each row is a 2-tuple: +%% {Variable, Value}. +%% For example +%% {port, 5000}. +%% {address, [127,42,17,5]}. +%% {engine_id, "managerEngine"}. +%% {max_message_size, 484}. +%% + + +{port, 5000}. +{address, [127,0,0,1]}. +{engine_id, "foo"}. +{max_message_size, 484}. diff --git a/lib/snmp/test/test_config/manager/usm.conf.src b/lib/snmp/test/test_config/manager/usm.conf.src new file mode 100644 index 0000000000..39122cab5c --- /dev/null +++ b/lib/snmp/test/test_config/manager/usm.conf.src @@ -0,0 +1,8 @@ +%% This file was generated by snmp_config (version-4.9.3) 2007-06-29 13:35:05 +%% This file defines the usm users the manager handles +%% Each row is a 6 or 7-tuple: +%% {EngineID, UserName, AuthP, AuthKey, PrivP, PrivKey} +%% {EngineID, UserName, SecName, AuthP, AuthKey, PrivP, PrivKey} +%% + + |