Toolpack:Creating the IUA Configuration D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
+
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
 
{{DISPLAYTITLE:Creating the IUA Configuration}}
 
{{DISPLAYTITLE:Creating the IUA Configuration}}
 
To create your [[IUA]] system, you must create a new IUA configuration.
 
To create your [[IUA]] system, you must create a new IUA configuration.

Revision as of 11:43, 20 December 2017

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

To create your IUA system, you must create a new IUA configuration.


To create an IUA configuration:


1- Click IUA in the navigation panel

Create Iua Config 0.png


2- Create the IUA configuration:

  • Enter a name for the IUA service
  • Click Create

Create Iua Config 1.png


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

Create Iua Config 2.png


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]
enabled = true
name    = "@[iua_stack]"

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]/timers
as_pending_timer = "1 second"
heartbeat_timer  = ""
sctp_poll_timer  = "1 second"

Parameters (json)

{
  "enabled" : true,
  "name" : "@[iua_stack]",
  "timers" : {
    "as_pending_timer" : "1 second",
    "heartbeat_timer" : "",
    "sctp_poll_timer" : "1 second"
}


List of Parameters

Personal tools