reponse to multi-variable get has duplicated values #152
Labels
bug
Something isn't working
priority:low
Low priority items.
triage
New issues that need to be sorted out.
Expected behavior
I issued a
get_cmd()
with multiple variables in the same MIB table. I expect to get back multiple responses, each with the appropriate value.Actual behavior
If a
get_cmd()
is issued with multiple requested variables in the same MIB table, the value of one of the elements of the table is duplicated to all of the other elements of the table.Detailed steps
Testing against the simulation service, here's the result of a command-line
snmpget
command:Using the pysnmp script included below:
A network packet capture shows that the request and response over the network is correct.
Enabling debug logging in the script didn't seem to reveal anything useful to me.
Python package information
7.1.13
Operating system information
macOS 13.7.1
Python information
Python 3.13.0
(Optional) Contents of your test script
Relevant log output
No response
The text was updated successfully, but these errors were encountered: