Toolpack:Creating an MTP3 Network D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(List of Parameters)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.10''''' ===
 
 
{{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  

Latest revision as of 13:52, 25 November 2020

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

Personal tools