Actions

Creating an MTP3 Network

Revision as of 14:52, 25 November 2020 by Allyntree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Mtp3 0 A.png


2- Click Create New MTP3 Network in the MTP3 configuration information panel


CreateMtp3Network 0.png


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


CreateMtp3Network A1.png


4- Verify that the Mtp3Network was successfully created message appears


CreateMtp3Network 2.png


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"
}


List of Parameters