EQLIPADDR-MIB DEFINITIONS ::= BEGIN IMPORTS IpAddress, Integer32, OBJECT-TYPE,MODULE-IDENTITY, enterprises FROM SNMPv2-SMI RowStatus, DisplayString FROM SNMPv2-TC ifIndex FROM RFC1213-MIB eqlGroupId FROM EQLGROUP-MIB eqlMemberIndex FROM EQLMEMBER-MIB; eqlipaddrModule 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 IP address table 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 "200209060000Z" -- 02-Sep-06 DESCRIPTION "Initial revision" ::= { enterprises equalLogic(12740) 9 } -- the IP address table -- The IP address table contains this entity's IP addressing -- information. eqlipAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlipAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Persistent Storage Volume Table. The table of addressing information relevant to this entity's IP addresses." ::= { eqlipaddrModule 1 } eqlipAddrEntry OBJECT-TYPE SYNTAX EqlipAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The addressing information for one of this entity's IP addresses." INDEX {eqlGroupId, eqlMemberIndex, eqlIpAdEntAddr} ::= { eqlipAddrTable 1 } EqlipAddrEntry ::= SEQUENCE { eqlIpAdEntAddr IpAddress, eqlIpAdEntIfName DisplayString, eqlIpAdEntNetMask IpAddress, eqlIpAdEntIfIndex Integer32, eqlIpAdEntRowStatus RowStatus } eqlIpAdEntAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The IP address to which this entry's addressing information pertains." ::= { eqlipAddrEntry 1 } eqlIpAdEntIfName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..16)) MAX-ACCESS read-create STATUS current DESCRIPTION ".JPMFIX" ::= { eqlipAddrEntry 2 } eqlIpAdEntNetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0." ::= { eqlipAddrEntry 3 } eqlIpAdEntIfIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "JPMFIX " ::= { eqlipAddrEntry 4 } eqlIpAdEntRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. Until instances of all read-create columns are appropriately configured, the value of the corresponding instance of the eqlIpRowStatus column is 'notReady'. The RowStatus TC [RFC1903] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified. " ::= { eqlipAddrEntry 5 } --**************************************************** -- Equallogic Interfaces Table -- **************************************************** eqlifTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlifEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Persistent Interfaces Table. The table of information relevant to this entity's physical interfaces." ::= { eqlipaddrModule 2 } eqlifEntry OBJECT-TYPE SYNTAX EqlifEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { eqlGroupId, eqlMemberIndex, ifIndex } ::= { eqlifTable 1 } EqlifEntry ::= SEQUENCE { eqlifDescr DisplayString, eqlifPortAttr INTEGER, eqlifAdminStatus INTEGER } eqlifDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..128)) MAX-ACCESS read-write STATUS current DESCRIPTION "This field provides a writable area for a manager to enter user specific data pertaining to the interface refered by this instance of ifIndex " ::= { eqlifEntry 1 } eqlifPortAttr OBJECT-TYPE SYNTAX INTEGER { attr-pss-only(1), attr-initiator-only(2), attr-any(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies the mode of the specified port as follows:" DEFVAL { attr-any } ::= { eqlifEntry 2 } eqlifAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(1), -- ready to pass packets down(2), testing(3) -- in some test mode } MAX-ACCESS read-write STATUS current DESCRIPTION " The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. This column is used to maintain the desired state of the interface accross reboots. The value of this object MUST always be equal to ifAdminStatus defined in rfc1213 mib." ::= { eqlifEntry 3 } END