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 nat statistics
- show ip interfaces
- show ip route
Explanation & Hint:
To display all static translations that have been configured in Network Address Translation (NAT) or Port Address Translation (PAT), the appropriate command is: show ip nat translations This command displays the NAT translation table, including both dynamic and static entries. It’s a useful tool for troubleshooting and verifying the operation of NAT/PAT on a router. Static translations, which are manually configured by the network administrator, will also be shown in this table. |