Use this command to clear the specified IPv6 NAT bindings.
all | Clears all IPv6 NAT bindings |
pool pool | Clears IPv6 NAT bindings for the specified pool. |
id id | Clears IPv6 NAT bindings for the specified NAT ID. |
match | Clears IPv6 NAT bindings for the specified protocol:
|
sip | Clears IPv6 NAT bindings for the specified source IP address. |
dip | Clears IPv6 NAT bindings for the specified destination IP address. |
sport | Clears IPv6 NAT bindings for the specified source port. Valid values 1 - 65535. |
dport | Clears IPv6 NAT bindings for 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 IPv6 NAT bindings for this router:
System(rw-config)->clear ipv6 nat bindings all
This example clears IPv6 NAT UDP bindings for all source IP addresses and the 2001:1::5 destination IP address for this router:
System(rw-config)->clear ipv6 nat bindings match udp * 2001:1::5