What command would be used as part of configuring NAT or PAT to display information about NAT configuration parameters and the number of addresses in the pool?
- show running-config
- show ip nat statistics
- show ip cache
- show version
Explanation: The show ip nat statistics command is used to display a summary of NAT operations. It specifically provides information regarding NAT configuration parameters (such as designated inside and outside interfaces), the total number of active translations, and detailed data about address pools, including the total number of addresses in the pool and how many have been allocated. While show running-config can show the pool's configuration commands, only show ip nat statistics provides the real-time operational count of addresses within those pools.
Related exam: CCNA 3 v7 Course Final Exam Answers
