17. | Which command will show you all the translations active on your router? |
|||||||
Answer: Option A Explanation: The command show ip nat translations will show you the translation table containing all the active NAT entries. |
18. | Which command would you place on interface connected to the Internet? |
|||||||
Answer: Option B 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. |