snippetbashTip
lldpctl — Print link layer discovery protocol information. More information: <https://manned.org/lldpctl>.
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 lldpdDisplay collected neighbor data:
sudo lldpctlDisplay help:
lldpctl {{[-h|--help]}}Code Snippets
Start the lldp daemon
systemctl start lldpdDisplay collected neighbor data
sudo lldpctlDisplay help
lldpctl {{[-h|--help]}}Context
tldr-pages: linux/lldpctl
Revisions (0)
No revisions yet.