Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-24 00:19:28 +00:00
parent cd59a77dc8
commit 88bfcc64fb
11 changed files with 161 additions and 46 deletions

21
tldr/linux/lldpctl Normal file
View 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]}}`