Daniel Dimitrov
Results
1
comments of
Daniel Dimitrov
Hello etingof and thanks for your response. Here is the code : ``` from pysnmp.hlapi import * errorIndication, errorStatus, errorIndex, varBinds = next( getCmd(SnmpEngine(), CommunityData('public'), UdpTransportTarget(('192.168.8.197', 161)), ContextData(), ObjectType(ObjectIdentity('.1.3.6.1.2.1.2.2.1.12.2')), )...