Juniper / vqfx10k-vagrant

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

Jumbo frames #42

Open adam-kulagowski opened 4 years ago

adam-kulagowski commented 4 years ago

It seems that vqfx (latest version) currently has issues w/ Jumbo Frames. Although the configuration is accepted, receiving traffic is dropped. I'm using full-2qfx topology with folowing xe-0/0/0 config:

vagrant@vqfx1> show configuration interfaces xe-0/0/0  
mtu 4484;
unit 0 {
    family inet {
        mtu 4470;
        address 192.168.1.1/24;
    }
}

Pinging from vqfx1 to vqfx2 gives no response:

vagrant@vqfx1> ping 192.168.1.2 size 2000                
PING 192.168.1.2 (192.168.1.2): 2000 data bytes
^C
--- 192.168.1.2 ping statistics ---
57 packets transmitted, 0 packets received, 100% packet loss

{master:0}

monitor traffic interface on sending host shows outgoing packets but on receiving (vqfx2) side there no traffic...