Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlePhysical and basic IP core, BGP, ...LLDP, SNMP
collapsetrue
# enable LLDP
#---------------
set protocol lldp interface all

show lldp neighbors
show lldp statistics
show lldp neighbors interface xe-0/0/2


#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



...