Toolpack:Creating an MTP2 Configuration D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9.''''' === {{DISPLAYTITLE:Creating an MTP2 Configuration}} Message Transfer Part Level 2 (MTP2) provides the OSI data link l...")
 
(Added northbound interface data)
Line 26: Line 26:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]
 +
enabled = true
 +
name    = "@[mtp2_name]"
 +
 +
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]/mtp2_links
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "enabled" : true,
 +
  "name" : "@[mtp2_name]",
 +
  "mtp2_links" : {
 +
  }
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 08:18, 4 January 2016

Applies to version(s): v2.9.

Message Transfer Part Level 2 (MTP2) provides the OSI data link layer functionality and is a service provider for the MTP3 link layer.

To create an MTP2 configuration:


1- Click MTP2 in the navigation panel:

Mtp2 0 A.png

2- Create the new MTP2 configuration:

  • Enter a name for the configuration
  • Click Save

Mtp2 1 A.png

3- Verify that the "Mtp2Cfg was successfully updated" message appears, and that the Enabled box is checked

Mtp2 2 A.png


Path

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]

Parameters (text)

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]
enabled = true
name    = "@[mtp2_name]"

/configurations/@[configuration_name]/hardware_units/@[hardware_name]/mtp2_stacks/@[mtp2_name]/mtp2_links

Parameters (json)

{
  "enabled" : true,
  "name" : "@[mtp2_name]",
  "mtp2_links" : {
  }
}


List of Parameters

Personal tools