客户的一台MSR 路由通过广域网接口S1/0 连接Internet,通过局域网接口GE0/0 连接办公网络,目前办公网络用户可以正常访问Internet。在路由器上增加如下的ACL 配置: firewall enable firewall default deny # acl number 3003 rule 0 deny icmp rule 5 permit tcp destination-port eq 20 # interface GigabitEthernet0/0 firewall packet-filter 3003 inbound firewall packet-filter 3003 outbound 那么____ A. 办公网用户发起的到Internet 的ICMP 报文被该路由器禁止通过 B. 办公网用户发起的到达该路由器的FTP 流量可以正常通过 C. 办公网用户发起的到达该路由器GE0/0 的Telnet 报文可以正常通过 D. 办公网用户发起的到Internet 的FTP 流量被允许通过该路由器,其他所有报文都被禁止通过该路由器