Toolpack:Creating an IP Port Range E

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Create page)
 
(Adding precision)
 
Line 11: Line 11:
 
1. Select '''IP Interfaces''' from the navigation panel:  
 
1. Select '''IP Interfaces''' from the navigation panel:  
  
[[New image needed]]  
+
[[New image needed - under hardware units]]  
  
 
<br> 2. Click the '''RTP Port Ranges''' tab:
 
<br> 2. Click the '''RTP Port Ranges''' tab:

Latest revision as of 15:26, 19 April 2017

Applies to version(s): v3.0

A range of IP ports can be configured.



To configure an RTP port range

1. Select IP Interfaces from the navigation panel:

New image needed - under hardware units


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/Default
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