Creating an MTP3 Route
From TBwiki
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 |
MTP3 routes are designed to route traffic from previously created point codes using linksets.
You require one route for each point code in your system. This means one route per DPC (SSP and STP) and one route per source point code (OPC).
To create an MTP3 route:
1- Click MTP3 in the navigation panel.
2- Select an MTP3 network.
3- Click Create New Mtp3 Route in the MTP3 network configuration window:
4- Configure the new MTP3 route:
- Enter a name for the route
- Select a point code for the route
- Select a point type
- Click Create
Note
- Check the Route to Adjacent box, if this route is directed to an adjacent network
5- Verify that the "Mtp3Route was successfully created" message appears
6- Associate the newly created route with a linkset:
- Select a linkset from the list of Available linksets
- Click the "<<" button to associate the linkset with the newly created route
Path
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_routes/@[mtp3_route]
Parameters (text)
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_routes/@[mtp3_route] mtp3_linksets = [ "@[mtp3_linkset]" ] name = "@[mtp3_route]" point_code = "@[point_code]" point_code_type = "SP" /configurations/tb_academy_demo_config/mtp3_stacks/mtp3_config/mtp3_networks/mtp3_international/mtp3_routes/@[mtp3_route]/advanced_parameters broadcast = false route_to_adjacent = false sls_range = "ITU" sls_selector_bit1 = true sls_selector_bit2 = false sls_selector_bit3 = false sls_selector_bit4 = false support_multi_message_prio = false support_route_congestion_test = true /configurations/tb_academy_demo_config/mtp3_stacks/mtp3_config/mtp3_networks/mtp3_international/mtp3_routes/@[mtp3_route]/timers t6_timer = "800 milliseconds" t8_timer = "800 milliseconds" t10_timer = "30 seconds" t11_timer = "30 seconds" t18_timer = 11000 t19_timer = "67 seconds" t21_timer = "63 seconds" t25_timer = "30 seconds" tc_timer = "500 milliseconds"
Parameters (json)
{ "advanced_parameters" : { "broadcast" : false, "route_to_adjacent" : false, "sls_range" : "ITU", "sls_selector_bit1" : true, "sls_selector_bit2" : false, "sls_selector_bit3" : false, "sls_selector_bit4" : false, "support_multi_message_prio" : false, "support_route_congestion_test" : true }, "mtp3_linksets" : [ "@[mtp3_linkset]" ], "name" : "@[mtp3_route]", "point_code" : "@[point_code]", "point_code_type" : "SP", "timers" : { "t6_timer" : "800 milliseconds", "t8_timer" : "800 milliseconds", "t10_timer" : "30 seconds", "t11_timer" : "30 seconds", "t18_timer" : 11000, "t19_timer" : "67 seconds", "t21_timer" : "63 seconds", "t25_timer" : "30 seconds", "tc_timer" : "500 milliseconds" } }
List of Parameters