Hello,
I got 2 QFX connected via Trunk link. One of them is connected to SRX.
Topology looks like:
QFX1(xe-0/0/10) -> (xe-0/0/0)QFX2(xe-0/0/7) -> (ge-0/0/0)SRX
When I connected PC to QFX2, ping to SRX working fine, but when I did the same with QFX1 ping/connection not working. I checked with Wireshark that packets are visible till QFX2 - visible on xe-0/0/0 but not on xe-0/0/7
Ports on QFX1:
xe-0/0/6 { unit 0 { family ethernet-switching { interface-mode access; vlan { members VLAN_Administracja; } } } } xe-0/0/10 { unit 0 { family ethernet-switching { interface-mode trunk; vlan { members [ VLAN_Dyrekcja VLAN_Administracja VLAN_Magazyn VLAN_Pracownicy ]; } } } }
Ports on QFX2
xe-0/0/0 { unit 0 { family ethernet-switching { interface-mode trunk; vlan { members [ VLAN_Dyrekcja VLAN_Administracja VLAN_Magazyn VLAN_Pracownicy ]; } } } } xe-0/0/7 { unit 0 { family ethernet-switching { interface-mode trunk; vlan { members [ VLAN_Administracja VLAN_Dyrekcja VLAN_Pracownicy VLAN_Magazyn ]; } } } } xe-0/0/10 { unit 0 { family ethernet-switching { interface-mode access; vlan { members VLAN_Administracja; } } } }
Any ideas what is wrong with my config, or how to solve the issue?