rsp
SS7/Sigtran > Configuration > Remote Signaling Points page
Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Remote Signaling Points page. The operation is not case-sensitive, for example, INSERT, insert and Insert are valid.
Operation | Description |
---|---|
Insert | Adds an RSP to the configuration. |
Delete | Deletes an RSP from the configuration. |
Edit | Allows modification of an existing RSP. |
Table 2 shows the operation allowed on the SS7/Sigtran > Maintenance > Remote Signaling Points page. The operation is not case-sensitive; for example, RESET, Reset and reset are valid.
Operation | Description |
---|---|
Reset | Resets the MP's view of the network status of both routes to Available. |
Table 3 lists the required attributes for the rsp managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Remote Signaling Points page in the GUI.
The attribute names are not case sensitive; however, the attribute values are.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
pointcode | MTP Point Code |
|
Point codes are normalized based on the specified SS7 domain. Some examples follow:
|
domain | SS7 Domain |
|
Not applicable |
Table 4 lists an optional attribute for the rsp managed object. The table maps the command attribute to its corresponding field name on the SS7/Sigtran > Configuration > Remote Signaling Points page in the GUI.
The attribute name is not case sensitive; however, the attribute value is.
Attribute Name | GUI Field Name | For Operation |
---|---|---|
name | Remote Signaling Point Name |
|
asgroup | Adjacent Server Group |
|
To insert RSP STP_01 with pointcode 100-1-1 for the ANSI Domain with the Adjacent Server Group as asg1, use any of the following commands:
insert: rsp: pointcode=100-1-1: domain=ansi: asgroup=asg1 Insert: RSP: pointcode=100-1-1: domain=ansi: asgroup=asg1 INSERT: RSP: name=STP_01: pointcode=100-1-1: domain=ansi: asgroup=asg1
To delete RSP STP_01, use any of the following commands:
delete: rsp: pointcode=100-1-1: domain=ansi Delete: RSP: pointcode=100-1-1: domain=ansi DELETE: RSP: pointcode=100-1-1: domain=ansi