Toolpack:Creating an MTP3 Configuration E

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
=== '''''Applies to version(s): 2.9, 2.10, 3.0, 3.2''' ===
 
 
{{DISPLAYTITLE:Creating an MTP3 Configuration}}
 
{{DISPLAYTITLE:Creating an MTP3 Configuration}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|}
 +
 
Once you have set up the MTP2 layer of your SS7 system, you must create an MTP3 configuration.
 
Once you have set up the MTP2 layer of your SS7 system, you must create an MTP3 configuration.
 
[[MTP3_Layer|MTP3]] provides message routing between signaling points in an SS7 network.  
 
[[MTP3_Layer|MTP3]] provides message routing between signaling points in an SS7 network.  

Latest revision as of 14:37, 25 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

Once you have set up the MTP2 layer of your SS7 system, you must create an MTP3 configuration. MTP3 provides message routing between signaling points in an SS7 network.

To create an MTP3 configuration:

1- Select MTP3 from the navigation panel

Mtp3 0 A.png

2- Configure the new MTP3 service:

  • Enter a name for the MTP3 configuration
  • Make sure the Enabled and SSf Validation boxes are checked
  • Select SP as the signaling point type
  • Click Create

Mtp3 1 A.png

3- Verify that the "Mtp3Cfg was successfully created" message appears

Mtp3 2 A.png


Path

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]

Parameters (text)

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]
enabled              = true
name                 = "@[mtp3_name]"
signaling_point_type = "SP"

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/advanced_parameters
ssf_validation             = true
transfer_restrict_required = false

/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/timers
t15_timer = "2 seconds"
t16_timer = "1400 milliseconds"
t18_timer = "11 seconds"
t19_timer = "67 seconds"
t21_timer = "63 seconds"
t26_timer = "12 seconds"

Parameters (json)

{
  "advanced_parameters" : {
    "ssf_validation" : true,
    "transfer_restrict_required" : false
  },
  "enabled" : true,
  "name" : "@[mtp3_name]",
  "signaling_point_type" : "SP",
  "timers" : {
    "t15_timer" : "2 seconds",
    "t16_timer" : "1400 milliseconds",
    "t18_timer" : "11 seconds",
    "t19_timer" : "67 seconds",
    "t21_timer" : "63 seconds",
    "t26_timer" : "12 seconds"
  }
}


List of Parameters

Timers

Advanced Parameters

Personal tools