Actions

Toolpack:Creating the M2PA Configuration D: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
=== '''''Applies to version(s): 2.9, 2.10, 3.0, 3.2''''' ===
{{DISPLAYTITLE:Creating the M2PA Configuration}}
{{DISPLAYTITLE:Creating the M2PA Configuration}}



Revision as of 09:14, 26 August 2020

Applies to version(s): 2.9, 2.10, 3.0, 3.2

To create an M2PA configuration:

1- Select M2PA from the navigation panel

CreateM2pa 0.png

2- Configure the M2PA service

  • Make sure the box labelled Enabled is checked
  • Enter a name for the M2PA service
  • Click Create

CreateM2pa 1.png

3- Verify that the "M2ua Cfg was successfully created" message appears

CreateM2pa 2.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 Parameter