In this section:
The Alarms object allows you to configure alarm parameters. The alarms are individually configurable.
When viewing alarms from the CLI, the alarm timestamp is Greenwich Mean Time (GMT) regardless of the time zone set on the system.
Most alarms do not require any user configuration and hence are not included in this section. See SBC Core Alarms Guide for a complete listing of alarms, events and/or trap details.
Command Syntax
set/show/delete oam alarms
% 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
request alarms
% request alarms clear current alarmId <alarm_Id> deleteMatchingAlarms <no | yes> history
request oam alarms
% request oam alarms resetIpPolicingAlarmStatus
Command Parameters
Set Command Parameters
Parameter | Description |
---|---|
ethernetCrcErrAlarm | Use this object to define when to generate/clear an alarm for Ethernet CRC failures.
A value of "0" disables the alarm. |
| 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.
A value of "0" disables the alarm. |
Request Command Parameters
Command Examples
This example displays the mode and profile name of major and minor alarms of the ipPolicingAlarmAdmin object:
% 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:
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:
% request alarms clear current alarmId 171 deleteMatchingAlarms yes