Actions

Toolpack:Creating an SCCP SSN C: Difference between revisions

mNo edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
{{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.
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|}


SCCP [[Parameter: Sub-System Number|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.  
After you configure an SCCP Route, you can add [[SCCP]] [[SSN|Sub-System Number]] (SSN) on the route.
 
SCCP [[Parameter: Sub-System Number|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:
To Create an SCCP SSN:

Latest revision as of 14:16, 24 June 2024

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