Actions

Creating an SCCP Route

Revision as of 12:06, 3 February 2017 by Allyntree (talk | contribs)

Applies to version(s): v2.9, v2.10

Now that you have created an SCCP LSAP, you must create a new SCCP route for your system. This step in the Web Portal configuration is to create a route to a specific destination point code (DPC).

To Create an SCCP Route:


1- Select SCCP from the navigation panel


Create SCCP Stack 0.png


2- Select an SCCP Network


Select SCCP Network 0.png


3- Select an SCCP LSAP


Select SCCP LSAP 0.png


4- Click Create new Sccp Route in the SCCP LSAP configuration window

Create SCCP Route 0.png


5- Configure the new SCCP Route:

Create SCCP Route 1.png


6- Verify that the "SccpRoute was successfully created" message appears

Create SCCP Route 2.png


7- Configure SCCP Route Backup Point Code

Create SCCP Route 3.png

  • Note: For each selected point codes, a valid SCCP route must exist.


Path

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

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]
backup_point_codes     = [  ]
destination_point_code = "@[point_code]"
name                   = "@[sccp_route]"
protocol_variant       = "ITU96"
replication_mode       = "DOMINANT"
sls_mask               = "5_BITS"

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]/advanced_parameters
broadband_support = false
options           = [ "ADJACENT_NODE", "ONLINE_BY_DEFAULT" ]

Parameters (json)

{
  "advanced_parameters" : {
    "broadband_support" : false,
    "options" : [
      "ADJACENT_NODE",
      "ONLINE_BY_DEFAULT"
    ]
  },
  "backup_point_codes" : [
  ],
  "destination_point_code" : "@[point_code]",
  "name" : "@[sccp_route]",
  "protocol_variant" : "ITU96",
  "replication_mode" : "DOMINANT",
  "sls_mask" : "5_BITS",
}

List of Parameters

Advanced Parameters