EdgeRouter - LLDP
Overview
Readers will learn how to enable the Link Layer Discovery Protocol (LLDP) on EdgeRouter interfaces.
NOTES & REQUIREMENTS:
Applicable to the latest EdgeOS firmware on all EdgeRouter models. Please see the Related Articles below for more information.
Device used in this article:
Enable LLDP
CLI: Access the Command Line Interface.You can do this using the CLI button in the GUI or by using a program such as PuTTY.
1. Enter configuration mode.
configure
2. Enable LLDP on the desired interfaces.
set service lldp interface eth1
set service lldp interface eth2
set service lldp interface ...
NOTE: You can also use theset service lldp interface all statement to enable LLDP on all interfaces.
3. Commit the changes and save the configuration.
commit ; save
Related Articles
Intro to Networking - How to Establish a Connection Using SSH