mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 05:48:24 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/lldpctl
Normal file
21
tldr/linux/lldpctl
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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/man/lldpctl>.
|
||||
|
||||
- Start the lldp daemon:
|
||||
|
||||
`systemctl start lldpd`
|
||||
|
||||
- Display collected neighbor data:
|
||||
|
||||
`sudo lldpctl`
|
||||
|
||||
- Display help:
|
||||
|
||||
`lldpctl {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user