diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/snmp/priv/conf/agent/target_addr.conf | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/snmp/priv/conf/agent/target_addr.conf')
-rw-r--r-- | lib/snmp/priv/conf/agent/target_addr.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/snmp/priv/conf/agent/target_addr.conf b/lib/snmp/priv/conf/agent/target_addr.conf new file mode 100644 index 0000000000..33a5d0d4c4 --- /dev/null +++ b/lib/snmp/priv/conf/agent/target_addr.conf @@ -0,0 +1,18 @@ +%% This file was generated by snmp_config (v3.0) 2001-04-04 14:29:04 +%% This files defines the target address parameters. +%% The data is inserted into the snmpTargetAddrTable defined +%% in SNMP-TARGET-MIB, and in the snmpTargeAddrExtTabke defined +%% in SNMP-COMMUNITY-MIB. +%% Each row is a 9-tuple: +%% {Name, Ip, Udp, Timeout, RetryCount, TagList, ParamsName, EngineId, +%% TMask, MaxMessageSize}. +%% The EngineId value is only used if Inform-Requests are sent to this +%% target. If Informs are not sent, this value is ignored, and can be +%% e.g. an empty string. However, if Informs are sent, it is essential +%% that the value of EngineId matches the value of the target's +%% actual snmpEngineID. +%% For example +%% {"1.2.3.4 v1", [1,2,3,4], 162, 1500, 3, "std_inform", "otp_v2", "", +%% [127,0,0,0], 2048}. +%% +{"141,213,11,24 v3", [141,213,11,24], 5000, 1500, 3, "std_trap", "target_v3", "", [], 2048}. |