Help Center Help Articles Community RMA & Warranty Downloads Tech Specs

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

Back to Top

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

Back to Top

Intro to Networking - How to Establish a Connection Using SSH

Was this article helpful?