Actions

Toolpack:Creating an SCCP SSN C: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
=== '''''Applies to version(s): v2.9, v2.10, v3.0''''' ===
{{DISPLAYTITLE:Creating an SCCP SSN}}
{{DISPLAYTITLE:Creating an SCCP SSN}}
After you have configured an SCCP Route, you can add [[SCCP]] [[SSN|Sub-System Number]] (SSN) on the route.
After you have configured an SCCP Route, you can add [[SCCP]] [[SSN|Sub-System Number]] (SSN) on the route.

Revision as of 11:48, 20 December 2017

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

After you have configured 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 to this 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