Remove Condition for Shielding Alarms(RMV OBJALMSHLD)

Function

A configuration command that deletes an alarm shielding record in the configuration database. It can remove the shield of a specific alarm ID, or remove the shield of specific alarms or all alarms under an object. An object can be a BTS, a cell , a BSC board or a port.

Note

The MML Client communicates normally with the BSC.

Parameters

ID Name Description
OBJTP Object Type of Shielded Alarm

Meaning: Object Type of Shielded Alarm

Value range: SITE(SITE), CELL(CELL), BOARD(BOARD), PORT(PORT)

Explanation: This parameter specifies whether to delete shielded alarms by BTS, cell, or board. The alarms to be deleted should be alarms added through the ADD OBJALMSHLD command.

Default value: None

STIDX BTS Index

Meaning: BTS index

Value range: 0-2047

Explanation:

1. This parameter specifies the index of a BTS. Each BTS is numbered uniquely in a BSC.

2. This parameter specifies the BTS index for the system operation. BTS index specifies a global BTS index.

3. This parameter is mandatory if BYIDX(By Index) is selected for Index Type.

Default value: None

CELLIDX Cell Index

Meaning: cell index

Value range: 0-2047

Explanation: This parameter specifies the number of the cell where TRXs reside. The cell index is unique in one BSC.

Default value: None

SRN Subrack No.

Meaning: subrack number

Value range: 0-11

Explanation: This parameter specifies the number of the subrack where a BTS board is located. The subrack number is unique in a site.

Default value: None

SN Slot No.

Meaning: slot number

Value range: 0-27

Explanation: This parameter specifies the number of the slot in which a BTS board is located.

Default value: None

PORTNO Port No.

Meaning: Port No.

Value range: 0~255

Explanation: E1/T1 port or optical port.

Default value: None

AIDST Alarm type

Meaning: alarm select mode

Value range: ALL(All), ONEBYONE(OneByOne)

Explanation: This parameter specifies whether to delete all shielded alarms or to delete shielded alarms one by one.

Default value: None

OBJAID Alarm ID

Meaning: object alarm ID

Value range: 11-65533

Explanation: This parameter specifies the alarm ID. This parameter uniquely identifies an alarm.

Default value: None

Example

1. Delete the alarm object shielding conditions (Object Type of Shielded Alarm = SITE(SITE); BTS Index = 1; Alarm type = ALL(All)):
RMV OBJALMSHLD: OBJTP=SITE, STIDX=1, AIDST=ALL;
2. Delete the alrm object shielding conditions (Object Type of Shielded Alarm = CELL(CELL); Cell Index = 1; Alarm type = ONEBYONE(OneByOne); Alarm ID = 20421&20423):
RMV OBJALMSHLD: OBJTP=CELL, CELLIDX=1, AIDST=ONEBYONE, OBJAID=20421&20423;
Note:
If alarm 20421 or 20423 does not exist under cell 1, the system prompts that the object and the alarm ID do not match.
3. Delete the alarm shielding conditions (Object Type of Shielded Alarm = CELL(CELL); Cell Index = 1; Alarm type = ALL(All)):
RMV OBJALMSHLD: OBJTP=CELL, CELLIDX=1, AIDST=ALL;
Related reference
Add Condition for Shielding Alarms(ADD OBJALMSHLD)
List Conditions for Shielding Alarms(LST OBJALMSHLD)

Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.