ACLs: Filter for RFC 3330 addresses (169.254.0.0/16)
Information
ACLs (filters) can be used is to mitigate attacks at the data plane. Based on RFC1918/3330 certain blocks of IPs were designated for private networks and as such should not be routed on the Internet.
Solution
Run the following command on the device to configure these ACLs: configure filter ip-filter <index> entry <number> create description <description> match src-ip <dotted-quad>/<block-size> action drop exit