CLI Reference Guide 82 Document #: LTRT-17940
System and VoIP Functionalities
5.9 control-network
The following commands define the SIP control-network.
5.9.1 NATTranslation
This command sets the NAT Translation table.
Syntax:
control-network NATTranslation <index>
set <parameter> <value>
Arguments Description
<index> Defines the table row index.
<parameter> <value> Sets the following table parameters:
SourceIPInterfaceName
TargetIPAddress
SourceStartPort
SourceEndPort
TargetStartPort
TargetEndPort
TargetIPAddress
For a description of these parameters, refer to the User's Manual.
Defaults
NA
Command Modes
Enable
Examples:
This example configures a NAT rule to translate IP address 10.13.4.70 to the public IP
100.222.4.5:
(config-voip)# control-network NATTranslation 0
(NATTranslation-0)# set SourceIPInterfaceName VOIP
(NATTranslation-0)# set TargetIPAddress 10.13.4.70
(NATTranslation-0)# set …. .
(NATTranslation-0)# set …. .