Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


https://github.com/Juniper/vqfx10k-vagrant/tree/master/full-2qfx-4srv-evpnvxlan


Topolofy
    =============               =============
    | vqfx1-pfe |               | vqfx1-pfe |
    =============               =============
          |                           |
       em1|                        em1|
    =============               =============
    |           | ------------- |           |
    | vqfx1-re  |    xe-0/0/0   | vqfx2-re  |
    |           |               |           |
    =============               =============
         |   |                      |   |
    eth1 |   | eth1            eth1 |   | eth1
xe-0/0/1 |   | xe-0/0/2    xe-0/0/1 |   | xe-0/0/2

  ========= =========        ========= =========
  | srv11 | | srv12 |        | srv21 | | srv22 |
  ========= =========        ========= =========
  10.10.1.10 10.10.2.10      10.10.1.20 10.10.2.20



Physical and basic IP core, BGP, ...
# 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






  • No labels