summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/twisted/agent
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/twisted/agent')
-rw-r--r--docs/source/examples/v3arch/twisted/agent/cmdrsp/agent-side-mib-implementations.rst16
-rw-r--r--docs/source/examples/v3arch/twisted/agent/cmdrsp/snmp-versions.rst27
-rw-r--r--docs/source/examples/v3arch/twisted/agent/cmdrsp/transport-tweaks.rst16
-rw-r--r--docs/source/examples/v3arch/twisted/agent/ntforg/common-notifications.rst48
-rw-r--r--docs/source/examples/v3arch/twisted/agent/ntforg/multiple-managers-operations.rst16
5 files changed, 123 insertions, 0 deletions
diff --git a/docs/source/examples/v3arch/twisted/agent/cmdrsp/agent-side-mib-implementations.rst b/docs/source/examples/v3arch/twisted/agent/cmdrsp/agent-side-mib-implementations.rst
new file mode 100644
index 0000000..38b17d1
--- /dev/null
+++ b/docs/source/examples/v3arch/twisted/agent/cmdrsp/agent-side-mib-implementations.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Agent-side MIB implementations
+------------------------------
+
+.. include:: /../../examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py>` script.
+
diff --git a/docs/source/examples/v3arch/twisted/agent/cmdrsp/snmp-versions.rst b/docs/source/examples/v3arch/twisted/agent/cmdrsp/snmp-versions.rst
new file mode 100644
index 0000000..3691182
--- /dev/null
+++ b/docs/source/examples/v3arch/twisted/agent/cmdrsp/snmp-versions.rst
@@ -0,0 +1,27 @@
+.. toctree::
+ :maxdepth: 2
+
+Various SNMP versions
+----------------------
+
+.. include:: /../../examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py>` script.
+
+
+.. include:: /../../examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py>` script.
+
diff --git a/docs/source/examples/v3arch/twisted/agent/cmdrsp/transport-tweaks.rst b/docs/source/examples/v3arch/twisted/agent/cmdrsp/transport-tweaks.rst
new file mode 100644
index 0000000..fc1764f
--- /dev/null
+++ b/docs/source/examples/v3arch/twisted/agent/cmdrsp/transport-tweaks.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py>` script.
+
diff --git a/docs/source/examples/v3arch/twisted/agent/ntforg/common-notifications.rst b/docs/source/examples/v3arch/twisted/agent/ntforg/common-notifications.rst
new file mode 100644
index 0000000..f90cf46
--- /dev/null
+++ b/docs/source/examples/v3arch/twisted/agent/ntforg/common-notifications.rst
@@ -0,0 +1,48 @@
+.. toctree::
+ :maxdepth: 2
+
+Common notifications
+--------------------
+
+.. include:: /../../examples/v3arch/twisted/agent/ntforg/trap-v1.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/ntforg/trap-v1.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/ntforg/trap-v1.py>` script.
+
+.. include:: /../../examples/v3arch/twisted/agent/ntforg/trap-v3.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/ntforg/trap-v3.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/ntforg/trap-v3.py>` script.
+
+
+.. include:: /../../examples/v3arch/twisted/agent/ntforg/inform-v2c.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/ntforg/inform-v2c.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/ntforg/inform-v2c.py>` script.
+
+
+.. include:: /../../examples/v3arch/twisted/agent/ntforg/inform-v3.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/ntforg/inform-v3.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/ntforg/inform-v3.py>` script.
+
diff --git a/docs/source/examples/v3arch/twisted/agent/ntforg/multiple-managers-operations.rst b/docs/source/examples/v3arch/twisted/agent/ntforg/multiple-managers-operations.rst
new file mode 100644
index 0000000..858d9fc
--- /dev/null
+++ b/docs/source/examples/v3arch/twisted/agent/ntforg/multiple-managers-operations.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Multiple managers operations
+----------------------------
+
+.. include:: /../../examples/v3arch/twisted/agent/ntforg/trap-v2c-multiple-targets.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/twisted/agent/ntforg/trap-v2c-multiple-targets.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/twisted/agent/ntforg/trap-v2c-multiple-targets.py>` script.
+