Toolpack:Creating an MTP3 Linkset C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
+
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
 
{{DISPLAYTITLE:Creating an MTP3 Linkset}}
 
{{DISPLAYTITLE:Creating an MTP3 Linkset}}
 
Once you have created an MTP3 network, you can define linksets to logically combine multiple MTP3 links connecting 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.  
 
Once you have created an MTP3 network, you can define linksets to logically combine multiple MTP3 links connecting 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.  

Revision as of 10:44, 29 November 2017

Applies to version(s): v2.9, v2.10, v3.0

Once you have created an MTP3 network, you can define linksets to logically combine multiple MTP3 links connecting 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.

Mtp3 0 A.png


2- Select an MTP3 network.

Create MTP3 Linkset 0.png


3- Click Create New Mtp3 Linkset

Create MTP3 Linkset 1.png


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

Create MTP3 Linkset 2.png


5- Verify that the "Mtp3Linkset was successfully created" message appears

Create MTP3 Linkset 3.png


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

Personal tools