mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 11:55:30 +02:00
17 lines
263 B
Markdown
17 lines
263 B
Markdown
![]() |
# lldpctl
|
||
|
|
||
|
> Print link layer discovery protocol information.
|
||
|
> More information: <https://manned.org/man/lldpctl>.
|
||
|
|
||
|
- Start the lldp daemon:
|
||
|
|
||
|
`systemctl start lldpd`
|
||
|
|
||
|
- Display collected neighbor data:
|
||
|
|
||
|
`sudo lldpctl`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`lldpctl {{[-h|--help]}}`
|