diff --git a/snmp/snmp_helper.py b/snmp/snmp_helper.py index 34e8db8..bb7ddc9 100644 --- a/snmp/snmp_helper.py +++ b/snmp/snmp_helper.py @@ -13,7 +13,14 @@ >>> snmp_data = snmp_get_oid(a_device, oid='.1.3.6.1.2.1.1.1.0', display_errors=True) >>> snmp_data -[(MibVariable(ObjectName(1.3.6.1.2.1.1.1.0)), DisplayString(hexValue='436973636f20494f5320536f6674776172652c204338383020536f667477617265202843383830444154412d554e4956455253414c4b392d4d292c2056657273696f6e2031352e302831294d342c2052454c4541534520534f4654574152452028666331290d0a546563686e6963616c20537570706f72743a20687474703a2f2f7777772e636973636f2e636f6d2f74656368737570706f72740d0a436f707972696768742028632920313938362d3230313020627920436973636f2053797374656d732c20496e632e0d0a436f6d70696c6564204672692032392d4f63742d31302030303a30322062792070726f645f72656c5f7465616d'))] +[(MibVariable(ObjectName(1.3.6.1.2.1.1.1.0)), DisplayString(hexValue='436973636f +20494f5320536f6674776172652c204338383020536f667477617265202843383830444154412d55 +4e4956455253414c4b392d4d292c2056657273696f6e2031352e302831294d342c2052454c454153 +4520534f4654574152452028666331290d0a546563686e6963616c20537570706f72743a20687474 +703a2f2f7777772e636973636f2e636f6d2f74656368737570706f72740d0a436f70797269676874 +2028632920313938362d3230313020627920436973636f2053797374656d732c20496e632e0d0a43 +6f6d70696c6564204672692032392d4f63742d31302030303a30322062792070726f645f72656c5f +7465616d'))] >>> output = snmp_extract(snmp_data) >>> print output