User Guide

11 NAT Commands
195 / 260
3EC 16982 AFAA TCZZA Ed. 01
nat unbind
Delete an existing helper/port binding.
SYNTAX:
nat unbind application = <string>
port = <TCP/UDP service name or port number>
application
The name of a NAPT application helper.
The name must be spelled exactly as listed in the application list (nat
applist).
REQUIRED
port The port number this application handler should work on. REQUIRED
EXAMPLE:
=>nat applist
Application Proto DefaultPort
ils tcp 0 OUTGOING
H254 tcp 0 OUTGOINGINCOMING
H323 tcp 1720 OUTGOINGINCOMING
RAUDIO(PNA) tcp 7070 OUTGOING
RTSP tcp 554 OUTGOING
IRC tcp 6667 OUTGOING
FTP tcp 21 OUTGOINGINCOMING
=>nat bindlist
Application Proto Port
RAUDIO(PNA) tcp 7071
H323 tcp 1720
FTP tcp 21
RTSP tcp 554
IRC tcp 6667
RAUDIO(PNA) tcp 7070
=>
=>nat unbind application=RAUDIO(PNA) port=7071
=>nat bindlist
Application Proto Port
H323 tcp 1720
FTP tcp 21
RTSP tcp 554
IRC tcp 6667
RAUDIO(PNA) tcp 7070
=>
RELATED COMMANDS:
nat applist List available NAPT protocol helpers.
nat bindlist List current NAPT helper/port bindings.
nat bind Create a new helper/port binding.