EQLACCESS-MIB

File: EQLACCESS-MIB.mib (34978 bytes)

Imported modules

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

Imported symbols

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

Defined Types

EqlAccessGroupEntry  
SEQUENCE    
  eqlAccessGroupIndex Unsigned32
  eqlAccessGroupRowStatus RowStatus
  eqlAccessGroupUUID UTFString
  eqlAccessGroupName UTFString
  eqlAccessGroupKeyName UTFString
  eqlAccessGroupDescription UTFString
  eqlAccessGroupAdminKey Unsigned32
  eqlAccessGroupType INTEGER
  eqlAccessGroupPrivacyFlag INTEGER

EqlAccessGroupByTypeEntry  
SEQUENCE    
  eqlAccessGroupByTypeUUID UTFString
  eqlAccessGroupByTypeName UTFString
  eqlAccessGroupByTypeDescription UTFString
  eqlAccessGroupByTypeAdminKey Unsigned32

EqlAccessGroupMemberEntry  
SEQUENCE    
  eqlAccessGroupChildIndex Unsigned32
  eqlAccessGroupMemberRowStatus RowStatus

EqlAccessPointEntry  
SEQUENCE    
  eqlAccessPointIndex Unsigned32
  eqlAccessPointRowStatus RowStatus
  eqlAccessPointInitiatorName UTFString
  eqlAccessPointInitiatorCHAPUserName UTFString
  eqlAccessPointDescription UTFString

EqlAccessPointAddrEntry  
SEQUENCE    
  eqlAccessPointAddrIndex Unsigned32
  eqlAccessPointAddrRowStatus RowStatus
  eqlAccessPointAddrInitiatorAddrType InetAddressType
  eqlAccessPointAddrInitiatorAddr InetAddress
  eqlAccessPointAddrInitiatorAddrWildcardType InetAddressType
  eqlAccessPointAddrInitiatorAddrWildcard InetAddress

EqlAccessGroupObjectAssocEntry  
SEQUENCE    
  eqlAccessGroupObjectAssocIndex Unsigned32
  eqlAccessGroupObjectAssocRowStatus RowStatus
  eqlAccessGroupObjectAssocOID RowPointer
  eqlAccessGroupObjectAssocFlag ACLAppliesTo
  eqlAccessGroupObjectAssocCreator INTEGER

EqlAccessGroupVolumeAssocEntry  
SEQUENCE    
  eqlAccessGroupVolumeAssocFlag ACLAppliesTo
  eqlAccessGroupVolumeAssocObjectIndex Unsigned32

EqlVolumeAccessGroupAssocEntry  
SEQUENCE    
  eqlVolumeAccessGroupAssocFlag ACLAppliesTo
  eqlVolumeAccessGroupAssocObjectIndex Unsigned32

EqlAccessGroupSharedVolumeAssocEntry  
SEQUENCE    
  eqlAccessGroupSharedVolumeAssocFlag ACLAppliesTo
  eqlAccessGroupSharedVolumeAssocObjectIndex Unsigned32

EqlSharedVolumeAccessGroupAssocEntry  
SEQUENCE    
  eqlSharedVolumeAccessGroupAssocFlag ACLAppliesTo
  eqlSharedVolumeAccessGroupAssocObjectIndex Unsigned32

EqlAdminAccountAccessGroupEntry  
SEQUENCE    
  eqlAdminAccountAccessGroupRowStatus RowStatus
  eqlAdminAccountAccessGroupAccess INTEGER

EqlACLCountEntry  
SEQUENCE    
  eqlACLCountUserDefined Unsigned32
  eqlACLCountMPIO Unsigned32
  eqlACLCountTotal Unsigned32
  eqlMaxAccessGroupCount Unsigned32
  eqlMaxAccessRecordCount Unsigned32
  eqlMaxAccessPointCount Unsigned32
  eqlMaxAccessPointIPAddrCount Unsigned32
  eqlMaxAssociationCount Unsigned32
  eqlAccessGroupCount Unsigned32
  eqlAccessRecordCount Unsigned32
  eqlAccessPointCount Unsigned32
  eqlAccessPointIPAddrCount Unsigned32
  eqlAssociationCount Unsigned32

EqlVolumeAccessGroupAssocCountEntry  
SEQUENCE    
  eqlVolumeAccessGroupAssocCount Unsigned32
  eqlVolumeAccessRecordAssocCount Unsigned32

Defined Values

eqlAccessModule 2.1.12740.24
Dell Inc. Access Group information. Copyright (c) 2012 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    

