napalm-procurve icon indicating copy to clipboard operation
napalm-procurve copied to clipboard

HP ProCurve Driver for NAPALM automation frontend

Results 17 napalm-procurve issues
Sort by recently updated
recently updated
newest added

I get the following error on Ubuntu 20.04: ``` Traceback (most recent call last): File "./test_driver.py", line 19, in driver = get_network_driver("procurve") File "/root/Develop/NAPALM/venv_NAPALM/lib/python3.8/site-packages/napalm/base/__init__.py", line 86, in get_network_driver module =...

Hello using v0.6.0 Sw procurve version K.16.02.0021 this is how `show lldp info remote` cmd looks like. My uplinks to cisco routers show twice. ``` F7 | 10.x.x.142 64 xx...

Fix #15 (get_lldp_neighbors fails when ChassisId is truncated)

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...

Parsing breaks when multiple results are returned from show commands due to the switches being stacked. Error: ``` File "/napalm_procurve/procurve.py", line 254, in get_facts serial_number = line.split(" : ")[2].strip() IndexError:...

Hi ixs, Thank you for this amazing work. How difficult to add the status of the modules (show modules) within get _facts function? I really appreciate any help you can...

Also update support for Napalm >=3