Computer Networking
What command will permit SMTP mail to only host 1.1.1.1?

access-list 10 permit smtp host 1.1.1.1
access-list 110 permit tcp any host 1.1.1.1 eq smtp
access-list 110 permit ip smtp host 1.1.1.1
access-list 10 permit tcp any host 1.1.1.1 eq smtp

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You have the following routing table. Which of the following networks will not be placed in the neighbor routing table?R 192.168.30.0/24 [120/1] via 192.168.40.1, 00:00:12, Serial0C 192.168.40.0/24 is directly connected, Serial0 172.16.0.0/24 is subnetted, 1 subnetsC 172.16.30.0 is directly connected, Loopback0R 192.168.20.0/24 [120/1] via 192.168.40.1, 00:00:12, Serial0R 10.0.0.0/8 [120/15] via 192.168.40.1, 00:00:07, Serial0C 192.168.50.0/24 is directly connected, Ethernet0

172.16.30.0
All of them will be placed in the neighbor routing table
192.168.30.0
10.0.0.0

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You want to create a standard access list that denies the subnet of the following host: 172.16.50.172/20. Which of the following would you start your list with?

access-list 10 deny 172.16.64.0 0.0.31.255
access-list 10 deny 172.16.0.0 0.0.255.255
access-list 10 deny 172.16.48.0 0.0.15.255
access-list 10 deny 172.16.48.0 255.255.240.0

ANSWER DOWNLOAD EXAMIANS APP