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