diff options
author | Micael Karlberg <[email protected]> | 2011-02-17 11:23:33 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-17 11:23:33 +0100 |
commit | 7cd1a358ed784e8872dcc7fa6c6f719401b12f52 (patch) | |
tree | 13c63b9a0ec821c86931c164a860fda3d2b44294 /lib/snmp/doc | |
parent | ada2a055fd183082bcefd5e4b94477959e75ebee (diff) | |
download | otp-7cd1a358ed784e8872dcc7fa6c6f719401b12f52.tar.gz otp-7cd1a358ed784e8872dcc7fa6c6f719401b12f52.tar.bz2 otp-7cd1a358ed784e8872dcc7fa6c6f719401b12f52.zip |
Some cosmetic changes...
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/snmp_agent_config_files.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/snmp/doc/src/snmp_agent_config_files.xml b/lib/snmp/doc/src/snmp_agent_config_files.xml index 0bab563f87..b62269d506 100644 --- a/lib/snmp/doc/src/snmp_agent_config_files.xml +++ b/lib/snmp/doc/src/snmp_agent_config_files.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1997</year><year>2009</year> + <year>1997</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -178,11 +178,12 @@ <c>community.conf</c>. It must be present if the agent is configured for SNMPv1 or SNMPv2c. </p> + <p>An SNMP <em>community</em> is a relationship between an SNMP + agent and a set of SNMP managers that defines authentication, access + control and proxy characteristics. </p> <p>The corresponding table is <c>snmpCommunityTable</c> in the - SNMP-COMMUNITY-MIB. - </p> - <p>Each entry is a term: - </p> + SNMP-COMMUNITY-MIB. </p> + <p>Each entry is a term: </p> <p><c>{CommunityIndex, CommunityName, SecurityName, ContextName, TransportTag}.</c></p> <list type="bulleted"> <item><c>CommunityIndex</c> is a non-empty string. |