What command would be used as part of configuring NAT or PAT to display all static translations that have been configured?
- show ip nat translations
- show ip pat translations
- show ip cache
- show running-config
Explanation: The show ip nat translations command is used to display all active entries within the NAT translation table. According to the sources, this output specifically includes all static translations that have been configured, alongside any dynamic translations or PAT entries currently generated by network traffic. Because static mappings are permanent, they remain visible in this table regardless of whether there is active communication.
Related exam: Enterprise Networking, Security, and Automation ( Version 7.00) - ENSA Final Exam
