parSnNodeAlarmStatus OBJECT-TYPE
SYNTAX INTEGER {
clear (1),
minor (2),
major (3),
unreach (4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object specifies the type of alarm on the node.
If there is no alarm the value of this object is none(1).
If there is a minor alarm the value of this object is min(2)
If there is a major alarm the value of this object is maj(3).
If the node is unreachable the value of this object is unreach(4)."