Actions

Toolpack:Creating an IUA Cluster C: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
{{DISPLAYTITLE:Creating an IUA Cluster}}
{{DISPLAYTITLE:Creating an IUA Cluster}}
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.

Revision as of 12:44, 20 December 2017

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

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