Specifications
Appendix B - Power Supply MIB 79
© 2011 Datacom Systems Inc
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index for this power supply.
"
::= { dcomPowerSupplyStatusEntry 1 }
dcomPowerSupplyStatus OBJECT-TYPE
SYNTAX INTEGER {
stateUnknown(1),
stateDown(2),
stateUp(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state for this power supply.
The named-number enumerated values are as follow:
stateUnknown(1) - the current state is 'unknown'
stateDown(2) - the current state is 'down'
stateUp(3) - the current state is 'up'
"
::= { dcomPowerSupplyStatusEntry 2 }
dcomPowerSupplyLastChange OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUptime when this power supply
transitioned into its current state.
A value of zero(0) indicates this power supply was
already in its current state when the SNMP agent last
re-initialized.
"
::= { dcomPowerSupplyStatusEntry 3 }
--
-- power supply event notifications
--
dcomPowerSupplyEventUp NOTIFICATION-TYPE