Computer Networking
You are working with a network that has the network ID 192.168.10.0 and require nine subsets for your company and the maximum number of hosts. What subnet mask should you use?

255.255.255.224
255.255.255.240
255.255.255.252
255.255.255.192
255.255.255.248

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?

Email and Telnet will be allowed in E0.
Email and Telnet will be allowed out E0.
No IP traffic will be allowed out E0.
Everything but email and Telnet will be allowed out E0.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true regarding access lists applied to an interface?

You can place as many access lists as you want on any interface until you run out of memory.
You can apply two access lists to any interface.
One access list may be configured, per direction, for each layer 3 protocol configured on an interface.
You can apply only one access list on any interface.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224

ANSWER DOWNLOAD EXAMIANS APP