Refer to the exhibit. An administrator first configured an extended ACL as shown by the output of the show access-lists command. The administrator then edited this access-list by issuing the commands below.
Router(config)# ip access-list extended 101 Router(config-ext-nacl)# no 20 Router(config-ext-nacl)# 5 permit tcp any any eq 22 Router(config-ext-nacl)# 20 deny udp any any
Which two conclusions can be drawn from this new configuration? (Choose two.)
- Ping packets will be permitted.
- Telnet packets will be permitted.
- All TCP and UDP packets will be denied.
- SSH packets will be permitted.
- TFTP packets will be permitted.
Answers Explanation & Hints:
After the editing, the final configuration is as follows: |