Just figured out that those frames are actually ELRP configured on sw2.
Now my question is, how to allow elrp and edp frames using ACL?
My setup, two switches connected:
sw1 (x670-48x stacked on 16.1.3.6 patch1-9 with ACL applied on vlan 3226)
and
sw2 (X480-48t on 15.3.1.4 patch1-7)
I've enabled only certain addresses and protocols and finally added at last a drop_all rule on sw1
entry drop_all {
if {
}
then {
count denied-non_nfs;
mirror-cpu;
log;
deny;
}
}
configure access-list storage_nfs vlan "VLAN_3226-STORAGE_NET1_168_226" ingress
Basically logs on sw1 show:
09/21/2016 10:20:12.94
Slot-1: 00:04:96:xx:xx:xx -> 01:04:96:xx:xx:xx EtherType: 0x0030
09/21/2016 10:20:12.94 Slot-1: 66-byte packet from 1:43 (vlanId=3226) matches rule drop_all
the 00:04:96:xx:xx:xx mac is switch sw2.