summaryrefslogtreecommitdiff
path: root/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/v3arch/asyncore/oneliner/contents.rst')
-rw-r--r--docs/source/docs/v3arch/asyncore/oneliner/contents.rst38
1 files changed, 32 insertions, 6 deletions
diff --git a/docs/source/docs/v3arch/asyncore/oneliner/contents.rst b/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
index 2c0e3a8..0c1b480 100644
--- a/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
+++ b/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
@@ -21,22 +21,45 @@ other tasks till pending message is sent out (by I/O dispacher) and
response is arrived. At that point a previously supplied callback function
will be invoked and response data will be passed along.
-SNMP security configuration is conveyed to SNMP engine via
-:py:class:`~pysnmp.entity.rfc3413.oneliner.auth.CommunityData`
-and :py:class:`~pysnmp.entity.rfc3413.oneliner.auth.UsmUserData`
-classes:
+Synchronous Command Generator
.. toctree::
:maxdepth: 2
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/contents
- /docs/v3arch/asyncore/oneliner/agent/ntforg/contents
+ /docs/v3arch/asyncore/oneliner/manager/cmdgen/getcmd
+ /docs/v3arch/asyncore/oneliner/manager/cmdgen/setcmd
+ /docs/v3arch/asyncore/oneliner/manager/cmdgen/nextcmd
+ /docs/v3arch/asyncore/oneliner/manager/cmdgen/bulkcmd
+
+Synchronous Notification Originator
+
+.. toctree::
+ :maxdepth: 2
+
+ /docs/v3arch/asyncore/oneliner/agent/ntforg/notification
The asynchronous version is best suited for massively parallel SNMP
messaging possibly handling other I/O activities in the same time. The
synchronous version is advised to employ for singular and blocking
operations as well as for rapid prototyping.
+Asynchronous operations
+-----------------------
+
+.. toctree::
+ :maxdepth: 2
+
+ /docs/v3arch/asyncore/oneliner/manager/cmdgen/async-command-generator
+ /docs/v3arch/asyncore/oneliner/agent/ntforg/async-notification-originator
+
+SNMP Configuration
+------------------
+
+SNMP security configuration is conveyed to SNMP engine via
+:py:class:`~pysnmp.entity.rfc3413.oneliner.auth.CommunityData`
+and :py:class:`~pysnmp.entity.rfc3413.oneliner.auth.UsmUserData`
+classes:
+
.. toctree::
:maxdepth: 2
@@ -65,6 +88,9 @@ See :RFC:`3411#section-3.3.1` for details.
/docs/v3arch/asyncore/oneliner/snmp-context
+MIB variables
+-------------
+
MIB variables represent a collection of managed objects,
residing in MIBs. Command Generator applications refer
to MIB variables and their values using