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]}}`