Example: Counting and Discarding IP Options Packets
Count packets that include any IP options header fields and discard the packets. Accept all other packets.
[edit firewall]family inet {filter router-alert {term 10 {from {ip-options any;}then {count option-any;discard;}}term 999 {then accept;}}}
