...
Code Block | ||||
---|---|---|---|---|
| ||||
# enable LLDP set protocol lldp interface all show lldp neighbors show lldp statistics #on the Ubuntu servers: sudo apt-get update sudo apt-get install lldpd snmpd -y # sudo apt-get install snmp snmp-mibs-downloader -y sudo service lldpd restart sudo service snmpd restart lldpcli show neighbors snmpwalk -c public -v1 localhost |