Skip to content

Commit

Permalink
The EX4300-48P has issues with LLDP information tags (napalm-automati…
Browse files Browse the repository at this point in the history
…on#758)

The same issue has been described before in `junos.py` and is an issue
on multiple platforms. I tested the before and after on a EX4300-48P
with success.

Concrete error before:
```
[lldp_neighbors_detail] cannot retrieve device data: RpcError(severity: error, bad_element: get-lldp-interface-neighbors-information, message: error: syntax error
```
  • Loading branch information
fjaeckel authored and cspeidel committed Aug 9, 2018
1 parent 60c6aa2 commit 894a23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napalm/junos/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ def get_lldp_neighbors_detail(self, interface=''):
'default': rpc_call_with_information,
'EX9208': rpc_call_without_information,
'EX3400': rpc_call_without_information,
'EX4300-48P': rpc_call_without_information,
'EX4600-40F': rpc_call_without_information,
'QFX5110-48S-4C': rpc_call_without_information,
'QFX10002-36Q': rpc_call_without_information,
Expand Down

0 comments on commit 894a23c

Please sign in to comment.