pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

Python SNMP library

Results 136 pysnmp issues
Sort by recently updated
recently updated
newest added

root@84b3d97bf191:~/programs/learn-pysnmp# python3 Python 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pysnmp >>> pysnmp.__version__ '4.4.12' >>> from...

Occasionally we get the following error when trying to access one of the devices via pysnmp: ``` Traceback (most recent call last): File "/temp/our_lib/v1.1.0/lib/python2.7/site-packages/temp.py", line 87, in get_interface_state cmdgen.MibVariable("IF-MIB", "ifAdminStatus",...

how to concurrent snmp walk with multiple IP and OID? hosts = ["10.114.87.41", "10.114.87.42", "10.114.87.43", "10.114.87.44", "10.114.87.45", "10.114.87.46"] oids = ["1.3.6.1.4.1.119.2.3.69.501.7.1.2.1.3", "1.3.6.1.4.1.119.2.3.69.5.1.1.1.3"]

Following one of the examples I am working on a very simple example: ``` from pysnmp.hlapi import * iterator = getCmd( SnmpEngine(), CommunityData('abcd'), UdpTransportTarget(('controller.local', 161)), ContextData(), ObjectType( ObjectIdentity( "WLSX-SYSTEMEXT-MIB", "wlsxSysExtCpuUsedPercent",30)...

Added TCP support based on asyncore. Tested on Windows on python versions 2.7 and 3.5 connecting to a SNMPv3 target (with authPriv) and Travis tests passing. This can be a...

Hi, If there is any documentation for auto translate OID would be nice... here is the code: `` #!/usr/bin/env python3 """ SNMP TRAP and Infor Reciver for SNMP V1,V2c,V3 """...

I run the following code to set an OID in Pysnmp and get the following error. I would appreciate if any one help me on this! def construct_value_pairs(list_of_pairs): pairs =...

First, thank you for all the great work. pysnmp version 4.4.6 python 3.7 Only pyc files are deployed on the target. Instantiating a SnmpEngine object fails with the error: ValueError:...

Hi Illya, Hope you're doing well, I'm starting Huawei simulator and it's running but during the polling it always crash with following : 2020-09-03T02:01:12.41 snmpsimd: Request var-binds: 0.0=, flags: NEXT,...