What command would be used as part of configuring NAT or PAT to display any dynamic PAT translations that have been created by traffic?
- show ip pat translations
- show ip cache
- show running-config
- show ip nat translations
Explanation: The show ip nat translations command is used to display all active entries within the NAT translation table. According to the sources, this command output includes all static translations that have been configured as well as any dynamic NAT or PAT translations that have been automatically created by network traffic. For PAT specifically, the table will show how unique source port numbers are used to differentiate between multiple internal hosts sharing the same public IP address.
Related exam: Enterprise Networking, Security, and Automation ( Version 7.00) - ENSA Final Exam
