You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When neighbor devices have a very long Chassis ID, looking up this value in the MIB fails:
File "/home/rgilijamse/scripts/_venv/lib/python3.8/site-packages/napalm_procurve/procurve.py", line 423, in _lldp_detail_parser
"{}.0.{}.1".format(key_mib_table[key], ifs[interface])
KeyError: 'ChassisId'
Easy to fix: add the correct MIB id to key_mib_table in _lldp_detail_parser (line 388)
"ChassisId": "lldpRemChassisId",
The text was updated successfully, but these errors were encountered:
When neighbor devices have a very long Chassis ID, looking up this value in the MIB fails:
Easy to fix: add the correct MIB id to
key_mib_table
in_lldp_detail_parser
(line 388)The text was updated successfully, but these errors were encountered: