HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lldpctl — Print link layer discovery protocol information. More information: <https://manned.org/lldpctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
layercommanddiscoverylinklldpctlcliprintprotocol
linux

Problem

How to use the lldpctl command: Print link layer discovery protocol information. More information: <https://manned.org/lldpctl>.

Solution

lldpctl — Print link layer discovery protocol information. More information: <https://manned.org/lldpctl>.

Start the lldp daemon:
systemctl start lldpd


Display collected neighbor data:
sudo lldpctl


Display help:
lldpctl {{[-h|--help]}}

Code Snippets

Start the lldp daemon

systemctl start lldpd

Display collected neighbor data

sudo lldpctl

Display help

lldpctl {{[-h|--help]}}

Context

tldr-pages: linux/lldpctl

Revisions (0)

No revisions yet.