Toolpack:Creating an MTP3 Network D
From TBwiki
(Difference between revisions)
(New artilce because of Point code length name instead of SS7 DPC length) |
|||
Line 26: | Line 26: | ||
− | [[Image: | + | [[Image:CreateMtp3Network_A1.png]] |
Revision as of 10:28, 31 October 2016
Applies to version(s): v2.10
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" }