User Guide

11 NAT Commands
188 / 260
3EC 16982 AFAA TCZZA Ed. 01
nat delete
Delete a static NAPT entry.
SYNTAX:
nat delete protocol = <IP protocol name or number>
inside_addr = <ip-address>
[inside_port = <TCP/UDP service name or port number>]
outside_addr = <ip-address>
[outside_por =t <TCP/UDP service name or port number>]
protocol The IP protocol name (or number) of the NAT entry. REQUIRED
inside_addr The IP address of the NAT entry. REQUIRED
[inside_port] The port number of the NAT entry. OPTIONAL
outside_addr The apparent host IP address of the NAT entry. REQUIRED
[outside_port] The apparent port number of the NAT entry. OPTIONAL
EXAMPLE:
=>nat list
Indx Prot Inside–addr:PortOutside–addr:Port Foreign–addr:Port Flgs Expir State Control
1 6 10.0.0.138:80 172.16.0.5:1080 0.0.0.0:0 19 8 9
2 17 10.0.0.138:138 10.0.0.140:138 10.0.0.20:138 11 20 10
3 17 10.0.0.138:137 10.0.0.140:137 10.0.0.254:137 11 20 10
4 17 10.0.0.138:7938 10.0.0.140:7938 10.0.0.96:4756 11 20 10
5 17 10.0.0.138:513 10.0.0.140:513 10.0.0.109:513 11 20 10
6 17 10.0.0.138:111 10.0.0.140:111 10.0.0.96:4756 11 20 10
=>nat delete protocol=tcp inside_addr=10.0.0.138 inside_port=80 outside_addr=172.16.0.5
outside_port 1080
=>nat list
Indx Prot Inside–addr:PortOutside–addr:Port Foreign–addr:Port Flgs Expir State Control
1 17 10.0.0.138:138 10.0.0.140:138 10.0.0.20:138 11 20 10
2 17 10.0.0.138:137 10.0.0.140:137 10.0.0.254:137 11 20 10
3 17 10.0.0.138:7938 10.0.0.140:7938 10.0.0.96:4756 11 20 10
4 17 10.0.0.138:513 10.0.0.140:513 10.0.0.109:513 11 20 10
5 17 10.0.0.138:111 10.0.0.140:111 10.0.0.96:4756 11 20 10
=>
RELATED COMMANDS:
nat create Create a static NAPT entry.
nat disable Disable NAPT on one of the SpeedTouchPro with Firewall IP
addresses.
nat enable Enable NAPT on one of the SpeedTouchPro with Firewall IP
addresses.
nat list List NAPT connection database.










