Toolpack:Creating an MTP3 Network D
From TBwiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
=== '''''Applies to version(s): 2.10, 3.0, 3.2''''' === | === '''''Applies to version(s): 2.10, 3.0, 3.2''''' === | ||
{{DISPLAYTITLE:Creating an MTP3 Network}} | {{DISPLAYTITLE:Creating an MTP3 Network}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |rowspan="3"|This article applies to: | ||
+ | |'''Product''' | ||
+ | |'''Version''' | ||
+ | |- | ||
+ | |Tmedia | ||
+ | |2.10, 3.0, 3.2 | ||
+ | |} | ||
+ | |||
After the MTP3 configuration is created, you must also create a new MTP3 network. | After the MTP3 configuration is created, you must also create a new MTP3 network. | ||
An MTP3 network is created to define its point codes, link sets and routes. This can be done from the '''MTP3 configuration''' information panel | An MTP3 network is created to define its point codes, link sets and routes. This can be done from the '''MTP3 configuration''' information panel |
Revision as of 13:38, 25 November 2020
Applies to version(s): 2.10, 3.0, 3.2
This article applies to: | Product | Version |
Tmedia | 2.10, 3.0, 3.2 |
After the MTP3 configuration is created, you must also create a new MTP3 network. An MTP3 network is created to define its point codes, link sets and routes. This can be done from the MTP3 configuration information panel
To create an MTP3 network:
1- Click MTP3 in the navigation pane.
2- Click Create New MTP3 Network in the MTP3 configuration information panel
3- Configure the settings for the new network:
- Enter a name for the network
- Select a sub service field
- Select a link type
- Select the point code length
- Click Create
4- Verify that the Mtp3Network was successfully created message appears
Path
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]
Parameters (text)
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network] link_type = "ITU" name = "@[mtp3_link]" point_code_length = "14bits format=3.8.3" sub_service_field = "International"
Parameters (json)
{ "link_type" : "ITU", "name" : "@[mtp3_network]", "point_code_length" : "14bits format=3.8.3", "sub_service_field" : "International" }