summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-05-11 22:40:21 +0200
committerIlya Etingof <etingof@gmail.com>2016-05-11 22:40:21 +0200
commit93bdedf1fd6fb19ec4192c063d459858575ef98d (patch)
treeeb281db50959f6678cb829bf25b5ca894a856aa2 /examples
parentf96e5db5fb2bd5df2d4848c803c410e8dc11ecc2 (diff)
downloadpysnmp-git-93bdedf1fd6fb19ec4192c063d459858575ef98d.tar.gz
include SMI examples
Diffstat (limited to 'examples')
-rw-r--r--examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py4
-rw-r--r--examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py b/examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py
index 91d7e5ee..82957fb3 100644
--- a/examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py
+++ b/examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py
@@ -1,6 +1,6 @@
"""
-SNMP var-binds MIB resolution (configure MIB compiler)
-++++++++++++++++++++++++++++++++++++++++++++++++++++++
+PDU var-binds to MIB objects
+++++++++++++++++++++++++++++
This script explains how Python application could turn SNMP PDU
variable-bindings into MIB objects or the other way around.
diff --git a/examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py b/examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py
index ecc798d3..1242274a 100644
--- a/examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py
+++ b/examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py
@@ -1,6 +1,6 @@
"""
-SNMP var-binds MIB resolution
-+++++++++++++++++++++++++++++
+MIB objects to PDU var-binds
+++++++++++++++++++++++++++++
This script explains how Python application (typically pysnmp-based
SNMP Manager) could turn SNMP PDU variable-bindings into MIB objects