eqlAccessObjects 2.1.12740.24.1
OBJECT IDENTIFIER    

eqlAccessNotifications 2.1.12740.24.2
OBJECT IDENTIFIER    

eqlAccessConformance 2.1.12740.24.3
OBJECT IDENTIFIER    

eqlAccessGroupTable 2.1.12740.24.1.1
EqualLogic-Persistent This table stores information for both access records and access groups. This MIB table uses the same object to describe both. Whether the object is an Access Group or Access Record is described by its eqlAccessGroupType field. TimeoutDelete:90
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupEntry

eqlAccessGroupEntry 2.1.12740.24.1.1.1
An entry in the Access Group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupEntry  

eqlAccessGroupIndex 2.1.12740.24.1.1.1.1
The index of the access group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

eqlAccessGroupUUID 2.1.12740.24.1.1.1.3
This field specifies a descriptive string that provides the UUID of the VMWare host used to create the Access Group. The description can be up to 63 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..64)  

eqlAccessGroupName 2.1.12740.24.1.1.1.4
This field specifies a descriptive string that provides the name of the access group. The description can be up to 31 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..32)  

eqlAccessGroupKeyName 2.1.12740.24.1.1.1.5
EQL-SECONDARY-KEY This field specifies the iSCSI profile sysprep version of eqlAccessGroupName. It is populated by the backend on a row-create.
Status: current Access: read-only
OBJECT-TYPE    
  UTFString Size(0..32)  

eqlAccessGroupDescription 2.1.12740.24.1.1.1.6
This field specifies a descriptive string that provides details of the access group. The description can be up to 127 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..128)  

eqlAccessGroupAdminKey 2.1.12740.24.1.1.1.7
This field specifies the unique key for identifying the administrator who owns this access group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

eqlAccessGroupType 2.1.12740.24.1.1.1.8
This field describes whether the ACL is an access group or access record.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER access-group(1), access-record(2)  

eqlAccessGroupPrivacyFlag 2.1.12740.24.1.1.1.9
This field is used to mark if an access group is public (able to be used by any user) or private (only able to be used by the person who created it or group admin).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER public(1), private(2)  

eqlAccessGroupByTypeTable 2.1.12740.24.1.2
Equallogic-Dynamic This table displays information for access records and access groups, like eqlAccessGroupTable, but partitioned by type (access-record, access-group), which is part of the index (eqlAccessGroupType).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupByTypeEntry

eqlAccessGroupByTypeEntry 2.1.12740.24.1.2.1
An entry in the Access Group By Type table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupByTypeEntry  

eqlAccessGroupByTypeUUID 2.1.12740.24.1.2.1.1
This field specifies a descriptive string that provides the UUID of the VMWare host used to create the Access Group. The description can be up to 63 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..64)  

eqlAccessGroupByTypeName 2.1.12740.24.1.2.1.2
This field specifies a descriptive string that provides the name of the access group. The description can be up to 31 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..32)  

eqlAccessGroupByTypeDescription 2.1.12740.24.1.2.1.3
This field specifies a descriptive string that provides details of the access group. The description can be up to 127 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..128)  

eqlAccessGroupByTypeAdminKey 2.1.12740.24.1.2.1.4
This field specifies the unique key for identifying an access group.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

eqlAccessGroupMemberTable 2.1.12740.24.1.3
EqualLogic-Persistent This table represents a hierarchy of access groups via their corresonding eqlAccessGroupIndex in the eqlAccessGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupMemberEntry

eqlAccessGroupMemberEntry 2.1.12740.24.1.3.1
An entry in the Access Group Member table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupMemberEntry  

eqlAccessGroupChildIndex 2.1.12740.24.1.3.1.1
EQL-SECONDARY-KEY The eqlAccessGroupIndex in the eqlAccessGroupTable of the host access group which is associated with a cluster access group, which is defined by the index represented in eqlAccessGroupIndex of the full table index.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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

eqlAccessPointTable 2.1.12740.24.1.4
EqualLogic-Persistent This table stores stores information on all the configured access points. One row for each access point that the PS-Admin creates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessPointEntry

eqlAccessPointEntry 2.1.12740.24.1.4.1
An entry in the Access Point Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessPointEntry  

eqlAccessPointIndex 2.1.12740.24.1.4.1.1
The index of the access point.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

eqlAccessPointInitiatorName 2.1.12740.24.1.4.1.3
The name of the iscsi initiator permitted to discover or login.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..223)  

eqlAccessPointInitiatorCHAPUserName 2.1.12740.24.1.4.1.4
The 256 byte character name user name to be used for initiator authentication.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..255)  

