mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
16 lines
259 B
Markdown
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]}}`
|