diff options
author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 00:05:27 +0000 |
---|---|---|
committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 00:05:27 +0000 |
commit | 97c8eefe70943592fdb1d27b90c5b2790980de1d (patch) | |
tree | a3046de939557675ad48051a1e00a33f605ce032 /ASNMP | |
parent | 4c44c20a87a1319a6dc8a3f07e1f14c3bd4f1969 (diff) | |
download | ATCD-97c8eefe70943592fdb1d27b90c5b2790980de1d.tar.gz |
add info on agent and mgr app types
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/asnmp-overview.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ASNMP/asnmp-overview.html b/ASNMP/asnmp-overview.html index e9eea5f4cef..65a7058d4f9 100644 --- a/ASNMP/asnmp-overview.html +++ b/ASNMP/asnmp-overview.html @@ -25,6 +25,7 @@ SNMP Version 1 as defined in the IETF Request for Comments (RFC) <sl> <li>1155 <li>1157 +<li>1213 <li>1215 <sl> <p>Also see the RFC 1902 spec for new SMI datatypes such as Counter64. @@ -33,6 +34,12 @@ SNMP Version 1 as defined in the IETF Request for Comments (RFC) classes then modified for use in the ACE framework. About 10% of the API changed during code rework. See ASNMP/asnmp/ChangeLog for details. +<p>ASNMP can be used for either manager applications or agent applications. +The <i>Snmp</i> class contains the interface for manager applications. The +<i>sagent</i> class contains the interface for agent applications. A +trivial agent that implements the mib II system group per rfc1213 is +in the agents/ directory. + <h2>Class Heirarchy</h2> <pre> |