summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncio/manager/cmdgen
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/asyncio/manager/cmdgen')
-rw-r--r--docs/source/examples/v3arch/asyncio/manager/cmdgen/modifying-variables.rst16
-rw-r--r--docs/source/examples/v3arch/asyncio/manager/cmdgen/snmp-versions.rst16
-rw-r--r--docs/source/examples/v3arch/asyncio/manager/cmdgen/transport-tweaks.rst16
-rw-r--r--docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst27
4 files changed, 75 insertions, 0 deletions
diff --git a/docs/source/examples/v3arch/asyncio/manager/cmdgen/modifying-variables.rst b/docs/source/examples/v3arch/asyncio/manager/cmdgen/modifying-variables.rst
new file mode 100644
index 0000000..b148147
--- /dev/null
+++ b/docs/source/examples/v3arch/asyncio/manager/cmdgen/modifying-variables.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Modifying values
+----------------
+
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/set-v2c.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/set-v2c.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/set-v2c.py>` script.
+
diff --git a/docs/source/examples/v3arch/asyncio/manager/cmdgen/snmp-versions.rst b/docs/source/examples/v3arch/asyncio/manager/cmdgen/snmp-versions.rst
new file mode 100644
index 0000000..e525dbc
--- /dev/null
+++ b/docs/source/examples/v3arch/asyncio/manager/cmdgen/snmp-versions.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Various SNMP versions
+----------------------
+
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-custom-timeout.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-custom-timeout.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-custom-timeout.py>` script.
+
diff --git a/docs/source/examples/v3arch/asyncio/manager/cmdgen/transport-tweaks.rst b/docs/source/examples/v3arch/asyncio/manager/cmdgen/transport-tweaks.rst
new file mode 100644
index 0000000..48aae2d
--- /dev/null
+++ b/docs/source/examples/v3arch/asyncio/manager/cmdgen/transport-tweaks.rst
@@ -0,0 +1,16 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-over-ipv6.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-over-ipv6.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/get-v2c-over-ipv6.py>` script.
+
diff --git a/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst b/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
new file mode 100644
index 0000000..52f3ed7
--- /dev/null
+++ b/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
@@ -0,0 +1,27 @@
+.. toctree::
+ :maxdepth: 2
+
+Walking operations
+------------------
+
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py>` script
+
+
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py>` script
+