Toolpack:Creating an M3UA Configuration ASP D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
Line 37: Line 37:
 
enabled            = false
 
enabled            = false
 
name                = "@[m3ua_name]"
 
name                = "@[m3ua_name]"
node_type          = "Signaling Gateway Process (SGP)"
+
node_type          = "Application Server Process (ASP)"
  
 
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/advanced_parameters
 
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/advanced_parameters
Line 83: Line 83:
 
   "enabled" : false,
 
   "enabled" : false,
 
   "name" : "@[m3ua_name]",
 
   "name" : "@[m3ua_name]",
   "node_type" : "Signaling Gateway Process (SGP)"
+
   "node_type" : "Application Server Process (ASP)"
 
}
 
}
 
</pre>
 
</pre>

Revision as of 03:39, 15 January 2019

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

To set up your M3UA system as a Application Server Process (ASP), you must first create a new M3UA configuration.

In this configuration the the SIGTRAN M3UA is an extension of the MTP3 layer. This system is typically set up between Application Server Process (ASP) and Signaling Gateway Process (SGP).

To create an M3UA ASP configuration:


1- Click M3UA in the navigation panel:

CreateM3ua 0.png

2- Configure the M3UA service for ASP:

  • Enter a name for the configuration
  • Select Application Server Process (ASP) as the node type
  • Click Create

CreateM3ua SGP 1.png

3- Verify that the "M3ua Cfg was successfully created" message appears

CreateM3ua 2.png


Path

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]

Parameters (text)

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]
enabled             = false
name                = "@[m3ua_name]"
node_type           = "Application Server Process (ASP)"

/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/advanced_parameters
as_pending_timer               = "5 seconds"
asp_down_timer                 = "2 seconds"
asp_msg_timer                  = "2 seconds"
asp_up_timer                   = "2 seconds"
cong_level_1                   = 500
cong_level_2                   = 600
cong_level_3                   = 750
daud_timer                     = "2 seconds"
destination_restrict_supported = false
drkm_nb_msg                    = 3
drkm_timer                     = "2 seconds"
duna_settle_timer              = "1 second"
heartbeat_timer                = ""
mtp3_status_timer              = "5 seconds"
only_one_hardware_unit_active  = false
restart_timer                  = "10 seconds"
seq_control_timer              = "1 second"

Parameters (json)

{
  "advanced_parameters" : {
    "as_pending_timer" : "5 seconds",
    "asp_down_timer" : "2 seconds",
    "asp_msg_timer" : "2 seconds",
    "asp_up_timer" : "2 seconds",
    "cong_level_1" : 500,
    "cong_level_2" : 600,
    "cong_level_3" : 750,
    "daud_timer" : "2 seconds",
    "destination_restrict_supported" : false,
    "drkm_nb_msg" : 3,
    "drkm_timer" : "2 seconds",
    "duna_settle_timer" : "1 second",
    "heartbeat_timer" : "",
    "mtp3_status_timer" : "5 seconds",
    "only_one_hardware_unit_active" : false,
    "restart_timer" : "10 seconds",
    "seq_control_timer" : "1 second"
  },
  "enabled" : false,
  "name" : "@[m3ua_name]",
  "node_type" : "Application Server Process (ASP)"
}

List of Parameters


Personal tools