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

Previous
Previous
Next
Next

Remote MTP3 Users

Managed object

rmu

GUI Page updated

SS7/Sigtran > Configuration > Remote MTP3 Users page.

Allowed operations

Table 5-15 shows the operations allowed on the SS7/Sigtran > Configuration > Remote MTP3 Users page. The operations are not case-sensitive.

Table 5-15 CLI RMU Allowed Configuration operations

Operation Description
Insert Adds an RMU to the configuration.
Delete Deletes an RMU from the configuration.

Table 5-16 shows the operation allowed on the SS7/Sigtran > Maintenance > Remote MTP3 Users page. The operation is not case-sensitive.

Table 5-16 CLI RMU Allowed Maintenance Operation

Operation Description
Reset Resets the MP's view of the remote subsystem.

Required attributes

Table 5-17 lists the required attributes for the rmu managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Remote MTP3 Users page. The attribute values are case-sensitive.

Note:

Remote MTP3 Users elements provide valid attribute values.

Table 5-17 CLI RMU Required attributes

Attribute Name GUI Field Name For Operation Notes
domain SS7 Domain
  • Insert
  • Delete
Not applicable
pointcode Remote 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
ssn Remote SSN
  • Insert
  • Delete
CLI ignores leading zeros, for example: 001 = 01 = 1

Optional attributes

Table 5-18 lists the optional attributes for the rmu managed object. The table maps the command attributes to their corresponding field names on the SS7/Sigtran > Configuration > Remote MTP3 Users page. The attribute value is case-sensitive.

Note:

Remote MTP3 Users elements provide valid attribute values.

Table 5-18 CLI RMU Optional Attribute

Attribute Name GUI Field Name Operation
name Remote MTP3 User Name Insert

Samples

To insert an RMU named RMU_01 with a point code of 3-3-3, the domain as ANSI, and an SSN of 5, use any of use any of these commands:

insert: rmu: pointcode=003-003-003: domain=ansi: ssn=5

Insert: RMU: Pointcode=3-3-3: Domain=ansi: Ssn=5

INSERT: RMU: NAME=RMU_01: POINTCODE=003-003-003: DOMAIN=ANSI: SSN=5

To delete the RMU RMU_01, use any of the following commands:

delete: rmu: pointcode=003-003-003: domain=ansi: ssn=5

Delete: RMU: Pointcode=3-3-3: Domain=ansi: Ssn=5

DELETE: RMU: POINTCODE=003-003-003: DOMAIN=ANSI: SSN=5