An OM command that queries the alarm configuration in the system.
To query the configuration of all the alarms, do not set any parameter.
To query the configuration of specific alarms based on certain conditions, set related parameters. Each parameter can be used as one condition, which can be combined in the query.
If the alarm configuration is not modified, the default alarm configuration is obtained; otherwise, the modified alarm configuration is obtained. After the running of this command, the query result is always the running alarm configuration.
ID | Name | Description |
---|---|---|
STARTAID | Start Alarm ID | Meaning: start alarm ID Value range: 1-65533 Explanation: This parameter specifies the start alarm ID in the query. If the parameter is not set, the query starts from alarm 1 by default. Default value: none |
ENDAID | End Alarm ID | Meaning: end alarm ID Value range: 1-65533 Explanation: This parameter specifies the end alarm ID in the query. Default value: none |
ALVL | Alarm Severity | Meaning: alarm severity Value range: Critical(Critical Alarm), Major(Major Alarm), Minor(Minor Alarm), Warning(Warning) Explanation: This parameter specifies the alarm severity. You can select one or more options among Critical(Critical Alarm), Major(Major Alarm), Minor(Minor Alarm), and Warning(Warning). If this parameter is not set, all the alarm severities are selected by default. Default value: none |
SHLDFLG | Shield Flag | Meaning: whether the alarm is shielded Value range: unshielded(Unshield), shielded(Shield), all(All) Explanation: This parameter specifies the queried alarm is shielded. Default value: all(all) |
BOXFLG | to Alarm Box Flag | Meaning: whether the alarm to be queried is reported to the alarm box Value range: nonrpt(Not Report to Alarm-Box), rpt(Report to Alarm-Box), all(All) Explanation: This parameter specifies whether the alarm is reported to the alarm box. Default value: all(all) |
MODFLG | Modify Flag | Meaning: whether the configuration of the alarm to be queried is modified Value range: unmodified(Unmodify), modified(Modify), all(All) Explanation: This parameter specifies whether the configuration of the alarm to be queried is modified. Default value: all(all) |
CNT | Records to return | Meaning: number of alarm records to be returned in each query Value range: 0-1000 Explanation: This parameter specifies the number of alarm records to be returned in each query. The value 0 indicates that the configuration of all the alarms is queried. By default, 64 alarm records are returned for each query. Default value: 64 |
Example 1: To list the alarm configuration records by setting the conditions as follows: - Start Alarm ID: 11 - End Alarm ID: 300 - Alarm Severity: CRITICAL - Modification Flag: ALL(all) - Records to Return: 1 Execute the following command: LST ALMCFG: STARTAID=11, ENDAID=300, ALVL=CRITICAL-1&MAJOR-0&MINOR-0&WARNING-0, MODFLG=ALL, CNT=1; The result is displayed as follows: MML% LST ALMCFG: STARTAID=11, ENDAID=300, ALVL=CRITICAL-1&MAJOR-0&MINOR-0&WARNIN G-0, MODFLG=ALL, CNT=1; +++ HUAWEI 2008-07-16 08:05:01 O&M #10 %%LST ALMCFG: STARTAID=11, ENDAID=300, ALVL=CRITICAL-1&MAJOR-0&MINOR-0&WARNING-0 , MODFLG=ALL, CNT=1;%% RETCODE = 0 Operation succeeded ALARM 0 Fault Critical BSC6000 103 Communication Alarm name = All SS7 Links Faulty Alarm shield flag = Unshielded To alarm box flag = Report Modification flag = Unmodified Original alarm severity = Critical Original alarm shield flag = Unshielded Original to alarm box flag = Report (Number of results = 1) --- END Example 2: To list all alarm configuration records: LST ALMCFG:;
Domain Name | Description |
---|---|
Serial No. | Serial number of the alarm record |
Alarm Type | Type of the alarm<br>- FLT: fault alarm<br>- EVT: event alarm |
Alarm Severity | Severity of the alarm. CRITICAL: critical alarm,MAJOR: major alarm,MINOR: minor alarm,WARNING: warning |
Alarm Source | Source where the alarm is generated |
Alarm ID | Uniquely identifying a type of alarm |
Event Type | Event type of the alarm record. power(power system), env(environment system), sig(signaling system), trunk(relay system), hardware(hardware system), software(software system), run(running system), comm(communication system), service(QoS), handle(Processing Error). |
Alarm name | Alarm name |
Alarm shield flag | Alarm shield flag to indicate if the alarm is shieled |
To alarm box flag | To alarm box flag to indicate if the alarm is reported to alarm box |
Modification flag | Modification flag to indicate if the alarm has been modified |