napalm-huawei-vrp icon indicating copy to clipboard operation
napalm-huawei-vrp copied to clipboard

NAPALM Driver for Huawei VRP5/VRP8 Routers and Switches

Results 18 napalm-huawei-vrp issues
Sort by recently updated
recently updated
newest added
trafficstars

Related to PR #23 which has been merged, I updated the [README](https://github.com/angely-dev/napalm-huawei-vrp#merging-configuration-and-diff-modes) so that it mentions the `contextual_diff` mode existence. I added some explanation, while trying to keep it as...

Hi, In the Netbox web-interface when going to the Status window of my device, I get the following error: ``` Error Fetching Device Environment Data Method get_environment failed: 'NoneType' object...

Hi, Thank you for the update last week. When I use the following function, I receive a stack trace: > device.get_mac_address_table() ``` Traceback (most recent call last): File "", line...

This PR is to adjust logic to support interfaces without "Line Protocol" in the "display interfaces" output, for example, Virtual-Ethernet interfaces configured in layer-2 mode. Example: ``` Subtask: napalm_get (failed)...

It looks like *sometimes*, Napalm cannot connect to `Huawei S5735-L24P4X-A1`: ```sh napalm --user readonly --vendor huawei_vrp --optional_args conn_timeout=20 10.0.0.101 call get_lldp_neighbors_detail Enter password: 2024-10-22 14:36:43,367 - napalm - ERROR -...

Fix bug for #34 Add feature get_lldp_neighbors_detail() for #38

there are many ntc-templates:"https://github.com/Elinpf/ntc-templates" I suggest you use this to simplify your work.

[`get_lldp_neighbors_detail()`](https://github.com/napalm-automation-community/napalm-huawei-vrp/blob/master/napalm_huawei_vrp/huawei_vrp.py#L866) still output an hardcoded `{}` (while [`get_lldp_neighbors()`](https://github.com/napalm-automation-community/napalm-huawei-vrp/blob/master/napalm_huawei_vrp/huawei_vrp.py#L818) does works). But, as it [looks like](https://github.com/search?q=repo%3Anetbox-community%2Fnetbox-napalm-plugin+get_lldp_neighbors&type=code), [NetBox NAPALM Plugin](https://github.com/netbox-community/netbox-napalm-plugin/) requires `get_lldp_neighbors_detail`, it cannot work with only `get_lldp_neighbors`. My *LLDP Neighbors* tab...