pysnmp
pysnmp copied to clipboard
NotInTimeWindow
When I collect data from a device via Pysnmp, I encountered NotInTimeWindow error. I could using snmpget to get the data. So I am wondering how I could resolve the issue.
python:
next(snmpEngine,UsmUserData('pduaccess'),UdpTransportTarget(('10.232.69.200',161)),ContextData(),ObjectType(ObjectIdentity('1.3.6.1.4.1.2769.1.4.1.21.0')))
(NotInTimeWindow(), 0, 0, [])
Cmdline:
snmpget -v3 -u pduaccess 10.232.69.200 1.3.6.1.4.1.2769.1.4.1.21.0
SNMPv2-SMI::enterprises.2769.1.4.1.21.0 = STRING: "V2.07 - 08.11.2016"
Thanks for answering.
Make sure you are using the latest pysnmp version.
If the error does not go away with the most recent pysnmp, I'd probably need some debugging info to see what is happening under the hood:
from pysnmp import debug
debug.setLogger(debug.Debug('all'))
The pysnmp is 4.4.4 `>>> res =getCmd(snmpEngine,UsmUserData('pduaccess'),UdpTransportTarget(('10.232.69.200',161)),ContextData(),ObjectType(ObjectIdentity('1.3.6.1.4.1.2769.1.4.1.21.0')))
next(res) 2018-06-19 17:16:40,733 pysnmp: loadModule: trying PYSNMP-USM-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,734 pysnmp: file PYSNMP-USM-MIB.pyc mtime 1528738609 2018-06-19 17:16:40,734 pysnmp: file PYSNMP-USM-MIB.py mtime 1528738609 2018-06-19 17:16:40,734 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-USM-MIB.pyc 2018-06-19 17:16:40,734 pysnmp: loadModule: trying PYSNMP-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,735 pysnmp: file PYSNMP-MIB.pyc mtime 1528738609 2018-06-19 17:16:40,735 pysnmp: file PYSNMP-MIB.py mtime 1528738609 2018-06-19 17:16:40,735 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-MIB.pyc 2018-06-19 17:16:40,735 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpExperimental 2018-06-19 17:16:40,735 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpExamples 2018-06-19 17:16:40,735 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpNotificationPrefix 2018-06-19 17:16:40,735 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpDomains 2018-06-19 17:16:40,735 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpConformance 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::PYSNMP_MODULE_ID 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpCompliances 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpAgentOIDs 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpGroups 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpModuleIDs 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpEnumerations 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpNotificationObjects 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpNotifications 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmpObjects 2018-06-19 17:16:40,736 pysnmp: exportSymbols: symbol PYSNMP-MIB::pysnmp 2018-06-19 17:16:40,736 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-MIB.pyc 2018-06-19 17:16:40,738 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyPrivLocalized 2018-06-19 17:16:40,738 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::PYSNMP_MODULE_ID 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretTable 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmMIBConformance 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmMIBCompliances 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmDiscoverable 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyTable 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmDiscovery 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyAuthLocalized 2018-06-19 17:16:40,739 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretStatus 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmMIB 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmMIBObjects 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmUser 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmCfg 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretPrivKey 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretUserName 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyAuth 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmMIBGroups 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyPriv 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretEntry 2018-06-19 17:16:40,740 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmSecretAuthKey 2018-06-19 17:16:40,741 pysnmp: exportSymbols: symbol PYSNMP-USM-MIB::pysnmpUsmKeyEntry 2018-06-19 17:16:40,741 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-USM-MIB.pyc 2018-06-19 17:16:40,743 pysnmp: __indexMib: rebuilt 2018-06-19 17:16:40,743 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'destroy'),) 2018-06-19 17:16:40,743 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,744 pysnmp: RowStatus state change from RowStatus() to RowStatus('destroy') produced new state RowStatus('notExists'), error indication <class 'pysnmp.smi.error.RowDestructionWanted'> 2018-06-19 17:16:40,744 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowDestructionWanted: RowDestructionWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('destroy') yields state RowStatus('notExists') and exception", 'syntax': RowStatus('notExists')})\n'] 2018-06-19 17:16:40,744 pysnmp: RowCreationWanted({}) flagged by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy', exception NoSuchInstanceError({'name': (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'idx': 0}) 2018-06-19 17:16:40,745 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,745 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,745 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,745 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,746 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,747 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,747 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,747 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,747 pysnmp: receiveManagementEvent createTest for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,748 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,748 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,748 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,748 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,748 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,749 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,749 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,749 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,749 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,749 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,750 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,751 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,751 pysnmp: receiveManagementEvent createCommit for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,751 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,752 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,752 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,752 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,752 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,752 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,752 pysnmp: RowCreationWanted({}) dropped by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,753 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,754 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,755 pysnmp: receiveManagementEvent createCleanup for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,755 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,755 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,755 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,755 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,756 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,756 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,756 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,756 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,756 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowStatus('notExists') 2018-06-19 17:16:40,756 pysnmp: getValue: returning RowStatus('notExists') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,756 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'pduaccess'), ((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'pduaccess'), ((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), (0, 0)), ((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), (1, 3, 6, 1, 6, 3, 10, 1, 1, 1)), ((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), (1, 3, 6, 1, 6, 3, 10, 1, 2, 1)), ((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'createAndGo')) 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,757 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,758 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,758 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,758 pysnmp: RowStatus state change from RowStatus('notExists') to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,758 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,759 pysnmp: RowStatus state change from RowStatus() to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,759 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,759 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) flagged by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo', exception RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) 2018-06-19 17:16:40,760 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,760 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,760 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,761 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,762 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,762 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,762 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,762 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,763 pysnmp: receiveManagementEvent createTest for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,763 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,763 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,764 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,764 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,764 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,764 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,764 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,764 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,764 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,765 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,765 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,765 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,765 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,765 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,766 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,767 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,767 pysnmp: receiveManagementEvent createCommit for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,767 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,767 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,768 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,768 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,768 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,768 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,768 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,768 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,768 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,769 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,769 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,769 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,769 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,769 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,769 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,769 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,769 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,769 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,770 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) dropped by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,770 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,770 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,770 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8') 2018-06-19 17:16:40,771 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,771 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,771 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,771 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,771 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,771 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,771 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,771 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,771 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,772 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,772 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,772 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,772 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,772 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,772 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,772 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,772 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,773 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,773 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,773 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,773 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,773 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,773 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,773 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,773 pysnmp: receiveManagementEvent createCleanup for suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,774 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,774 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,774 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,774 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,774 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,774 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,775 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,775 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,775 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,776 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,776 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,776 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,776 pysnmp: getValue: returning SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,776 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,776 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess') 2018-06-19 17:16:40,776 pysnmp: getValue: returning SnmpAdminString('pduaccess') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,776 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,777 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowPointer('0.0') 2018-06-19 17:16:40,777 pysnmp: getValue: returning RowPointer('0.0') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,777 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(0, 0) 2018-06-19 17:16:40,777 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=AutonomousType('1.3.6.1.6.3.10.1.1.1') 2018-06-19 17:16:40,777 pysnmp: getValue: returning AutonomousType('1.3.6.1.6.3.10.1.1.1') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,777 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 1, 1) 2018-06-19 17:16:40,777 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=AutonomousType('1.3.6.1.6.3.10.1.2.1') 2018-06-19 17:16:40,777 pysnmp: getValue: returning AutonomousType('1.3.6.1.6.3.10.1.2.1') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=(1, 3, 6, 1, 6, 3, 10, 1, 2, 1) 2018-06-19 17:16:40,778 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowStatus('active') 2018-06-19 17:16:40,778 pysnmp: getValue: returning RowStatus('active') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), None), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), None), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), None), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), None)) 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,778 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,779 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,780 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,780 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,781 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,781 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') 2018-06-19 17:16:40,781 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,782 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,782 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') 2018-06-19 17:16:40,782 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,782 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,782 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') 2018-06-19 17:16:40,782 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,782 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,783 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') 2018-06-19 17:16:40,783 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 64)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,783 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4, 25, 128, 0, 79, 184, 5, 114, 98, 97, 45, 112, 100, 117, 45, 115, 99, 97, 110, 110, 101, 114, 45, 112, 145, 122, 184, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,783 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,783 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'destroy'),) 2018-06-19 17:16:40,783 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,783 pysnmp: RowStatus state change from RowStatus() to RowStatus('destroy') produced new state RowStatus('notExists'), error indication <class 'pysnmp.smi.error.RowDestructionWanted'> 2018-06-19 17:16:40,784 pysnmp: setValue: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowDestructionWanted: RowDestructionWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('destroy') yields state RowStatus('notExists') and exception", 'syntax': RowStatus('notExists')})\n'] 2018-06-19 17:16:40,784 pysnmp: RowCreationWanted({}) flagged by (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy', exception NoSuchInstanceError({'name': (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'idx': 0}) 2018-06-19 17:16:40,784 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,784 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,784 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,785 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,785 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,785 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,785 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,785 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,785 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,786 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,786 pysnmp: RowCreationWanted({}) dropped by (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,786 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,786 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,786 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,786 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,786 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,787 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowStatus('notExists') 2018-06-19 17:16:40,787 pysnmp: getValue: returning RowStatus('notExists') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='destroy' 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'pduaccess'), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115), None), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115), None), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'createAndGo')) 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,787 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,788 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,788 pysnmp: RowStatus state change from RowStatus('notExists') to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,788 pysnmp: setValue: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,788 pysnmp: RowStatus state change from RowStatus() to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,789 pysnmp: setValue: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,789 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) flagged by (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo', exception RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) 2018-06-19 17:16:40,789 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,789 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,789 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,790 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,790 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,790 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,790 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,790 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,790 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,790 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,790 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,791 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,791 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,791 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,791 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,791 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,791 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,791 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,792 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,792 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,792 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,792 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) dropped by (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,792 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,792 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,792 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,792 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,792 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,793 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,793 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3) suffix (112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,793 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,794 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,794 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)=SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,794 pysnmp: getValue: returning SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,794 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 1, 112, 100, 117, 97, 99, 99, 101, 115, 115)='pduaccess' 2018-06-19 17:16:40,794 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 65535)), hexValue='0000000000000000') 2018-06-19 17:16:40,794 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 65535)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,794 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 2, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,794 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 65535)), hexValue='0000000000000000') 2018-06-19 17:16:40,794 pysnmp: getValue: returning OctetString(subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(8, 65535)), hexValue='0000000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,794 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 3, 112, 100, 117, 97, 99, 99, 101, 115, 115)=None 2018-06-19 17:16:40,795 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowStatus('active') 2018-06-19 17:16:40,795 pysnmp: getValue: returning RowStatus('active') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,795 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 2, 1, 4, 112, 100, 117, 97, 99, 99, 101, 115, 115)='createAndGo' 2018-06-19 17:16:40,795 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,795 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'destroy'),) 2018-06-19 17:16:40,795 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,796 pysnmp: RowStatus state change from RowStatus() to RowStatus('destroy') produced new state RowStatus('notExists'), error indication <class 'pysnmp.smi.error.RowDestructionWanted'> 2018-06-19 17:16:40,796 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowDestructionWanted: RowDestructionWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('destroy') yields state RowStatus('notExists') and exception", 'syntax': RowStatus('notExists')})\n'] 2018-06-19 17:16:40,796 pysnmp: RowCreationWanted({}) flagged by (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy', exception NoSuchInstanceError({'name': (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'idx': 0}) 2018-06-19 17:16:40,796 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,796 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,796 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,797 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,797 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,797 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,797 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,797 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,797 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,798 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,798 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,798 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,798 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,798 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,798 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,798 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,798 pysnmp: RowCreationWanted({}) dropped by (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,799 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,799 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,799 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,799 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,799 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,800 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=RowStatus('notExists') 2018-06-19 17:16:40,800 pysnmp: getValue: returning RowStatus('notExists') for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='destroy' 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'p3489505511'), ((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 3), ((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 3), ((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'pduaccess'), ((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'noAuthNoPriv'), ((1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49), 'createAndGo')) 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,800 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,801 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,801 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,801 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,801 pysnmp: RowStatus state change from RowStatus('notExists') to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,801 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,802 pysnmp: RowStatus state change from RowStatus() to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,802 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,802 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) flagged by (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo', exception RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) 2018-06-19 17:16:40,802 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,802 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,803 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,803 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,803 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,803 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,803 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,803 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,803 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,803 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,804 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,804 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,804 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,804 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,805 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,805 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,805 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,805 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,805 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,806 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,806 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,806 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,806 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,806 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) dropped by (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,806 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,806 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,806 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) index value SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,807 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=None 2018-06-19 17:16:40,807 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,807 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=None 2018-06-19 17:16:40,807 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,807 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=None 2018-06-19 17:16:40,807 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,807 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=None 2018-06-19 17:16:40,807 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,807 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=None 2018-06-19 17:16:40,807 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 6) suffix (112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) value None 2018-06-19 17:16:40,807 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,807 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,808 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,808 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,808 pysnmp: getValue: returning SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,809 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 1, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='p3489505511' 2018-06-19 17:16:40,809 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpMessageProcessingModel(3) 2018-06-19 17:16:40,809 pysnmp: getValue: returning SnmpMessageProcessingModel(3) for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,809 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 2, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,809 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))) 2018-06-19 17:16:40,809 pysnmp: getValue: returning SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))) for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,809 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 3, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=3 2018-06-19 17:16:40,809 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpAdminString('pduaccess') 2018-06-19 17:16:40,809 pysnmp: getValue: returning SnmpAdminString('pduaccess') for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,809 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 4, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='pduaccess' 2018-06-19 17:16:40,809 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=SnmpSecurityLevel('noAuthNoPriv') 2018-06-19 17:16:40,810 pysnmp: getValue: returning SnmpSecurityLevel('noAuthNoPriv') for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,810 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 5, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='noAuthNoPriv' 2018-06-19 17:16:40,810 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)=RowStatus('active') 2018-06-19 17:16:40,810 pysnmp: getValue: returning RowStatus('active') for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49) 2018-06-19 17:16:40,810 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 3, 1, 7, 112, 51, 52, 56, 57, 53, 48, 53, 53, 49, 49)='createAndGo' 2018-06-19 17:16:40,810 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,810 pysnmp: loadModule: trying PYSNMP-SOURCE-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,811 pysnmp: file PYSNMP-SOURCE-MIB.pyc mtime 1528738609 2018-06-19 17:16:40,811 pysnmp: file PYSNMP-SOURCE-MIB.py mtime 1528738609 2018-06-19 17:16:40,811 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.pyc 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::pysnmpSourceMIB 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::PYSNMP_MODULE_ID 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::pysnmpSourceMIBCompliances 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::snmpSourceAddrTAddress 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::pysnmpSourceMIBConformance 2018-06-19 17:16:40,811 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::pysnmpSourceMIBObjects 2018-06-19 17:16:40,812 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::snmpSourceAddrEntry 2018-06-19 17:16:40,812 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::snmpSourceAddrTable 2018-06-19 17:16:40,812 pysnmp: exportSymbols: symbol PYSNMP-SOURCE-MIB::pysnmpSourceMIBGroups 2018-06-19 17:16:40,812 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.pyc 2018-06-19 17:16:40,812 pysnmp: loadModule: trying SNMPv2-TM at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,812 pysnmp: file SNMPv2-TM.pyc mtime 1528738609 2018-06-19 17:16:40,812 pysnmp: file SNMPv2-TM.py mtime 1528738609 2018-06-19 17:16:40,812 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/SNMPv2-TM.pyc 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpIPXDomain 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::rfc1157Domain 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::SnmpIPXAddress 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::PYSNMP_MODULE_ID 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpDDPDomain 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::SnmpUDPAddress 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::SnmpNBPAddress 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpv2tm 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpCLNSDomain 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::rfc1157Proxy 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpUDPDomain 2018-06-19 17:16:40,813 pysnmp: exportSymbols: symbol SNMPv2-TM::SnmpOSIAddress 2018-06-19 17:16:40,814 pysnmp: exportSymbols: symbol SNMPv2-TM::snmpCONSDomain 2018-06-19 17:16:40,814 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/SNMPv2-TM.pyc 2018-06-19 17:16:40,816 pysnmp: __indexMib: rebuilt 2018-06-19 17:16:40,816 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 'destroy'),) 2018-06-19 17:16:40,816 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,816 pysnmp: RowStatus state change from RowStatus() to RowStatus('destroy') produced new state RowStatus('notExists'), error indication <class 'pysnmp.smi.error.RowDestructionWanted'> 2018-06-19 17:16:40,816 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowDestructionWanted: RowDestructionWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('destroy') yields state RowStatus('notExists') and exception", 'syntax': RowStatus('notExists')})\n'] 2018-06-19 17:16:40,817 pysnmp: RowCreationWanted({}) flagged by (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy', exception NoSuchInstanceError({'name': (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 'idx': 0}) 2018-06-19 17:16:40,817 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,817 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,817 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,817 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,818 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,818 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,818 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,818 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,818 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,818 pysnmp: receiveManagementEvent createTest for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,819 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,819 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,819 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,819 pysnmp: receiveManagementEvent createTest for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,819 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,819 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,819 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,819 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,820 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,820 pysnmp: receiveManagementEvent createCommit for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,821 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,821 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,821 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,821 pysnmp: receiveManagementEvent createCommit for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,821 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,821 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,821 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,821 pysnmp: RowCreationWanted({}) dropped by (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,822 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,822 pysnmp: receiveManagementEvent createCleanup for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,823 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,823 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,823 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,823 pysnmp: receiveManagementEvent createCleanup for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,823 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,823 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,823 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,823 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,823 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,824 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=RowStatus('notExists') 2018-06-19 17:16:40,824 pysnmp: getValue: returning RowStatus('notExists') for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='destroy' 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 'a3489505512'), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), (1, 3, 6, 1, 6, 1, 1)), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), SnmpUDPAddress(hexValue='0ae845c800a1')), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 100), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 5), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), ''), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 'p3489505511'), ((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), SnmpUDPAddress(hexValue='000000000000')), ((1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50), 'createAndGo')) 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,824 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,825 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,825 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,825 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,825 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,825 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,825 pysnmp: RowStatus state change from RowStatus('notExists') to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,826 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,826 pysnmp: RowStatus state change from RowStatus() to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,826 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,826 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) flagged by (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo', exception RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) 2018-06-19 17:16:40,826 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,826 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,827 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,827 pysnmp: receiveManagementEvent createTest for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,828 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,828 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,828 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,828 pysnmp: receiveManagementEvent createTest for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,828 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,828 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,828 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,828 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,828 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,829 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,829 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,829 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,829 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,830 pysnmp: receiveManagementEvent createCommit for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,830 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,831 pysnmp: receiveManagementEvent createCommit for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,831 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,831 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,831 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,831 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,831 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,831 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,831 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,831 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,831 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,832 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,832 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,832 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,832 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,832 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,832 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,832 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,833 pysnmp: RowCreationWanted({'msg': "Exception at row state transition from RowStatus('notExists') to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')}) dropped by (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,833 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,833 pysnmp: writeCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,833 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) index value SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,833 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,833 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,833 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,833 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,833 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,833 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,833 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,834 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,834 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,834 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,834 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,834 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,834 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,834 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 8) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,834 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 6, 3, 18, 1, 2, 1), None) 2018-06-19 17:16:40,834 pysnmp: receiveManagementEvent createCleanup for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,834 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,834 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,835 pysnmp: createCleanup: (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,835 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 18, 1, 2, 1, 2) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,835 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1), None) 2018-06-19 17:16:40,835 pysnmp: receiveManagementEvent createCleanup for suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,835 pysnmp: createCleanup: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=None 2018-06-19 17:16:40,835 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1) suffix (97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) value None 2018-06-19 17:16:40,835 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,835 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,835 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,835 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,835 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,836 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,836 pysnmp: getValue: returning SnmpAdminString('a3489505512', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,836 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='a3489505512' 2018-06-19 17:16:40,836 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=TDomain('1.3.6.1.6.1.1') 2018-06-19 17:16:40,837 pysnmp: getValue: returning TDomain('1.3.6.1.6.1.1') for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,837 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 2, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=(1, 3, 6, 1, 6, 1, 1) 2018-06-19 17:16:40,837 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=TAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,837 pysnmp: getValue: returning TAddress(hexValue='0ae845c800a1') for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,837 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 3, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='0ae845c800a1') 2018-06-19 17:16:40,837 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=TimeInterval(100) 2018-06-19 17:16:40,837 pysnmp: getValue: returning TimeInterval(100) for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,837 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 4, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=100 2018-06-19 17:16:40,837 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=Integer32(5, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 255))) 2018-06-19 17:16:40,837 pysnmp: getValue: returning Integer32(5, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 255))) for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,837 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 5, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=5 2018-06-19 17:16:40,837 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpTagList('') 2018-06-19 17:16:40,838 pysnmp: getValue: returning SnmpTagList('') for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,838 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 6, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='' 2018-06-19 17:16:40,838 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,838 pysnmp: getValue: returning SnmpAdminString('p3489505511', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,838 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 7, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='p3489505511' 2018-06-19 17:16:40,838 pysnmp: readGet: (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=TAddress(hexValue='000000000000') 2018-06-19 17:16:40,838 pysnmp: getValue: returning TAddress(hexValue='000000000000') for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,838 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 4, 1, 20408, 3, 1, 8, 1, 1, 1, 1, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=SnmpUDPAddress(hexValue='000000000000') 2018-06-19 17:16:40,838 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)=RowStatus('active') 2018-06-19 17:16:40,838 pysnmp: getValue: returning RowStatus('active') for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50) 2018-06-19 17:16:40,838 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 12, 1, 2, 1, 9, 97, 51, 52, 56, 57, 53, 48, 53, 53, 49, 50)='createAndGo' 2018-06-19 17:16:40,839 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,954 pysnmp: trying DirMibSource('/home/xiachang/.pysnmp/mibs') 2018-06-19 17:16:40,954 pysnmp: addMibSources: new MIB sources [DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs'), DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances'), DirMibSource('pysnmp_mibs'), DirMibSource('/home/xiachang/.pysnmp/mibs')] 2018-06-19 17:16:40,954 pysnmp: resolving 1.3.6.1.4.1.2769.1.4.1.21.0 as OID or label 2018-06-19 17:16:40,954 pysnmp: indexMib: re-indexing MIB view 2018-06-19 17:16:40,961 pysnmp: getNodeNameByOid: resolved :1.3.6.1.4.1.2769.1.4.1.21.0 -> ('iso', 'org', 'dod', 'internet', 'private', 'enterprises').2769.1.4.1.21.0 2018-06-19 17:16:40,961 pysnmp: resolved ('1.3.6.1.4.1.2769.1.4.1.21.0',) into prefix ObjectName('1.3.6.1.4.1') and suffix ObjectName('2769.1.4.1.21.0') 2018-06-19 17:16:40,961 pysnmp: getNodeNameByOid: resolved :1.3.6.1.4.1 -> ('iso', 'org', 'dod', 'internet', 'private', 'enterprises').() 2018-06-19 17:16:40,961 pysnmp: resolved prefix ObjectName('1.3.6.1.4.1') into MIB node MibIdentifier((1, 3, 6, 1, 4, 1)) 2018-06-19 17:16:40,961 pysnmp: resolved indices are (ObjectName('2769.1.4.1.21.0'),) 2018-06-19 17:16:40,963 pysnmp: sendPdu: securityName pduaccess, PDU GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:40,963 pysnmp: sendPdu: current time 0 ticks, one tick is 0.5 seconds 2018-06-19 17:16:40,963 pysnmp: sendPdu: new sendPduHandle 3599236, timeout 2.0 ticks, cbFun <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>> 2018-06-19 17:16:40,963 pysnmp: prepareOutgoingMessage: new msgID 102895 2018-06-19 17:16:40,963 pysnmp: prepareOutgoingMessage: peer SNMP engine data None for transport 1.3.6.1.6.1.1, address ('10.232.69.200', 161) 2018-06-19 17:16:40,963 pysnmp: prepareOutgoingMessage: using contextEngineId SnmpEngineID(), contextName OctetString('') 2018-06-19 17:16:40,964 pysnmp: prepareOutgoingMessage: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102895 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
2018-06-19 17:16:40,964 pysnmp: prepareOutgoingMessage: force engineID discovery 2018-06-19 17:16:40,964 pysnmp: prepareOutgoingMessage: securityModel SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), securityEngineId OctetString(''), securityName OctetString(''), securityLevel 1 2018-06-19 17:16:40,964 pysnmp: __generateRequestOrResponseMsg: use empty USM data 2018-06-19 17:16:40,964 pysnmp: __generateRequestOrResponseMsg: local usmUserName '' usmUserSecurityName '' usmUserAuthProtocol (1, 3, 6, 1, 6, 3, 10, 1, 1, 1) usmUserPrivProtocol (1, 3, 6, 1, 6, 3, 10, 1, 2, 1) securityEngineID OctetString('') securityName OctetString('') 2018-06-19 17:16:40,964 pysnmp: __generateRequestOrResponseMsg: assuming zero snmpEngineBoots, snmpEngineTime 2018-06-19 17:16:40,964 pysnmp: __generateRequestOrResponseMsg: use snmpEngineBoots 0 snmpEngineTime 0 for securityEngineID OctetString('') 2018-06-19 17:16:40,964 pysnmp: __generateRequestOrResponseMsg: ScopedPduData: plaintext=ScopedPDU: contextEngineId= contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018063 error-status='noError' error-index=0 variable-bindings=VarBindList:
2018-06-19 17:16:40,965 pysnmp: __generateRequestOrResponseMsg: UsmSecurityParameters: msgAuthoritativeEngineId= msgAuthoritativeEngineBoots=0 msgAuthoritativeEngineTime=0 msgUserName= msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:40,965 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102895 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x300e0400020100020100040004000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId= contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018063 error-status='noError' error-index=0 variable-bindings=VarBindList:
2018-06-19 17:16:40,966 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: 00000: 30 3D 02 01 03 30 10 02 03 01 91 EF 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 10 30 0E 04 00 02 01 00 00032: 02 01 00 04 00 04 00 04 00 30 14 04 00 04 00 A0 00048: 0E 02 04 00 B7 61 8F 02 01 00 02 01 00 30 00 2018-06-19 17:16:40,966 pysnmp: sendPdu: MP succeeded 2018-06-19 17:16:40,966 pysnmp: sendMessage: outgoingMessage queued (63 octets) 00000: 30 3D 02 01 03 30 10 02 03 01 91 EF 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 10 30 0E 04 00 02 01 00 00032: 02 01 00 04 00 04 00 04 00 30 14 04 00 04 00 A0 00048: 0E 02 04 00 B7 61 8F 02 01 00 02 01 00 30 00 2018-06-19 17:16:40,966 pysnmp: sendPdu: sendPduHandle 3599236, timeout 100*10 ms/2 ticks, retry 0 of 5 2018-06-19 17:16:40,966 pysnmp: handle_write: transportAddress SnmpUDPAddress(hexValue='000000000000') -> ('10.232.69.200', 161) outgoingMessage (63 octets) 00000: 30 3D 02 01 03 30 10 02 03 01 91 EF 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 10 30 0E 04 00 02 01 00 00032: 02 01 00 04 00 04 00 04 00 30 14 04 00 04 00 A0 00048: 0E 02 04 00 B7 61 8F 02 01 00 02 01 00 30 00 2018-06-19 17:16:40,971 pysnmp: handle_read: transportAddress ('10.232.69.200', 161) -> ('0.0.0.0', 49372) incomingMessage (102 octets) 00000: 30 64 02 01 03 30 0F 02 03 01 91 EF 02 02 02 00 00016: 04 01 00 02 01 03 04 1D 30 1B 04 0B 80 00 0A D1 00032: 03 00 0B 38 BD 5C 8D 02 01 01 02 03 06 47 33 04 00048: 00 04 00 04 00 30 2F 04 0B 80 00 0A D1 03 00 0B 00064: 38 BD 5C 8D 04 00 A8 1E 02 03 01 91 EF 02 01 00 00080: 02 01 00 30 11 30 0F 06 0A 2B 06 01 06 03 0F 01 00096: 01 04 00 41 01 45 2018-06-19 17:16:40,971 pysnmp: loadModule: trying __SNMPv2-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,972 pysnmp: file __SNMPv2-MIB.pyc access error: [Errno 2] No such file: None: '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__SNMPv2-MIB.pyc' 2018-06-19 17:16:40,972 pysnmp: file __SNMPv2-MIB.py access error: [Errno 2] No such file: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__SNMPv2-MIB.py': '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__SNMPv2-MIB.py' 2018-06-19 17:16:40,972 pysnmp: loadModule: read __SNMPv2-MIB from DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') failed: [Errno 2] No suitable module found: '__SNMPv2-MIB' 2018-06-19 17:16:40,972 pysnmp: loadModule: trying __SNMPv2-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances') 2018-06-19 17:16:40,972 pysnmp: file __SNMPv2-MIB.pyc mtime 1528738609 2018-06-19 17:16:40,972 pysnmp: file __SNMPv2-MIB.py mtime 1528738609 2018-06-19 17:16:40,972 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances/__SNMPv2-MIB.pyc 2018-06-19 17:16:40,974 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInBadCommunityUses 2018-06-19 17:16:40,974 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpSetSerialNo 2018-06-19 17:16:40,974 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutNoSuchNames 2018-06-19 17:16:40,974 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInGetNexts 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInReadOnlys 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInTotalReqVars 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInTraps 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutGenErrs 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInGenErrs 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpSilentDrops 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutPkts 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysORLastChange 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutTraps 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutBadValues 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInNoSuchNames 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInPkts 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInBadVersions 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInBadCommunityNames 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysName 2018-06-19 17:16:40,975 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysObjectID 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInGetRequests 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutGetResponses 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInASNParseErrs 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpEnableAuthenTraps 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysUpTime 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInSetRequests 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInTotalSetVars 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysContact 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpTrapOID 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInGetResponses 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutSetRequests 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysLocation 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInBadValues 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysServices 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpInTooBigs 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpProxyDrops 2018-06-19 17:16:40,976 pysnmp: exportSymbols: symbol __SNMPv2-MIB::snmpOutTooBigs 2018-06-19 17:16:40,977 pysnmp: exportSymbols: symbol __SNMPv2-MIB::sysDescr 2018-06-19 17:16:40,977 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances/__SNMPv2-MIB.pyc 2018-06-19 17:16:40,977 pysnmp: receiveMessage: msgVersion 3, msg decoded 2018-06-19 17:16:40,979 pysnmp: prepareDataElements: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102895 msgMaxSize=512 msgFlags=0x00 msgSecurityModel=3
msgSecurityParameters=0x301b040b80000ad103000b38bd5c8d0201010203064733040004000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102895 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.4.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=69
2018-06-19 17:16:40,979 pysnmp: prepareDataElements: msg data msgVersion 3 msgID 102895 securityModel 3 2018-06-19 17:16:40,979 pysnmp: processIncomingMsg: securityParameters 00000: 30 1B 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 02 00016: 01 01 02 03 06 47 33 04 00 04 00 04 00 2018-06-19 17:16:40,980 pysnmp: processIncomingMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=1 msgAuthoritativeEngineTime=411443 msgUserName= msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:40,980 pysnmp: processIncomingMsg: cache write securityStateReference 10303475 by msgUserName 2018-06-19 17:16:40,980 pysnmp: processIncomingMsg: non-synchronized securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:40,980 pysnmp: processIncomingMsg: read from securityParams msgAuthoritativeEngineId OctetString(hexValue='80000ad103000b38bd5c8d') msgUserName OctetString('', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:40,981 pysnmp: processIncomingMsg: now have usmUserName '' usmUserSecurityName '' usmUserAuthProtocol (1, 3, 6, 1, 6, 3, 10, 1, 1, 1) usmUserPrivProtocol (1, 3, 6, 1, 6, 3, 10, 1, 2, 1) for msgUserName OctetString('', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:40,981 pysnmp: processIncomingMsg: scopedPDU decoded ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102895 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.4.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=69
2018-06-19 17:16:40,981 pysnmp: processIncomingMsg: cached msgUserName info by securityStateReference 10303476 2018-06-19 17:16:40,981 pysnmp: prepareDataElements: SM succeeded 2018-06-19 17:16:40,981 pysnmp: prepareDataElements: cache securityEngineId OctetString(hexValue='80000ad103000b38bd5c8d') for (1, 3, 6, 1, 6, 1, 1) ('10.232.69.200', 161) 2018-06-19 17:16:40,981 pysnmp: prepareDataElements: using sendPduHandle 3599236 for msgID 102895 2018-06-19 17:16:40,981 pysnmp: StatusInformation: {'oid': ObjectName('1.3.6.1.6.3.15.1.1.4.0'), 'sendPduHandle': 3599236, 'val': Counter32(69), 'errorIndication': UnknownEngineID()} 2018-06-19 17:16:40,981 pysnmp: receiveMessage: MP failed, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.4.0'), 'sendPduHandle': 3599236, 'val': Counter32(69), 'errorIndication': UnknownEngineID()}, forcing a retry 2018-06-19 17:16:40,982 pysnmp: __expireRequest: req cachedParams {'transportAddress': ('10.232.69.200', 161), 'cbCtx': (334255463, <bound method GetCommandGenerator.processResponseVarBinds of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, (<function __cbFun at 0x7f306fdbb668>, (True, <function cbFun at 0x7f30715beb18>, {}))), 'sendPduHandle': 3599236, 'contextEngineId': None, 'PDU': GetRequestPDU().setComponentByPosition(0, Integer32(12018062)).setComponentByPosition(1, Integer('noError', NamedValues((('commitFailed', 14), ('inconsistentName', 18), ('noSuchName', 2), ('wrongValue', 10), ('wrongType', 7), ('noAccess', 6), ('inconsistentValue', 12), ('authorizationError', 16), ('wrongLength', 8), ('readOnly', 4), ('wrongEncoding', 9), ('noCreation', 11), ('resourceUnavailable', 13), ('noError', 0), ('notWritable', 17), ('badValue', 3), ('genErr', 5), ('tooBig', 1), ('undoFailed', 15))))).setComponentByPosition(2, Integer(0, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(0, Integer(2147483647))))).setComponentByPosition(3, VarBindList().setComponentByPosition(0, VarBind().setComponentByPosition(0, ObjectName('1.3.6.1.4.1.2769.1.4.1.21.0')).setComponentByPosition(1, _BindValue().setComponentByPosition(1, Null())))), 'cbFun': <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, 'messageProcessingModel': SnmpMessageProcessingModel(3), 'pduVersion': 1, 'contextName': SnmpAdminString(''), 'transportDomain': TDomain('1.3.6.1.6.1.1'), 'timeout': 2.0, 'securityName': SnmpAdminString('pduaccess'), 'securityModel': SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), 'securityLevel': SnmpSecurityLevel('noAuthNoPriv')} 2018-06-19 17:16:40,982 pysnmp: processResponsePdu: sendPduHandle 3599236, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.4.0'), 'sendPduHandle': 3599236, 'val': Counter32(69), 'errorIndication': UnknownEngineID()} 2018-06-19 17:16:40,982 pysnmp: sendPdu: securityName pduaccess, PDU GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:40,982 pysnmp: sendPdu: current time 0 ticks, one tick is 0.5 seconds 2018-06-19 17:16:40,982 pysnmp: sendPdu: new sendPduHandle 3599237, timeout 2.0 ticks, cbFun <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>> 2018-06-19 17:16:40,982 pysnmp: prepareOutgoingMessage: new msgID 102896 2018-06-19 17:16:40,983 pysnmp: prepareOutgoingMessage: peer SNMP engine data {'securityEngineId': OctetString(hexValue='80000ad103000b38bd5c8d'), 'contextName': OctetString(''), 'contextEngineId': OctetString(hexValue='80000ad103000b38bd5c8d')} for transport 1.3.6.1.6.1.1, address ('10.232.69.200', 161) 2018-06-19 17:16:40,983 pysnmp: prepareOutgoingMessage: using contextEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), contextName OctetString('') 2018-06-19 17:16:40,983 pysnmp: prepareOutgoingMessage: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102896 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x300e0400020100020100040004000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:40,983 pysnmp: prepareOutgoingMessage: securityModel SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), securityEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess'), securityLevel SnmpSecurityLevel('noAuthNoPriv') 2018-06-19 17:16:40,984 pysnmp: _sec2usr: built snmpEngineId + securityName to userName map, version 2: {(SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8'), SnmpAdminString('pduaccess')): SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32)))} 2018-06-19 17:16:40,984 pysnmp: _sec2usr: no entry exists for snmpEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:40,984 pysnmp: loadModule: trying __PYSNMP-USM-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') 2018-06-19 17:16:40,984 pysnmp: file __PYSNMP-USM-MIB.pyc access error: [Errno 2] No such file: NoSuchInstanceError({}): '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__PYSNMP-USM-MIB.pyc' 2018-06-19 17:16:40,984 pysnmp: file __PYSNMP-USM-MIB.py access error: [Errno 2] No such file: [Errno 2] No such file or directory: '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__PYSNMP-USM-MIB.py': '/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/__PYSNMP-USM-MIB.py' 2018-06-19 17:16:40,984 pysnmp: loadModule: read __PYSNMP-USM-MIB from DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs') failed: [Errno 2] No suitable module found: '__PYSNMP-USM-MIB' 2018-06-19 17:16:40,984 pysnmp: loadModule: trying __PYSNMP-USM-MIB at DirMibSource('/usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances') 2018-06-19 17:16:40,984 pysnmp: file __PYSNMP-USM-MIB.pyc mtime 1528738609 2018-06-19 17:16:40,985 pysnmp: file __PYSNMP-USM-MIB.py mtime 1528738609 2018-06-19 17:16:40,985 pysnmp: loadModule: evaluating /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.pyc 2018-06-19 17:16:40,985 pysnmp: exportSymbols: symbol __PYSNMP-USM-MIB::pysnmpUsmDiscovery 2018-06-19 17:16:40,985 pysnmp: exportSymbols: symbol __PYSNMP-USM-MIB::pysnmpUsmDiscoverable 2018-06-19 17:16:40,985 pysnmp: loadModule: loaded /usr/lib/python2.7/site-packages/pysnmp/smi/mibs/instances/__PYSNMP-USM-MIB.pyc 2018-06-19 17:16:40,985 pysnmp: _sec2usr: using userName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for snmpEngineId SnmpEngineID(), securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:40,988 pysnmp: __indexMib: rebuilt 2018-06-19 17:16:40,988 pysnmp: flipFlopFsm: input var-binds (((1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 4),) 2018-06-19 17:16:40,988 pysnmp: flipFlopFsm: state start status ok -> fsmState writeTest 2018-06-19 17:16:40,988 pysnmp: RowStatus state change from RowStatus() to RowStatus('createAndGo') produced new state RowStatus('active'), error indication <class 'pysnmp.smi.error.RowCreationWanted'> 2018-06-19 17:16:40,989 pysnmp: setValue: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 failed with traceback ['Traceback (most recent call last):\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-SMI.py", line 659, in setValue\n', ' File "/tmp/pip-build-dk_Kir/pysnmp/pysnmp/smi/mibs/SNMPv2-TC.py", line 511, in setValue\n', 'RowCreationWanted: RowCreationWanted({'msg': "Exception at row state transition from RowStatus() to RowStatus('createAndGo') yields state RowStatus('active') and exception", 'syntax': RowStatus('active')})\n'] 2018-06-19 17:16:40,989 pysnmp: RowCreationWanted({}) flagged by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4, exception NoSuchInstanceError({'name': (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115), 'idx': 0}) 2018-06-19 17:16:40,989 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:40,989 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,989 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,989 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,990 pysnmp: announceManagementEvent createTest to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,991 pysnmp: receiveManagementEvent createTest for suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,991 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,991 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,991 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,991 pysnmp: __manageColumns: action createTest name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,991 pysnmp: flipFlopFsm: fun <bound method MibTree.writeTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,992 pysnmp: flipFlopFsm: state writeTest status ok -> fsmState writeCommit 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,992 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: announceManagementEvent createCommit to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,993 pysnmp: receiveManagementEvent createCommit for suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,993 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,994 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,994 pysnmp: __manageColumns: action createCommit name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,994 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCommit of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,994 pysnmp: flipFlopFsm: state writeCommit status ok -> fsmState writeCleanup 2018-06-19 17:16:40,994 pysnmp: RowCreationWanted({}) dropped by (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,994 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpEngineID(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:40,994 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) index value SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) 2018-06-19 17:16:40,994 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 5) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 6) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 7) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 8) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 9) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 10) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 11) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 12) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,995 pysnmp: announceManagementEvent createCleanup to MibTableRow((1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1), None) 2018-06-19 17:16:40,996 pysnmp: receiveManagementEvent createCleanup for suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,996 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 1) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,996 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 2) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,996 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 3) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,996 pysnmp: __manageColumns: action createCleanup name (1, 3, 6, 1, 4, 1, 20408, 3, 1, 1, 1, 3, 1, 4) suffix (11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) value None 2018-06-19 17:16:40,996 pysnmp: flipFlopFsm: fun <bound method MibTree.writeCleanup of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,996 pysnmp: flipFlopFsm: state writeCleanup status ok -> fsmState readTest 2018-06-19 17:16:40,996 pysnmp: flipFlopFsm: fun <bound method MibTree.readTest of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,996 pysnmp: flipFlopFsm: state readTest status ok -> fsmState readGet 2018-06-19 17:16:40,997 pysnmp: readGet: (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=RowStatus('active') 2018-06-19 17:16:40,997 pysnmp: getValue: returning RowStatus('active') for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115) 2018-06-19 17:16:40,997 pysnmp: flipFlopFsm: fun <bound method MibTree.readGet of MibTree((1,), None)> suceeded for (1, 3, 6, 1, 6, 3, 15, 1, 2, 2, 1, 13, 11, 128, 0, 10, 209, 3, 0, 11, 56, 189, 92, 141, 9, 112, 100, 117, 97, 99, 99, 101, 115, 115)=4 2018-06-19 17:16:40,997 pysnmp: flipFlopFsm: state readGet status ok -> fsmState stop 2018-06-19 17:16:40,997 pysnmp: __generateRequestOrResponseMsg: clone user info 2018-06-19 17:16:40,997 pysnmp: __generateRequestOrResponseMsg: local usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol 1.3.6.1.6.3.10.1.1.1 usmUserPrivProtocol 1.3.6.1.6.3.10.1.2.1 securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:40,997 pysnmp: __generateRequestOrResponseMsg: assuming zero snmpEngineBoots, snmpEngineTime 2018-06-19 17:16:40,997 pysnmp: __generateRequestOrResponseMsg: use snmpEngineBoots 0 snmpEngineTime 0 for securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:40,998 pysnmp: __generateRequestOrResponseMsg: ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:40,998 pysnmp: __generateRequestOrResponseMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=0 msgAuthoritativeEngineTime=0 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:40,999 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102896 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:40,999 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: 00000: 30 6E 02 01 03 30 10 02 03 01 91 F0 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:40,999 pysnmp: sendPdu: MP succeeded 2018-06-19 17:16:41,000 pysnmp: sendMessage: outgoingMessage queued (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F0 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,000 pysnmp: handle_write: transportAddress SnmpUDPAddress(hexValue='000000000000') -> ('10.232.69.200', 161) outgoingMessage (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F0 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,006 pysnmp: handle_read: transportAddress ('10.232.69.200', 161) -> ('0.0.0.0', 49372) incomingMessage (111 octets) 00000: 30 6D 02 01 03 30 0F 02 03 01 91 F0 02 02 02 00 00016: 04 01 00 02 01 03 04 26 30 24 04 0B 80 00 0A D1 00032: 03 00 0B 38 BD 5C 8D 02 01 01 02 03 06 47 33 04 00048: 09 70 64 75 61 63 63 65 73 73 04 00 04 00 30 2F 00064: 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A8 00080: 1E 02 03 01 91 F0 02 01 00 02 01 00 30 11 30 0F 00096: 06 0A 2B 06 01 06 03 0F 01 01 02 00 41 01 75 2018-06-19 17:16:41,007 pysnmp: receiveMessage: msgVersion 3, msg decoded 2018-06-19 17:16:41,009 pysnmp: prepareDataElements: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102896 msgMaxSize=512 msgFlags=0x00 msgSecurityModel=3
msgSecurityParameters=0x3024040b80000ad103000b38bd5c8d0201010203064733040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102896 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=117
2018-06-19 17:16:41,009 pysnmp: prepareDataElements: msg data msgVersion 3 msgID 102896 securityModel 3 2018-06-19 17:16:41,009 pysnmp: processIncomingMsg: securityParameters 00000: 30 24 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 02 00016: 01 01 02 03 06 47 33 04 09 70 64 75 61 63 63 65 00032: 73 73 04 00 04 00 2018-06-19 17:16:41,011 pysnmp: processIncomingMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=1 msgAuthoritativeEngineTime=411443 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,011 pysnmp: processIncomingMsg: cache write securityStateReference 10303477 by msgUserName pduaccess 2018-06-19 17:16:41,011 pysnmp: processIncomingMsg: non-synchronized securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,011 pysnmp: processIncomingMsg: read from securityParams msgAuthoritativeEngineId OctetString(hexValue='80000ad103000b38bd5c8d') msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,011 pysnmp: processIncomingMsg: read user info from LCD 2018-06-19 17:16:41,012 pysnmp: processIncomingMsg: now have usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol AutonomousType('1.3.6.1.6.3.10.1.1.1') usmUserPrivProtocol AutonomousType('1.3.6.1.6.3.10.1.2.1') for msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,012 pysnmp: processIncomingMsg: scopedPDU decoded ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102896 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=117
2018-06-19 17:16:41,012 pysnmp: processIncomingMsg: cached msgUserName pduaccess info by securityStateReference 10303478 2018-06-19 17:16:41,013 pysnmp: prepareDataElements: SM succeeded 2018-06-19 17:16:41,013 pysnmp: prepareDataElements: using sendPduHandle 3599237 for msgID 102896 2018-06-19 17:16:41,013 pysnmp: StatusInformation: {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599237, 'val': Counter32(117), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,013 pysnmp: receiveMessage: MP failed, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599237, 'val': Counter32(117), 'errorIndication': NotInTimeWindow()}, forcing a retry 2018-06-19 17:16:41,014 pysnmp: __expireRequest: req cachedParams {'transportAddress': ('10.232.69.200', 161), 'cbCtx': (334255463, <bound method GetCommandGenerator.processResponseVarBinds of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, (<function __cbFun at 0x7f306fdbb668>, (True, <function cbFun at 0x7f30715beb18>, {}))), 'sendPduHandle': 3599237, 'contextEngineId': None, 'PDU': GetRequestPDU().setComponentByPosition(0, Integer32(12018062)).setComponentByPosition(1, Integer('noError', NamedValues((('commitFailed', 14), ('inconsistentName', 18), ('noSuchName', 2), ('wrongValue', 10), ('wrongType', 7), ('noAccess', 6), ('inconsistentValue', 12), ('authorizationError', 16), ('wrongLength', 8), ('readOnly', 4), ('wrongEncoding', 9), ('noCreation', 11), ('resourceUnavailable', 13), ('noError', 0), ('notWritable', 17), ('badValue', 3), ('genErr', 5), ('tooBig', 1), ('undoFailed', 15))))).setComponentByPosition(2, Integer(0, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(0, Integer(2147483647))))).setComponentByPosition(3, VarBindList().setComponentByPosition(0, VarBind().setComponentByPosition(0, ObjectName('1.3.6.1.4.1.2769.1.4.1.21.0')).setComponentByPosition(1, _BindValue().setComponentByPosition(1, Null())))), 'cbFun': <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, 'messageProcessingModel': SnmpMessageProcessingModel(3), 'pduVersion': 1, 'contextName': SnmpAdminString(''), 'transportDomain': TDomain('1.3.6.1.6.1.1'), 'timeout': 2.0, 'securityName': SnmpAdminString('pduaccess'), 'securityModel': SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), 'securityLevel': SnmpSecurityLevel('noAuthNoPriv')} 2018-06-19 17:16:41,014 pysnmp: processResponsePdu: sendPduHandle 3599237, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599237, 'val': Counter32(117), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,014 pysnmp: sendPdu: securityName pduaccess, PDU GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,014 pysnmp: sendPdu: current time 0 ticks, one tick is 0.5 seconds 2018-06-19 17:16:41,014 pysnmp: sendPdu: new sendPduHandle 3599238, timeout 2.0 ticks, cbFun <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>> 2018-06-19 17:16:41,015 pysnmp: prepareOutgoingMessage: new msgID 102897 2018-06-19 17:16:41,015 pysnmp: prepareOutgoingMessage: peer SNMP engine data {'securityEngineId': OctetString(hexValue='80000ad103000b38bd5c8d'), 'contextName': OctetString(''), 'contextEngineId': OctetString(hexValue='80000ad103000b38bd5c8d')} for transport 1.3.6.1.6.1.1, address ('10.232.69.200', 161) 2018-06-19 17:16:41,015 pysnmp: prepareOutgoingMessage: using contextEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), contextName OctetString('') 2018-06-19 17:16:41,016 pysnmp: prepareOutgoingMessage: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102897 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,016 pysnmp: prepareOutgoingMessage: securityModel SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), securityEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess'), securityLevel SnmpSecurityLevel('noAuthNoPriv') 2018-06-19 17:16:41,016 pysnmp: _sec2usr: built snmpEngineId + securityName to userName map, version 3: {(SnmpEngineID(hexValue='80004fb8057262612d7064752d7363616e6e65722d70917ab8'), SnmpAdminString('pduaccess')): SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))), (SnmpEngineID(hexValue='80000ad103000b38bd5c8d'), SnmpAdminString('pduaccess')): SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32)))} 2018-06-19 17:16:41,017 pysnmp: _sec2usr: using userName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for snmpEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,017 pysnmp: __generateRequestOrResponseMsg: read user info 2018-06-19 17:16:41,017 pysnmp: __generateRequestOrResponseMsg: local usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol 1.3.6.1.6.3.10.1.1.1 usmUserPrivProtocol 1.3.6.1.6.3.10.1.2.1 securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,018 pysnmp: __generateRequestOrResponseMsg: assuming zero snmpEngineBoots, snmpEngineTime 2018-06-19 17:16:41,018 pysnmp: __generateRequestOrResponseMsg: use snmpEngineBoots 0 snmpEngineTime 0 for securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,018 pysnmp: __generateRequestOrResponseMsg: ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,019 pysnmp: __generateRequestOrResponseMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=0 msgAuthoritativeEngineTime=0 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,019 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102897 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,020 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: 00000: 30 6E 02 01 03 30 10 02 03 01 91 F1 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,020 pysnmp: sendPdu: MP succeeded 2018-06-19 17:16:41,021 pysnmp: sendMessage: outgoingMessage queued (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F1 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,021 pysnmp: handle_write: transportAddress SnmpUDPAddress(hexValue='000000000000') -> ('10.232.69.200', 161) outgoingMessage (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F1 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,026 pysnmp: handle_read: transportAddress ('10.232.69.200', 161) -> ('0.0.0.0', 49372) incomingMessage (111 octets) 00000: 30 6D 02 01 03 30 0F 02 03 01 91 F1 02 02 02 00 00016: 04 01 00 02 01 03 04 26 30 24 04 0B 80 00 0A D1 00032: 03 00 0B 38 BD 5C 8D 02 01 01 02 03 06 47 33 04 00048: 09 70 64 75 61 63 63 65 73 73 04 00 04 00 30 2F 00064: 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A8 00080: 1E 02 03 01 91 F1 02 01 00 02 01 00 30 11 30 0F 00096: 06 0A 2B 06 01 06 03 0F 01 01 02 00 41 01 76 2018-06-19 17:16:41,027 pysnmp: receiveMessage: msgVersion 3, msg decoded 2018-06-19 17:16:41,029 pysnmp: prepareDataElements: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102897 msgMaxSize=512 msgFlags=0x00 msgSecurityModel=3
msgSecurityParameters=0x3024040b80000ad103000b38bd5c8d0201010203064733040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102897 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=118
2018-06-19 17:16:41,029 pysnmp: prepareDataElements: msg data msgVersion 3 msgID 102897 securityModel 3 2018-06-19 17:16:41,029 pysnmp: processIncomingMsg: securityParameters 00000: 30 24 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 02 00016: 01 01 02 03 06 47 33 04 09 70 64 75 61 63 63 65 00032: 73 73 04 00 04 00 2018-06-19 17:16:41,030 pysnmp: processIncomingMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=1 msgAuthoritativeEngineTime=411443 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,030 pysnmp: processIncomingMsg: cache write securityStateReference 10303479 by msgUserName pduaccess 2018-06-19 17:16:41,031 pysnmp: processIncomingMsg: non-synchronized securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,031 pysnmp: processIncomingMsg: read from securityParams msgAuthoritativeEngineId OctetString(hexValue='80000ad103000b38bd5c8d') msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,031 pysnmp: processIncomingMsg: read user info from LCD 2018-06-19 17:16:41,031 pysnmp: processIncomingMsg: now have usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol AutonomousType('1.3.6.1.6.3.10.1.1.1') usmUserPrivProtocol AutonomousType('1.3.6.1.6.3.10.1.2.1') for msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,032 pysnmp: processIncomingMsg: scopedPDU decoded ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102897 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=118
2018-06-19 17:16:41,032 pysnmp: processIncomingMsg: cached msgUserName pduaccess info by securityStateReference 10303480 2018-06-19 17:16:41,032 pysnmp: prepareDataElements: SM succeeded 2018-06-19 17:16:41,033 pysnmp: prepareDataElements: using sendPduHandle 3599238 for msgID 102897 2018-06-19 17:16:41,033 pysnmp: StatusInformation: {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599238, 'val': Counter32(118), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,033 pysnmp: receiveMessage: MP failed, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599238, 'val': Counter32(118), 'errorIndication': NotInTimeWindow()}, forcing a retry 2018-06-19 17:16:41,034 pysnmp: __expireRequest: req cachedParams {'transportAddress': ('10.232.69.200', 161), 'cbCtx': (334255463, <bound method GetCommandGenerator.processResponseVarBinds of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, (<function __cbFun at 0x7f306fdbb668>, (True, <function cbFun at 0x7f30715beb18>, {}))), 'sendPduHandle': 3599238, 'contextEngineId': None, 'PDU': GetRequestPDU().setComponentByPosition(0, Integer32(12018062)).setComponentByPosition(1, Integer('noError', NamedValues((('commitFailed', 14), ('inconsistentName', 18), ('noSuchName', 2), ('wrongValue', 10), ('wrongType', 7), ('noAccess', 6), ('inconsistentValue', 12), ('authorizationError', 16), ('wrongLength', 8), ('readOnly', 4), ('wrongEncoding', 9), ('noCreation', 11), ('resourceUnavailable', 13), ('noError', 0), ('notWritable', 17), ('badValue', 3), ('genErr', 5), ('tooBig', 1), ('undoFailed', 15))))).setComponentByPosition(2, Integer(0, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(0, Integer(2147483647))))).setComponentByPosition(3, VarBindList().setComponentByPosition(0, VarBind().setComponentByPosition(0, ObjectName('1.3.6.1.4.1.2769.1.4.1.21.0')).setComponentByPosition(1, _BindValue().setComponentByPosition(1, Null())))), 'cbFun': <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, 'messageProcessingModel': SnmpMessageProcessingModel(3), 'pduVersion': 1, 'contextName': SnmpAdminString(''), 'transportDomain': TDomain('1.3.6.1.6.1.1'), 'timeout': 2.0, 'securityName': SnmpAdminString('pduaccess'), 'securityModel': SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), 'securityLevel': SnmpSecurityLevel('noAuthNoPriv')} 2018-06-19 17:16:41,034 pysnmp: processResponsePdu: sendPduHandle 3599238, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599238, 'val': Counter32(118), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,034 pysnmp: sendPdu: securityName pduaccess, PDU GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,035 pysnmp: sendPdu: current time 0 ticks, one tick is 0.5 seconds 2018-06-19 17:16:41,035 pysnmp: sendPdu: new sendPduHandle 3599239, timeout 2.0 ticks, cbFun <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>> 2018-06-19 17:16:41,035 pysnmp: prepareOutgoingMessage: new msgID 102898 2018-06-19 17:16:41,035 pysnmp: prepareOutgoingMessage: peer SNMP engine data {'securityEngineId': OctetString(hexValue='80000ad103000b38bd5c8d'), 'contextName': OctetString(''), 'contextEngineId': OctetString(hexValue='80000ad103000b38bd5c8d')} for transport 1.3.6.1.6.1.1, address ('10.232.69.200', 161) 2018-06-19 17:16:41,035 pysnmp: prepareOutgoingMessage: using contextEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), contextName OctetString('') 2018-06-19 17:16:41,036 pysnmp: prepareOutgoingMessage: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102898 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,036 pysnmp: prepareOutgoingMessage: securityModel SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), securityEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess'), securityLevel SnmpSecurityLevel('noAuthNoPriv') 2018-06-19 17:16:41,036 pysnmp: _sec2usr: using userName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for snmpEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,037 pysnmp: __generateRequestOrResponseMsg: read user info 2018-06-19 17:16:41,037 pysnmp: __generateRequestOrResponseMsg: local usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol 1.3.6.1.6.3.10.1.1.1 usmUserPrivProtocol 1.3.6.1.6.3.10.1.2.1 securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,037 pysnmp: __generateRequestOrResponseMsg: assuming zero snmpEngineBoots, snmpEngineTime 2018-06-19 17:16:41,037 pysnmp: __generateRequestOrResponseMsg: use snmpEngineBoots 0 snmpEngineTime 0 for securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,038 pysnmp: __generateRequestOrResponseMsg: ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,038 pysnmp: __generateRequestOrResponseMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=0 msgAuthoritativeEngineTime=0 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,039 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102898 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,040 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: 00000: 30 6E 02 01 03 30 10 02 03 01 91 F2 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,040 pysnmp: sendPdu: MP succeeded 2018-06-19 17:16:41,040 pysnmp: sendMessage: outgoingMessage queued (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F2 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,041 pysnmp: handle_write: transportAddress SnmpUDPAddress(hexValue='000000000000') -> ('10.232.69.200', 161) outgoingMessage (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F2 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,046 pysnmp: handle_read: transportAddress ('10.232.69.200', 161) -> ('0.0.0.0', 49372) incomingMessage (111 octets) 00000: 30 6D 02 01 03 30 0F 02 03 01 91 F2 02 02 02 00 00016: 04 01 00 02 01 03 04 26 30 24 04 0B 80 00 0A D1 00032: 03 00 0B 38 BD 5C 8D 02 01 01 02 03 06 47 33 04 00048: 09 70 64 75 61 63 63 65 73 73 04 00 04 00 30 2F 00064: 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A8 00080: 1E 02 03 01 91 F2 02 01 00 02 01 00 30 11 30 0F 00096: 06 0A 2B 06 01 06 03 0F 01 01 02 00 41 01 77 2018-06-19 17:16:41,047 pysnmp: receiveMessage: msgVersion 3, msg decoded 2018-06-19 17:16:41,048 pysnmp: prepareDataElements: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102898 msgMaxSize=512 msgFlags=0x00 msgSecurityModel=3
msgSecurityParameters=0x3024040b80000ad103000b38bd5c8d0201010203064733040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102898 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=119
2018-06-19 17:16:41,049 pysnmp: prepareDataElements: msg data msgVersion 3 msgID 102898 securityModel 3 2018-06-19 17:16:41,049 pysnmp: processIncomingMsg: securityParameters 00000: 30 24 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 02 00016: 01 01 02 03 06 47 33 04 09 70 64 75 61 63 63 65 00032: 73 73 04 00 04 00 2018-06-19 17:16:41,050 pysnmp: processIncomingMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=1 msgAuthoritativeEngineTime=411443 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,050 pysnmp: processIncomingMsg: cache write securityStateReference 10303481 by msgUserName pduaccess 2018-06-19 17:16:41,050 pysnmp: processIncomingMsg: non-synchronized securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,050 pysnmp: processIncomingMsg: read from securityParams msgAuthoritativeEngineId OctetString(hexValue='80000ad103000b38bd5c8d') msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,051 pysnmp: processIncomingMsg: read user info from LCD 2018-06-19 17:16:41,051 pysnmp: processIncomingMsg: now have usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol AutonomousType('1.3.6.1.6.3.10.1.1.1') usmUserPrivProtocol AutonomousType('1.3.6.1.6.3.10.1.2.1') for msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,051 pysnmp: processIncomingMsg: scopedPDU decoded ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102898 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=119
2018-06-19 17:16:41,051 pysnmp: processIncomingMsg: cached msgUserName pduaccess info by securityStateReference 10303482 2018-06-19 17:16:41,052 pysnmp: prepareDataElements: SM succeeded 2018-06-19 17:16:41,052 pysnmp: prepareDataElements: using sendPduHandle 3599239 for msgID 102898 2018-06-19 17:16:41,052 pysnmp: StatusInformation: {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599239, 'val': Counter32(119), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,052 pysnmp: receiveMessage: MP failed, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599239, 'val': Counter32(119), 'errorIndication': NotInTimeWindow()}, forcing a retry 2018-06-19 17:16:41,052 pysnmp: __expireRequest: req cachedParams {'transportAddress': ('10.232.69.200', 161), 'cbCtx': (334255463, <bound method GetCommandGenerator.processResponseVarBinds of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, (<function __cbFun at 0x7f306fdbb668>, (True, <function cbFun at 0x7f30715beb18>, {}))), 'sendPduHandle': 3599239, 'contextEngineId': None, 'PDU': GetRequestPDU().setComponentByPosition(0, Integer32(12018062)).setComponentByPosition(1, Integer('noError', NamedValues((('commitFailed', 14), ('inconsistentName', 18), ('noSuchName', 2), ('wrongValue', 10), ('wrongType', 7), ('noAccess', 6), ('inconsistentValue', 12), ('authorizationError', 16), ('wrongLength', 8), ('readOnly', 4), ('wrongEncoding', 9), ('noCreation', 11), ('resourceUnavailable', 13), ('noError', 0), ('notWritable', 17), ('badValue', 3), ('genErr', 5), ('tooBig', 1), ('undoFailed', 15))))).setComponentByPosition(2, Integer(0, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(0, Integer(2147483647))))).setComponentByPosition(3, VarBindList().setComponentByPosition(0, VarBind().setComponentByPosition(0, ObjectName('1.3.6.1.4.1.2769.1.4.1.21.0')).setComponentByPosition(1, _BindValue().setComponentByPosition(1, Null())))), 'cbFun': <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, 'messageProcessingModel': SnmpMessageProcessingModel(3), 'pduVersion': 1, 'contextName': SnmpAdminString(''), 'transportDomain': TDomain('1.3.6.1.6.1.1'), 'timeout': 2.0, 'securityName': SnmpAdminString('pduaccess'), 'securityModel': SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), 'securityLevel': SnmpSecurityLevel('noAuthNoPriv')} 2018-06-19 17:16:41,053 pysnmp: processResponsePdu: sendPduHandle 3599239, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599239, 'val': Counter32(119), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,053 pysnmp: sendPdu: securityName pduaccess, PDU GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,053 pysnmp: sendPdu: current time 0 ticks, one tick is 0.5 seconds 2018-06-19 17:16:41,053 pysnmp: sendPdu: new sendPduHandle 3599240, timeout 2.0 ticks, cbFun <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>> 2018-06-19 17:16:41,054 pysnmp: prepareOutgoingMessage: new msgID 102899 2018-06-19 17:16:41,054 pysnmp: prepareOutgoingMessage: peer SNMP engine data {'securityEngineId': OctetString(hexValue='80000ad103000b38bd5c8d'), 'contextName': OctetString(''), 'contextEngineId': OctetString(hexValue='80000ad103000b38bd5c8d')} for transport 1.3.6.1.6.1.1, address ('10.232.69.200', 161) 2018-06-19 17:16:41,054 pysnmp: prepareOutgoingMessage: using contextEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), contextName OctetString('') 2018-06-19 17:16:41,055 pysnmp: prepareOutgoingMessage: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102899 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,055 pysnmp: prepareOutgoingMessage: securityModel SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), securityEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess'), securityLevel SnmpSecurityLevel('noAuthNoPriv') 2018-06-19 17:16:41,055 pysnmp: _sec2usr: using userName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) for snmpEngineId OctetString(hexValue='80000ad103000b38bd5c8d'), securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,055 pysnmp: __generateRequestOrResponseMsg: read user info 2018-06-19 17:16:41,056 pysnmp: __generateRequestOrResponseMsg: local usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol 1.3.6.1.6.3.10.1.1.1 usmUserPrivProtocol 1.3.6.1.6.3.10.1.2.1 securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') securityName SnmpAdminString('pduaccess') 2018-06-19 17:16:41,056 pysnmp: __generateRequestOrResponseMsg: assuming zero snmpEngineBoots, snmpEngineTime 2018-06-19 17:16:41,056 pysnmp: __generateRequestOrResponseMsg: use snmpEngineBoots 0 snmpEngineTime 0 for securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,056 pysnmp: __generateRequestOrResponseMsg: ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,057 pysnmp: __generateRequestOrResponseMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=0 msgAuthoritativeEngineTime=0 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,057 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102899 msgMaxSize=65507 msgFlags=0x04 msgSecurityModel=3
msgSecurityParameters=0x3022040b80000ad103000b38bd5c8d020100020100040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: get-request=GetRequestPDU: request-id=12018062 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.4.1.2769.1.4.1.21.0 =_BindValue: unSpecified=
2018-06-19 17:16:41,058 pysnmp: __generateRequestOrResponseMsg: plain outgoing msg: 00000: 30 6E 02 01 03 30 10 02 03 01 91 F3 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,059 pysnmp: sendPdu: MP succeeded 2018-06-19 17:16:41,059 pysnmp: sendMessage: outgoingMessage queued (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F3 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,059 pysnmp: handle_write: transportAddress SnmpUDPAddress(hexValue='000000000000') -> ('10.232.69.200', 161) outgoingMessage (112 octets) 00000: 30 6E 02 01 03 30 10 02 03 01 91 F3 02 03 00 FF 00016: E3 04 01 04 02 01 03 04 24 30 22 04 0B 80 00 0A 00032: D1 03 00 0B 38 BD 5C 8D 02 01 00 02 01 00 04 09 00048: 70 64 75 61 63 63 65 73 73 04 00 04 00 30 31 04 00064: 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A0 20 00080: 02 04 00 B7 61 8E 02 01 00 02 01 00 30 12 30 10 00096: 06 0C 2B 06 01 04 01 95 51 01 04 01 15 00 05 00 2018-06-19 17:16:41,061 pysnmp: handle_read: transportAddress ('10.232.69.200', 161) -> ('0.0.0.0', 49372) incomingMessage (111 octets) 00000: 30 6D 02 01 03 30 0F 02 03 01 91 F3 02 02 02 00 00016: 04 01 00 02 01 03 04 26 30 24 04 0B 80 00 0A D1 00032: 03 00 0B 38 BD 5C 8D 02 01 01 02 03 06 47 33 04 00048: 09 70 64 75 61 63 63 65 73 73 04 00 04 00 30 2F 00064: 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 04 00 A8 00080: 1E 02 03 01 91 F3 02 01 00 02 01 00 30 11 30 0F 00096: 06 0A 2B 06 01 06 03 0F 01 01 02 00 41 01 78 2018-06-19 17:16:41,062 pysnmp: receiveMessage: msgVersion 3, msg decoded 2018-06-19 17:16:41,063 pysnmp: prepareDataElements: SNMPv3Message: msgVersion=3 msgGlobalData=HeaderData: msgID=102899 msgMaxSize=512 msgFlags=0x00 msgSecurityModel=3
msgSecurityParameters=0x3024040b80000ad103000b38bd5c8d0201010203064733040970647561636365737304000400 msgData=ScopedPduData: plaintext=ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102899 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=120
2018-06-19 17:16:41,064 pysnmp: prepareDataElements: msg data msgVersion 3 msgID 102899 securityModel 3 2018-06-19 17:16:41,064 pysnmp: processIncomingMsg: securityParameters 00000: 30 24 04 0B 80 00 0A D1 03 00 0B 38 BD 5C 8D 02 00016: 01 01 02 03 06 47 33 04 09 70 64 75 61 63 63 65 00032: 73 73 04 00 04 00 2018-06-19 17:16:41,065 pysnmp: processIncomingMsg: UsmSecurityParameters: msgAuthoritativeEngineId=0x80000ad103000b38bd5c8d msgAuthoritativeEngineBoots=1 msgAuthoritativeEngineTime=411443 msgUserName=pduaccess msgAuthenticationParameters= msgPrivacyParameters=
2018-06-19 17:16:41,065 pysnmp: processIncomingMsg: cache write securityStateReference 10303483 by msgUserName pduaccess 2018-06-19 17:16:41,065 pysnmp: processIncomingMsg: non-synchronized securityEngineID OctetString(hexValue='80000ad103000b38bd5c8d') 2018-06-19 17:16:41,065 pysnmp: processIncomingMsg: read from securityParams msgAuthoritativeEngineId OctetString(hexValue='80000ad103000b38bd5c8d') msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,066 pysnmp: processIncomingMsg: read user info from LCD 2018-06-19 17:16:41,066 pysnmp: processIncomingMsg: now have usmUserName SnmpAdminString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 65535), ValueSizeConstraint(0, 255), ValueSizeConstraint(1, 32))) usmUserSecurityName SnmpAdminString('pduaccess') usmUserAuthProtocol AutonomousType('1.3.6.1.6.3.10.1.1.1') usmUserPrivProtocol AutonomousType('1.3.6.1.6.3.10.1.2.1') for msgUserName OctetString('pduaccess', subtypeSpec=ConstraintsIntersection(ValueSizeConstraint(0, 32))) 2018-06-19 17:16:41,066 pysnmp: processIncomingMsg: scopedPDU decoded ScopedPDU: contextEngineId=0x80000ad103000b38bd5c8d contextName= data=PDUs: report=ReportPDU: request-id=102899 error-status='noError' error-index=0 variable-bindings=VarBindList: VarBind: name=1.3.6.1.6.3.15.1.1.2.0 =_BindValue: value=ObjectSyntax: application-wide=ApplicationSyntax: counter-value=120
2018-06-19 17:16:41,066 pysnmp: processIncomingMsg: cached msgUserName pduaccess info by securityStateReference 10303484 2018-06-19 17:16:41,066 pysnmp: prepareDataElements: SM succeeded 2018-06-19 17:16:41,067 pysnmp: prepareDataElements: using sendPduHandle 3599240 for msgID 102899 2018-06-19 17:16:41,067 pysnmp: StatusInformation: {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599240, 'val': Counter32(120), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,067 pysnmp: receiveMessage: MP failed, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599240, 'val': Counter32(120), 'errorIndication': NotInTimeWindow()}, forcing a retry 2018-06-19 17:16:41,067 pysnmp: __expireRequest: req cachedParams {'transportAddress': ('10.232.69.200', 161), 'cbCtx': (334255463, <bound method GetCommandGenerator.processResponseVarBinds of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, (<function __cbFun at 0x7f306fdbb668>, (True, <function cbFun at 0x7f30715beb18>, {}))), 'sendPduHandle': 3599240, 'contextEngineId': None, 'PDU': GetRequestPDU().setComponentByPosition(0, Integer32(12018062)).setComponentByPosition(1, Integer('noError', NamedValues((('commitFailed', 14), ('inconsistentName', 18), ('noSuchName', 2), ('wrongValue', 10), ('wrongType', 7), ('noAccess', 6), ('inconsistentValue', 12), ('authorizationError', 16), ('wrongLength', 8), ('readOnly', 4), ('wrongEncoding', 9), ('noCreation', 11), ('resourceUnavailable', 13), ('noError', 0), ('notWritable', 17), ('badValue', 3), ('genErr', 5), ('tooBig', 1), ('undoFailed', 15))))).setComponentByPosition(2, Integer(0, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(0, Integer(2147483647))))).setComponentByPosition(3, VarBindList().setComponentByPosition(0, VarBind().setComponentByPosition(0, ObjectName('1.3.6.1.4.1.2769.1.4.1.21.0')).setComponentByPosition(1, _BindValue().setComponentByPosition(1, Null())))), 'cbFun': <bound method GetCommandGenerator.processResponsePdu of <pysnmp.entity.rfc3413.cmdgen.GetCommandGenerator object at 0x7f306fd502d0>>, 'messageProcessingModel': SnmpMessageProcessingModel(3), 'pduVersion': 1, 'contextName': SnmpAdminString(''), 'transportDomain': TDomain('1.3.6.1.6.1.1'), 'timeout': 2.0, 'securityName': SnmpAdminString('pduaccess'), 'securityModel': SnmpSecurityModel(3, subtypeSpec=ConstraintsIntersection(ValueRangeConstraint(-2147483648, 2147483647), ValueRangeConstraint(0, 2147483647), ValueRangeConstraint(1, 2147483647))), 'securityLevel': SnmpSecurityLevel('noAuthNoPriv')} 2018-06-19 17:16:41,068 pysnmp: processResponsePdu: sendPduHandle 3599240, statusInformation {'oid': ObjectName('1.3.6.1.6.3.15.1.1.2.0'), 'sendPduHandle': 3599240, 'val': Counter32(120), 'errorIndication': NotInTimeWindow()} 2018-06-19 17:16:41,068 pysnmp: processResponsePdu: sendPduHandle 3599240, retry count 0 exceeded (NotInTimeWindow(), 0, 0, [])`
Sorry for the wrong close. Thanks for help and replying.
You are using noAuthNoPriv mode, so there are bugs in 4.4.x releases, lextudio/pysnmp/issues/5 and lextudio/pysnmp/issues/6.
You will have to switch to pysnmp-lextudio package >= 5.0.24.