Lex Li
Lex Li
Fixed in #143. Further conversation will go on there.
The parser does understand the DEFVAL definition properly (so JSON output is correct), but the template is incorrect so it cannot output proper Python.
Should have been fixed in PySMI release 1.5.0.
The right way to ensure your custom MIB documents are loaded and used at the right time is to pass `mib_view_controller` to your `SnmpEngine` instance, ``` python snmpEngine = SnmpEngine()...
Given the resource constraints, our focus is to cover the essentials, which are working as expected like `test_v1_walk_mib` in [this commit](https://github.com/lextudio/pysnmp/commit/58b4a873478ad8c694f25d6c1261f92b3efd16bc). We aren’t able to assist troubleshooting every possible case...
1. This is only related to PySMI, not PySNMP. 2. Which version of PySMI are you talking about? Please read #429 to see why this repo is no longer in...
The behavior is desired if you take a look at the actual packets sent over the wire. When you set non-repeaters to 0 and max-repetitions to 1, it means that...
Resolved in release 7.0.2.
You might have hit the same issue mentioned in #68. `pysmi-lextudio` 1.1.13 does not include that patch, but you can upgrade to 1.3.0 release and try again.
Please read #21796 and learn where to report such issues now to the new maintainers.