Managed object
rsp
GUI Page updated
page.
Allowed operations
Table 5-11 shows the operations allowed on the page. The operations are not case-sensitive.
Table 5-11 CLI RSP Allowed Configuration Operations
Operation | Description |
---|---|
Insert | Adds an RSP to the configuration. |
Delete | Deletes an RSP from the configuration. |
Edit | Allows modification of an existing RSP. |
Table 5-12 CLI RSP Allowed Maintenance Operation
Operation | Description |
---|---|
Reset | Resets the MP's view of the network status of both routes to Available. |
Required attributes
Table 5-13
lists the required attributes for the
rsp
managed object. The table maps the
command attributes to their corresponding field names on the
page. The attribute values are
case-sensitive.
Note:
Remote Signaling Point elements provide valid attribute values.Table 5-13 CLI RSP Required Attributes
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 |
Optional attribute
Table 5-14
lists an optional attribute for the
rsp
managed object. The table maps the
command attribute to its corresponding field name on the
page. The attribute values are
case-sensitive.
Note:
Remote Signaling Point elements provide valid attribute values.Table 5-14 CLI RSP Optional Attribute
Attribute Name | GUI Field Name | For Operation |
---|---|---|
name | Remote Signaling Point Name | Insert |
asgroup | Adjacent Server Group | Insert |
Samples
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