Ori005301 Rac6610 Alarm System Issue 1.1

  • Uploaded by: api-19974739
  • 0
  • 0
  • July 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ori005301 Rac6610 Alarm System Issue 1.1 as PDF for free.

More details

  • Words: 1,237
  • Pages: 37
ORI005301 RAC6610 Alarm System ISSUE 1.1

Wireless Wireless Curriculum Curriculum Development Development Section Section

Objectives

 Upon

completion of this course,you will be able to:

 Perform

alarm query complying with requests.

 Understand

the basic concepts of alarm, such as

alarm level , alarm type, etc.  Perform

the alarm configuration correctly.

Confidential Information of Huawei.

Security Level: Internal

Course Contents

Chapter 1 Alarm Management Description Chapter2 Alarm Query Chapter3 Alarm Maintenance Chapter4 Alarm Box Management Chapter5 BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Structure of Alarm Management System

Radio layer Alarm Alarm filtration forwarding

BSC FAM

BTS FAM

OMU

BAM

Alarm Box Confidential Information of Huawei.

Security Level: Internal

Alarm Box

Alarm processing

Communication Gateway

Alarm detection

MML Server

CMUX Alarm management

Alarm storage query Exchange

Transport layer Alarm

Basic Concepts

Alarm Type ♠Event Alarm ♠Fault Alarm ♠Recovery Alarm The fault alarm and recovery alarm should occur in pairs.

Confidential Information of Huawei.

Security Level: Internal

Basic Concepts

Alarm Level ♠Critical Level ♠Major Level ♠Minor Level ♠Warning Level •It indicates the severity of the alarm. •The highest level is the critical level. Confidential Information of Huawei.

Security Level: Internal

Basic Concept

Alarm ID Used to identify the category of alarm.

Alarm Sequence Number Used to identify the sequence of alarms generated.

Confidential Information of Huawei.

Security Level: Internal

Course Contents

Chapter 1 Alarm Management Description Chapter2 Alarm Query Chapter3 Alarm Maintenance Chapter4 Alarm Box Management Chapter5 BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Alarm Query Commands

 LST

ALMFE

 LST

ALMLOG

 LST

NEALMLOG

 LST

ALMINF

 LST

ALMCFG

Confidential Information of Huawei.

Security Level: Internal

Query the Current Alarms

Example: To query the current alarms ( including fault alarms and event alarms) in the system and return a maximum of 100 results .  Command: LST ALMFE : CNT=100; 

Confidential Information of Huawei.

Security Level: Internal

Query RAC History Alarm  Example

1: Query history alarms of RAC. Alarm level: cirtical and major

alarms. Up to 200 records will be returned when the alarm level are “Critical” and “Major” for history alarm query.  Command:

LST

ALMLOG:

ALMTP=flt,

ALVL=EMERGENCY-

1&IMPORTANT-1&COMMON-0&NOTIFICATION-0, CNT=200;

Confidential Information of Huawei.

Security Level: Internal

Difference Between Current Alarm and History Alarm  Current

Alarm: The current alarm refers to a fault alarm or an

event alarm that has not been recovered or acknowledged .  History

Alarm: All alarms generated in the system, including

fault alarms and event alarms, whether recovered or confirmed are called history alarms.

Confidential Information of Huawei.

Security Level: Internal

Query Information of History Alarm of the BTS

 Example

1: Query all the history alarms with alarm level of

emergency alarm & common alarm of the BTSs from No. 10 to No. 13, at most 200 records are required.  Command:

ENDNOEID=13,

LST

NEALMLOG: ALMTP=flt,

STARTNEID=10, ALVL=EMERGENCY-

1&IMPORTANT-0&COMMON-1&NOTIFICATION-0, CNT=200;

Confidential Information of Huawei.

Security Level: Internal

Query Alarm Detailed Information

 The

serial No. of the alarm is the only command parameter

that needs to be input..  Example:

Query the detailed information of the alarm whose

serial No. is 2200.  Command:

Confidential Information of Huawei.

LST ALMINF: CSN=2200;

Security Level: Internal

Query Alarm Configuration Information

 Example1:

Query the configuration information of the alarms

whose IDs are between 100 and 200.  Command:

Confidential Information of Huawei.

LST ALMCFG: STARTAID=100, ENDAID=200;

Security Level: Internal

Course Contents

Chapter 1 Alarm Management Description Chapter2 Alarm Query Chapter3 Alarm Maintenance Chapter4 Alarm Box Management Chapter5 BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Alarm Management Commands

 RMV

ALMFLT

 RMV

ALMLOG

 SET

ALMACK

 SET

ALMLVL

 SET

ALMMSK

 SET

CLTRPT

Confidential Information of Huawei.

Security Level: Internal

Manually Reset Alarm

Example:

Manually recover the alarms whose serial No. is between 111 and 222. Command: RMV ALMFLT: STARTCSN=111, ENDCSN=222;

Confidential Information of Huawei.

Security Level: Internal

Delete History Alarm

 Example1:

Delete history alarms generated during the days

between 2001-02-03 and 2001-02-05.  Command:RMV

ALMLOG:

ED=2001&02&05;

