Computer Networking What command will permit SMTP mail to only host 1.1.1.1? access-list 110 permit tcp any host 1.1.1.1 eq smtp access-list 10 permit smtp host 1.1.1.1 access-list 110 permit ip smtp host 1.1.1.1 access-list 10 permit tcp any host 1.1.1.1 eq smtp access-list 110 permit tcp any host 1.1.1.1 eq smtp access-list 10 permit smtp host 1.1.1.1 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 are working with a network that has the network ID 192.168.10.0. What subnet should you use that supports four subnets and a maximum number of hosts? 255.255.255.252 255.255.255.224 255.255.255.192 255.255.255.248 255.255.255.240 255.255.255.252 255.255.255.224 255.255.255.192 255.255.255.248 255.255.255.240 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which of the following communications service provides message preparation and transmission facilities? Fax Teletex Teletext x400 None of these Fax Teletex Teletext x400 None of these ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use? 255.255.255.224 255.255.255.192 255.255.255.248 255.255.255.240 255.255.255.224 255.255.255.192 255.255.255.248 255.255.255.240 ANSWER DOWNLOAD EXAMIANS APP
Computer Networking Which command would you place on interface connected to the Internet? ip outside global ip nat inside ip nat outside ip inside local ip outside global ip nat inside ip nat outside ip inside local 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? 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. Everything but email and Telnet will be allowed out E0. ANSWER DOWNLOAD EXAMIANS APP