Actions

Creating an SCCP SSN

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3

After you configure an SCCP Route, you can add SCCP Sub-System Number (SSN) on the route.

SCCP Sub-System Number are used to identify applications of this route's DPC. SCCP managament will maintain the availability state for each SSN associated with the route's DPC. The SSN management status affects the routing decision. If a peer SSN is unavailable, the SCCP stack will try an alternate DPC/route.

To Create an SCCP SSN:

1- Select SCCP from the navigation panel



2- Select an SCCP Network



3- Select an SCCP LSAP



4- Select an SCCP Route



5- Click Create New SSN from the SCCP route configuration window


6- Configure the new SCCP SSN:


7- Verify that the "SccpRtSsn was successfully created" message appears


8- Configure SCCP Route SSN Backup Point Code

  • 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]/sccp_ssns/@[sccp_ssn]

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/sccp_lsaps/@[sccp_lsap]/sccp_routes/@[sccp_route]/sccp_ssns/@[sccp_ssn]
backup_point_codes          = [ "@[point_code]" ]
first_concerned_point_code  = "@[point_code]"
options                     = [ "ACCESSIBLE_BY_DEFAULT" ]
replication_mode            = "DOMINANT"
second_concerned_point_code = "@[point_code]"
sub_system_number           = 1

Parameters (json)

{
  "backup_point_codes" : [
    "@[point_code]"
  ],
  "first_concerned_point_code" : "@[point_code]",
  "options" : [
    "ACCESSIBLE_BY_DEFAULT"
  ],
  "replication_mode" : "DOMINANT",
  "second_concerned_point_code" : "@[point_code]",
  "sub_system_number" : 1
}


List of Parameters