summaryrefslogtreecommitdiff
path: root/docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst')
-rw-r--r--docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst b/docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst
new file mode 100644
index 0000000..e861b49
--- /dev/null
+++ b/docs/source/examples/hlapi/asyncore/agent/ntforg/snmp-versions.rst
@@ -0,0 +1,40 @@
+.. toctree::
+ :maxdepth: 2
+
+Various SNMP versions
+----------------------
+
+.. include:: /../../examples/hlapi/asyncore/agent/ntforg/default-v1-trap.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/hlapi/asyncore/agent/ntforg/default-v1-trap.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/hlapi/asyncore/agent/ntforg/default-v1-trap.py>` script.
+
+
+.. include:: /../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py>` script.
+
+
+.. include:: /../../examples/hlapi/asyncore/agent/ntforg/v3-trap.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/hlapi/asyncore/agent/ntforg/v3-trap.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/hlapi/asyncore/agent/ntforg/v3-trap.py>` script.
+
+
+See also: :doc:`library reference </docs/contents>`.