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

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What is the problem with an interface if you type show interface serial 0 and receive the following message? "Serial0 is administratively down, line protocol is down."

The keepalives are different times.
The administrator is pinging from the interface.
The administrator has the interface shut down.
No cable is attached.

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.64.0 0.0.31.255
access-list 10 deny 172.16.136.0 0.0.15.255
access-list 10 deny 172.16.144.0 0.0.7.255
access-list 10 deny 172.16.48.0 255.255.240.0

ANSWER DOWNLOAD EXAMIANS APP