Actions

Creating M2UA Links

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

After you create an M2UA cluster, you must create M2UA links for your system.

An M2UA link is always bound to an MTP2 link, and can be seen a way of extending MTP2 functionality.

To create an M2UA link:

1- Click M2UA in the navigation panel


2- Select an M2UA SAP


3- Select an M2UA Cluster


4- Click Create New M2ua Link in the M2UA cluster configuration window:


5- Configure the new M2UA link:

  • Enter a name for the link
  • IMPORTANT!
    • For a system on a signaling gateway: Select an MTP2 link
    • For a system on a media gateway controller: Select NONE
  • Select a protocol type (same as MTP2)
  • Select an interface ID type
  • Enter an appropriate interface ID (must be unique to each link)
  • Click Create


6- Verify that the "M2ua Link was successfully created" message appears


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_links/@[m2ua_link]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_links/@[m2ua_link]
intf_id       = "1"
intf_id_type  = "Integer"
mtp2_link     = "NONE"
name          = "@[m2ua_link]"
protocol_type = "ITU"

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_links/@[m2ua_link]/state
target_link_state = "Connected"

Parameters (json)

{
  "intf_id" : "1",
  "intf_id_type" : "Integer",
  "mtp2_link" : "NONE",
  "name" : "@[m2ua_link]",
  "protocol_type" : "ITU",
  "state" : {
    "target_link_state" : "Connected"
  }
}


List of Parameters