Managed object
rmu
GUI Page updated
page.
Allowed operations
Table 5-15 shows the operations allowed on the 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 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
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 |
|
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 |
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
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