What command would be used as part of configuring NAT or PAT to clear dynamic entries before the timeout has expired?
- clear ip dhcp
- clear ip nat translation
- clear access-list counters
- clear ip pat statistics
Explanation: By default, dynamic translation entries remain in the NAT table for 24 hours unless reconfigured. The clear ip nat translation privileged EXEC mode command is used to manually clear these dynamic entries from the table before the timeout has expired, which is specifically useful for clearing past translations during configuration testing or when modifying NAT pools. While clear ip nat statistics clears the hit/miss counters, it does not remove the actual address mappings from the translation table.
Related exam: CCNA 3 v7 Course Final Exam Answers
