Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
# Configure LLDP/Netdisco Agents
|
|
|
|
echo "Install and configure LLDP/Netdisco for topology discovery."
|
|
echo "Install: apt install lldpd"
|
|
|