Use this command to clear the specified IPv4 NAT bindings.
all | Clears all IPv4 NAT bindings |
pool pool | Clears IPv4 NAT bindings for the specified pool. |
id id | Clears IPv4 NAT bindings for the specified NAT ID. |
match | Clears IPv4 NAT bindings for the specified protocol:
|
sip | Clears IPv4 NAT bindings for the specified source IP address. |
dip | Clears IPv4 NAT bindings for the specified destination IP address. |
sport | Clears the IPv4 binding with the specified source port. Valid values 1 - 65535. |
dport | Clears the IPv4 binding with the specified destination port. Valid values 1 - 65535. |
* | Clears NAT bindings for all source or destination IP addresses. |
None.
Configuration command, Global configuration.
This example clears all NAT bindings for this router:
System(rw-config)->clear ip nat bindings all
This example clears NAT UDP bindings for all source IP addresses and the 200.50.50.10 destination IP address for this router:
System(rw-config)->clear ip nat bindings match udp * 200.50.50.10