9. | Which are considered the methods of NAT?
|
|||||||
Answer: Option C Explanation: You can configure NAT three ways on a Cisco router: static, dynamic, and NAT Overload (PAT). |
10. | Which of the following is considered to be the address after translation? |
|||||||
Answer: Option C Explanation: The host on the private network after translation is considered to be an inside global host. |
11. | Which of the following is considered to be the destination host before translation? |
|||||||
Answer: Option B Explanation: The host on the global network before translation is considered to be an outside local host. |
12. | Which command will show you the summary of the NAT configuration? |
|||||||
Answer: Option B Explanation: The show ip nat statistics command displays a summary of the NAT configuration as well as counts of active translation types, hits to an existing mapping, misses (causing an attempt to create a mapping), and expired translations. |
13. | Which of the following would be a good starting point for troubleshooting if your router is not translating? |
|||||||
Answer: Option C Explanation: In order for NAT to provide translation services, you must have ip nat inside and ip nat outside configured on your router's interfaces. |
14. | When creating a pool of global addresses, which of the following can be used instead of the netmask command? |
|||||||
Answer: Option B Explanation: Instead of the netmask command, you can use the prefix-length <length> statement. |
15. | Port Address Translation is also termed what? |
|||||||
Answer: Option C Explanation: Another term for port address translation is NAT Overload because that is the command used to enable port address translation. |
16. | Which command would you place on interface on a private network? |
|||||||
Answer: Option A Explanation: As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside. |