Creating an M2UA SAP
From TBwiki
| This article applies to: | Product | Version |
| Tmedia | 2.9, 2.10, 3.0, 3.2 |
After you create an M2UA configuration, you must create a new M2UA service access point (SAP) for your system. The SAP is an identifying label for endpoints in your network.
To create an M2UA SAP:
1- Click M2UA in the navigation panel
2- Click Create New M2ua Sap in the M2UA configuration window
3- Configure the new M2UA SAP:
- Enter a name for the new SAP
- Enter a number for the SCTP source port
- Click Create
4- Verify that the "M2ua Sap was successfully created" message appears
5- Associate an IP interface with the new SAP:
- Select an IP interface from the list of Available IP interfaces
- Click "<<" to associate the interface with the SAP
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap] ip_interfaces = [ "@[hardware_name].@[voip_name]" ] name = "@[m2ua_sap]" src_port = @[port_number] /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/advanced_parameters abort_nego_if_nb_stream_mismatch = false bundle_timer = "" cookie_life_time = "30 seconds" flow_control_down_threshold = 1000 flow_control_up_threshold = 2000 freeze_timer = "1500 milliseconds" handle_init_data = true heartbeat_delay = "1500 milliseconds" max_data_burst = 4 max_data_size = 1000 max_datagrams_ack = 10 max_delay_ack = "100 milliseconds" rto_init = "1500 milliseconds" rto_max = "2 seconds" rto_max_hearbeat = 1 rto_min = "100 milliseconds" shutdown_guard_timer = "75 seconds" /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/timers asso_timer = "3 minutes" life_time = 200 max_prim_retry = 5 prim_timer = "1 second"
Parameters (json)
{
"advanced_parameters" : {
"abort_nego_if_nb_stream_mismatch" : false,
"bundle_timer" : "",
"cookie_life_time" : "30 seconds",
"flow_control_down_threshold" : 1000,
"flow_control_up_threshold" : 2000,
"freeze_timer" : "1500 milliseconds",
"handle_init_data" : true,
"heartbeat_delay" : "1500 milliseconds",
"max_data_burst" : 4,
"max_data_size" : 1000,
"max_datagrams_ack" : 10,
"max_delay_ack" : "100 milliseconds",
"rto_init" : "1500 milliseconds",
"rto_max" : "2 seconds",
"rto_max_hearbeat" : 1,
"rto_min" : "100 milliseconds",
"shutdown_guard_timer" : "75 seconds"
},
"ip_interfaces" : [
"@[hardware_name].@[voip_name]"
],
"name" : "@[m2ua_sap]",
"src_port" : @[port_number],
"timers" : {
"asso_timer" : "3 minutes",
"life_time" : 200,
"max_prim_retry" : 5,
"prim_timer" : "1 second"
}
}



