EQLTAG-MIB

File: EQLTAG-MIB.mib (10161 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EQUALLOGIC-SMI
EQLGROUP-MIB EQLVOLUME-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 enterprises TimeTicks
Unsigned32 Counter32 Counter64
Gauge32 NOTIFICATION-TYPE DisplayString
RowStatus RowPointer TruthValue
equalLogic eqlGroupId UTFString
eqlStorageGroupAdminAccountIndex eqliscsiLocalMemberId eqliscsiVolumeIndex

Defined Types

EqlTagEntry  
SEQUENCE    
  eqlTagType INTEGER
  eqlTagIndex Unsigned32
  eqlTagRowStatus RowStatus
  eqlTagValue UTFString
  eqlTagAdminAccountKey Unsigned32
  eqlTagValueDescription UTFString

EqlTagObjectEntry  
SEQUENCE    
  eqlTagObjectIndex Unsigned32
  eqlTagObjectTaggedObjectPointer RowPointer
  eqlTagObjectRowStatus RowStatus

EqlAdminAccountTagEntry  
SEQUENCE    
  eqlAdminAccountTagAccess INTEGER

EqlVolumeTagEntry  
SEQUENCE    
  eqlVolumeTagValue UTFString

Defined Values

eqltagModule 1.3.6.1.4.1.12740.23
Equallogic Inc. tag information Copyright (c) 2002-2011 by Dell, Inc. All rights reserved. This software may not be copied, disclosed, transferred, or used except in accordance with a license granted by Dell, Inc. This software embodies proprietary information and trade secrets of Dell, Inc.
MODULE-IDENTITY    

eqltagObjects 1.3.6.1.4.1.12740.23.1
OBJECT IDENTIFIER    

eqltagNotifications 1.3.6.1.4.1.12740.23.2
OBJECT IDENTIFIER    

eqltagConformance 1.3.6.1.4.1.12740.23.3
OBJECT IDENTIFIER    

eqlTagTable 1.3.6.1.4.1.12740.23.1.1
EqualLogic-Persistent This table maintains the list of tags. For every tag, there is a row in this table. This table supports multiple types of tags. Initially the only supported tag type is 'folder'. Subsequently clients can add other types of tags, and clients can add tags of the new tag types to this table. Clients can walk this table to get all tags, or can maintain the first index constant (tag type) to get all tags type. For example, the client can walk this table to get all folder tags.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlTagEntry

eqlTagEntry 1.3.6.1.4.1.12740.23.1.1.1
An entry in the tag table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlTagEntry  

eqlTagType 1.3.6.1.4.1.12740.23.1.1.1.1
This field specifies the type of this tag. A typical tag type is folder. Tag type enumeration values from 0 to 9,999 are reserved for internal use. When user defined tag types are supported, the user defined tag enumerated values start at 10,000.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER folder(1)  

eqlTagIndex 1.3.6.1.4.1.12740.23.1.1.1.2
The index of the tag, included only because the MIB compiler fails without it, so this is a workaround.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

eqlTagRowStatus 1.3.6.1.4.1.12740.23.1.1.1.3
Row status used to manage this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

eqlTagValue 1.3.6.1.4.1.12740.23.1.1.1.4
This field specifies the value of the tag. For folders, this value is the name of the folder. The tag value can be up to 63 characters plus NULL.
Status: current Access: read-write
OBJECT-TYPE    
  UTFString Size(0..64)  

eqlTagAdminAccountKey 1.3.6.1.4.1.12740.23.1.1.1.5
This field specifies the unique key for identifying a volume administrator that owns this tag. If no account has this value as its eqlStorageGroupAdminAccountKey, then the tag is unassigned.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

eqlTagValueDescription 1.3.6.1.4.1.12740.23.1.1.1.6
This field specifies a descriptive string that provides details about this tag. The description can be up to 127 characters plus NULL.
Status: current Access: read-write
OBJECT-TYPE    
  UTFString Size(0..128)  

eqlTagObjectTable 1.3.6.1.4.1.12740.23.1.2
EqualLogic-Persistent This table maintains an association between tags and objects. Clients can use this table to determine for a given tag, which objects are associated with the tag. When the tag is a folder, it lists the objects that are in the folder.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlTagObjectEntry

eqlTagObjectEntry 1.3.6.1.4.1.12740.23.1.2.1
An entry in the tag object table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlTagObjectEntry  

eqlTagObjectIndex 1.3.6.1.4.1.12740.23.1.2.1.1
The index of the tag to object, included only because the MIB compiler fails without it, so this is a workaround.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

eqlTagObjectTaggedObjectPointer 1.3.6.1.4.1.12740.23.1.2.1.2
The authoritative identification for the MIB object to tag.
Status: current Access: read-write
OBJECT-TYPE    
  RowPointer  

eqlTagObjectRowStatus 1.3.6.1.4.1.12740.23.1.2.1.3
Row status used to manage this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

eqlAdminAccountTagTable 1.3.6.1.4.1.12740.23.1.3
EqualLogic-Dynamic This table has a row for every admin that has read or read-write access to a tag. If an admin does not have access to tag X, there is no row in the table with index 1.admin.X. Clients can walk this table to get all tags that an admin can access.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAdminAccountTagEntry

eqlAdminAccountTagEntry 1.3.6.1.4.1.12740.23.1.3.1
An entry in the tag table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAdminAccountTagEntry  

eqlAdminAccountTagAccess 1.3.6.1.4.1.12740.23.1.3.1.1
The administrative permission to a tag.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER read-only(1), read-write(2)  

eqlVolumeTagTable 1.3.6.1.4.1.12740.23.1.4
EqualLogic-Dynamic Stores which tags reference a particular volume. Clients can walk this table, and for each volume, get the tags that reference this volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlVolumeTagEntry

eqlVolumeTagEntry 1.3.6.1.4.1.12740.23.1.4.1
An entry in the volume tag table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlVolumeTagEntry  

eqlVolumeTagValue 1.3.6.1.4.1.12740.23.1.4.1.1
This field specifies the value of the tag. For folders, this value is the name of the folder. The tag value can be up to 63 characters plus NULL.
Status: current Access: read-write
OBJECT-TYPE    
  UTFString Size(0..64)