From 2437cc1df028086dc0a97de22ac2315786f7f926 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 17 May 2015 21:28:51 +0100 Subject: [PATCH] add LLDP note for Juniper EX --- Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod index b77b18f6..eb45864d 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod @@ -135,4 +135,14 @@ A side panel appears in the web page with debug information. Be sure to turn this off when you're done (stop and start without the environment variable) otherwise secrets could be leaked to end users. +=head1 Neighbor Relations on Juniper EX + +The LLDP configuration should look like: + + lldp { + management-address 10.0.0.1; + port-id-subtype interface-name; + interface all; + } + =cut