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 7 Current »


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 LLDP, SNMP
# enable LLDP
#---------------
set protocol lldp interface all

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

{master:0}
vagrant@vqfx-re> show lldp neighbors
Local Interface    Parent Interface    Chassis Id          Port info          System Name
xe-0/0/0           -                   02:05:86:71:82:00   xe-0/0/0           vqfx-re
xe-0/0/2           -                   08:00:27:f1:b1:b3   eth1               srv12
xe-0/0/1           -                   08:00:27:f1:b1:b3   eth1               srv11





#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