Lex Li

Results 671 comments of Lex Li

`snmpsim-lextudio` version 1.0.3 contains the fix. @BURNI80 You didn't compile AGENTX-MIB properly and `mibdump --destination-directory=pysnmp_mibs ./AGENTX-MIB.txt` is necessary to ensure you use the proper MIB document and compile it to...

@BURNI80 if you read the actual MIB documents, you will see that `dot1dBaseBridgeAddress` is of the type `MacAddress`, which in turn is `OCTET STRING (SIZE (6))` https://github.com/lextudio/sharpsnmppro-mib/blob/master/SNMPv2-TC.txt#L92 So when prompted...

https://github.com/etingof/pysnmp/issues/429 I shipped the new package https://pypi.org/project/snmpsim-lextudio/ So, if you install that version you can use `snmpsim-command-responder`. You are welcome to report issues to https://github.com/lextudio/pysnmp/issues

You can now refer to https://github.com/etingof/pysnmp/issues/429 and https://www.pysnmp.com for the latest information.

That falls under "(in-progress) Review and cherry pick all existing patches (2020-2022)", which is in my plan. But it takes some time to restore mibs.pysnmp.com and demo.pysnmp.com so those are...

@landy2005 There is currently no plan to follow inexio's fork directly. There are several changes I don't consider necessary. Again, the current priority is to restore the demo/mibs subsites.

Found a few more issues with this pull request. Will investigate further and decide what else is needed.

I cherry picked your commit that added the new constructor and also made some further changes in da4a39f430715af862435889dbee227ace4bef17. In that way there is no need to change the test cases...

This task was done initially in #138. Just accepted the new constructor with modification, and will ship it in the next release.