HI
I am not sure if this would help because 4200 would be dropping the traffic
However can you try the below firewall ?
family ethernet-switching {
filter test {
interface-specific;
term 1 {
from {
ether-type 0x888e;
}
then count 0x888e-count;
}
term 2 {
then accept;
}
}
}
After applying please attach the output of this command:
show firewall filter test-[interface]-I
show firewall filter test-[interface]-o
Thanks
Partha