Toolpack:Creating an IUA Cluster C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(added northbound data)
m
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
+
=== '''''Applies to version(s): v2.9, v2.10''''' ===
 
{{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 10:35, 7 November 2016

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

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

Create Iua Config 0.png


2- Select an IUA SAP

Select IUA SAP 0.png


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

Create Iua cluster 0.png


4- Configure the new IUA cluster:

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

Create Iua cluster 1.png


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

Create Iua cluster 2.png


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

Personal tools