eqlAccessPointDescription 2.1.12740.24.1.4.1.5
This field specifies a descriptive string that provides details of the access group. The description can be up to 127 characters plus NULL.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..128)  

eqlAccessPointAddrTable 2.1.12740.24.1.5
EqualLogic-Persistent This table stores stores information on all the configured access points. One row for each access point that the PS-Admin creates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessPointAddrEntry

eqlAccessPointAddrEntry 2.1.12740.24.1.5.1
An entry in the Access Point IP Address Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessPointAddrEntry  

eqlAccessPointAddrIndex 2.1.12740.24.1.5.1.1
The index of the access point IP Address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

eqlAccessPointAddrInitiatorAddrType 2.1.12740.24.1.5.1.3
The IP version of the address of the initiator and corresponding wildcard allowed to access the target.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

eqlAccessPointAddrInitiatorAddr 2.1.12740.24.1.5.1.4
The IP address of the initiator allowed to access the target.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

eqlAccessPointAddrInitiatorAddrWildcardType 2.1.12740.24.1.5.1.5
The IP version of the address of the initiator and corresponding wildcard allowed to access the target.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

eqlAccessPointAddrInitiatorAddrWildcard 2.1.12740.24.1.5.1.6
The wildcard mask defines which portion of the eqlInitiatorAddress that does not have to match for the initiator to be permitted access to the volume. Type IPv4 mask is expressed in the form x.x.x.x, where x is 255 or 0. When x is 255, then that portion of the initiator's ip address must match. When x is 0, then that portion of the initiator's ip address does not have to match.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

eqlAccessGroupObjectAssocTable 2.1.12740.24.1.6
EqualLogic-Persistent This table stores stores information on all configured Access Group to Object associations. There is a row for each access group to volume association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupObjectAssocEntry

eqlAccessGroupObjectAssocEntry 2.1.12740.24.1.6.1
An entry in the Access Group Object Association table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupObjectAssocEntry  

eqlAccessGroupObjectAssocIndex 2.1.12740.24.1.6.1.1
The index of the access group association table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

eqlAccessGroupObjectAssocOID 2.1.12740.24.1.6.1.3
OID of the volume, folder, container, etc that this ACL is associated with.
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

eqlAccessGroupObjectAssocFlag 2.1.12740.24.1.6.1.4
Flag that indicates type of object that the access group modifies.
Status: current Access: read-create
OBJECT-TYPE    
  ACLAppliesTo  

eqlAccessGroupObjectAssocCreator 2.1.12740.24.1.6.1.5
This field identifies the creator of the Association.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER vCenter(1), gui(2), cli(3), other(4)  

eqlAccessGroupVolumeAssocTable 2.1.12740.24.1.7
EqualLogic-Dynamic This table stores stores information on all configured Volume to Access Group associations. There is a row for each access group to volume association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupVolumeAssocEntry

eqlAccessGroupVolumeAssocEntry 2.1.12740.24.1.7.1
An entry in the Volume Access Group Association Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupVolumeAssocEntry  

eqlAccessGroupVolumeAssocFlag 2.1.12740.24.1.7.1.1
Flag that indicates type of object that the access group modifies.
Status: current Access: read-only
OBJECT-TYPE    
  ACLAppliesTo  

eqlAccessGroupVolumeAssocObjectIndex 2.1.12740.24.1.7.1.2
The index of the Access Group Object Association object in the eqlAccessGroupObjectAssocTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlVolumeAccessGroupAssocTable 2.1.12740.24.1.8
EqualLogic-Dynamic This table shows information on access groups associated with a specific volume. Each row reflects one association
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlVolumeAccessGroupAssocEntry

eqlVolumeAccessGroupAssocEntry 2.1.12740.24.1.8.1
An entry in the Volume Access Group Association Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlVolumeAccessGroupAssocEntry  

eqlVolumeAccessGroupAssocFlag 2.1.12740.24.1.8.1.1
Flag that indicates type of object that the access group modifies.
Status: current Access: read-only
OBJECT-TYPE    
  ACLAppliesTo  

eqlVolumeAccessGroupAssocObjectIndex 2.1.12740.24.1.8.1.2
The index of the Access Group Object Association object in the eqlAccessGroupObjectAssocTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAccessGroupSharedVolumeAssocTable 2.1.12740.24.1.9
EqualLogic-Dynamic This table stores stores information on all configured Shared Volume to Access Group associations. There is a row for each access group to shared volume association.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAccessGroupSharedVolumeAssocEntry

