mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
351 B
Plaintext
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]}}`
|