Creating an MTP3 Linkset
From TBwiki
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 |
Once you have created an MTP3 network, you define linksets to logically combine multiple MTP3 links that connect to the same DPC. For example, one linkset could be the links between a point code identifying a Tmedia/Tdev SS7 node and a point code identifying the adjacent SS7 equipment.
To create an MTP3 linkset:
1- Click MTP3 in the navigation panel.
2- Select an MTP3 network.
3- Click Create New Mtp3 Linkset
4- Configure the new linkset:
- Enter a name for the linkset
- Select an origin point code (OPC)
- Select an adjacent point code
- Make sure the desired state is set to Active
- Click Create
5- Verify that the "Mtp3Linkset was successfully created" message appears
Path
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]
Parameters (text)
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset] adjacent_point_code = "@[point_code]" name = "@[mtp3_linkset]" origin_point_code = "@[point_code]" /configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]/state active = true
Parameters (json)
{ "adjacent_point_code" : "@[point_code]", "name" : "@[mtp3_linkset]", "origin_point_code" : "@[point_code]", "state" : { "active" : true } }
List of Parameters
Live states