rmu
SS7/Sigtran > Configuration > Remote MTP3 Users page
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.
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.
Operation | Description |
---|---|
Reset | Resets the MP's view of the remote subsystem. |
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.
Attribute Name | GUI Field Name | For Operation | Notes |
---|---|---|---|
domain | SS7 Domain |
|
Not applicable |
pointcode | Remote Point Code |
|
Point codes are normalized based on the specified SS7 domain. Some examples follow:
|
ssn | Remote SSN |
|
CLI ignores leading zeros, for example: 001 = 01 = 1 |
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.
Attribute Name | GUI Field Name | Operation |
---|---|---|
name | Remote MTP3 User Name |
|
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