diff options
Diffstat (limited to 'examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py')
-rw-r--r-- | examples/smi/manager/convert-between-pdu-varbinds-and-mib-objects.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |