1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

lldpctl: add page (#15959)

This commit is contained in:
Managor 2025-03-23 11:22:28 +02:00 committed by GitHub
parent 66786a16e1
commit 69da4f67f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/lldpctl.md Normal file
View file

@ -0,0 +1,16 @@
# 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]}}`