An administrator wants to drop traffic destined to the 10.10.10.0/24 network without sending an ICMP unreachable message back to the source. Which static route option should be used?
Discard drops traffic silently, no ICMP notification.
Why this answer
The correct answer is C. The 'discard' option drops traffic silently without generating ICMP unreachable, while 'reject' sends an ICMP unreachable. 'Next-table' forwards to another routing table, and 'resolve' requires a resolvable next-hop. Therefore, discard is the appropriate choice.