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:
parent
66786a16e1
commit
69da4f67f5
1 changed files with 16 additions and 0 deletions
16
pages/linux/lldpctl.md
Normal file
16
pages/linux/lldpctl.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue