Files
cheatsheet-tldr/tldr/linux/lldpctl
2025-03-28 00:18:38 +00:00

22 lines
351 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`