aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-03-07 19:23:54 +0100
committerMicael Karlberg <[email protected]>2011-03-07 19:23:54 +0100
commit20fe9e81991f1c18eb7d22371e2ad6befcc87fe6 (patch)
tree6ad3baae17be462f2d8169418d759f130dc55167
parent0c14ab3979bb1eba4b4398c92d176e56eba8286b (diff)
downloadotp-20fe9e81991f1c18eb7d22371e2ad6befcc87fe6.tar.gz
otp-20fe9e81991f1c18eb7d22371e2ad6befcc87fe6.tar.bz2
otp-20fe9e81991f1c18eb7d22371e2ad6befcc87fe6.zip
Bring example config file up-to-date.
-rw-r--r--lib/snmp/priv/conf/agent/target_addr.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/snmp/priv/conf/agent/target_addr.conf b/lib/snmp/priv/conf/agent/target_addr.conf
index 33a5d0d4c4..f48a6645a3 100644
--- a/lib/snmp/priv/conf/agent/target_addr.conf
+++ b/lib/snmp/priv/conf/agent/target_addr.conf
@@ -3,9 +3,13 @@
%% 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}.
+%% Each row is a 10 or 11-tuple (Domain is optional):
+%% {Name,
+%% Domain, Ip, Port,
+%% Timeout, RetryCount, TagList, ParamsName, EngineId,
+%% TMask, MaxMessageSize}.
+%% The value of Domain decide the format of the Ip and TMask values.
+%% If not present, classic Ipv4 is assumed.
%% 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