A.access-list deny-icmp deny icmp any any echo access-group deny-icmp in int outside
B.access-list deny-icmp deny icmp any any echo-reply access-group deny-icmp in int outside
C.在全局模式下直接输入icmp deny any echo-reply outside即可
D.access-list deny-icmp deny ip any int outside access-group deny-icmp in int outside