-- **************************************************************************** -- -- Compaq Remote Insight/Integrated Lights-Out Information -- Management Information Base for SNMP Network Management -- -- -- Copyright 1996-2002, Compaq Computer Corporation. -- All Rights Reserved. -- -- The information in this document is subject to change without notice. -- -- COMPAQ COMPUTER CORPORATION SHALL NOT BE LIABLE FOR TECHNICAL -- OR EDITORIAL ERRORS OR OMISSIONS CONATINED HEREIN; NOR FOR INCIDENTAL -- OR CONSEQUENTIAL DAMAGES RESULTING FROM THE FURNISHING, PERFORMANCE, -- OR USE OF THIS MATERIAL. -- -- Refer to the READMIB.RDM file for more information about the -- organization of the information in the Compaq Enterprise. -- -- The Compaq Enterprise number is 232. -- The ASN.1 prefix to, and including the Compaq Enterprise is: -- 1.3.6.1.4.1.232 -- -- **************************************************************************** CPQSM2-MIB DEFINITIONS ::= BEGIN IMPORTS Counter FROM RFC1155-SMI IpAddress FROM RFC1155-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysName FROM RFC1213-MIB compaq FROM CPQHOST-MIB cpqHoTrapFlags FROM CPQHOST-MIB; -- compaq OBJECT IDENTIFIER ::= { enterprises 232 } cpqSm2 OBJECT IDENTIFIER ::= { compaq 9 } cpqSm2MibRev OBJECT IDENTIFIER ::= { cpqSm2 1 } cpqSm2Component OBJECT IDENTIFIER ::= { cpqSm2 2 } cpqSm2Trap OBJECT IDENTIFIER ::= { cpqSm2 3 } cpqSm2Interface OBJECT IDENTIFIER ::= { cpqSm2Component 1 } cpqSm2Cntlr OBJECT IDENTIFIER ::= { cpqSm2Component 2 } cpqSm2EventLog OBJECT IDENTIFIER ::= { cpqSm2Component 3 } cpqSm2AsyncComm OBJECT IDENTIFIER ::= { cpqSm2Component 4 } cpqSm2Nic OBJECT IDENTIFIER ::= { cpqSm2Component 5 } cpqSm2OsCommon OBJECT IDENTIFIER ::= { cpqSm2Interface 4 } -- **************************************************************************** -- Remote Insight/Integrated Lights-Out Information MIB Revision -- ============================================================= -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2MibRev Group (1.3.6.1.4.1.232.9.1) -- -- Implementation of the cpqSm2MibRev group is mandatory for all agents -- supporting the Remote Insight/Integrated Lights-Out MIB. -- -- An Insight Agent conforming to this document will return a -- cpqSm2MibRevMajor of one (1) and a cpqSm2MibRevMinor of six (6). -- -- **************************************************************************** cpqSm2MibRevMajor OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The Major Revision level of the MIB. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information. Correct interpretation of data may require a MIB document with the same major revision level." ::= { cpqSm2MibRev 1 } cpqSm2MibRevMinor OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The Minor Revision level of the MIB. A change in the minor revision level may represent some minor additional support, no changes to any pre-existing information has occurred." ::= { cpqSm2MibRev 2 } cpqSm2MibCondition OBJECT-TYPE SYNTAX INTEGER { other(1), ok(2), degraded(3), failed(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out condition. This represents the overall condition of the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2MibRev 3 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out OS Common -- ============================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Interface Group (1.3.6.1.4.1.232.9.2.1) -- cpqSm2OsCommon Group (1.3.6.1.4.1.232.9.2.1.4) -- -- -- Implementation of the cpqSm2OsCommon group is mandatory for all -- agents that support the Remote Insight/ Integrated Lights-Out MIB. -- -- **************************************************************************** cpqSm2OsCommonPollFreq OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The Insight Agent's polling frequency. The frequency, in seconds, at which the Insight Agent requests information from the device driver. A frequency of zero (0) indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll the device driver at a specific interval. If the poll frequency is zero (0) all attempts to write to this object will fail. If the poll frequency is non-zero, setting this value will change the polling frequency of the Insight Agent. Setting the poll frequency to zero (0) will always fail. An agent may choose to fail any request to change the poll frequency to a value that would severely impact system performance." ::= { cpqSm2OsCommon 1 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out OS Common Module Table -- =========================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Interface Group (1.3.6.1.4.1.232.9.2.1) -- cpqSm2OsCommon Group (1.3.6.1.4.1.232.9.2.1.4) -- cpqSm2OsCommonModuleTable (1.3.6.1.4.1.232.9.2.1.4.2) deprecated -- -- **************************************************************************** cpqSm2OsCommonModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF CpqSm2OsCommonModuleEntry ACCESS not-accessible STATUS deprecated DESCRIPTION "A table of software modules that provide an interface to the device this MIB describes." ::= { cpqSm2OsCommon 2 } cpqSm2OsCommonModuleEntry OBJECT-TYPE SYNTAX CpqSm2OsCommonModuleEntry ACCESS not-accessible STATUS deprecated DESCRIPTION "A description of a software module that provides an interface to the device this MIB describes." INDEX { cpqSm2OsCommonModuleIndex } ::= { cpqSm2OsCommonModuleTable 1 } CpqSm2OsCommonModuleEntry ::= SEQUENCE { cpqSm2OsCommonModuleIndex INTEGER, cpqSm2OsCommonModuleName DisplayString, cpqSm2OsCommonModuleVersion DisplayString, cpqSm2OsCommonModuleDate OCTET STRING, cpqSm2OsCommonModulePurpose DisplayString } cpqSm2OsCommonModuleIndex OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS deprecated DESCRIPTION "A unique index for this module description." ::= { cpqSm2OsCommonModuleEntry 1 } cpqSm2OsCommonModuleName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS deprecated DESCRIPTION "The module name." ::= { cpqSm2OsCommonModuleEntry 2 } cpqSm2OsCommonModuleVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (0..5)) ACCESS read-only STATUS deprecated DESCRIPTION "The module version in XX.YY format. Where XX is the major version number and YY is the minor version number. This field will be null (size 0) string if the agent cannot provide the module version." ::= { cpqSm2OsCommonModuleEntry 3 } cpqSm2OsCommonModuleDate OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS deprecated DESCRIPTION "The module date. field octets contents range ===== ====== ======= ===== 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 6 7 second 0..60 (use 60 for leap-second) This field will be set to year = 0 if the agent cannot provide the module date. The hour, minute, and second field will be set to zero (0) if they are not relevant. The year field is set with the most significant octet first." ::= { cpqSm2OsCommonModuleEntry 4 } cpqSm2OsCommonModulePurpose OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS deprecated DESCRIPTION "The purpose of the module described in this entry." ::= { cpqSm2OsCommonModuleEntry 5 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Controller Group -- ====================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Cntrl Group (1.3.6.1.4.1.232.9.2.2) -- -- The cpqSm2Cntlr group contains the configuration and statistical -- information of the Remote Insight/ Integrated Lights-Out. -- -- Implementation of the cpqSm2Cntlr group is mandatory for all agents -- that support the Remote Insight/ Integrated Lights-Out MIB. -- -- **************************************************************************** cpqSm2CntlrRomDate OBJECT-TYPE SYNTAX DisplayString (SIZE (0..10)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out ROM Date. The firmware date format is mm/dd/yyyy format." ::= { cpqSm2Cntlr 1 } cpqSm2CntlrRomRevision OBJECT-TYPE SYNTAX DisplayString (SIZE (0..5)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out ROM Revision. The revision of the firmware on the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Cntlr 2 } cpqSm2CntlrVideoStatus OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Video Hardware Status. The following values are defined: other(1) The Insight Agent is unable to determine the status of the Remote Insight/ Integrated Lights-Out video. enabled(2) The Remote Insight/ Integrated Lights-Out video is enabled. disabled(3) The Remote Insight/ Integrated Lights-Out video is disabled." ::= { cpqSm2Cntlr 3 } cpqSm2CntlrBatteryEnabled OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3), noBattery(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Remote Insight Battery Enabled. The following values are defined: other(1) The Insight Agent is unable to determine the status of the Remote Insight battery. enabled(2) The Remote Insight battery is present and is enabled. disabled(3) The Remote Insight battery is present and is disabled. noBattery(4) This Remote Insight model does not use a battery." ::= { cpqSm2Cntlr 4 } cpqSm2CntlrBatteryStatus OBJECT-TYPE SYNTAX INTEGER { other(1), batteryOk(2), batteryFailed(3), batteryDisconnected(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Battery Status. The following values are defined: other(1) The Insight Agent is unable to determine if the battery needs replacement. batteryOk(2) The Remote Insight battery is OK. batteryFailed(3) The Remote Insight battery needs replacement. batteryDisconnected(4) The Remote Insight battery is disconnected." ::= { cpqSm2Cntlr 5 } cpqSm2CntlrBatteryPercentCharged OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Battery Percent Charged. The Remote Insight battery recharge level." ::= { cpqSm2Cntlr 6 } cpqSm2CntlrAlertStatus OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Alerting Status. The following values are defined: other(1) The Insight Agent is unable to determine the status of Remote Insight alerting. enabled(2) Remote Insight/ Integrated Lights-Out alerting is enabled. disabled(3) Remote Insight/ Integrated Lights-Out alerting is disabled." ::= { cpqSm2Cntlr 7 } cpqSm2CntlrPendingAlerts OBJECT-TYPE SYNTAX INTEGER { other(1), noAlertsPending(2), alertsPending(3), clearPendingAlerts(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Pending Remote Insight/ Integrated Lights-Out alerts. The following values are defined: other(1) The Insight Agent is unable to determine the state of Remote Insight pending alerts. noAlertsPending(2) No Remote Insight/ Integrated Lights-Out alerts are pending. All alerts have been delivered. alertsPending(3) Remote Insight/ Integrated Lights-Out alerts are pending. There are alerts remaining to be sent. clearPendingAlerts(4) This value is set to clear any Remote Insight/ Integrated Lights-Out alerts that have not been sent." ::= { cpqSm2Cntlr 8 } cpqSm2CntlrSelfTestErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Self Test Errors. This is a collection of post error flags. Each bit has the following meaning when it is on (1): Bit 17-31: RESERVED: Always 0. Bit 16: I2C error. Bit 15: EEPROM error. Bit 14: SRAM error. Bit 13: CPLD error. Bit 12: Mouse interface error. Bit 11: NIC Error Bit 10: PCMCIA Error Bit 9: Video Error Bit 8: NVRAM write / read / verify error. Bit 7: NVRAM interface error. Bit 6: Battery interface error. Bit 5: Keyboard interface error. Bit 4: Serial port UART error. Bit 3: Modem UART error. Bit 2: Modem firmware error. Bit 1: Memory test error. Bit 0: Busmaster I/O read error. NOTE: bit 31 is the most significant bit, bit 0 is the least significant. A value of 0 means no errors have occurred." ::= { cpqSm2Cntlr 9 } cpqSm2CntlrAgentLocation OBJECT-TYPE SYNTAX INTEGER { hostOsAgent(1), firmwareAgent(2), remoteInsightPciFirmwareAgent(3), enclosureFirmwareAgent(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Agent Location. The following values are defined: hostOsAgent(1) The Remote Insight/ Integrated Lights-Out MIB information is provided by the host OS agents. firmwareAgent(2) The Remote Insight/ Integrated Lights-Out MIB information is provided by the EISA Remote Insight/ Integrated Lights-Out firmware. remoteInsightPciFirmwareAgent(3) The Remote Insight/ Integrated Lights-Out MIB information is provided by the PCI Remote Insight/ Integrated Lights-Out firmware. enclosureFirmwareAgent(4) The Remote Insight/ Integrated Lights-Out MIB information is provided by a rack enclosure firmware agent." ::= { cpqSm2Cntlr 10 } cpqSm2CntlrLastDataUpdate OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS deprecated DESCRIPTION "The date and time that the Remote Insight/ Integrated Lights-Out offline data was last updated. field octets contents range ===== ====== ======= ===== 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 6 7 second 0..60 (use 60 for leap-second) This field will be set to year = 0 if the agent cannot provide the date and time. The hour, minute, and second field will be set to zero (0) if they are not relevant. The year field is set with the most significant octet first." ::= { cpqSm2Cntlr 11} cpqSm2CntlrDataStatus OBJECT-TYPE SYNTAX INTEGER { other(1), noData(2), onlineData(3), offlineData(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Host OS Data Status. The following values are defined: other(1) The Insight Agent is unable to determine the status of the host OS data. noData(2) There is no data available for the host system OS. onlineData(3) Data is available from the host OS Insight Agent. offlineData(4) A backup copy of data is available from the Remote Insight/ Integrated Lights-Out firmware agent." ::= { cpqSm2Cntlr 12 } cpqSm2CntlrColdReboot OBJECT-TYPE SYNTAX INTEGER { notAvailable(1), available(2), doColdReboot(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Server Cold Reboot The following values are defined: notAvailable(1) Cold reboot of the system is not available. available(2) Cold reboot of the system is available. doColdReboot(3) This value is set to cause a cold reboot of the system." ::= { cpqSm2Cntlr 13 } cpqSm2CntlrBadLoginAttemptsThresh OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum Unauthorized Login Attempts Threshold. This is the threshold for consecutive unsuccessful login attempts. When this threshold is exceeded, a trap is sent." ::= { cpqSm2Cntlr 14 } cpqSm2CntlrBoardSerialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..40)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Serial Number. The Serial Number of this Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Cntlr 15 } cpqSm2CntlrRemoteSessionStatus OBJECT-TYPE SYNTAX INTEGER { other(1), active(2), inactive(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Session Status. The following values are defined: other(1) The Insight Agent is unable to determine the status of a Remote Insight session. active(2) A Remote Insight/ Integrated Lights-Out session is active. inactive(3) There is no active Remote Insight/ Integrated Lights-Out session." ::= { cpqSm2Cntlr 16 } cpqSm2CntlrInterfaceStatus OBJECT-TYPE SYNTAX INTEGER { other(1), ok(2), notResponding(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Interface Status. The following values are defined: other(1) The Insight Agent is unable to determine the status of the Remote Insight/ Integrated Lights-Out interface. ok(2) The Remote Insight/ Integrated Lights-Out firmware is responding to commands. notResponding(3) The Remote Insight/ Integrated Lights-Out firmware is not responding to commands." ::= { cpqSm2Cntlr 17 } cpqSm2CntlrSystemId OBJECT-TYPE SYNTAX DisplayString (SIZE (0..9)) ACCESS read-write STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out System ID. A number used to identify this system in Remote Insight/ Integrated Lights-Out pager alerts." ::= { cpqSm2Cntlr 18 } cpqSm2CntlrKeyboardCableStatus OBJECT-TYPE SYNTAX INTEGER { other(1), connected(2), disconnected(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Keyboard Cable Status. The following values are defined: other(1) The Insight Agent is unable to determine if the keyboard cable is connected to the Remote Insight. connected(2) The keyboard cable is connected to the Remote Insight. disconnected(3) The keyboard cable is not connected to the Remote Insight." ::= { cpqSm2Cntlr 19 } cpqSm2ServerIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The IP address for this servers connection to the Remote Insight/ Integrated Lights-Out. This address is used to communicate remotely to the host server via the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Cntlr 20 } cpqSm2CntlrModel OBJECT-TYPE SYNTAX INTEGER { other(1), eisaRemoteInsightBoard(2), pciRemoteInsightBoard(3), pciLightsOutRemoteInsightBoard(4), pciIntegratedLightsOutRemoteInsight(5), pciLightsOutRemoteInsightBoardII(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Model. The following values are defined: other(1) The Insight Agent is unable to determine the model of the Remote Insight/ Integrated Lights-Out. eisaRemoteInsightBoard(2) This is the EISA Remote Insight. pciRemoteInsightBoard(3) This is the PCI Remote Insight. pciLightsOutRemoteInsightBoard(4) This is the Remote Insight Lights-Out Edition. pciIntegratedLightsOutRemoteInsight(5) This is Integrated Remote Insight Lights-Out Edition. pciLightsOutRemoteInsightBoardII(6) This is the Remote Insight Lights-Out Edition version II." ::= { cpqSm2Cntlr 21 } cpqSm2CntlrSelfTestErrorMask OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Self Test Error Mask. Each bit in this mask corresponds to a bit in the MIB variable cpqSm2CntlrSelfTestErrors. If the mask bit is a 1, then the corresponding bit in cpqSm2CntlrSelfTestErrors is relevant to the particular version of the Remote Insight/ Integrated Lights-Out. This variable is necessary since the different versions of the Remote Insight/ Integrated Lights-Out hardware have different subsets of tests that are performed." ::= { cpqSm2Cntlr 22 } cpqSm2CntlrMouseCableStatus OBJECT-TYPE SYNTAX INTEGER { other(1), connected(2), disconnected(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Mouse Cable Status. The following values are defined: other(1) The Insight Agent is unable to determine if the mouse cable is connected to the Remote Insight. connected(2) The mouse cable is connected to the Remote Insight. disconnected(3) The mouse cable is not connected to the Remote Insight." ::= { cpqSm2Cntlr 23 } cpqSm2CntlrVirtualPowerCableStatus OBJECT-TYPE SYNTAX INTEGER { other(1), connected(2), disconnected(3), notApplicable(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Virtual Power Cable Status. The following values are defined: other(1) The Insight Agent is unable to determine if the virtual power cable is connected to the Remote Insight. connected(2) The virtual power cable is connected to the Remote Insight. disconnected(3) The virtual power cable is not connected to the Remote Insight. notApplicable(4) Not Applicable." ::= { cpqSm2Cntlr 24 } cpqSm2CntlrExternalPowerCableStatus OBJECT-TYPE SYNTAX INTEGER { other(1), externallyConnected(2), disconnected(3), internallyConnected(4), externallyAndInternallyConnected(5), notApplicable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight External Power Cable Status. The following values are defined: other(1) The Insight Agent is unable to determine if the External or Internal power cable connections to the Remote Insight. externallyConnected(2) Just External power cable is connected to the Remote Insight. disconnected(3) Both External and Internal power cables are disconnected from the Remote Insight. internallyConnected(4) Just Internal power cable is connected to the Remote Insight. externallyAndInternallyConnected(5) Both External and Internal power cables are connected to the Remote Insight. notApplicable(6) Not Applicable." ::= { cpqSm2Cntlr 25 } cpqSm2CntlrHostGUID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (16)) ACCESS read-only STATUS mandatory DESCRIPTION "The globally unique identifier of this server. This variable can by used by management stations to correlate the Remote Insight/ Integrated Lights-Out controller to the server containing the controller. This variable is identical to the variable 'cpqHoGUID' which is returned from the CPQHOST.MIB." ::= { cpqSm2Cntlr 26 } cpqSm2CntlriLOSecurityOverrideSwitchState OBJECT-TYPE SYNTAX INTEGER { notSupported(1), set(2), notSet(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Integrated Lights-Out Security Override Switch State. The following values are defined: notSupported(1) The iLO Security Override Switch state is not supported on this model of Integrated Lights-Out. set(2) The iLO Security Override Switch is set, which implies security is disabled. notSet(3) The iLO Security Override Switch is not set, which implies normal secure operation." ::= { cpqSm2Cntlr 27 } cpqSm2CntlrHardwareVer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Hardware Version of Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Cntlr 28} cpqSm2CntlrAction OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Action Flags. This is a collection of flags used to indicate the various options available. ResetSupportBit: If bit-0 is set to 1, the option is available. If bit-0 is set to 0, the option is NOT available. iLOAlerts If bit-1 is set to 1, iLO alerts are enabled. If bit-2 is set to 1, iLO alerts are disabled. These two bits should never have the same value. HostAlerts If bit-3 is set to 1, Host alerts are enabled. If bit-4 is set to 1, Host alerts are disabled. These two bits should never have the same value. Bit-31 is used to execute the set operation. NOTE: bit 31 is the most significant bit, bit 0 is the least significant. Status This is a collection of flags. Each bit has the following meaning when it is on (1): Bit 0: Reset Supported Bit 1: iLO Alerts Enabled Bit 2: iLO Alerts Disabled Bit 3: Host Alerts Enabled Bit 4: Host Alerts Disabled Bit 5-30: RESERVED Bit 31: Execute Set " ::= { cpqSm2Cntlr 29} -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Event Log Group -- ===================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2EventLog Group (1.3.6.1.4.1.232.9.2.3) -- -- The cpqSm2EventLog group contains ... -- -- Implementation of the cpqSm2EventLog group is mandatory for all agents -- that support the Compaq Remote Insight/ Integrated Lights-Out MIB. -- -- **************************************************************************** cpqSm2EventTotalEntries OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of entries in the Remote Insight/ Integrated Lights-Out event log. Setting the number of entries to 0 clears the Remote Insight/ Integrated Lights-Out event log. Setting the number of entries to something other than 0 will always fail." ::= { cpqSm2EventLog 1 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Event Log Table -- ===================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2EventLog Group (1.3.6.1.4.1.232.9.2.3) -- cpqSm2EventLogTable (1.3.6.1.4.1.232.9.2.3.2) -- -- **************************************************************************** cpqSm2EventLogTable OBJECT-TYPE SYNTAX SEQUENCE OF CpqSm2EventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of event log descriptions." ::= { cpqSm2EventLog 2 } cpqSm2EventLogEntry OBJECT-TYPE SYNTAX CpqSm2EventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An event log description." INDEX { cpqSm2EventLogIndex } ::= { cpqSm2EventLogTable 1 } CpqSm2EventLogEntry ::= SEQUENCE { cpqSm2EventLogIndex INTEGER, cpqSm2EventLogNumber INTEGER, cpqSm2EventLogDate OCTET STRING, cpqSm2EventLogMessage DisplayString } cpqSm2EventLogIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely specifies this entry." ::= { cpqSm2EventLogEntry 1 } cpqSm2EventLogNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A number assigned by the Remote Insight/ Integrated Lights-Out firmware." ::= { cpqSm2EventLogEntry 2 } cpqSm2EventLogDate OBJECT-TYPE SYNTAX OCTET STRING (SIZE (7)) ACCESS read-only STATUS mandatory DESCRIPTION "The time and date for this event log entry. field octets contents range ===== ====== ======= ===== 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 6 7 second 0..60 (use 60 for leap-second) This field will be set to year = 0 if the agent cannot provide the time and date. The hour, minute, and second field will be set to zero (0) if they are not relevant. The year field is set with the most significant octet first." ::= { cpqSm2EventLogEntry 3 } cpqSm2EventLogMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (0..100)) ACCESS read-only STATUS mandatory DESCRIPTION "The message text for this event log entry." ::= { cpqSm2EventLogEntry 4 } -- **************************************************************************** -- Remote Insight Asynchronous Communications Group -- ================================================ -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2AsyncComm Group (1.3.6.1.4.1.232.9.2.4) -- -- The cpqSm2AsyncComm group contains the configuration and status of -- the Remote Insight asynchronous communication ports. -- -- Implementation of the cpqSm2AsyncComm group is mandatory for all agents -- that support the Compaq Remote Insight MIB. -- -- **************************************************************************** -- **************************************************************************** -- Remote Insight Communications Settings Table -- ============================================ -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2AsyncComm Group (1.3.6.1.4.1.232.9.2.4) -- cpqSm2CommSettingsTable (1.3.6.1.4.1.232.9.2.4.1) -- -- **************************************************************************** cpqSm2CommSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF CpqSm2CommSettingsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The list of communication settings for the Remote Insight." ::= { cpqSm2AsyncComm 1 } cpqSm2CommSettingsEntry OBJECT-TYPE SYNTAX CpqSm2CommSettingsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A defined port's communication settings for the Remote Insight." INDEX { cpqSm2CommPort } ::= { cpqSm2CommSettingsTable 1 } CpqSm2CommSettingsEntry ::= SEQUENCE { cpqSm2CommPort INTEGER, cpqSm2CommType INTEGER, cpqSm2CommBaudRate INTEGER, cpqSm2CommParity INTEGER, cpqSm2CommDataBits INTEGER, cpqSm2CommStopBits INTEGER, cpqSm2CommModemReset DisplayString, cpqSm2CommModemInit DisplayString, cpqSm2CommModemDialPrefix DisplayString, cpqSm2CommPortInit DisplayString, cpqSm2CommDialin INTEGER, cpqSm2CommDialbackRequired INTEGER, cpqSm2CommNonPppConnections INTEGER, cpqSm2CommSnmpTrapDelivery INTEGER, cpqSm2CommPageDelivery INTEGER, cpqSm2CommPagerBaudRate INTEGER, cpqSm2CommPagerParity INTEGER, cpqSm2CommPagerDataBits INTEGER, cpqSm2CommPagerStopBits INTEGER, cpqSm2CommPcmciaModel DisplayString } cpqSm2CommPort OBJECT-TYPE SYNTAX INTEGER { internal(1), auxiliary(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Port. The following values are defined: internal(1) This is the Remote Insight internal modem port. auxiliary(2) This is the Remote Insight auxiliary port." ::= { cpqSm2CommSettingsEntry 1 } cpqSm2CommType OBJECT-TYPE SYNTAX INTEGER { other(1), none(2), modem(3), nulModemCable(4), xonXoff(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Type. The following values are defined: other(1) The Insight Agent is unable to determine the communications type. none(2) There is nothing configured on this port. modem(3) A modem is configured on this port. nulModem(4) A Null Modem cable is configured on this port. This type of connection is only supported on the Remote Insight auxiliary port. xonXoff(5) An XON/XOFF 3-wire interface is configured on this port. This type of connection is only supported on the Remote Insight auxiliary port." ::= { cpqSm2CommSettingsEntry 2 } cpqSm2CommBaudRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The baud rate to be used over this communication medium by the Remote Insight." ::= { cpqSm2CommSettingsEntry 3 } cpqSm2CommParity OBJECT-TYPE SYNTAX INTEGER { other(1), none(2), odd(3), even(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Parity. The following values are defined: other(1) The Insight Agent is unable to determine the parity setting. none(2) This port is set for no parity. odd(3) This port is set for odd parity. even(4) This port is set for even parity." ::= { cpqSm2CommSettingsEntry 4 } cpqSm2CommDataBits OBJECT-TYPE SYNTAX INTEGER { other(1), sevenBits(2), eightBits(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Data Bits. The following values are defined: other(1) The Insight Agent is unable to determine the data bits setting. sevenBit(2) This port is set for seven data bits. eight(3) This port is set for eight data bits." ::= { cpqSm2CommSettingsEntry 5 } cpqSm2CommStopBits OBJECT-TYPE SYNTAX INTEGER { other(1), oneBit(2), twoBits(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Stop Bits. The following values are defined: other(1) The Insight Agent is unable to determine the stop bits setting. oneBit(2) This port is set for one stop data bit. twoBits(3) This port is set for two stop bits." ::= { cpqSm2CommSettingsEntry 6 } cpqSm2CommModemReset OBJECT-TYPE SYNTAX DisplayString (SIZE (0..42)) ACCESS read-only STATUS mandatory DESCRIPTION "The string that is sent to reset the modem." ::= { cpqSm2CommSettingsEntry 7 } cpqSm2CommModemInit OBJECT-TYPE SYNTAX DisplayString (SIZE (0..42)) ACCESS read-only STATUS mandatory DESCRIPTION "The string that is sent to initialize the modem." ::= { cpqSm2CommSettingsEntry 8 } cpqSm2CommModemDialPrefix OBJECT-TYPE SYNTAX DisplayString (SIZE (0..42)) ACCESS read-only STATUS mandatory DESCRIPTION "The string that is prepended to phone numbers before dialing." ::= { cpqSm2CommSettingsEntry 9 } cpqSm2CommPortInit OBJECT-TYPE SYNTAX DisplayString (SIZE (0..42)) ACCESS read-only STATUS mandatory DESCRIPTION "The string that is sent to the auxiliary port before the modem is reset." ::= { cpqSm2CommSettingsEntry 10 } cpqSm2CommDialin OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Comm Dial-in. The following values are defined: other(1) The Insight Agent is unable to determine the status of dialin. enabled(2) Dialing in to this modem is enabled. disabled(3) Dialing in to this modem is disabled." ::= { cpqSm2CommSettingsEntry 11 } cpqSm2CommDialbackRequired OBJECT-TYPE SYNTAX INTEGER { other(1), required(2), notRequired(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Dialback Required. The following values are defined: other(1) The Insight Agent is unable to determine the dialback required setting. required(2) Dialback is required for all users. notRequired(3) Dialback is not required. It is optional on a per user basis." ::= { cpqSm2CommSettingsEntry 12 } cpqSm2CommNonPppConnections OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Non-PPP connections. The following values are defined: other(1) The Insight Agent is unable to determine the status of the non-PPP connections variable. enabled(2) Non-PPP connections are allowed on this port. disabled(3) Non-PPP connections are not allowed on this port. Only PPP sessions are accepted." ::= { cpqSm2CommSettingsEntry 13 } cpqSm2CommSnmpTrapDelivery OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "SNMP Trap Delivery. The following values are defined: other(1) The Insight Agent is unable to determine the status of SNMP Trap delivery. enabled(2) SNMP trap delivery is enabled. The Remote Insight firmware will use this port to deliver SNMP traps. disabled(3) SNMP Trap delivery is disabled. The Remote Insight firmware will not use this port to deliver SNMP traps." ::= { cpqSm2CommSettingsEntry 14 } cpqSm2CommPageDelivery OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Page Delivery. The following values are defined: other(1) The Insight Agent is unable to determine the status of page delivery. enabled(2) Page delivery is enabled. The Remote Insight firmware will use this port to deliver pages. disabled(3) Page delivery is disabled. The Remote Insight firmware will not use this port to deliver pages." ::= { cpqSm2CommSettingsEntry 15 } cpqSm2CommPagerBaudRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The baud rate to be used for pager communications over this medium by the Remote Insight." ::= { cpqSm2CommSettingsEntry 16 } cpqSm2CommPagerParity OBJECT-TYPE SYNTAX INTEGER { other(1), none(2), odd(3), even(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Pager Parity. The following values are defined: other(1) The Insight Agent is unable to determine the pager parity setting. none(2) This port is set for no parity when paging. odd(3) This port is set for odd parity when paging. even(4) This port is set for even parity when paging." ::= { cpqSm2CommSettingsEntry 17 } cpqSm2CommPagerDataBits OBJECT-TYPE SYNTAX INTEGER { other(1), sevenBits(2), eightBits(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Pager Data Bits. The following values are defined: other(1) The Insight Agent is unable to determine the data bits setting. sevenBit(2) This port is set for seven data bits when paging. eight(3) This port is set for eight data bits when paging." ::= { cpqSm2CommSettingsEntry 18 } cpqSm2CommPagerStopBits OBJECT-TYPE SYNTAX INTEGER { other(1), oneBit(2), twoBits(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Communications Pager Stop Bits. The following values are defined: other(1) The Insight Agent is unable to determine the stop bits setting. oneBit(2) This port is set for one stop data bit when paging. twoBits(3) This port is set for two stop bits when paging." ::= { cpqSm2CommSettingsEntry 19 } cpqSm2CommPcmciaModel OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight Network PCMCIA Card Model. This is a NULL terminated ASCII string. If the agent cannot determine the model name, it should return a NULL string." ::= { cpqSm2CommSettingsEntry 20 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Network Interface Group -- ============================================================= -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Nic Group (1.3.6.1.4.1.232.9.2.5) -- -- The cpqSm2Nic group contains the configuration and statistics for -- the network interface card associated with the -- Remote Insight/ Integrated Lights-Out. -- -- Implementation of the cpqSm2Nic group is mandatory for all agents -- that support the Compaq Remote Insight/ Integrated Lights-Out MIB. -- -- **************************************************************************** -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Network Interface Configuration Table -- =========================================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Nic Group (1.3.6.1.4.1.232.9.2.5) -- cpqSm2NicConfigTable (1.3.6.1.4.1.232.9.2.5.1) -- -- **************************************************************************** cpqSm2NicConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF CpqSm2NicConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The list of network interface configuration settings for the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Nic 1 } cpqSm2NicConfigEntry OBJECT-TYPE SYNTAX CpqSm2NicConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A defined nic's configuration settings for the Remote Insight/ Integrated Lights-Out." INDEX { cpqSm2NicLocation } ::= { cpqSm2NicConfigTable 1 } CpqSm2NicConfigEntry ::= SEQUENCE { cpqSm2NicLocation INTEGER, cpqSm2NicModel DisplayString, cpqSm2NicType INTEGER, cpqSm2NicMacAddress OCTET STRING, cpqSm2NicIpAddress IpAddress, cpqSm2NicIpSubnetMask IpAddress, cpqSm2NicEnabledStatus INTEGER, cpqSm2NicDuplexState INTEGER, cpqSm2NicSpeed INTEGER, cpqSm2NicDhcpUse INTEGER, cpqSm2NicCondition INTEGER, cpqSm2NicMtu INTEGER, cpqSm2NicGatewayIpAddress IpAddress, cpqSm2NicRibFullQualDnsName DisplayString } cpqSm2NicLocation OBJECT-TYPE SYNTAX INTEGER { other(1), embedded(2), pcmcia(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Location of the Network Interface Controller associated with the Remote Insight/ Integrated Lights-Out. The following values are defined: other(1) The Insight Agent is unable to determine type of network interface controller. embedded(2) This is an embedded network interface controller. pcmcia(3) This is a PCMCIA network interface controller." ::= { cpqSm2NicConfigEntry 1 } cpqSm2NicModel OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Model. This is a NULL terminated ASCII string. If the agent cannot determine the model name, it should return a NULL string." ::= { cpqSm2NicConfigEntry 2 } cpqSm2NicType OBJECT-TYPE SYNTAX INTEGER { other(1), ethernet(2), tokenRing(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Type. The following values are defined: other(1) The Insight Agent is unable to determine type of network interface controller. ethernet(2) This is an ethernet network interface controller. tokenRing(3) This is a token ring network interface controller." ::= { cpqSm2NicConfigEntry 3 } cpqSm2NicMacAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC Address of the Network Interface Controller associated with the Remote Insight/ Integrated Lights-Out. This is a 6 octet address in the 'canonical' order defined by IEEE 802.1a, i.e., as if it were transmitted least significant bit first, even though 802.5 (in contrast to other 802.x protocols) requires MAC addresses to be transmitted most significant bit first. 16-bit addresses, if needed, are represented by setting their upper 4 octets to all 0's, i.e., AAFF would be represented as 00000000AAFF." ::= { cpqSm2NicConfigEntry 4 } cpqSm2NicIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller IP Address. The IP address for the network interface controller associated with the Remote Insight/ Integrated Lights-Out. All octets should be set to 0xff if there is not an IP address associated with the NIC. The order will be in network byte order (i.e. MSB first.)" ::= { cpqSm2NicConfigEntry 5 } cpqSm2NicIpSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Subnet Mask." ::= { cpqSm2NicConfigEntry 6 } cpqSm2NicEnabledStatus OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Enabled Status The following values are defined: other(1) The Insight Agent is unable to determine type of network interface controller enabled status enabled(2) This network interface controller is enabled. disabled(3) This network interface controller is disabled." ::= { cpqSm2NicConfigEntry 7 } cpqSm2NicDuplexState OBJECT-TYPE SYNTAX INTEGER { other(1), halfDuplex(2), fullDuplex(3), notSupported(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Enabled Status. The following values are defined: other(1) The Insight Agent is unable to determine type of network interface controller duplex state. halfDuplex(2) This network interface controller is half duplex. fullDuplex(3) This network interface controller is full duplex. notSupported(4) This network interface controller is does not support duplex state." ::= { cpqSm2NicConfigEntry 8 } cpqSm2NicSpeed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Speed. The speed of the network interface controller in megabits per second." ::= { cpqSm2NicConfigEntry 9 } cpqSm2NicDhcpUse OBJECT-TYPE SYNTAX INTEGER { other(1), enabled(2), disabled(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller DHCP Usage The following values are defined: other(1) The Insight Agent is unable to determine if DHCP is supported for this network interface controller. enabled(2) DHCP usage is enabled for this network interface controller. disabled(3) DHCP usage is disabled for this network interface controller." ::= { cpqSm2NicConfigEntry 10 } cpqSm2NicCondition OBJECT-TYPE SYNTAX INTEGER { other(1), ok(2), degraded(3), failed(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller condition. This represents the overall condition of the Remote Insight/ Integrated Lights-Out Network Interface Controller (NIC)." ::= { cpqSm2NicConfigEntry 11 } cpqSm2NicMtu OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Maximum Transfer Unit. The maximum packet size (in bytes) of the network interface controller." ::= { cpqSm2NicConfigEntry 12 } cpqSm2NicGatewayIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Default Gateway IP Address. The Default Gateway IP address for the network interface controller associated with the Remote Insight/ Integrated Lights-Out. If cpqSm2NicDhcpUse is enabled(2), this is the DHCP supplied gateway. If cpqSm2NicDhcpUse is disabled(3), this is the static gateway. The order will be in network byte order (i.e. MSB first.)" ::= { cpqSm2NicConfigEntry 13 } cpqSm2NicRibFullQualDnsName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..180)) ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Fully Qualified DNS Name. The Fully Qualified DNS Name assigned to this Remote Insight/ Integrated Lights-Out. This is composed of the DNS name and the Domain name associated with the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2NicConfigEntry 14 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Network Interface Statistics Table -- ======================================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- cpqSm2 Group (1.3.6.1.4.1.232.9) -- cpqSm2Component Group (1.3.6.1.4.1.232.9.2) -- cpqSm2Nic Group (1.3.6.1.4.1.232.9.2.5) -- cpqSm2NicStatsTable (1.3.6.1.4.1.232.9.2.5.2) -- -- **************************************************************************** cpqSm2NicStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF CpqSm2NicStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The list of network interface configuration settings for the Remote Insight/ Integrated Lights-Out." ::= { cpqSm2Nic 2 } cpqSm2NicStatsEntry OBJECT-TYPE SYNTAX CpqSm2NicStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A defined nic's configuration settings for the Remote Insight/ Integrated Lights-Out." INDEX { cpqSm2NicStatsLocation } ::= { cpqSm2NicStatsTable 1 } CpqSm2NicStatsEntry ::= SEQUENCE { cpqSm2NicStatsLocation INTEGER, cpqSm2NicXmitBytes Counter, cpqSm2NicXmitTotalPackets Counter, cpqSm2NicXmitUnicastPackets Counter, cpqSm2NicXmitNonUniPackets Counter, cpqSm2NicXmitDiscardPackets Counter, cpqSm2NicXmitErrorPackets Counter, cpqSm2NicXmitQueueLength Counter, cpqSm2NicRecvBytes Counter, cpqSm2NicRecvTotalPackets Counter, cpqSm2NicRecvUnicastPackets Counter, cpqSm2NicRecvNonUniPackets Counter, cpqSm2NicRecvDiscardPackets Counter, cpqSm2NicRecvErrorPackets Counter, cpqSm2NicRecvUnknownPackets Counter } cpqSm2NicStatsLocation OBJECT-TYPE SYNTAX INTEGER { other(1), embedded(2), pcmcia(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Location of the Network Interface Controller associated with the Remote Insight/ Integrated Lights-Out. The following values are defined: other(1) The Insight Agent is unable to determine type of network interface controller. embedded(2) This is an embedded network interface controller. pcmcia(3) This is a PCMCIA network interface controller." ::= { cpqSm2NicStatsEntry 1 } cpqSm2NicXmitBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Bytes Transmitted." ::= { cpqSm2NicStatsEntry 2 } cpqSm2NicXmitTotalPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Transmit Packets." ::= { cpqSm2NicStatsEntry 3 } cpqSm2NicXmitUnicastPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Unicast Transmit Packets." ::= { cpqSm2NicStatsEntry 4 } cpqSm2NicXmitNonUniPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Non-Unicast Transmit Packets." ::= { cpqSm2NicStatsEntry 5 } cpqSm2NicXmitDiscardPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Transmit Discarded Packets." ::= { cpqSm2NicStatsEntry 6 } cpqSm2NicXmitErrorPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Error Transmit Packets." ::= { cpqSm2NicStatsEntry 7 } cpqSm2NicXmitQueueLength OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Number of Outstanding Packets in Transmit Queue." ::= { cpqSm2NicStatsEntry 8 } cpqSm2NicRecvBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Bytes Received." ::= { cpqSm2NicStatsEntry 9 } cpqSm2NicRecvTotalPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Receive Packets." ::= { cpqSm2NicStatsEntry 10} cpqSm2NicRecvUnicastPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Unicast Receive Packets." ::= { cpqSm2NicStatsEntry 11} cpqSm2NicRecvNonUniPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Non-Unicast Receive Packets." ::= { cpqSm2NicStatsEntry 12} cpqSm2NicRecvDiscardPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Receive Discarded Packets." ::= { cpqSm2NicStatsEntry 13 } cpqSm2NicRecvErrorPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Total Receive Error Packets." ::= { cpqSm2NicStatsEntry 14 } cpqSm2NicRecvUnknownPackets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Remote Insight/ Integrated Lights-Out Network Interface Controller Number of Unknown Protocol Packets." ::= { cpqSm2NicStatsEntry 15 } -- **************************************************************************** -- Remote Insight/ Integrated Lights-Out Trap Definition -- ===================================================== -- -- The compaq enterprise (1.3.6.1.4.1.232) -- -- The SNMP trap messages must not be bigger than 484 octets (bytes). -- -- Trap support in an SNMP agent implementation is optional. An SNMP -- agent implementation may support all, some, or none of the traps. -- If traps are supported, the user should be provided with the option of -- disabling traps. -- -- **************************************************************************** cpqSm2ServerReset TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Server Reset Detected. The Remote Insight/ Integrated Lights-Out firmware has detected a server reset." --#TYPE "Server Reset Detected" --#SUMMARY "Server reset detected." --#ARGUMENTS {} --#SEVERITY CRITICAL --#TIMEINDEX 99 --#STATE DEGRADED ::= 9001 cpqSm2ServerPowerOutage TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Server Power Outage. The Remote Insight/ Integrated Lights-Out firmware has detected server power failure." --#TYPE "Server Power Outage" --#SUMMARY "Server power outage detected." --#ARGUMENTS {} --#SEVERITY CRITICAL --#TIMEINDEX 99 --#STATE DEGRADED ::= 9002 cpqSm2UnauthorizedLoginAttempts TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags, cpqSm2CntlrBadLoginAttemptsThresh} DESCRIPTION "Remote Insight/ Integrated Lights-Out Unauthorized Login Attempts. The Remote Insight/ Integrated Lights-Out firmware has detected unauthorized login attempts." --#TYPE "Remote Insight/ Integrated Lights-Out Unauthorized Login Attempts" --#SUMMARY "More than %d unauthorized login attempts detected." --#ARGUMENTS {2} --#SEVERITY INFORMATIONAL --#TIMEINDEX 99 --#STATE OPERATIONAL ::= 9003 cpqSm2BatteryFailed TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Remote Insight Battery Failed. The Remote Insight battery has failed and needs to be replaced." --#TYPE "Remote Insight Battery Failed" --#SUMMARY "Remote Insight battery failed." --#ARGUMENTS {} --#SEVERITY CRITICAL --#TIMEINDEX 99 --#STATE FAILED ::= 9004 cpqSm2SelfTestError TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags, cpqSm2CntlrSelfTestErrors } DESCRIPTION "Remote Insight/ Integrated Lights-Out Self Test Error. The Remote Insight/ Integrated Lights-Out firmware has detected a Remote Insight self test error." --#TYPE "Remote Insight/ Integrated Lights-Out Self Test Error" --#SUMMARY "Remote Insight/ Integrated Lights-Out self test error %d." --#ARGUMENTS {2} --#SEVERITY CRITICAL --#TIMEINDEX 99 --#STATE FAILED ::= 9005 cpqSm2InterfaceError TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Remote Insight/ Integrated Lights-Out Interface Error. The host OS has detected an error in the Remote Insight/ Integrated Lights-Out interface. The firmware is not responding." --#TYPE "Remote Insight/ Integrated Lights-Out Interface Error" --#SUMMARY "Server %s, Remote Insight/ Integrated Lights-Out interface error." --#ARGUMENTS {0} --#SEVERITY MAJOR --#TIMEINDEX 99 --#STATE DEGRADED ::= 9006 cpqSm2BatteryDisconnected TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Remote Insight Battery Disconnected. The Remote Insight battery cable has been disconnected." --#TYPE "Remote Insight Battery Disconnected" --#SUMMARY "Remote Insight battery disconnected." --#ARGUMENTS {} --#SEVERITY MAJOR --#TIMEINDEX 99 --#STATE DEGRADED ::= 9007 cpqSm2KeyboardCableDisconnected TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Keyboard Cable Disconnected. The Remote Insight keyboard cable has been disconnected." --#TYPE "Remote Insight keyboard cable disconnected" --#SUMMARY "Remote Insight keyboard cable disconnected." --#ARGUMENTS {} --#SEVERITY MAJOR --#TIMEINDEX 99 --#STATE DEGRADED ::= 9008 cpqSm2MouseCableDisconnected TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Mouse Cable Disconnected. The Remote Insight mouse cable has been disconnected." --#TYPE "Remote Insight mouse cable disconnected" --#SUMMARY "Remote Insight mouse cable disconnected." --#ARGUMENTS {} --#SEVERITY MAJOR --#TIMEINDEX 99 --#STATE DEGRADED ::= 9009 cpqSm2ExternalPowerCableDisconnected TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "External Power Cable Disconnected. The Remote Insight external power cable has been disconnected." --#TYPE "Remote Insight external power cable disconnected" --#SUMMARY "Remote Insight external power cable disconnected." --#ARGUMENTS {} --#SEVERITY MAJOR --#TIMEINDEX 99 --#STATE DEGRADED ::= 9010 -- New for 5.30.0.0 cpqSm2LogsFull TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Logs Full. The Remote Insight/ Integrated Lights-Out firmware has detected the logs are full." --#TYPE "Remote Insight/ Integrated Lights-Out Logs Full." --#SUMMARY "Remote Insight/ Integrated Lights-Out Logs Full" --#ARGUMENTS {} --#SEVERITY INFORMATIONAL --#TIMEINDEX 99 --#STATE OPERATIONAL ::= 9011 -- New for 5.30.0.0 cpqSm2SecurityOverrideEngaged TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Security Override Engaged. The Remote Insight/ Integrated Lights-Out firmware has detected the security override jumper has been toggled to the engaged position." --#TYPE "Security override engaged." --#SUMMARY "Remote Insight/ Integrated Lights-Out firmware has detected the security override jumper has been engaged." --#ARGUMENTS {} --#SEVERITY INFORMATIONAL --#TIMEINDEX 99 --#STATE OPERATIONAL ::= 9012 -- New for 5.30.0.0 cpqSm2SecurityOverrideDisengaged TRAP-TYPE ENTERPRISE compaq VARIABLES { sysName, cpqHoTrapFlags } DESCRIPTION "Security Override Disengaged. The Remote Insight/ Integrated Lights-Out firmware has detected the security override jumper has been toggled to the disengaged position." --#TYPE "Security override disengaged." --#SUMMARY "Remote Insight/ Integrated Lights-Out firmware has detected the security override jumper has been disengaged." --#ARGUMENTS {} --#SEVERITY INFORMATIONAL --#TIMEINDEX 99 --#STATE OPERATIONAL ::= 9013 END