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.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.240
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You connect a host to a switch port, but the new host cannot log into the server that is plugged into the same switch. What could the problem be?

The router is not configured for the new host.
The VTP configuration on the switch is not updated for the new host.
The switch port the host is connected to is not configured to the correct VLAN membership.
The host has an invalid MAC address.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You type show running-config and get this output:[output cut]Line console 0 Exec-timeout 1 35 Password BIXPASSWD Login[output cut]What do the two numbers following the exec-timeout command mean?

If no command has been typed in 35 seconds, the console connection will be closed.
If you're connected to the router by a Telnet connection, input must be detected within 1 minute and 35 seconds or the connection will be closed.
If no router activity has been detected in 1 hour and 35 minutes, the console will be locked out.
If no commands have been typed in 1 minute and 35 seconds, the console connection will be closed.

ANSWER DOWNLOAD EXAMIANS APP