2 alarm list, 3 alarm acknowledge – Nevion Multicon MRP User Manual

Page 34

Advertising
background image

Modular Routing Protocol - MRP

Rev. L


nevion.com | 34

8.2 Alarm list

Lists all alarms in the controller.

<command> ::= 'alist' [<severity]

<response> ::= [<alarm> {<LF><alarm>}]

See the alarm status for more information about the response.

<severity>

List all alarms with this severity or higher.

Example:

Command:

Response:

alist 1

? "alist 1"

alarm 429 3 1324755414 3 5 "STUDIO3-SL-HD-1616" "Power
B failed"

alarm 302183 2 1381402151 3 2 "ROOM4-RACK2, Frame 2,
Card 7, FRS-HD-CHO" "Sync source"

8.3 Alarm acknowledge

Change the state of alarms.

<command> ::= 'alarm' <alarms> <command>

<alarms> ::= <alarmid>|<alarmid>','<alarmid>|<alarmid>'-'<alarmid>

<response> ::= [<alarm>{<LF><alarm>}]

<command>

Action to perform on the alarm.

0

Unacknowledge. This will change alarms in the
Acknowledged state to New. Unacknowledge of other
states will be ignored.

1

Acknowledge. This will change alarms in the Restored
state to Removed or New to Acknowledged.

Examples:

Command:

Response:

alarm 429 0

%

alarm 429 1 1381484524 3 5 "STUDIO3-SL-HD-1616" "Power
B failed"

alarm 302183 1

%

alarm 302183 0 1381484691 3 2 "ROOM4-RACK2, Frame 2,
Card 7, FRS-HD-CHO" "Sync source"

Advertising