Juniper / vqfx10k-vagrant

Vagrant projects for vQFX10k
Apache License 2.0
136 stars 62 forks source link

ping/traceroute overlay does not work in full-2qfx-4srv-evpnvxlan environment #11

Closed akosiaris closed 10 months ago

akosiaris commented 7 years ago

After running vagrant up and provisioning succeeds vxlan is working (hosts can ping each other) and basic tools work as can be witnessed here

vagrant@vqfx1> show ethernet-switching vxlan-tunnel-end-point remote    
Logical System Name       Id  SVTEP-IP         IFL   L3-Idx
<default>                 0   9.9.9.1          lo0.0    0  
 RVTEP-IP         IFL-Idx   NH-Id
 9.9.9.2          568       1733     
    VNID          MC-Group-IP      
    20000         0.0.0.0         
    10000         0.0.0.0         

{master:0}
vagrant@vqfx1> show ethernet-switching vxlan-tunnel-end-point source    
Logical System Name       Id  SVTEP-IP         IFL   L3-Idx
<default>                 0   9.9.9.1          lo0.0    0  
    L2-RTT                   Bridge Domain              VNID     MC-Group-IP
    default-switch           servers100+100             10000    0.0.0.0        
    default-switch           servers200+200             20000    0.0.0.0        

{master:0}
vagrant@vqfx1> 

How ever ping overlay[1] does not work

vagrant@vqfx1> ping overlay tunnel-src 9.9.9.1 tunnel-dst 9.9.9.2 vni 10000    

ping-overlay protocol vxlan 

        vni 10000
        tunnel src ip 9.9.9.1 
        tunnel dst ip 9.9.9.2
        mac address 00:00:00:00:00:00 
        count 5 
        ttl 255

        WARNING: following hash-parameters are missing - 
                hash computation may not succeed

                end-host smac
                end-host dmac
                end-host src ip
                end-host dst ip
                end-host input-ifd-idx
                end-host protocol
                end-host l4-src-port
                end-host l4-dst-port

Request for seq 1, to 9.9.9.2, at Jun 27 2017 13:53:41.450 UTC

Request for seq 2, to 9.9.9.2, at Jun 27 2017 13:53:43.451 UTC

Request for seq 3, to 9.9.9.2, at Jun 27 2017 13:53:45.452 UTC

Request for seq 4, to 9.9.9.2, at Jun 27 2017 13:53:47.452 UTC

Request for seq 5, to 9.9.9.2, at Jun 27 2017 13:53:49.453 UTC

{master:0}
vagrant@vqfx1>

Same happens to traceroute overlay

[1] https://www.juniper.net/documentation/en_US/junos/topics/reference/command-summary/ping-overlay.html

akosiaris commented 10 months ago

I am gonna close this, i 've never followed up and I have no idea what the state is after 6+ years