Skip to main content
ctanev1
Staff & Editor
Staff & Editor
September 11, 2015

Technical Note: LLDP Configuration does not see any neighbors

  • September 11, 2015
  • 0 replies
  • 26266 views
Description
This article provides a possible solution for the situation where a LLDP configuration does not see any neighbors.

Solution
LLDP requires 'device-identification' to be enabled on the aggregate interface.
config system interface
edit "name"
set vdom "root"
set type aggregate
set device-identification enable
end

LLDP transmission must then be restarted (#diag lldptx restart).