Greetings. We have SRX 3xx device with Junos 21.4R3-S4.9. It has VLANs and irb interfaces configured like this:
ge-0/0/0 {
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ VLAN-A VLAN-B VLAN-C ];
}
}
}
}
ge-0/0/1 {
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ VLAN-A VLAN-B VLAN-C ];
}
}
}
}
irb {
unit 10 {
family inet {
address 10.249.10.1/24;
}
}
unit 20 {
family inet {
address 10.249.20.1/24;
}
}
unit 30 {
family inet {
address 10.249.30.1/24;
}
}
}
VLAN-A {
vlan-id 10;
l3-interface irb.10;
}
VLAN-B {
vlan-id 20;
l3-interface irb.20;
}
VLAN-C {
vlan-id 30;
l3-interface irb.30;
}
After upgrade to 21.4R3-S5.4 (also tried 22.2R3-S2.8) we face the following issue: some hosts inside the same VLAN can't see each other anymore. SRX seems to have both hosts MAC addresses in its ARP table. Some of them seem to be reacheable by ping, while other are flapping - sometimes you can ping them, but mostly you can't. On host's side it looks like it has no reply to its ARP requests.
The issue is immediately solved once I downgrade the firmware. My attempts to find relevant PRs and release notes were unsuccessful. Do you have any suggestions?
------------------------------
VLADIMIR STREMBITSKY
------------------------------