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