路由器MSR-1 的以太网口Ethernet0/0 配置如下 interface Ethernet0/0 ip address 192、168、0、1 255、255、255、0 在该接口下连接了一台三层交换机 而此三层交换机为客户办公网络的多个网段的默认网关所在 出于安全考虑 现在客户要求在MSR-1 的接口Ethernet0/0 上配置ACL 不限制应用的方向 来禁止办公网络所有用户ping 通192、168、0、1 可以用如下哪种配置 。
A.acl number 3000 rule 0 deny icmp destination 192、168、0、1 0 icmp-type echo-reply
B.acl number 3000 rule 0 deny icmp destination 192、168、0、1 0 icmp-type echo
C.acl number 3000 rule 0 deny icmp destination 192、168、0、1 0
D.acl number 3000 rule 0 deny ip destination 192、168、0、1 0 eq icmp
正确答案是BC