Toolpack:Creating an MTP3 Configuration E
From TBwiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | === '''''Applies to version(s): v2.9, v2.10, v3.0 | + | === '''''Applies to version(s): v2.9, v2.10, v3.0''' === |
{{DISPLAYTITLE:Creating an MTP3 Configuration}} | {{DISPLAYTITLE:Creating an MTP3 Configuration}} | ||
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. |
Revision as of 10:40, 29 November 2017
Applies to version(s): v2.9, v2.10, v3.0
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
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
3- Verify that the "Mtp3Cfg was successfully created" message appears
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