Actions

Creating IUA Peers

Revision as of 14:54, 9 December 2020 by Allyntree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

After you create the IUA link(s), you must define the IUA peers.

To create an IUA peer:

1- Click IUA in the navigation panel

Create Iua Config 0.png


2- Select an IUA SAP

Select IUA SAP 0.png


3- Select an IUA Cluster

Select IUA cluster 0.png


4- Click Create New Iua Peer in the IUA cluster configuration window:

Create Iua Peer 0.png


5- Configure the new IUA peer:

  • Enter a name for the peer
  • Enter a destination port (as configured in the destination element)
  • Click Create

Create Iua Peer 1.png


6- Verify that the "Iua Peer was successfully created" message appears

Create Iua Peer 2.png


7- Enter a destination address for the peer:

  • Enter a destination address
  • Click the "<<" button to add it to the list of destination addresses
  • Verify that the (your address) was successfully added message appears

Create Iua Peer 3.png


Path

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

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]/iua_saps/@[iua_sap]/iua_clusters/@[iua_cluster]/iua_peers/@[iua_peer]
dst_port            = 9900
ip_dsts             = [ "@[address_number]" ]
name                = "@[iua_peer]"

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/iua_stacks/@[iua_stack]/iua_saps/@[iua_sap]/iua_clusters/@[iua_cluster]/iua_peers/@[iua_peer]/advanced_parameters
ip_header_tos      = 0
nb_of_sctp_streams = 32
prim_timeout       = "1 second"
valid_asp_id_req   = false

Parameters (json)

{
  "advanced_parameters" : {
    "ip_header_tos" : 0,
    "nb_of_sctp_streams" : 32,
    "prim_timeout" : "1 second",
    "valid_asp_id_req" : false
  },
  "dst_port" : 9900,
  "ip_dsts" : [
    "@[address_number]"
  ],
  "name" : "@[iua_peer]"
}


List of Parameters