Remote Signaling Points

Managed object

rsp

GUI Page updated

SS7/Sigtran > Configuration > Remote Signaling Points page

Allowed operations

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.

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 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.

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 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.

Note: All attribute values must be valid values that are allowed by the GUI (see Remote Signaling Point elements ).
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 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.

Note: All attribute values must be valid values that are allowed by the GUI (see Remote Signaling Point elements).
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