List Active Alarms(LST ALMAF)

Function

An OM command that queries the active alarms, that is, the fault alarms that are not cleared in the current system.

This command is used for the interface between internal modules of the software, especially for the synchronization with the M2000. It is recommended that you use the LST ALMLOG command to query the alarm information.

To query all the active alarms, do not set any parameter.

To query the specific active alarms based on certain conditions, set the related parameters. Each parameter can be used as one condition, which can be combined in the query.

Note

None.

Parameters

ID Name Description
SSSN Start Sync Serial No.

Meaning: start synchronization number of the alarm records

Value range: 1-2147483646

Explanation: Each reported alarm is assigned a synchronization number in succession. The clear alarm and corresponding fault alarm have different synchronization numbers.

Default value: None

ESSN End Sync Serial No.

Meaning: end synchronization number of alarm records

Value range: 1-2147483646

Explanation: This parameter specifies the end synchronization number of the alarm records to be queried.

Default value: None

SCSN Start Serial No.

Meaning: start serial number of the alarm to be queried

Value range: 1-2147483646

Explanation: Each reported alarm is assigned a serial number in succession. The clear alarm and corresponding fault alarm have the same serial number.

Default value: None

ECSN End Serial No.

Meaning: end serial number of the alarm records to be queried

Value range: 1-2147483646

Explanation: This parameter specifies the end serial number of the alarm records to be queried.

Default value: None

SRN Subrack No.

Meaning: number of the BSC subrack that generates the alarm

Value range: 0-30

Explanation: This parameter specifies the subrack that generates the alarm to be queried. If the parameter is not set, the alarms generated in all the subracks are queried.

Default value: None

SN Slot No.

Meaning: number of the BSC slot that generates the alarm

Value range: 0-27

Explanation: This parameter specifies the slot that generates the alarm to be queried. If the parameter is not set, the alarms generated in all the slots are queried.

Default value: None

CNT Records to Return

Meaning: number of alarm records to be returned

Value range: 0-1000

Explanation: This parameter specifies the number of alarm records to be returned. The value 0 indicates that all the active alarms are returned. A maximum of 1000 alarm records are returned in each query and 64 alarm records are returned for each query by default.

Default value: 64

Example

1.To list the current alarms with 64 records displayed and other parameters set as follows:
- Start Sync Serial No.: 1
- End Sync Serial No.: 9000
- Start Serial No.: 1
- End Serial No.: 2000000000
- Subrack No.: 12
- Slot No.: 25

MML% LST ALMAF:SSSN=1,ESSN=9000,SCSN=1,ECSN=2000000000,SRN=12,SN=25;
+++    HUAWEI        2008-07-15 17:03:25
O&M    #9
%%LST ALMAF:SSSN=1,ESSN=9000,SCSN=1,ECSN=2000000000,SRN=12,SN=25;%%
RETCODE = 0  Operation succeeded

ALARM  2           Fault     Critical        BSC6000   21551      Communication
     Sync serial No.  =  3
          Alarm name  =  Ater OML Broken Alarm
   Alarm raised time  =  2008-07-15 17:01:03
       Location info  =  Index No.=10,Subrack No.=12, Slot No.=25,E1/T1 Port No.
=29

ALARM  3           Fault     Critical        BSC6000   21551      Communication
     Sync serial No.  =  4
          Alarm name  =  Ater OML Broken Alarm
   Alarm raised time  =  2008-07-15 17:01:03
       Location info  =  Index No.=10,Subrack No.=12, Slot No.=25,E1/T1 Port No.
=39

(Number of results = 2)

---    END
2.To list the current alarms with 64 records displayed and no parameters to be set:
LST ALMAF:;
result:
+++    HUAWEI        2008-07-17 15:02:03
O&M    #10360
%%LST ALMAF:;%%
RETCODE = 0  Operation succeeded

ALARM  2           Fault     Critical        BSC6000   21551      Communication
     Sync serial No.  =  3
          Alarm name  =  Ater OML Broken Alarm

   Alarm raised time  =  2008-07-15 17:01:03
       Location info  =  Index No.=10,Subrack No.=12, Slot No.=25,E1/T1 Port No.

=29

ALARM  3           Fault     Critical        BSC6000   21551      Communication
     Sync serial No.  =  4
          Alarm name  =  Ater OML Broken Alarm

   Alarm raised time  =  2008-07-15 17:01:03
       Location info  =  Index No.=10,Subrack No.=12, Slot No.=25,E1/T1 Port No.

=39

ALARM  9           Fault     Critical        BSC6000   801        Running
     Sync serial No.  =  10
          Alarm name  =  Data Out of Synchronization

   Alarm raised time  =  2008-07-16 13:44:08
       Location info  =  Subrack No.=0,Slot No.=4,Subslot No.=0,CPU No.=0

(Number of results = 3)

---    END

Output Description

Domain Name Description
Serial No.

Serial number of the alarm record

Alarm Type

Type of the alarm.FLT: fault alarm,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,which can be one of the following:

Sync serial No.

Sync serial No.

Alarm name

Alarm name

Alarm raised time

Alarm raised time

Location info

Location informaton of the alarm


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