|
|
Description:
|
ubHmBasGroupHealthState OBJECT-TYPE
-- Indicates whether there is a known operational failure or problem in the card. The values of hmBasGroupHealthText and hmBasGroupHealthData attributes may be consulted for more specific information.
SYNTAX INTEGER {
other(1), -- undefined or unknown
ok(2), -- no known failures or problems
groupFailure(3), -- failure affecting all ports in the group
portFailure(4), -- failure of one or more but not all ports in a group
generalFailure(5) -- some other failure or problem not covered above.
}
ACCESS read-only
STATUS mandatory
|
|
|
|