|
|
Description:
|
pktcDevEvProgrammableLevel OBJECT-TYPE
SYNTAX INTEGER {
critical(1),
major(2),
minor(3),
warning(4),
information(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The priority level that is controlled by this entry. These are ordered from most (critical) to least (information) critical. Each event has a particular priority level associated with it (as defined by the vendor). The levels are described as:
critical(1) - A service-affecting condition that requires immediate corrective action.
major(2) - A service-affecting condition that requires urgent corrective action.
minor(3) - A non-service-affecting fault condition which warrants corrective action in order to avoid a more serious fault.
warning(4) - A potential or impending condition which can lead to a fault; diagnostic action is suggested.
information(5) - Normal event meant to convey information."
|
|
|
|
|
|