Toolpack:Creating an IP Port Range D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Configuring an IP Port Range}} A range of IP ports can be configured. <br> == To configure an RTP port range...")
 
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
 
 
{{DISPLAYTITLE:Configuring an IP Port Range}}
 
{{DISPLAYTITLE:Configuring an IP Port Range}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="2"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|}
  
 
A range of IP ports can be configured.
 
A range of IP ports can be configured.
Line 13: Line 21:
 
[[Image:Create Voip Interface_0.png]]  
 
[[Image:Create Voip Interface_0.png]]  
  
<br> 2. Click '''Create New RTP Port Ranges''':
+
<br> 2. Click the '''RTP Port Ranges''' tab:
 +
*Click '''Create New RTP Port Ranges'''  
  
 
[[Image:CreateIP_PortRange_0.png]]  
 
[[Image:CreateIP_PortRange_0.png]]  
Line 34: Line 43:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/Default
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/@[port_name]
 +
ip_interface = "@[hardware_name]"."@[port_name]"
 +
name        = "Default"
 +
port_max    = 60000
 +
port_min    = 10000
 +
unique_name  = "@[name]"
 
</pre>
 
</pre>
 +
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "ip_interface" : "@[hardware_name]"."@[port_name]",
 +
  "name" : "Default",
 +
  "port_max" : 60000,
 +
  "port_min" : 10000,
 +
  "unique_name" : "@[name]"
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>
 
 
  
 
== List of Parameters ==
 
== List of Parameters ==

Latest revision as of 15:26, 24 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

A range of IP ports can be configured.



To configure an RTP port range

1. Select IP Interfaces from the navigation panel:

Create Voip Interface 0.png


2. Click the RTP Port Ranges tab:

  • Click Create New RTP Port Ranges

CreateIP PortRange 0.png


3. Configure the range of ports:

  • Enter a name for the port range
  • Select one or more IP interfaces
  • Enter a minimum port number for the port range
  • Enter a maximum port number for the port range
  • Click Create


CreateIP PortRange 1.png


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/Default

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/@[port_name]
ip_interface = "@[hardware_name]"."@[port_name]"
name         = "Default"
port_max     = 60000
port_min     = 10000
unique_name  = "@[name]"


Parameters (json)

{
  "ip_interface" : "@[hardware_name]"."@[port_name]",
  "name" : "Default",
  "port_max" : 60000,
  "port_min" : 10000,
  "unique_name" : "@[name]"
}

List of Parameters

Personal tools