From 48c89d98a77bdfe71a9b517e265b8c06fc3ba5bb Mon Sep 17 00:00:00 2001 From: jnmatlock <44849530+jnmatlock@users.noreply.github.com> Date: Thu, 6 Dec 2018 10:35:24 -0500 Subject: [PATCH] Update get_lldp_neighbors_detail function Added two additional device SWITCH models including EX4300-32F and EX2300-48T. --- napalm/junos/junos.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/napalm/junos/junos.py b/napalm/junos/junos.py index 2f477f3db..0970e90b0 100644 --- a/napalm/junos/junos.py +++ b/napalm/junos/junos.py @@ -760,11 +760,13 @@ def get_lldp_neighbors_detail(self, interface=''): 'EX9208': rpc_call_without_information, 'EX3400': rpc_call_without_information, 'EX4300-48P': rpc_call_without_information, + 'EX4300-32F': rpc_call_without_information, 'EX4600-40F': rpc_call_without_information, 'QFX5100-48S-6Q': rpc_call_without_information, 'QFX5110-48S-4C': rpc_call_without_information, 'QFX10002-36Q': rpc_call_without_information, 'QFX10008': rpc_call_without_information, + 'EX2300-48T': rpc_call_without_information, 'EX2300-24P': rpc_call_without_information, 'EX2300-C-12P': rpc_call_without_information },