Toolpack:Creating an SCCP LSAP C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating an SCCP LSAP}} After you create an SCCP network, you must create a new SCCP lower service access poin...")
 
(Added northbound data)
Line 43: Line 43:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]
 +
max_msg_len = 272
 +
name        = "@[sccp_lsap]"
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "max_msg_len" : 272,
 +
  "name" : "@[sccp_lsap]",
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 11:39, 21 January 2016

Applies to version(s): v2.9

After you create an SCCP network, you must create a new SCCP lower service access point (LSAP).

Creating an LSAP tells the SCCP protocol layer about a collection of SS7 nodes that are accessible through MTP3.

To Create an SCCP LSAP:

1- Select SCCP from the navigation panel


Create SCCP Stack 0.png


2- Select an SCCP Network


Select SCCP Network 0.png


3- Click Create New SCCP LSAP in the SCCP network configuration window


Create SCCP LSAP 0.png


4- Configure the new SCCP LSAP:

  • Enter a Name for the LSAP
  • Click Create

Create SCCP LSAP 1.png


5- Verify that the "SccpLsap was successfully created" message appears


Create SCCP LSAP 2.png


Path

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]
max_msg_len = 272
name        = "@[sccp_lsap]"

Parameters (json)

{
  "max_msg_len" : 272,
  "name" : "@[sccp_lsap]",
}


List of Parameters

Advanced Parameters

Personal tools