[pysnmp-users] Issue resolved.
Brought to you by:
elie
From: Gee Z. <tuv...@ou...> - 2017-09-27 05:52:24
|
Resolved the issue by inserting '' (semicolon) for ObjectIdentity. ObjectType(ObjectIdentity(1, 3, 6, 1, 2, 1, 17, 4, 3, 1, 1)) >> ObjectType(ObjectIdentity('1, 3, 6, 1, 2, 1, 17, 4, 3, 1, 1')). Simple fix, oh the joys of programming. Cheers. |