Confidential Information of Huawei.

Security Level: Internal

SD=2001&02&03,

Alarm Confirmation  Example1:

Confirm alarms whose serial No. is between 2000 and 2100.

 Command:SET

Confidential Information of Huawei.

ALMACK: STARTCSN=2000, ENDCSN=2100;

Security Level: Internal

Set Alarm Level

 Example1:

Set alarm level as “Major” for alarms whose ID is

between 100 and 200.  Command:

SET ALMLVL: STARTAID=100, ENDAID=200,

NEWALVL=IMPORTANT;

Confidential Information of Huawei.

Security Level: Internal

Set Alarm Shielding Flag

 Example1:  Command:

Shield alarms whose IDs are between 50 and 80. SET ALMMSK: STARTAID=50, ENDAID=80,

MSKFLG=MASK;  the

system will not store and display the shielded alarms.

Confidential Information of Huawei.

Security Level: Internal

Set Alarm Report

 Example

1: Set alarms whose ID is between 100 and 120 not

to be reported to the client.  Command:  SET

CLTRPT:

STARTAID=100,

RPTFLG=NONRPT;

Confidential Information of Huawei.

Security Level: Internal

ENDAID=120,

Difference Between SET ALMMSK & SET CLTRPT

 If

SET ALMMSK

is executed, the foreground will not stored

corresponding alarms. And the alarms could not be queried by command “LST ALMLOG” or “LST ALMLOG”, but the execution result of “SET CLTPRT” is not in this case.  The

alarms will be sent to alarm box even if ”SET CLTRPT” is

executed.

Confidential Information of Huawei.

Security Level: Internal

Course Contents

Chapter 1 Alarm Management Description Chapter2 Alarm Query Chapter3 Alarm Maintenance Chapter4 Alarm Box Management Chapter5 BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Configuration of Communication Gateway

Confidential Information of Huawei.

Security Level: Internal

Query Alarm Indicator Status Example: Query the status of the current alarm indicator. Command: LST BOXLGT:; The information returned from the system is as follows: %%LST BOXLGT:;%% RETCODE = 0 Execution succeeded Critical : 3 Alarm Major : 14 Alarm Minor 0 Alarm Warning |#|#| 0 Alarm

Confidential Information of Huawei.

Security Level: Internal

Manually Switch Off Alarm Indicator

 Example:

Switch off the alarm box indicator of “Warning”

alarms.  Command:

Confidential Information of Huawei.

CLR BOXLGT: ALVL=NOTIFICATION;

Security Level: Internal

Stop Alarm Sound

 Example:

Stop the alarm sound

 Command:

Confidential Information of Huawei.

STP BOXSND:;

Security Level: Internal

Query Alarm Indicator Status Example: Query the status of the current alarm indicator. Command: LST BOXLGT:; The information returned from the system is as follows: %%LST BOXLGT:;%% RETCODE = 0 Execution succeeded Critical : 3 Alarm Major : 14 Alarm Minor 0 Alarm Warning |#|#| 0 Alarm

Confidential Information of Huawei.

Security Level: Internal

Reset Alarm Box

 Example:

Reset alarm box

 Command:  RST

ALMBOX:;

Confidential Information of Huawei.

Security Level: Internal

Course Contents

Chapter 1 Alarm Management Description Chapter2 Alarm Query Chapter3 Alarm Maintenance Chapter4 Alarm Box Management Chapter5 BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Query BTS Current Alarm

 LST

CURALM[:BRDTP=][,BRDID=<0>][,BGNDT=<2000&1&1

>][,BGN TM=<0&0&0>][,END DT=<2005&12&31>][,END TM=<23&59&59 >][,ALARM CODE=<255>][,SUBUNIT TYPE=<255>] [,SUBUNIT NO=<255 >][,ALARM DESCRIP="<STRING>"]

Confidential Information of Huawei.

Security Level: Internal

Query BTS History Alarm

 LST

HISALM[:BRDTP=][,BRDID=<0>][,BGN

DT=<2000&1&1 >][,BGN TM=<0&0&0>][,END DT=<2005&12&31>][,END TM=<23&59&59 >][,ALARM CODE=<255>][,ALARM TYPE=][,SUBUNIT TYPE=<255 >][,SUBUNIT NO=<255>][,ALARM DESCRIP="<STRING>"]

Confidential Information of Huawei.

Security Level: Internal

Delete BTS History Alarm

 DEL

HISALM[:BRDTP=][,BRDID=<0>][,BGN

DT=<2000&1&1

>][,BGN

TM=<0&0&0>][,END

DT=<2005&12&31>][,END TM=<23&59&59 >][,ALARM CODE=<255>][,ALARM TYPE=<255

TYPE=][,SUBUNIT

>][,SUBUNIT

DESCRIP="<STRING>"]

Confidential Information of Huawei.

Security Level: Internal

NO=<255>][,ALARM

Summary

Alarm Management Description Alarm Query Alarm Maintenance Alarm Box Management BTS Near-end Alarm Management

Confidential Information of Huawei.

Security Level: Internal

Confidential Information of Huawei.

Security Level: Internal

Related Documents