1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/lldpctl.md

17 lines
259 B
Markdown
Raw Normal View History

2025-03-23 11:22:28 +02:00
# lldpctl
> Print link layer discovery protocol information.
2025-03-27 22:02:12 +02:00
> More information: <https://manned.org/lldpctl>.
2025-03-23 11:22:28 +02:00
- Start the lldp daemon:
`systemctl start lldpd`
- Display collected neighbor data:
`sudo lldpctl`
- Display help:
`lldpctl {{[-h|--help]}}`