1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/linux/lldpctl.md
2025-03-27 22:02:12 +02:00

16 lines
259 B
Markdown

# 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]}}`