lsu
SS7/Sigtran > Configuration > Local SCCP Users page
Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Local SCCP Users page. The operation is not case-sensitive; for example, ENABLE, Enable and enable are valid.
Operation | Description |
---|---|
Insert | Adds an LSU to the configuration. |
Delete | Deletes an LSU from the configuration. |
Table 2 shows the operations allowed on the SS7/Sigtran > Maintenace > Local SCCP Users page. The operation is not case-sensitive; for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Enable | Enables an LSU to the system. |
Disable | Disables an LSU to the system. |
Table 3 lists the required attributes for the lsu managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Local SCCP Users page in the GUI.
The attribute names are not case sensitive; however, the attribute values are.
Attributes Name | GUI Field Name | For Operation | Note |
---|---|---|---|
pointcode | Local Signaling Point |
|
Point codes are normalized based on the specified SS7 domain. Some examples follow:
|
domain | SS7 Domain |
|
Not applicable |
ssn | SSN |
|
Not applicable |
application | Application Name |
|
Not applicable |
Table 4 lists the optional attributes for the lsu managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Local SCCP Users page in the GUI.
The attribute names are not case sensitive; however, the attribute values are.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
nename | Signaling Network Element Name |
|
In the MD-IWF SS7 Application, where configuration is performed from the SOAM, this parameter is optional. |
force | Not applicable. |
|
The only valid value is force=1. The attribute is used to force the delete operation for an association, irrespective of its Admin State. |
To insert an LSU with a point code of 1-1-1, the domain as ANSI, and an SSN of 5, use any of the following commands:
insert: lsu: nename=NO_01: pointcode=1-1-1: domain=ansi: ssn=5: application=LocalSCCPUser Insert: Lsu: NeName=NO_01: Pointcode=001-001-001: Domain=Ansi: Ssn=5: Application=LocalSCCPUser INSERT: LSU: NENAME=NO_01: POINTCODE=001-001-001: DOMAIN=ANSI: SSN=5: APPLICATION=LocalSCCPUser
To delete an LSU with a point code of 1-1-1, the domain as ANSI, and an SSN of 5, use any of the following commands:
delete: lsu: pointcode=1-1-1: domain=ansi: ssn=5 Delete: Lsu: Pointcode=001-001-001: Domain=Ansi: Ssn=5: Force=1 DELETE: LSU: POINTCODE=001-001-001: DOMAIN=ANSI: SSN=5