Clearing Dynamic Translations
Use the clear ip nat translation command to clear dynamic translations from the NAT translation table. You can remove all dynamic translations from the translation table or restrict the removal of translation entries based on the protocol, address, or port values.
clear ip nat translation
- Use to clear dynamic translations from the NAT translation table.
- Use an asterisk (*) in the clear ip nat translation version of this command to clear all dynamic translations from the translation table.
- Use an asterisk (*) in the clear ip nat translation { gre | icmp | tcp | udp } inside insideGlobalIpAddress * insideLocalIpAddress * version of this command to match any global or local port and remove inside source extended GRE, ICMP, TCP, or UDP translations for the specified global IP address and local IP address.
- Example 1Clear all dynamic translations
host1 #clear ip nat translation*Example 2Clear a specific port translation host1 #clear ip nat translation tcp inside 171.69.68.10 10.1.2.3 55There is no no version.