Remote MTP3 Users

Managed object

rmu

GUI Page updated

SS7/Sigtran > Configuration > Remote MTP3 Users page

Allowed operations

Table 1 shows the operations allowed on the SS7/Sigtran > Configuration > Remote MTP3 Users page. The operation is not case-sensitive; for example, INSERT, insert and Insert are valid.

CLI RMU Allowed Configuration operations
Operation Description
Insert Adds an RMU to the configuration.
Delete Deletes an RMU from the configuration.

Table 2 shows the operation allowed on the SS7/Sigtran > Maintenance > Remote MTP3 Users page. The operation is not case-sensitive; for example, RESET, Reset, and reset are valid.

CLI RMU Allowed Maintenance Operation
Operation Description
Reset Resets the MP's view of the remote subsystem.

Required attributes

Table 3 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 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 MTP3 Users elements).
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 4 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 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 MTP3 Users elements).
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