Managed object
lsu
GUI page updated
page.
Allowed operations
Table 5-29 shows the operations allowed on the page. The operations are not case-sensitive.
Table 5-29 CLI LSU Allowed Configuration Operations
| Operation | Description |
|---|---|
| Insert | Adds an LSU to the configuration. |
| Delete | Deletes an LSU from the configuration. |
Table 5-23 shows the operations allowed on the page. The operations are not case-sensitive.
Table 5-30 CLI LSU Allowed Maintenance Operations
| Operation | Description |
|---|---|
| Enable | Enables an LSU to the system. |
| Disable | Disables an LSU to the system. |
Required attributes
Table 5-31
lists the required attributes for the
lsu managed object. The table maps the
command attributes to their corresponding field names on the
page. The attribute values are case-sensitive.
Note:
Local SCCP Users elements provide valid attribute values.Table 5-31 CLI LSU Required Attributes
| 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 | Insert | Not applicable |
Optional attributes
Table 5-32
lists the optional attributes for the
lsu managed object. The table maps the
command attributes to their corresponding field names on the
page. The attribute values are case-sensitive.
Note:
Local SCCP Users elements provide valid attribute values.Table 5-32 CLI LSU Optional Attributes
| Attribute Name | GUI Field Name | For Operation | Notes |
|---|---|---|---|
| nename | Signaling Network Element Name | Insert | In the MD-IWF SS7 Application, where configuration is performed from the SOAM, this parameter is optional. |
| force | Not applicable | Delete | The only valid value is force=1. The attribute is used to force the delete operation for an association, irrespective of its Admin State. |
Samples
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