Skip to content

Fix cmd2rec script#11

Open
JeThWifirst wants to merge 4 commits intolextudio:masterfrom
JeThWifirst:fix-cmd2rec
Open

Fix cmd2rec script#11
JeThWifirst wants to merge 4 commits intolextudio:masterfrom
JeThWifirst:fix-cmd2rec

Conversation

@JeThWifirst
Copy link
Copy Markdown

  • Use new snake_case functions
  • Authorize SNMP v3 protocol in choices
  • Fix OID and value retrieval in the processing callback
  • Fix OIDs walking

Camel case functions are now deprecated.
The SNMPv3 protocol is supported, but not available in the option
choices.
Since pysnmp changed the way GetNext [1] and GetBulk [2] are implemented
in order to move the next PDU request out of the varbinds processing,
use the same philosophy here and manually request the next PDU
once the current PDU is processed.

[1]: lextudio/pysnmp@dc1dc68
[2]: lextudio/pysnmp@f4be3d3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant