Actions

Toolpack:Creating an MTP3 Linkset C: Difference between revisions

(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating an MTP3 Linkset}} Once you have created an MTP3 network, you can define linksets to logically combine mul...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
{{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.  
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}
 
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:
To create an MTP3 linkset:
Line 40: Line 49:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]/mtp3_linksets/@[mtp3_linkset]
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/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
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
  "adjacent_point_code" : "@[point_code]",
  "name" : "@[mtp3_linkset]",
  "origin_point_code" : "@[point_code]",
  "state" : {
    "active" : true
  }
}
</pre>
</pre>
</div>
</div>

Latest revision as of 13:52, 24 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3

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