Toolpack:Adding M2PA Links C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Adding M2PA Links}} After you create an M2PA service access point (SAP), you must create a new M2PA link. This is ...")
 
(Added northbound data)
Line 53: Line 53:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name]
 +
enabled        = true
 +
name            = "@[m2pa_name]"
 +
sctp_poll_timer = "1 second"
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "enabled" : true,
 +
  "name" : "@[m2pa_name]",
 +
  "sctp_poll_timer" : "1 second",
 +
  "m2pa_saps" : {
 +
  }
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 10:20, 11 January 2016

Applies to version(s): v2.9

After you create an M2PA service access point (SAP), you must create a new M2PA link. This is done from the M2PA SAP configuration window. To create an M2PA link:


1- Click M2PA in the navigation panel:

CreateM2pa 0.png


2- Select an M2PA SAP:

SelectM2paLink 0.png


3- Click Create new M2pa link in the M2PA SAP configuration window:

Create M2PA Link 0.png


4- Configure the new link:

  • Enter a name for the link
  • Select a protocol type:
  • Set other features, as needed:
    • Destination port (same value as the one configured on the destination side)
    • Number of SCTP Streams
  • Click Create


Create M2PA Link 1.png


5- Enter a destination address in the appropriate box in the information panel:

  • Click the "<<" button to add the destination address to the address list

Create M2PA Link 2.png


6- Verify that the address has been added to the list, and that the "(your address) was successfully added" message appears (ex.: here the address is 190.0.0.0)

Create M2PA Link 3.png


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_name]
enabled         = true
name            = "@[m2pa_name]"
sctp_poll_timer = "1 second"

Parameters (json)

{
  "enabled" : true,
  "name" : "@[m2pa_name]",
  "sctp_poll_timer" : "1 second",
  "m2pa_saps" : {
  }
}


List of Parameters

Personal tools