You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

 

In this section:

The request alarms command is available from both system-level and configure modes, and includes the following objects:

Command Syntax

The command syntax to clear alarms is listed below.

> request alarms clear 
	current
		alarmId <id>
		deleteMatchingAlarms <no | yes>
	history

Command Parameters

'request alarms' Parameters

ParameterLength/RangeDescriptions
currentN/A

Clear current/outstanding alarm(s). If alarm ID or "deleteMatchingAlarms" is not given, this command will delete all current alarms.

  • alarmId <id> – The alarm identifier.
  • deleteMatchingAlarms – Set this flag to "yes" to delete all alarms matching the alarm Id.
    • no
    • yes
historyN/A

Clear all alarms from the history buffer.

Command Example

To clear all current alarms:

admin@SBXUK24-1> request alarms clear current
result success
reason All current/outstanding alarms have been purged

To clear all alarms from the history buffer:

admin@server1> request alarms clear history
Deleted all alarm entries in history-table
  • No labels