eqlAccessGroupSharedVolumeAssocEntry 2.1.12740.24.1.9.1
An entry in the Volume Access Group Association Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAccessGroupSharedVolumeAssocEntry  

eqlAccessGroupSharedVolumeAssocFlag 2.1.12740.24.1.9.1.1
Flag that indicates type of object that the access group modifies.
Status: current Access: read-only
OBJECT-TYPE    
  ACLAppliesTo  

eqlAccessGroupSharedVolumeAssocObjectIndex 2.1.12740.24.1.9.1.2
The index of the Access Group Object Association object in the eqlAccessGroupObjectAssocTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlSharedVolumeAccessGroupAssocTable 2.1.12740.24.1.10
EqualLogic-Dynamic This table shows information on access groups associated with a specific shared volume. Each row reflects one association
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlSharedVolumeAccessGroupAssocEntry

eqlSharedVolumeAccessGroupAssocEntry 2.1.12740.24.1.10.1
An entry in the Volume Access Group Association Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlSharedVolumeAccessGroupAssocEntry  

eqlSharedVolumeAccessGroupAssocFlag 2.1.12740.24.1.10.1.1
Flag that indicates type of object that the access group modifies.
Status: current Access: read-only
OBJECT-TYPE    
  ACLAppliesTo  

eqlSharedVolumeAccessGroupAssocObjectIndex 2.1.12740.24.1.10.1.2
The index of the Access Group Object Association object in the eqlAccessGroupObjectAssocTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAdminAccountAccessGroupTable 2.1.12740.24.1.11
EqualLogic-Dynamic This table shows information on admin account ownership for particular Access Groups. Each row reflects one access group ownership.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlAdminAccountAccessGroupEntry

eqlAdminAccountAccessGroupEntry 2.1.12740.24.1.11.1
An entry in the Admin Account Access Group Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlAdminAccountAccessGroupEntry  

eqlAdminAccountAccessGroupRowStatus 2.1.12740.24.1.11.1.1
Row status used to manage this row.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

eqlAdminAccountAccessGroupAccess 2.1.12740.24.1.11.1.2
Administrative permission to the Access Group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER read-only(1), read-write(2)  

eqlACLCountTable 2.1.12740.24.1.12
EqualLogic-Dynamic This table provides a count of the number of ACLs currently in the system. It is used by the front end to help with limit checking
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlACLCountEntry

eqlACLCountEntry 2.1.12740.24.1.12.1
An entry in the ACL Count table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlACLCountEntry  

eqlACLCountUserDefined 2.1.12740.24.1.12.1.1
Total number of User defined ACL's in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlACLCountMPIO 2.1.12740.24.1.12.1.2
Total number of MPIO ACL's in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlACLCountTotal 2.1.12740.24.1.12.1.3
Total number of ACL's in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlMaxAccessGroupCount 2.1.12740.24.1.12.1.4
Maximum number of Access Groups allowed in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlMaxAccessRecordCount 2.1.12740.24.1.12.1.5
Maximum number of Access Records allowed in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlMaxAccessPointCount 2.1.12740.24.1.12.1.6
Maximum number of Access Points allowed in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlMaxAccessPointIPAddrCount 2.1.12740.24.1.12.1.7
Maximum number of Access Point IP Addresses allowed in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlMaxAssociationCount 2.1.12740.24.1.12.1.8
Maximum number of Access Object to Volume associations allowed in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAccessGroupCount 2.1.12740.24.1.12.1.9
Current number of Access Groups in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAccessRecordCount 2.1.12740.24.1.12.1.10
Current number of Access Records in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAccessPointCount 2.1.12740.24.1.12.1.11
Current number of Access Points in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAccessPointIPAddrCount 2.1.12740.24.1.12.1.12
Current number of Access Point IP Addresses in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlAssociationCount 2.1.12740.24.1.12.1.13
Current number of Access Object to Volume associations in the group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlVolumeAccessGroupAssocCountTable 2.1.12740.24.1.13
EqualLogic-Dynamic This table provides a count for the total number of access groups and access records associated to a single volume. Data is indexed by volume.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlVolumeAccessGroupAssocCountEntry

eqlVolumeAccessGroupAssocCountEntry 2.1.12740.24.1.13.1
An entry in the ACL Association Count table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlVolumeAccessGroupAssocCountEntry  

eqlVolumeAccessGroupAssocCount 2.1.12740.24.1.13.1.1
Total count of access group associations for the volume.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eqlVolumeAccessRecordAssocCount 2.1.12740.24.1.13.1.2
Total count of access record associations for the volume.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32