1. The shielded alarm is not reported. Use this command with caution because the alarm may not be reported in time.
2. Select more than one alarm with &.
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 shield an alarm by BTS, cell, or board. 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. The BTS index is unique in a BSC. 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. | Meanings:port number 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: If this parameter is set to ALL, all alarms are shielded. If this parameter is set to ONEBYONE, only a specific alarm is shielded. If ONEBYONE is specified, you must specify the alarm ID. Default value: ALL |
OBJAID | Alarm ID | Meaning: alarm ID Value range: 11-65533 Explanation: 1. This parameter is the sole index of an alarm and the keyword in the alarm configuration table of the network management system. 2. If multiple alarm IDs are available, add & between them. Default value: None |
1. Add the condition for shielding alarms (Object Type of Shielded Alarm = SITE; BTS Index = 0; Alarm Type = ONEBYONE; Alarm ID = 801&802): ADD OBJALMSHLD: OBJTP=SITE, STIDX=0, AIDST=ONEBYONE, OBJAID=801&802; If BTS 0 is not configured, MML Client prompts parameter error. If alarm 801 or alarm 802 does not exist under BTS 0, MML Client prompts that the object and the alarm ID do not match. 2. Add the condition for shielding alarms (Object Type of Shielded Alarm = CELL; Cell Index = 0; Alarm Type = ALL): ADD OBJALMSHLD: OBJTP=CELL, CELLIDX=0, AIDST=ALL; If cell 0 is not configured, MML Client prompts parameter error.