Computer Networking What router command allows you to determine whether an IP access list is enabled on a particular interface? show ip port show ip interface show access-lists interface show access-lists show ip port show ip interface show access-lists interface show access-lists ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router? (config-if)# ip access-group 110 in (config-if)# ip access-group Blocksales in (config-if)# blocksales ip access-list in (config)# ip access-group 110 in (config-if)# ip access-group 110 in (config-if)# ip access-group Blocksales in (config-if)# blocksales ip access-list in (config)# ip access-group 110 in ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You want to create a standard access list that denies the subnet of the following host: 172.16.144.17/21. Which of the following would you start your list with? access-list 10 deny 172.16.144.0 0.0.7.255 access-list 10 deny 172.16.136.0 0.0.15.255 access-list 10 deny 172.16.64.0 0.0.31.255 access-list 10 deny 172.16.48.0 255.255.240.0 access-list 10 deny 172.16.144.0 0.0.7.255 access-list 10 deny 172.16.136.0 0.0.15.255 access-list 10 deny 172.16.64.0 0.0.31.255 access-list 10 deny 172.16.48.0 255.255.240.0 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You configure the following access list:access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtpaccess-list 110 deny tcp any eq 23int ethernet 0ip access-group 110 outWhat will the result of this access list be? Everything but email and Telnet will be allowed out E0. No IP traffic will be allowed out E0. Email and Telnet will be allowed in E0. Email and Telnet will be allowed out E0. Everything but email and Telnet will be allowed out E0. No IP traffic will be allowed out E0. Email and Telnet will be allowed in E0. Email and Telnet will be allowed out E0. ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You want to create a standard access list that denies the subnet of the following host: 172.16.198.94/19. Which of the following would you start your list with? access-list 10 deny 172.16.172.0 0.0.31.255 access-list 10 deny 172.16.188.0 0.0.15.255 access-list 10 deny 172.16.192.0 0.0.31.255 access-list 10 deny 172.16.0.0 0.0.255.255 access-list 10 deny 172.16.172.0 0.0.31.255 access-list 10 deny 172.16.188.0 0.0.15.255 access-list 10 deny 172.16.192.0 0.0.31.255 access-list 10 deny 172.16.0.0 0.0.255.255 ANSWER DOWNLOAD EXAMIANS APP