14.12.2012 Views

Optivity Telephony Manager: System Administration - BT Business

Optivity Telephony Manager: System Administration - BT Business

Optivity Telephony Manager: System Administration - BT Business

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

598 Alarm management<br />

Config.txt example:<br />

device Meridian1 6.10 {<br />

1.3.6.1.4.1.562.3.3.7.1.0 integer $AlarmSeqNum<br />

"Alarm Seq Num"<br />

1.3.6.1.4.1.562.3.3.7.2.0 string $DeviceTime<br />

"Device Time"<br />

1.3.6.1.4.1.562.3.3.7.3.0 integer $Severity<br />

"Severity"<br />

1.3.6.1.4.1.562.3.3.7.4.0 string $ErrorCode<br />

"Error Code"<br />

1.3.6.1.4.1.562.3.3.7.5.0 string $<strong>System</strong>Component<br />

"<strong>System</strong> Component"<br />

1.3.6.1.4.1.562.3.3.7.6.0 string $ComponentAddress<br />

"Component Address"<br />

1.3.6.1.4.1.562.3.3.7.7.0 string $Text<br />

"Text"<br />

1.3.6.1.4.1.562.3.3.7.8.0 string $OperatorData<br />

"Operator Data"<br />

1.3.6.1.4.1.562.3.3.7.9.0 string $ExpertData<br />

"Expert Data"<br />

1.3.6.1.4.1.562.3.3.7.10.0 string $CurrentAlarmCounts<br />

}<br />

Each device definition begins with the word device followed by the device name and<br />

a list of SNMP traps allowed from the device. The first column contains SNMP object<br />

identifiers. The second column gives the variable type; only integer and string type<br />

variables are permitted. The third column lists the variable name, and the fourth column<br />

provides the optional printable name of the variable. The printable name appears in<br />

quotes. The variable name is referenced in the scripting language while the printable<br />

name appears in the Alarm Notification window and Alarm browser.<br />

In the following example, the variables $ErrorCode, $DeviceTime, $Text, and<br />

$OperatorData are referenced from the Config.txt file. $CurrentTrapSource<br />

is a variable that is defined for all events (Table 37 on page 597).<br />

Example:<br />

send(con,<br />

"--> Critical Meridian1 alarm received!".<br />

$ErrorCode,"-",//M1 error code<br />

$CurrentTrapSource,"-",//Name of this M1<br />

$DeviceTime,"-",//Timestamp from M1<br />

$Text,"-",//Text with error message<br />

$OperatorData//More text with error message<br />

);<br />

553-3001-330 Standard 3.00 August 2005

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!