You want to allow only telnet traffic to a server with the IP address 10.1.1.100.
You add the following access list on the router:
rule 5 permit tcp source any destination 10.1.1.100 0.0.0.0 destination-port eq 23
rule 10 deny ip source any destination any
You then apply this access list to the inbound direction of the serial interface.
What types of packets will be permitted through the router after this change? (Multiple Choice)
A . A non-fragment packet to the server on port 21
B . A non-initial fragment packet to the server on port 23
C . A non-initial fragment packet passing through to another host that is not 10.1.1.100
D . A non-initial fragment packet going to the server on port 21
E . An initial-fragment or non-fragment packet to the server on port 23
Answer: BDE