Lex Li

Results 638 comments of Lex Li

Cannot reproduce what you described. That DOCS-IF3-MIB file compiles without a problem on my side (using `mibdump` command line). If you want to open an issue on https://github.com/lextudio/pysnmp/issues, more details...

In short, adding rows to a table requires 1. The SNMP agent allows it. 2. You perform the correct SET operations. For PySNMP test agent, a dedicated test case has...

The latest pysmi no longer generates `("tftp", 75), ("tftp", 90)` in .py file, but only `("tftp", 90)`. This partially fixes this issue but might not be the best solution.

PySNMP allows you to use its predefined type `errorStatus` to translate numbers to strings if that's what you want. https://github.com/lextudio/pysnmp/blob/v7.0.2/pysnmp/proto/rfc1905.py#L101 from pysnmp.proto.rfc1905 import errorStatus name = errorStatus.namedValues.get(1) print(name) # Output:...

1. Discussions in this repo should use English. 1. You might check out the sample project, which demonstrates how to achieve this via context menu on each document tab.

This is the wrong place to report pyasn1 issues. Please visit https://github.com/pyasn1/pyasn1

Initial support was added in this fork, https://marketplace.visualstudio.com/items?itemName=lextudio.vscode-axaml

The legacy releases have several issues in v3 discovery and TRAP support. You will have to test against recent releases instead.

@mjhauser11 That can be a terrible option to go, as you rely on out-of-maintenance bits. PySNMP can run pyasncore free, if you read #429

* This repo is dead if you read #429. You should switch to the correct repo if you want the latest code base. * Complete examples are in the examples...