Creating an MTP3 Route for STP
This article applies to: | Product | Version |
Tmedia | 3.0, 3.2, 3.3 |
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).
Note |
For STP, you need to allow TFA/TFP/TFR MTP3 management messages to pass. Please check the advanced settings below. |
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 MTP3 route
- Select a Point Code for the MTP3 route - OPC will be used for a local route, otherwise it will be DPC
- Select a Point Code Type - select STP if the MTP3 route points to an STP (or for the local route, since it is an STP)
- Click Create
- Select Advanced Parameters
- Check the Route to Adjacent box, if this route is directed to an adjacent network (directly connected with MTP3 linksets)
- Check the Broadcast box (to transfer TFA/TFP/TFR MTP3 management messages)
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
- Route to Adjacent
- Sls Range
- Broadcast
- Support Route Congestion Test
- Support MultiMessage Prio
- SlsSelectorBit1
- SlsSelectorBit2
- SlsSelectorBit3
- SlsSelectorBit4