Toolpack:Creating an IP Port Range D
From TBwiki
(Difference between revisions)
(added northbound interface content) |
(→To configure an RTP port range) |
||
Line 13: | Line 13: | ||
[[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 58: | Line 59: | ||
</pre> | </pre> | ||
</div> | </div> | ||
− | |||
− | |||
== List of Parameters == | == List of Parameters == |
Revision as of 11:59, 14 December 2015
Applies to version(s): v2.9.
A range of IP ports can be configured.
To configure an RTP port range
1. Select IP Interfaces from the navigation panel:
2. Click the RTP Port Ranges tab:
- Click Create New RTP Port Ranges
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
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]" }