Go to primary content
Diameter Signaling Router SS7/Sigtran
Release 8.2
E89009
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Remote Signaling Points

Managed object

rsp

GUI Page updated

SS7/Sigtran > Configuration > Remote Signaling Points page.

Allowed operations

Table 5-11 shows the operations allowed on the SS7/Sigtran > Configuration > Remote Signaling Points 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 shows the operation allowed on the SS7/Sigtran > Maintenance > Remote Signaling Points page. The operation is not case-sensitive.

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 SS7/Sigtran > Configuration > Remote Signaling Points 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
  • Insert
  • Delete
Point codes are normalized based on the specified SS7 domain. Some examples follow:
  • ANSI point code 1-1-1 becomes 001-001-001
  • ITU-I point code 1-1-1 becomes 1-001-1
  • ITU-N point code 00001 becomes 1 and ITU-N point code 000 becomes 0
domain SS7 Domain
  • Insert
  • Delete
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 SS7/Sigtran > Configuration > Remote Signaling Points 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