From 69da4f67f50d2ab3e6099152e39cf6a2537116f3 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 23 Mar 2025 11:22:28 +0200 Subject: [PATCH] lldpctl: add page (#15959) --- pages/linux/lldpctl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/lldpctl.md diff --git a/pages/linux/lldpctl.md b/pages/linux/lldpctl.md new file mode 100644 index 0000000000..87e8b257d8 --- /dev/null +++ b/pages/linux/lldpctl.md @@ -0,0 +1,16 @@ +# lldpctl + +> Print link layer discovery protocol information. +> More information: . + +- Start the lldp daemon: + +`systemctl start lldpd` + +- Display collected neighbor data: + +`sudo lldpctl` + +- Display help: + +`lldpctl {{[-h|--help]}}`