summaryrefslogtreecommitdiff
path: root/examples/smi/agent/custom-managed-object.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/smi/agent/custom-managed-object.py')
-rw-r--r--examples/smi/agent/custom-managed-object.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/smi/agent/custom-managed-object.py b/examples/smi/agent/custom-managed-object.py
index 87dea364..0b175193 100644
--- a/examples/smi/agent/custom-managed-object.py
+++ b/examples/smi/agent/custom-managed-object.py
@@ -1,4 +1,11 @@
-# Managed Objects implementation
+"""
+Implementing MIB objects
+++++++++++++++++++++++++
+
+This script explains how SNMP Agent application could model
+real-world data as Managed Objects defined in MIB.
+
+"""#
from pysnmp.smi import builder
# MIB Builder is normally pre-created by SNMP engine