Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
Panel

In this section:

Table of Contents
maxLevel4
minLevel2
Column
width40%
Info
iconfalse

Related articles:

info

...

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.

Command Syntax

set/show/delete oam alarms

Code Block
titleset/show/delete oam alarms syntaxlanguagenone
% 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 majorAlarmMode
alarms ipPolicingAlarmAdmin  minorAlarmMode

% delete oam alarms 
	ethernetCrcErrAlarm
	mediaSrtpErrAlarm
  
% delete oam alarms mediaSrtpErrAlarm

request alarms

Code Block
titlerequest alarms syntax
% request alarms clear
   current
     alarmId <alarm_Id>
     deleteMatchingAlarms <no | yes>
   history history 
 
 

request oam alarms

Code Block
titlerequest oam alarms syntax
% request oam alarms resetIpPolicingAlarmStatus resetIpPolicingAlarmStatus 

Command Parameters

Set Command Parameters

Caption
0Table
1 OAM Alarms Parameters

 

Parameter

...

Length/Range

Description

ethernetCrcErrAlarm

...

Use this object to define when to generate/clear an alarm for Ethernet CRC failures.

  • clearThreshold – Threshold value to clear this alarm (range: 0-65535 / default = 100)
  • setThreshold – Threshold value to set this alarm (range: 0-2147483647 / default = 1000)
Note

A value of "0" disables the alarm.

ipPolicingAlarmAdmin

...

Use this object to configure system policer alarms maintenance modes and profile names.

  • majorAlarmMode Maintenance/service mode for major alarm notification.
    • inService (default) – Active.
    • outOfService – Not active.
  • majorAlarmProfileName <profile name> – Policer alarm profile name for major alarm notification. The default profile name is: defaultSystemMajor.
  • minorAlarmMode – Maintenance/service mode for minor alarm notification.
    • inService (default) – Active.
    • outOfService – Not active.
  • minorAlarmProfileName <profile name> – Policer alarm profile name for minor alarm notification. The default profile name is: defaultSystemMinor.
 mediaSrtpErrAlarm

...

Use this object to configure Media SRTP Authorization Error alarm thresholds.

  • clearThreshold – Threshold value to clear this alarm (range: 0-65535 / default = 100)
  • setThreshold – Threshold value to set this alarm (range: 0-2147483647 / default = 1000)
Note

A value of "0" disables the alarm.

Request Command Parameters

Caption
0FigureTable
1Request Alarms Clear Parameters
ParameterDescription

current

N/A

Use this parameter to   clear current/outstanding alarm(s).

  •   alarmId – Unique alarm identifier.
  •   deleteMatchingAlarms– Use this parameter to specify whether or not to delete all alarms matching the alarm type/SNMP trap name.
    • no (default) – Only the alarm <alarmId> is cleared.
    • yes – Alarm <alarmId> is cleared along with all alarms matching the alarm type/SNMP trap name.

history

N/A

Use this parameter to clear all alarms from the history buffer.

Caption
0Table
1 Request OAM Alarms Parameter

Parameter

Length/Range

Description

resetIpPolicingAlarmStatusN/A

Resets the statistics in the IP policing alarm status.

...