Toolpack:Creating M2UA Peers C
From TBwiki
		(Difference between revisions)
		
		
m  | 
		|||
| Line 1: | Line 1: | ||
| − | |||
{{DISPLAYTITLE:Creating M2UA Peers}}  | {{DISPLAYTITLE:Creating M2UA Peers}}  | ||
| + | {| class="wikitable"  | ||
| + | |-  | ||
| + | |rowspan="3"|This article applies to:  | ||
| + | |'''Product'''  | ||
| + | |'''Version'''  | ||
| + | |-  | ||
| + | |Tmedia  | ||
| + | |2.9, 2.10, 3.0, 3.2  | ||
| + | |}  | ||
| + | |||
After you create your M2UA links, you must define M2UA peers for your system.    | After you create your M2UA links, you must define M2UA peers for your system.    | ||
Latest revision as of 13:50, 25 November 2020
| This article applies to: | Product | Version | 
| Tmedia | 2.9, 2.10, 3.0, 3.2 | 
After you create your M2UA links, you must define M2UA peers for your system.
To create an M2UA peer:
1- Click M2UA in the navigation panel
2- Select an M2UA SAP
3- Select an M2UA Cluster
4- Click Create New M2ua Peer in the M2UA cluster configuration window:
5- Configure the new M2UA peer:
- Enter a name for the peer
 - Enter a destination port (as configured in the destination element)
 - Indicate the number of outgoing SCTP Streams
 - Click Create
 
6- Verify that the "M2ua Peer was successfully created" message appears
7- Enter a destination address for the peer:
- Enter a destination address
 - Click the "<<" button to add it to the list of destination addresses
 - Verify that the (your address) was successfully added message appears
 
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_peers/@[m2ua_peer]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_peers/@[m2ua_peer] dst_port = @[port_number] ip_dsts = [ "@[address_number]" ] ip_header_tos = 0 name = "@[m2ua_peer]" nb_of_sctp_streams = 32 self_asp_id = 0 /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_peers/@[m2ua_peer]/state target_peer_state = "Asp-Active" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]/m2ua_peers/@[m2ua_peer]/state/advanced_parameters
Parameters (json)
{
  "dst_port" : @[port_number],
  "ip_dsts" : [
    "@[address_number]"
  ],
  "ip_header_tos" : 0,
  "name" : "@[m2ua_peer]",
  "nb_of_sctp_streams" : 32,
  "self_asp_id" : 0,
  "state" : {
    "target_peer_state" : "Asp-Active",
    "advanced_parameters" : {
    }
  }
}





