Two things you can do if you enable DHCP Snooping and it will help. (not sure if both can be enabled at the same time)
#set ethernet-switching-options secure-access-port interface ge-0/0/2.0 dhcp-trusted (2 is the interface where the device with static IP is connected to)
Add specific static IP addresses to the DHCP snooping database.
#set ethernet-switching-options secure-access-port interface ge-0/0/2.0 static-ip 192.168.1.4 vlan <vlan_of-device> mac <mac_addresss_of_devices>
You can add multiple static entries to the same interface
↧
Re: EX3300 ACL dropping packets
↧