Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
...
Info | ||
---|---|---|
| ||
Related articles: |
...
The Alarms object allows you to configure alarm parameters. The alarms are individually configurable.
When viewing alarms from the CLI, the alarm time stamp is Greenwich Mean Time (GMT) regardless of the time zone set on the system.
Note |
---|
Link detection failure alarms are generated by Link Verification Manager (LVM) and are raised only when LVM is configured. NRS generated alarms are raised regardless of whether LVM is configured. |
Note |
---|
Most alarms do not require any user configuration and hence are not included in this section. See Alarms and Traps Guide for a complete listing of alarms, events and/or trap details. |
Code Block | ||
---|---|---|
| ||
% set oam alarms
ethernetCrcErrAlarm
clearThreshold <0-65535>
setThreshold <0-2147483647>
ipPolicingAlarmAdmin
majorAlarmMode <inService | outOfService>
majorAlarmProfileName <profile name>
minorAlarmMode <inService | outOfService>
minorAlarmProfileName <profile name>
mediaSrtpErrAlarm
clearThreshold <0-65535>
setThreshold <0-2147483647>
% show oam alarms
ethernetCrcErrAlarm
ipPolicingAlarmAdmin
mediaSrtpErrAlarm
% delete oam alarms ipPolicingAlarmAdmin majorAlarmMode
% delete oam alarms ipPolicingAlarmAdmin minorAlarmMode
% delete oam alarms ethernetCrcErrAlarm
% delete oam alarms mediaSrtpErrAlarm |
Code Block | ||
---|---|---|
| ||
% request alarms clear
current
alarmId <alarm_Id>
deleteMatchingAlarms <no | yes>
history |
Code Block | ||
---|---|---|
| ||
% request oam alarms resetIpPolicingAlarmStatus |
Caption | ||||
---|---|---|---|---|
| ||||
|
Parameter | Description | ||
---|---|---|---|
ethernetCrcErrAlarm | Use this object to define when to generate/clear an alarm for Ethernet CRC failures.
| ||
| Use this object to configure system policer alarms maintenance modes and profile names.
| ||
mediaSrtpErrAlarm | Use this object to configure Media SRTP Authorization Error alarm thresholds.
|
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Caption | ||||
---|---|---|---|---|
| ||||
|
This example displays the mode and profile name of major and minor alarms of the ipPolicingAlarmAdmin object:
Code Block | ||
---|---|---|
| ||
% show oam alarms ipPolicingAlarmAdmin
minorAlarmMode outOfService;
majorAlarmMode inService;
minorAlarmProfileName defaultSystemMinor;
majorAlarmProfileName defaultSystemMajor; |
In following example, the user clears two alarms with the same alarm type using the deleteMatchingAlarms parameter:
Alarm details:
Code Block | ||
---|---|---|
| ||
171 AUTOMATIC 2013-04-10T20:12:42 Local server sbx138.eng.sonusnet.com: NTP peer server IP address 10.1.1.2 is out of service. Reason: NTP server disabled. SM Minor
173 AUTOMATIC 2013-04-10T20:12:42 Local server sbx137.eng.sonusnet.com: NTP peer server IP address 10.1.1.2 is out of service. Reason: NTP server disabled. SM Minor |
CLI command:
Code Block | ||
---|---|---|
| ||
% request alarms clear current alarmId 171 deleteMatchingAlarms yes |