EQLAGENT-MIB DEFINITIONS ::= BEGIN IMPORTS IpAddress, Integer32, Counter64, OBJECT-TYPE,MODULE-IDENTITY, enterprises FROM SNMPv2-SMI RowStatus, DisplayString FROM SNMPv2-TC ifEntry FROM RFC1213-MIB eqlGroupId FROM EQLGROUP-MIB eqlMemberIndex FROM EQLMEMBER-MIB; eqlAgentModule MODULE-IDENTITY LAST-UPDATED "200804150215Z" -- time is actually local time ORGANIZATION "EqualLogic Inc." CONTACT-INFO "Contact: Customer Support Postal: EqualLogic Inc 9 Townsend st., Nashua, NH 03063 Tel: +1 603-579-9762 E-mail: support@equallogic.com WEB: www.equallogic.com" DESCRIPTION "Equallogic Inc. Storage Array extended error mib Mib files packaged on Tue Apr 15 02:15:37 EDT 2008 for Storage Array Firmware V3.3.2 (R73102) Copyright (c) 2002, 2004 by EqualLogic, Inc. All rights reserved. This software may not be copied, disclosed, transferred, or used except in accordance with a license granted by EqualLogic, Inc. This software embodies proprietary information and trade secrets of EqualLogic, Inc. " -- Revision history, in reverse chronological order REVISION "200211110000Z" -- 02-Nov-11 DESCRIPTION "Initial revision" ::= { enterprises equalLogic(12740) 12 } eqlAgentObjects OBJECT IDENTIFIER ::= { eqlAgentModule 1 } eqlAgentNotifications OBJECT IDENTIFIER ::= { eqlAgentModule 2 } eqlAgentConformance OBJECT IDENTIFIER ::= { eqlAgentModule 3 } -- Equallogic Extended Error Table eqlExtErrorTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlExtErrorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual table which associates extended error information with each SNMP operation that produced an error where such information is available" ::= {eqlAgentObjects 1 } eqlExtErrorEntry OBJECT-TYPE SYNTAX EqlExtErrorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " A sequence of extended error information for each SNMP operation producing an extended error" INDEX { eqlEntIpAddr, eqlSNMPrid } ::= { eqlExtErrorTable 1 } EqlExtErrorEntry ::= SEQUENCE { eqlEntIpAddr IpAddress, eqlSNMPrid Integer32, eqlSNMPExtErrCode Integer32, eqlSNMPExtErrMsg DisplayString } eqlEntIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The IP address of the entity making the SNMP request" ::= { eqlExtErrorEntry 1 } eqlSNMPrid OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the request id of the SNMP PDU which resulted in the associated error." ::= { eqlExtErrorEntry 2 } eqlSNMPExtErrCode OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the extended error code resulting from the SNMP PDU with the associated request id and source address" ::= { eqlExtErrorEntry 3 } eqlSNMPExtErrMsg OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The human-readable, meaningful error message that is associated with the extended error code. In most cases, this will be identical to the string that appeared on the management console after the error occured" ::={ eqlExtErrorEntry 4 } END