Which three actions can be applied to a traffic class within a type inspect policy map? (Choose
three.)
A.
drop
B.
priority
C.
log
D.
pass
E.
inspect
F.
reset
Explanation:
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/mpc.html
hostname(config-pmap-c)# {[drop [send-protocol-error] |
drop-connection [send-protocol-error]| mask | reset] [log] | rate-limit
message_rate}
The drop keyword drops all packets that match.
The send-protocol-error keyword sends a protocol error message.
The drop-connection keyword drops the packet and closes the connection.
The mask keyword masks out the matching portion of the packet.
The reset keyword drops the packet, closes the connection, and sends a TCP reset to the server
and/or client.
The log keyword, which you can use alone or with one of the other keywords, sends a system log
message.
The rate-limit message_rate argument limits the rate of messages.