Loading compiled LLDP-MIB fails with error "'lldpLocManAddrEntry' is not defined" #91
Labels
area:pysmi
PySMI package
bug
Something isn't working
workaround available
While this is a bug, feasible workarounds exist so users can continue their work.
Expected behavior
Trying to load the compiled version of LLDP-MIB (found here) and compiled using
fails with the following error:
It looks like the compiled version of LLDP-MIB is trying to call the function
registerAugmentions
on objectlldpLocManAddrEntry
(like 485), butlldpLocManAddrEntry
is first defined on line 819.Actual behavior
PySNMP should load the compiled MIB file without errors.
Detailed steps
See above.
Python package information
Operating system information
macOS
Python information
3.11
(Optional) Contents of your test script
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: