Actions

Toolpack:Creating an IUA Cluster C: Difference between revisions

(added northbound data)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
{{DISPLAYTITLE:Creating an IUA Cluster}}
{{DISPLAYTITLE:Creating an IUA Cluster}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}
After you create an IUA SAP, you must create an IUA cluster for your system.
After you create an IUA SAP, you must create an IUA cluster for your system.



Latest revision as of 14:23, 24 June 2024

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

After you create an IUA SAP, you must create an IUA cluster for your system.

To create an IUA cluster:

1- Click IUA in the navigation panel


2- Select an IUA SAP


3- Click Create New Iua Cluster in the IUA SAP configuration window


4- Configure the new IUA cluster:

  • Enter a name for the cluster
  • Select a traffic mode
  • Select a load share mode
  • Click Create


5- Verify that the "Iua Cluster was successfully created" message appears


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]/iua_saps/@[iua_sap]/iua_clusters/@[iua_cluster]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]/iua_saps/@[iua_sap]/iua_clusters/@[iua_cluster]
loadshare_mode      = "PER_LINK"
name                = "@[iua_cluster]"
traffic_mode        = "ACTIVE_STANDBY"

/configurations/Allyn_Config2/hardware_units/TB014369/iua_stacks/Iua0/iua_saps/IuaSap/iua_clusters/IuaCluster/advanced_parameters
min_simultaneous_active_peer = 1
msg_queue_size               = 16

Parameters (json)

{
  "advanced_parameters" : {
    "min_simultaneous_active_peer" : 1,
    "msg_queue_size" : 16
  },
  "loadshare_mode" : "PER_LINK",
  "name" : "@[iua_cluster]",
  "traffic_mode" : "ACTIVE_STANDBY"
}


List of Parameters