1. | Which command will clear all the translations active on your router? |
|||||||
Answer: Option D Explanation: The command clear ip nat translations * will clear all the active NAT entries in your translation table. |
2. | Which command will create a dynamic pool named Todd that will provide you with 30 global addresses? |
|||||||
Answer: Option B Explanation: The command ip nat pool <name> creates the pool that hosts can use to get onto the global Internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224. Option C is wrong because the pool name has a lower case "T" in the pool name. Pool name's are case sensitive. |
3. | Which of the following is considered to be the destination host after translation? |
|||||||
Answer: Option D Explanation: The host on the global network after translation is considered to be an outside global host. |
4. | Which of the following are disadvantages of using NAT?
|
|||||||
Answer: Option A Explanation: NAT is not perfect and can cause some issues in some networks, but most networks work just fine. NAT can cause delays and troubleshooting problems, and some applications just won't work. |
5. | Which of the following is considered to be the address before translation? |
|||||||
Answer: Option A Explanation: The host on the private network before translation is considered to be an inside local host. |
6. | Which of the following are advantages of using NAT?
|
|||||||
Answer: Option D Explanation: NAT is not perfect, but there are some advantages. It conserves global addresses, which allow us to add millions of hosts to the Internet without "real" IP addresses. This provides flexibility in our corporate networks. NAT can also allow you to use the same subnet more than once in the same network without overlapping networks. |
7. | Which of the following would be good reasons to run NAT?
|
|||||||
Answer: Option A Explanation: The most popular use of NAT is if you want to connect to the Internet and you don't want hosts to have global (real) IP addresses, but option B and D are correct as well. |
8. | Which command will allow you to see real-time translations on your router? |
|||||||
Answer: Option C Explanation: The command debug ip nat will show you in real time the translations occurring on your router. |