From 93bdedf1fd6fb19ec4192c063d459858575ef98d Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Wed, 11 May 2016 22:40:21 +0200 Subject: include SMI examples --- examples/smi/manager/configure-mib-viewer-and-resolve-pdu-varbinds.py | 4 ++-- examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1