1-- Mib files packaged on  Tue Mar 17 11:28:59 EDT 2015 for Storage Array Firmware V7.1.5 (R408054)
2
3EQLGROUP-MIB DEFINITIONS  ::= BEGIN
4IMPORTS
5    DisplayString , TruthValue, RowStatus, RowPointer, TEXTUAL-CONVENTION
6            FROM SNMPv2-TC
7    MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, enterprises, IpAddress, TimeTicks, Counter32, Counter64
8            FROM SNMPv2-SMI
9    equalLogic
10            FROM EQUALLOGIC-SMI
11    InetAddressType, InetAddress
12            FROM INET-ADDRESS-MIB;      -- RFC2851
13
14eqlgroupModule MODULE-IDENTITY
15	LAST-UPDATED "201503171528Z"
16    ORGANIZATION  "EqualLogic Inc."
17    CONTACT-INFO
18        "Contact: Customer Support
19         Postal:  Dell Inc
20                  300 Innovative Way, Suite 301, Nashua, NH 03062
21         Tel:     +1 603-579-9762
22         E-mail:  US-NH-CS-TechnicalSupport@dell.com
23         WEB:     www.equallogic.com"
24
25    DESCRIPTION
26        "Equallogic Inc. group information
27
28        Copyright (c) 2002-2013 by Dell Inc.
29
30        All rights reserved.  This software may not be copied, disclosed,
31        transferred, or used except in accordance with a license granted
32        by Dell Inc.  This software embodies proprietary information
33        and trade secrets of Dell Inc.
34        "
35
36
37    -- Revision history, in reverse chronological order
38    REVISION    "200209060000Z"         -- 02-Sep-06
39    DESCRIPTION "Initial revision"
40    ::= { enterprises equalLogic(12740) 1 }
41
42
43eqlgroupObjects OBJECT IDENTIFIER ::=  { eqlgroupModule 1 }
44eqlgroupNotifications OBJECT IDENTIFIER ::= { eqlgroupModule 2 }
45eqlgroupConformance OBJECT IDENTIFIER ::=  { eqlgroupModule 3 }
46
47
48
49
50
51--*********************************************************************************
52--***********************************************************************************
53-- Textual conventions
54--
55-- If adding entries here, also update the file mibconv.c !!!
56
57UTFString ::= TEXTUAL-CONVENTION
58       DISPLAY-HINT     "t"
59       STATUS           current
60       DESCRIPTION  "An octet string containing administrative
61                    information, preferably in human-readable form.
62
63                    To facilitate internationalization, this
64                    information is represented using the ISO/IEC
65                    IS 10646-1 character set, encoded as an octet
66                    string using the UTF-8 transformation format
67                    described in [RFC2279].
68
69                    Since additional code points are added by
70                    amendments to the 10646 standard from time
71                    to time, implementations must be prepared to
72                    encounter any code point from 0x00000000 to
73                    0x7fffffff.  Byte sequences that do not
74                    correspond to the valid UTF-8 encoding of a
75                    code point or are outside this range are
76                    prohibited.
77
78                    The use of control codes should be avoided.
79
80                    When it is necessary to represent a newline,
81                    the control code sequence CR LF should be used.
82
83                    The use of leading or trailing white space should
84                    be avoided.
85
86                    For code points not directly supported by user
87                    interface hardware or software, an alternative
88                    means of entry and display, such as hexadecimal,
89                    may be provided.
90
91                    For information encoded in 7-bit US-ASCII,
92                    the UTF-8 encoding is identical to the
93                    US-ASCII encoding.
94
95                    UTF-8 may require multiple bytes to represent a
96                    single character / code point; thus the length
97                    of this object in octets may be different from
98                    the number of characters encoded.  Similarly,
99                    size constraints refer to the number of encoded
100                    octets, not the number of characters represented
101                    by an encoding.
102
103                    Note that when this TC is used for an object that
104                    is used or envisioned to be used as an index, then
105                    a SIZE restriction MUST be specified so that the
106                    number of sub-identifiers for any object instance
107                    does not exceed the limit of 128, as defined by
108                    [RFC1905].
109
110                    Note that the size of an SnmpAdminString object is
111                    measured in octets, not characters.
112                   "
113         SYNTAX       OCTET STRING (SIZE (0..255))
114
115
116AdminAccountPrivilegeType ::= TEXTUAL-CONVENTION
117       DISPLAY-HINT       "d"
118       STATUS              current
119       DESCRIPTION        "This field specifies the privilege level of the account.
120                           The default is global-admin.  global-admin grants full
121                           access to the administrator.  pool-admin designates the
122                           administrator to have access only to one or more pools,
123                           and does not have access to global and group-level
124                           administrator.  volume-admin designates the administrator to
125                           have access to specific volumes within specific storage pools."
126
127       SYNTAX              INTEGER  {
128                            global-admin (0),
129                            pool-admin  (1),
130                            pool-admin-group-read  (2),
131                            volume-admin (3)
132                            }
133
134AdminAccountType ::= TEXTUAL-CONVENTION
135       DISPLAY-HINT       "d"
136       STATUS              current
137       DESCRIPTION        "This field specifies the type of account. The read-write
138                           account type allows the user to modify any group settings.
139                           The read-only account allows only read-only access to
140                           group configuration data. The default is read-write.
141                           Changing this value will come into affect only for new
142                           login of the user. Currently logged in sessions will not
143                           be affected. Read-only account is only applicable for group admin
144                           accounts/pool-admin accounts. Group-admins with read-only set
145                           cannot modify any settings."
146
147       SYNTAX              INTEGER  {
148                             read-write (1),
149                             read-only  (2)
150			    }
151
152--*******************************
153
154
155eqlStorageGroupTable OBJECT-TYPE
156    SYNTAX  SEQUENCE OF EqlStorageGroupEntry
157    MAX-ACCESS      not-accessible
158    STATUS          current
159    DESCRIPTION     "EqualLogic-Persistent Storage Group Table"
160    ::=  {  eqlgroupObjects  1}
161
162eqlStorageGroupEntry OBJECT-TYPE
163    SYNTAX          EqlStorageGroupEntry
164    MAX-ACCESS      not-accessible
165    STATUS          current
166    DESCRIPTION     "An entry (row) containing storage group information."
167    INDEX           { eqlGroupId}
168::=    { eqlStorageGroupTable 1 }
169
170EqlStorageGroupEntry ::=
171    SEQUENCE {
172        eqlGroupId                               Integer32,
173        eqlGroupIsSingleSubnet                   INTEGER,
174        eqlGroupDefaultGatewayIpAddress          INTEGER,
175        eqlGroupDefaultMask                      IpAddress,
176        eqlGroupDefaultRoutingProtocol           INTEGER,
177--**********change type of var
178        eqlGroupIsStorageOptimization            INTEGER,
179        eqlGroupDiskAddWaitTime                  Integer32,
180        eqlGroupDefaultLanguage                  INTEGER,
181        eqlGroupDefaultSnapshotSize              Integer32,
182        eqlGroupDefaultSnapshotWarningLevel      Integer32,
183        eqlGroupDefaultSnapshotDeletePolicy      INTEGER,
184        eqlGroupTimeZone                         INTEGER,
185        eqlGroupLogLevel                         Integer32,
186        eqlGroupDefaultAliasToVolumeName         TruthValue,
187--******change      eqlGroupContactName          DisplayString,
188--******change      eqlGroupContactPhone         DisplayString,
189--***change         eqlGroupContactEmail         DisplayString,
190        eqlGroupDescription                      UTFString,
191        eqlGroupIscsiNamePrefix                  DisplayString,
192        eqlGroupEmailSrcDomain                   DisplayString,
193        eqlGroupName                             DisplayString,
194        eqlGroupIpAddr                           IpAddress,
195        eqlGroupEnableWebAccessSSL               TruthValue,
196        eqlGroupEnableWebAccessUnsecure          TruthValue,
197        eqlGroupEnableCliAccessSSH               TruthValue,
198        eqlGroupEnableCliAccessUnsecure          TruthValue,
199        eqlGroupEnableEmailNotifications         TruthValue,
200        eqlGroupEnableSNMPTraps                  TruthValue,
201        eqlGroupEnableSyslog                     TruthValue,
202        eqlGroupEmailPriorityMask                INTEGER,
203        eqlGroupSNMPPriorityMask                 INTEGER ,
204        eqlGroupSysLogPriorityMask               INTEGER,
205        eqlGroupDefaultSite                      DisplayString,
206        eqlGroupPasswd1                          OCTET STRING,  -- was DisplayString
207        eqlGroupPasswd2                          DisplayString,
208        eqlGroupRowStatus                        RowStatus,
209        eqlGroupObjectReuseScrub                 INTEGER,
210        eqlGroupEnableSSH                        TruthValue,
211        eqlGroupEnableTelnet                     TruthValue,
212        eqlGroupEnableFTP                        TruthValue,
213        eqlGroupEmailSrcUserName                 DisplayString,
214        eqlGroupSyslogFacility                   INTEGER,
215        eqlGroupEnableCLB                        TruthValue,
216        eqlGroupEnableVolBal                     TruthValue,
217        eqlGroupDiscoveryFilter                  TruthValue,
218        eqlGroupEmailSupportContact              DisplayString,
219        eqlGroupReplicationWindowSize            Unsigned32,
220        eqlGroupConfigurationFlags               BITS,
221        eqlGroupISCSIPortalGrpTag                INTEGER,
222        eqlGroupMaxConcurrentReplicas            Integer32,
223        eqlGroupDefaultThinWarn                  Unsigned32,
224        eqlGroupDefaultThinMaxGrow               Unsigned32,
225        eqlGroupDefaultMgmtGatewayIpAddressType  InetAddressType,
226        eqlGroupDefaultMgmtGatewayIpAddress      InetAddress,
227        eqlGroupInet6AddrType                    InetAddressType,
228        eqlGroupInet6Addr                        InetAddress,
229        eqlGroupInetAddrType                     InetAddressType,
230        eqlGroupInetAddr                         InetAddress,
231        eqlGroupSupportSlowSwitch                INTEGER,
232        eqlGroupProfileIndex                     Unsigned32,
233        eqlGroupEnableSSHProtocolV1              TruthValue,
234        eqlGroupEnableStandbyButton              TruthValue,
235        eqlGroupLDAPLoginAuthEnable              TruthValue,
236        eqlGroupApplianceDiscovery               INTEGER,
237        eqlGroupDefaultDcbVlanId                 Unsigned32,
238        eqlGroupThermalShutdownOverride          INTEGER,
239        eqlGroupEnableLegacyCryptos              INTEGER,
240        eqlGroupMaxReplSegments                  Integer32,
241        eqlGroupEnableVolumeRecovery             TruthValue,
242        eqlGroupSessionIdleTimeout               Integer32,
243        eqlGroupSessionIdleTimeoutEnable         INTEGER,
244        eqlGroupSessionBannerEnable              INTEGER,
245        eqlGroupDefaultVolSnapshotBorrowEnabled  TruthValue,
246        eqlGroupRecoveryLifeTimeEnable           TruthValue,
247        eqlGroupRecoveryLifeTime                 Integer32,
248        eqlGroupTimeProtocol                     INTEGER,
249        eqlGroupRecoveryTrimmerFreq              Integer32,
250        eqlGroupUpdateEnable                     INTEGER,
251        eqlGroupUpdateLast                       Unsigned32,
252        eqlGroupDefaultSectorSize                INTEGER,
253        eqlGroupCompressionScanFreq              Integer32,
254        eqlGroupRunCompressionScan               INTEGER,
255        eqlGroupMonitorReminderTimestamp         Unsigned32
256        }
257
258
259    eqlGroupId OBJECT-TYPE
260    SYNTAX          Integer32
261    MAX-ACCESS      not-accessible
262    STATUS          current
263    DESCRIPTION     "This index uniquely identifies the group. This index should always be 1."
264    ::=  {  eqlStorageGroupEntry 1 }
265
266
267    eqlGroupIsSingleSubnet  OBJECT-TYPE
268    SYNTAX          INTEGER {
269                        single-subnet(1),
270                        multi-subnet(2)
271    }
272    MAX-ACCESS      read-write
273    STATUS          current
274    DESCRIPTION     "This field is used to indicate whether or not all the arrays
275                     within a group are located in the same subset. The default is single-subnet."
276    DEFVAL          { single-subnet }
277    ::=  {  eqlStorageGroupEntry 2 }
278
279    eqlGroupDefaultGatewayIpAddress OBJECT-TYPE
280    SYNTAX          INTEGER
281    MAX-ACCESS      read-write
282    STATUS          deprecated
283    DESCRIPTION     "This field is deprecated."
284    ::=  {  eqlStorageGroupEntry 3 }
285
286    eqlGroupDefaultMask OBJECT-TYPE
287    SYNTAX          IpAddress
288    MAX-ACCESS      read-write
289    STATUS          current
290    DESCRIPTION     "This field is deprecated."
291    ::=  {  eqlStorageGroupEntry 4 }
292
293    eqlGroupDefaultRoutingProtocol  OBJECT-TYPE
294    SYNTAX          INTEGER   {
295                        none(1),
296                        rip(2),
297                        ospf(3)
298    }
299    MAX-ACCESS      read-write
300    STATUS          current
301    DESCRIPTION     "This field is used to indicate the routing protocol use when a group
302                     spans multiple subnets. The support protocols are RIP and OFPS. The default value is none."
303    DEFVAL          { none }
304    ::=  {  eqlStorageGroupEntry 5 }
305
306    eqlGroupIsStorageOptimization   OBJECT-TYPE
307    SYNTAX          INTEGER {
308                        capacity(1),
309                        performance(2),
310                        raid5(3)
311    }
312    MAX-ACCESS      read-write
313    STATUS          current
314    DESCRIPTION     "This field is used to indicate whether the Storage Pool is optimized for
315                     capacity (RAID 5/50) or performance (RAID 10). The default is capacity."
316    DEFVAL          { capacity }
317    ::=  {  eqlStorageGroupEntry 6 }
318
319    eqlGroupDiskAddWaitTime OBJECT-TYPE
320    SYNTAX          Integer32
321    MAX-ACCESS      read-write
322    STATUS          current
323    DESCRIPTION     "This field is used to indicated how long to wait in minutes before including newly
324                     inserted drives into the RAID set. The delay allows for multiple drives to be
325                     inserted before the expansion begins. The default is 2 minutes."
326    DEFVAL          { 2 }
327    ::=  {  eqlStorageGroupEntry 7 }
328
329    eqlGroupDefaultLanguage OBJECT-TYPE
330    SYNTAX          INTEGER
331    MAX-ACCESS      read-write
332    STATUS          deprecated
333    DESCRIPTION     "This field is deprecated."
334    ::=  {  eqlStorageGroupEntry 8 }
335
336    eqlGroupDefaultSnapshotSize OBJECT-TYPE
337    SYNTAX          Integer32
338    MAX-ACCESS      read-write
339    STATUS          current
340    DESCRIPTION     "This field is used to specify by default what percentage of a volume is reserved for SnapShots.
341                     The default is 100%. It can be overriden on a per volume basis.
342                     If a volume, testvol, is 100MB, and the GroupDefaultSnapshotsize is 100%,
343                     than 100MB will reserved for SnapShots of testvol."
344    DEFVAL          { 100 }
345    ::=  {  eqlStorageGroupEntry 9 }
346
347    eqlGroupDefaultSnapshotWarningLevel OBJECT-TYPE
348    SYNTAX          Integer32 (0..100)
349    MAX-ACCESS      read-write
350    STATUS          current
351    DESCRIPTION     "This field is used to specify by default when the administrator is warned that
352                     the space used for SnapShots close to being exhausted. The default is 20%.
353                     It can be overriden on a per volume basis."
354        DEFVAL      { 20 }
355    ::=  {  eqlStorageGroupEntry 10 }
356
357    eqlGroupDefaultSnapshotDeletePolicy OBJECT-TYPE
358        SYNTAX      INTEGER   {
359                        make-volume-offline(1),
360                        delete-oldest (2),
361                        stop-snapshots (3)
362    }
363    MAX-ACCESS      read-write
364    STATUS          current
365    DESCRIPTION     "This field specifies what should happen when the space reserved for SnapShots is exhuasted.
366                     The default is delete-oldest SnapShot."
367    DEFVAL          { delete-oldest }
368    ::=  {  eqlStorageGroupEntry 11 }
369
370-- NOTE: The eqlGroupTimeZone column is generated by the updatezonedata.py
371-- script.  Do not edit it directly.
372
373    eqlGroupTimeZone    OBJECT-TYPE
374    SYNTAX          INTEGER  {
375		hst(1),
376		ast(2),
377		pst(3),
378		pnt(4),
379		mst(5),
380		cst(6),
381		est(7),
382		iet(8),
383		prt(9),
384		gmt(10),
385		ect(11),
386		eet(12),
387		eat(13),
388		met(14),
389		net(15),
390		plt(16),
391		ist(17),
392		bst(18),
393		vst(19),
394		ctt(20),
395		jst(21),
396		act(22),
397		aet(23),
398		sst(24),
399		nst(25),
400		mit(26),
401		cnt(27),
402		agt(28),
403		bet(29),
404		cat(30),
405		europe-Andorra(31),
406		asia-Dubai(32),
407		asia-Kabul(33),
408		america-Antigua(34),
409		america-Anguilla(35),
410		europe-Tirane(36),
411		asia-Yerevan(37),
412		america-Curacao(38),
413		africa-Luanda(39),
414		antarctica-McMurdo(40),
415		antarctica-South-Pole(41),
416		antarctica-Rothera(42),
417		antarctica-Palmer(43),
418		antarctica-Mawson(44),
419		antarctica-Davis(45),
420		antarctica-Casey(46),
421		antarctica-Vostok(47),
422		antarctica-DumontDUrville(48),
423		antarctica-Syowa(49),
424		america-Argentina-Buenos-Aires(50),
425		america-Argentina-Cordoba(51),
426		america-Argentina-Jujuy(52),
427		america-Argentina-Tucuman(53),
428		america-Argentina-Catamarca(54),
429		america-Argentina-La-Rioja(55),
430		america-Argentina-San-Juan(56),
431		america-Argentina-Mendoza(57),
432		america-Argentina-Rio-Gallegos(58),
433		america-Argentina-Ushuaia(59),
434		pacific-Pago-Pago(60),
435		europe-Vienna(61),
436		australia-Lord-Howe(62),
437		australia-Hobart(63),
438		australia-Currie(64),
439		australia-Melbourne(65),
440		australia-Sydney(66),
441		australia-Broken-Hill(67),
442		australia-Brisbane(68),
443		australia-Lindeman(69),
444		australia-Adelaide(70),
445		australia-Darwin(71),
446		australia-Perth(72),
447		america-Aruba(73),
448		europe-Mariehamn(74),
449		asia-Baku(75),
450		europe-Sarajevo(76),
451		america-Barbados(77),
452		asia-Dhaka(78),
453		europe-Brussels(79),
454		africa-Ouagadougou(80),
455		europe-Sofia(81),
456		asia-Bahrain(82),
457		africa-Bujumbura(83),
458		africa-Porto-Novo(84),
459		atlantic-Bermuda(85),
460		asia-Brunei(86),
461		america-La-Paz(87),
462		america-Noronha(88),
463		america-Belem(89),
464		america-Fortaleza(90),
465		america-Recife(91),
466		america-Araguaina(92),
467		america-Maceio(93),
468		america-Bahia(94),
469		america-Sao-Paulo(95),
470		america-Campo-Grande(96),
471		america-Cuiaba(97),
472		america-Porto-Velho(98),
473		america-Boa-Vista(99),
474		america-Manaus(100),
475		america-Eirunepe(101),
476		america-Rio-Branco(102),
477		america-Nassau(103),
478		asia-Thimphu(104),
479		africa-Gaborone(105),
480		europe-Minsk(106),
481		america-Belize(107),
482		america-St-Johns(108),
483		america-Halifax(109),
484		america-Glace-Bay(110),
485		america-Moncton(111),
486		america-Goose-Bay(112),
487		america-Blanc-Sablon(113),
488		america-Montreal(114),
489		america-Toronto(115),
490		america-Nipigon(116),
491		america-Thunder-Bay(117),
492		america-Pangnirtung(118),
493		america-Iqaluit(119),
494		america-Atikokan(120),
495		america-Rankin-Inlet(121),
496		america-Winnipeg(122),
497		america-Rainy-River(123),
498		america-Cambridge-Bay(124),
499		america-Regina(125),
500		america-Swift-Current(126),
501		america-Edmonton(127),
502		america-Yellowknife(128),
503		america-Inuvik(129),
504		america-Dawson-Creek(130),
505		america-Vancouver(131),
506		america-Whitehorse(132),
507		america-Dawson(133),
508		indian-Cocos(134),
509		africa-Kinshasa(135),
510		africa-Lubumbashi(136),
511		africa-Bangui(137),
512		africa-Brazzaville(138),
513		europe-Zurich(139),
514		africa-Abidjan(140),
515		pacific-Rarotonga(141),
516		america-Santiago(142),
517		pacific-Easter(143),
518		africa-Douala(144),
519		asia-Shanghai(145),
520		asia-Harbin(146),
521		asia-Chongqing(147),
522		asia-Urumqi(148),
523		asia-Kashgar(149),
524		america-Bogota(150),
525		america-Costa-Rica(151),
526		america-Havana(152),
527		atlantic-Cape-Verde(153),
528		indian-Christmas(154),
529		asia-Nicosia(155),
530		europe-Prague(156),
531		europe-Berlin(157),
532		africa-Djibouti(158),
533		europe-Copenhagen(159),
534		america-Dominica(160),
535		america-Santo-Domingo(161),
536		africa-Algiers(162),
537		america-Guayaquil(163),
538		pacific-Galapagos(164),
539		europe-Tallinn(165),
540		africa-Cairo(166),
541		africa-El-Aaiun(167),
542		africa-Asmara(168),
543		europe-Madrid(169),
544		africa-Ceuta(170),
545		atlantic-Canary(171),
546		africa-Addis-Ababa(172),
547		europe-Helsinki(173),
548		pacific-Fiji(174),
549		atlantic-Stanley(175),
550		pacific-Truk(176),
551		pacific-Ponape(177),
552		pacific-Kosrae(178),
553		atlantic-Faroe(179),
554		europe-Paris(180),
555		africa-Libreville(181),
556		europe-London(182),
557		america-Grenada(183),
558		asia-Tbilisi(184),
559		america-Cayenne(185),
560		europe-Guernsey(186),
561		africa-Accra(187),
562		europe-Gibraltar(188),
563		america-Godthab(189),
564		america-Danmarkshavn(190),
565		america-Scoresbysund(191),
566		america-Thule(192),
567		africa-Banjul(193),
568		africa-Conakry(194),
569		america-Guadeloupe(195),
570		africa-Malabo(196),
571		europe-Athens(197),
572		atlantic-South-Georgia(198),
573		america-Guatemala(199),
574		pacific-Guam(200),
575		africa-Bissau(201),
576		america-Guyana(202),
577		asia-Hong-Kong(203),
578		america-Tegucigalpa(204),
579		europe-Zagreb(205),
580		america-Port-au-Prince(206),
581		europe-Budapest(207),
582		asia-Jakarta(208),
583		asia-Pontianak(209),
584		asia-Makassar(210),
585		asia-Jayapura(211),
586		europe-Dublin(212),
587		asia-Jerusalem(213),
588		europe-Isle-of-Man(214),
589		asia-Calcutta(215),
590		indian-Chagos(216),
591		asia-Baghdad(217),
592		asia-Tehran(218),
593		atlantic-Reykjavik(219),
594		europe-Rome(220),
595		europe-Jersey(221),
596		america-Jamaica(222),
597		asia-Amman(223),
598		asia-Tokyo(224),
599		africa-Nairobi(225),
600		asia-Bishkek(226),
601		asia-Phnom-Penh(227),
602		pacific-Tarawa(228),
603		pacific-Enderbury(229),
604		pacific-Kiritimati(230),
605		indian-Comoro(231),
606		america-St-Kitts(232),
607		asia-Pyongyang(233),
608		asia-Seoul(234),
609		asia-Kuwait(235),
610		america-Cayman(236),
611		asia-Almaty(237),
612		asia-Qyzylorda(238),
613		asia-Aqtobe(239),
614		asia-Aqtau(240),
615		asia-Oral(241),
616		asia-Vientiane(242),
617		asia-Beirut(243),
618		america-St-Lucia(244),
619		europe-Vaduz(245),
620		asia-Colombo(246),
621		africa-Monrovia(247),
622		africa-Maseru(248),
623		europe-Vilnius(249),
624		europe-Luxembourg(250),
625		europe-Riga(251),
626		africa-Tripoli(252),
627		africa-Casablanca(253),
628		europe-Monaco(254),
629		europe-Chisinau(255),
630		europe-Podgorica(256),
631		indian-Antananarivo(257),
632		pacific-Majuro(258),
633		pacific-Kwajalein(259),
634		europe-Skopje(260),
635		africa-Bamako(261),
636		asia-Rangoon(262),
637		asia-Ulaanbaatar(263),
638		asia-Hovd(264),
639		asia-Choibalsan(265),
640		asia-Macau(266),
641		pacific-Saipan(267),
642		america-Martinique(268),
643		africa-Nouakchott(269),
644		america-Montserrat(270),
645		europe-Malta(271),
646		indian-Mauritius(272),
647		indian-Maldives(273),
648		africa-Blantyre(274),
649		america-Mexico-City(275),
650		america-Cancun(276),
651		america-Merida(277),
652		america-Monterrey(278),
653		america-Mazatlan(279),
654		america-Chihuahua(280),
655		america-Hermosillo(281),
656		america-Tijuana(282),
657		asia-Kuala-Lumpur(283),
658		asia-Kuching(284),
659		africa-Maputo(285),
660		africa-Windhoek(286),
661		pacific-Noumea(287),
662		africa-Niamey(288),
663		pacific-Norfolk(289),
664		africa-Lagos(290),
665		america-Managua(291),
666		europe-Amsterdam(292),
667		europe-Oslo(293),
668		asia-Katmandu(294),
669		pacific-Nauru(295),
670		pacific-Niue(296),
671		pacific-Auckland(297),
672		pacific-Chatham(298),
673		asia-Muscat(299),
674		america-Panama(300),
675		america-Lima(301),
676		pacific-Tahiti(302),
677		pacific-Marquesas(303),
678		pacific-Gambier(304),
679		pacific-Port-Moresby(305),
680		asia-Manila(306),
681		asia-Karachi(307),
682		europe-Warsaw(308),
683		america-Miquelon(309),
684		pacific-Pitcairn(310),
685		america-Puerto-Rico(311),
686		asia-Gaza(312),
687		europe-Lisbon(313),
688		atlantic-Madeira(314),
689		atlantic-Azores(315),
690		pacific-Palau(316),
691		america-Asuncion(317),
692		asia-Qatar(318),
693		indian-Reunion(319),
694		europe-Bucharest(320),
695		europe-Belgrade(321),
696		europe-Kaliningrad(322),
697		europe-Moscow(323),
698		europe-Volgograd(324),
699		europe-Samara(325),
700		asia-Yekaterinburg(326),
701		asia-Omsk(327),
702		asia-Novosibirsk(328),
703		asia-Krasnoyarsk(329),
704		asia-Irkutsk(330),
705		asia-Yakutsk(331),
706		asia-Vladivostok(332),
707		asia-Sakhalin(333),
708		asia-Magadan(334),
709		asia-Kamchatka(335),
710		asia-Anadyr(336),
711		africa-Kigali(337),
712		asia-Riyadh(338),
713		pacific-Guadalcanal(339),
714		indian-Mahe(340),
715		africa-Khartoum(341),
716		europe-Stockholm(342),
717		asia-Singapore(343),
718		atlantic-St-Helena(344),
719		europe-Ljubljana(345),
720		arctic-Longyearbyen(346),
721		atlantic-Jan-Mayen(347),
722		europe-Bratislava(348),
723		africa-Freetown(349),
724		europe-San-Marino(350),
725		africa-Dakar(351),
726		africa-Mogadishu(352),
727		america-Paramaribo(353),
728		africa-Sao-Tome(354),
729		america-El-Salvador(355),
730		asia-Damascus(356),
731		africa-Mbabane(357),
732		america-Grand-Turk(358),
733		africa-Ndjamena(359),
734		indian-Kerguelen(360),
735		africa-Lome(361),
736		asia-Bangkok(362),
737		asia-Dushanbe(363),
738		pacific-Fakaofo(364),
739		asia-Dili(365),
740		asia-Ashgabat(366),
741		africa-Tunis(367),
742		pacific-Tongatapu(368),
743		europe-Istanbul(369),
744		america-Port-of-Spain(370),
745		pacific-Funafuti(371),
746		asia-Taipei(372),
747		africa-Dar-es-Salaam(373),
748		europe-Kiev(374),
749		europe-Uzhgorod(375),
750		europe-Zaporozhye(376),
751		europe-Simferopol(377),
752		africa-Kampala(378),
753		pacific-Johnston(379),
754		pacific-Midway(380),
755		pacific-Wake(381),
756		america-New-York(382),
757		america-Detroit(383),
758		america-Kentucky-Louisville(384),
759		america-Kentucky-Monticello(385),
760		america-Indiana-Indianapolis(386),
761		america-Indiana-Marengo(387),
762		america-Indiana-Knox(388),
763		america-Indiana-Vevay(389),
764		america-Chicago(390),
765		america-Indiana-Vincennes(391),
766		america-Indiana-Petersburg(392),
767		america-Menominee(393),
768		america-North-Dakota-Center(394),
769		america-North-Dakota-New-Salem(395),
770		america-Denver(396),
771		america-Boise(397),
772		america-Shiprock(398),
773		america-Phoenix(399),
774		america-Los-Angeles(400),
775		america-Anchorage(401),
776		america-Juneau(402),
777		america-Yakutat(403),
778		america-Nome(404),
779		america-Adak(405),
780		pacific-Honolulu(406),
781		america-Montevideo(407),
782		asia-Samarkand(408),
783		asia-Tashkent(409),
784		europe-Vatican(410),
785		america-St-Vincent(411),
786		america-Caracas(412),
787		america-Tortola(413),
788		america-St-Thomas(414),
789		asia-Saigon(415),
790		pacific-Efate(416),
791		pacific-Wallis(417),
792		pacific-Apia(418),
793		asia-Aden(419),
794		indian-Mayotte(420),
795		africa-Johannesburg(421),
796		africa-Lusaka(422),
797		africa-Harare(423),
798		australia-Eucla(424),
799		america-Indiana-Tell-City(425),
800		america-Indiana-Winamac(426),
801		america-Resolute(427),
802		america-Marigot(428),
803		asia-Kolkata(429),
804		asia-Ho-Chi-Minh(430),
805		america-St-Barthelemy(431),
806		america-Argentina-San-Luis(432),
807		america-Santarem(433),
808		america-Argentina-Salta(434),
809		asia-Kathmandu(435),
810		america-Ojinaga(436),
811		america-Santa-Isabel(437),
812		asia-Novokuznetsk(438),
813		america-Matamoros(439),
814		antarctica-Macquarie(440),
815		america-Bahia-Banderas(441),
816		pacific-Pohnpei(442),
817		pacific-Chuuk(443),
818		america-North-Dakota-Beulah(444),
819		america-Metlakatla(445),
820		america-Sitka(446),
821		america-Kralendijk(447),
822		america-Lower-Princes(448),
823		africa-Juba(449),
824		asia-Hebron(450),
825		europe-Tiraspol(451),
826		america-Creston(452),
827		asia-Khandyga(453),
828		europe-Busingen(454),
829		asia-Ust-Nera(455)
830    }
831    MAX-ACCESS      read-write
832    STATUS          current
833    DESCRIPTION
834                    "
835                     The field specifies the default timezone for the group
836
837		HST (GMT-10:00) Hawaiian Standard Time: Pacific/Honolulu,
838		AST (GMT-09:00) Alaskan Standard Time: America/Anchorage,
839		PST (GMT-08:00) Pacific  Standard Time: America/Los_Angeles,
840		PNT (GMT-07:00) America/Phoenix,
841		MST (GMT-07:00) US Mountain Standard Time: America/Denver,
842		CST (GMT-06:00) Central  Standard Time: America/Chicago,
843		EST (GMT-05:00) Eastern  Standard Time: America/New_York,
844		IET (GMT-05:00) America/Indiana/Indianapolis,
845		PRT (GMT-04:00) Atlantic Standard Time: America/Halifax,
846		GMT (GMT-00:00) Greenwich Mean Time: GMT,
847		ECT (GMT+01:00) Romance Standard Time: Europe/Paris,
848		EET (GMT+02:00) Egypt Standard Time: Africa/Cairo,
849		EAT (GMT+03:00) Saudi Arabia Standard Time: Asia/Riyadh,
850		MET (GMT+03:30) Iran Standard Time: Asia/Tehran,
851		NET (GMT+04:00) Arabian Standard Time: Asia/Yerevan,
852		PLT (GMT+05:00) West Asia Standard Time: Asia/Karachi,
853		IST (GMT+05:30) India Standard Time: Asia/Calcutta,
854		BST (GMT+06:00) Central Asia Standard Time: Asia/Dacca,
855		VST (GMT+07:00) Bangkok Standard Time: Asia/Bangkok,
856		CTT (GMT+08:00) China Standard Time: Asia/Shanghai,
857		JST (GMT+09:00) Tokyo Standard Time: Asia/Tokyo,
858		ACT (GMT+09:30) Cen. Australia Standard Time: Australia/Darwin,
859		AET (GMT+10:00) Sydney Standard Time: Australia/Sydney,
860		SST (GMT+11:00) Central Pacific Standard Time: Pacific/Guadalcanal,
861		NST (GMT+12:00) New Zealand Standard Time: Pacific/Fiji,
862		MIT (GMT+13:00) Samoa Standard Time: Pacific/Apia,
863		CNT (GMT-03:30) Newfoundland Standard Time: America/St_Johns,
864		AGT (GMT-03:00) SA Eastern Standard Time: America/Buenos_Aires,
865		BET (GMT-03:00) E South America Standard Time: America/Sao_Paulo,
866		CAT (GMT-01:00) Azores Standard Time: Atlantic/Cape_Verde,
867		Europe/Andorra,
868		Asia/Dubai,
869		Asia/Kabul,
870		America/Antigua,
871		America/Anguilla,
872		Europe/Tirane,
873		Asia/Yerevan,
874		America/Curacao,
875		Africa/Luanda,
876		Antarctica/McMurdo,
877		Antarctica/South_Pole,
878		Antarctica/Rothera,
879		Antarctica/Palmer,
880		Antarctica/Mawson,
881		Antarctica/Davis,
882		Antarctica/Casey,
883		Antarctica/Vostok,
884		Antarctica/DumontDUrville,
885		Antarctica/Syowa,
886		America/Argentina/Buenos_Aires,
887		America/Argentina/Cordoba,
888		America/Argentina/Jujuy,
889		America/Argentina/Tucuman,
890		America/Argentina/Catamarca,
891		America/Argentina/La_Rioja,
892		America/Argentina/San_Juan,
893		America/Argentina/Mendoza,
894		America/Argentina/Rio_Gallegos,
895		America/Argentina/Ushuaia,
896		Pacific/Pago_Pago,
897		Europe/Vienna,
898		Australia/Lord_Howe,
899		Australia/Hobart,
900		Australia/Currie,
901		Australia/Melbourne,
902		Australia/Sydney,
903		Australia/Broken_Hill,
904		Australia/Brisbane,
905		Australia/Lindeman,
906		Australia/Adelaide,
907		Australia/Darwin,
908		Australia/Perth,
909		America/Aruba,
910		Europe/Mariehamn,
911		Asia/Baku,
912		Europe/Sarajevo,
913		America/Barbados,
914		Asia/Dhaka,
915		Europe/Brussels,
916		Africa/Ouagadougou,
917		Europe/Sofia,
918		Asia/Bahrain,
919		Africa/Bujumbura,
920		Africa/Porto-Novo,
921		Atlantic/Bermuda,
922		Asia/Brunei,
923		America/La_Paz,
924		America/Noronha,
925		America/Belem,
926		America/Fortaleza,
927		America/Recife,
928		America/Araguaina,
929		America/Maceio,
930		America/Bahia,
931		America/Sao_Paulo,
932		America/Campo_Grande,
933		America/Cuiaba,
934		America/Porto_Velho,
935		America/Boa_Vista,
936		America/Manaus,
937		America/Eirunepe,
938		America/Rio_Branco,
939		America/Nassau,
940		Asia/Thimphu,
941		Africa/Gaborone,
942		Europe/Minsk,
943		America/Belize,
944		America/St_Johns,
945		America/Halifax,
946		America/Glace_Bay,
947		America/Moncton,
948		America/Goose_Bay,
949		America/Blanc-Sablon,
950		America/Montreal,
951		America/Toronto,
952		America/Nipigon,
953		America/Thunder_Bay,
954		America/Pangnirtung,
955		America/Iqaluit,
956		America/Atikokan,
957		America/Rankin_Inlet,
958		America/Winnipeg,
959		America/Rainy_River,
960		America/Cambridge_Bay,
961		America/Regina,
962		America/Swift_Current,
963		America/Edmonton,
964		America/Yellowknife,
965		America/Inuvik,
966		America/Dawson_Creek,
967		America/Vancouver,
968		America/Whitehorse,
969		America/Dawson,
970		Indian/Cocos,
971		Africa/Kinshasa,
972		Africa/Lubumbashi,
973		Africa/Bangui,
974		Africa/Brazzaville,
975		Europe/Zurich,
976		Africa/Abidjan,
977		Pacific/Rarotonga,
978		America/Santiago,
979		Pacific/Easter,
980		Africa/Douala,
981		Asia/Shanghai,
982		Asia/Harbin,
983		Asia/Chongqing,
984		Asia/Urumqi,
985		Asia/Kashgar,
986		America/Bogota,
987		America/Costa_Rica,
988		America/Havana,
989		Atlantic/Cape_Verde,
990		Indian/Christmas,
991		Asia/Nicosia,
992		Europe/Prague,
993		Europe/Berlin,
994		Africa/Djibouti,
995		Europe/Copenhagen,
996		America/Dominica,
997		America/Santo_Domingo,
998		Africa/Algiers,
999		America/Guayaquil,
1000		Pacific/Galapagos,
1001		Europe/Tallinn,
1002		Africa/Cairo,
1003		Africa/El_Aaiun,
1004		Africa/Asmara,
1005		Europe/Madrid,
1006		Africa/Ceuta,
1007		Atlantic/Canary,
1008		Africa/Addis_Ababa,
1009		Europe/Helsinki,
1010		Pacific/Fiji,
1011		Atlantic/Stanley,
1012		Pacific/Truk,
1013		Pacific/Ponape,
1014		Pacific/Kosrae,
1015		Atlantic/Faroe,
1016		Europe/Paris,
1017		Africa/Libreville,
1018		Europe/London,
1019		America/Grenada,
1020		Asia/Tbilisi,
1021		America/Cayenne,
1022		Europe/Guernsey,
1023		Africa/Accra,
1024		Europe/Gibraltar,
1025		America/Godthab,
1026		America/Danmarkshavn,
1027		America/Scoresbysund,
1028		America/Thule,
1029		Africa/Banjul,
1030		Africa/Conakry,
1031		America/Guadeloupe,
1032		Africa/Malabo,
1033		Europe/Athens,
1034		Atlantic/South_Georgia,
1035		America/Guatemala,
1036		Pacific/Guam,
1037		Africa/Bissau,
1038		America/Guyana,
1039		Asia/Hong_Kong,
1040		America/Tegucigalpa,
1041		Europe/Zagreb,
1042		America/Port-au-Prince,
1043		Europe/Budapest,
1044		Asia/Jakarta,
1045		Asia/Pontianak,
1046		Asia/Makassar,
1047		Asia/Jayapura,
1048		Europe/Dublin,
1049		Asia/Jerusalem,
1050		Europe/Isle_of_Man,
1051		Asia/Calcutta,
1052		Indian/Chagos,
1053		Asia/Baghdad,
1054		Asia/Tehran,
1055		Atlantic/Reykjavik,
1056		Europe/Rome,
1057		Europe/Jersey,
1058		America/Jamaica,
1059		Asia/Amman,
1060		Asia/Tokyo,
1061		Africa/Nairobi,
1062		Asia/Bishkek,
1063		Asia/Phnom_Penh,
1064		Pacific/Tarawa,
1065		Pacific/Enderbury,
1066		Pacific/Kiritimati,
1067		Indian/Comoro,
1068		America/St_Kitts,
1069		Asia/Pyongyang,
1070		Asia/Seoul,
1071		Asia/Kuwait,
1072		America/Cayman,
1073		Asia/Almaty,
1074		Asia/Qyzylorda,
1075		Asia/Aqtobe,
1076		Asia/Aqtau,
1077		Asia/Oral,
1078		Asia/Vientiane,
1079		Asia/Beirut,
1080		America/St_Lucia,
1081		Europe/Vaduz,
1082		Asia/Colombo,
1083		Africa/Monrovia,
1084		Africa/Maseru,
1085		Europe/Vilnius,
1086		Europe/Luxembourg,
1087		Europe/Riga,
1088		Africa/Tripoli,
1089		Africa/Casablanca,
1090		Europe/Monaco,
1091		Europe/Chisinau,
1092		Europe/Podgorica,
1093		Indian/Antananarivo,
1094		Pacific/Majuro,
1095		Pacific/Kwajalein,
1096		Europe/Skopje,
1097		Africa/Bamako,
1098		Asia/Rangoon,
1099		Asia/Ulaanbaatar,
1100		Asia/Hovd,
1101		Asia/Choibalsan,
1102		Asia/Macau,
1103		Pacific/Saipan,
1104		America/Martinique,
1105		Africa/Nouakchott,
1106		America/Montserrat,
1107		Europe/Malta,
1108		Indian/Mauritius,
1109		Indian/Maldives,
1110		Africa/Blantyre,
1111		America/Mexico_City,
1112		America/Cancun,
1113		America/Merida,
1114		America/Monterrey,
1115		America/Mazatlan,
1116		America/Chihuahua,
1117		America/Hermosillo,
1118		America/Tijuana,
1119		Asia/Kuala_Lumpur,
1120		Asia/Kuching,
1121		Africa/Maputo,
1122		Africa/Windhoek,
1123		Pacific/Noumea,
1124		Africa/Niamey,
1125		Pacific/Norfolk,
1126		Africa/Lagos,
1127		America/Managua,
1128		Europe/Amsterdam,
1129		Europe/Oslo,
1130		Asia/Katmandu,
1131		Pacific/Nauru,
1132		Pacific/Niue,
1133		Pacific/Auckland,
1134		Pacific/Chatham,
1135		Asia/Muscat,
1136		America/Panama,
1137		America/Lima,
1138		Pacific/Tahiti,
1139		Pacific/Marquesas,
1140		Pacific/Gambier,
1141		Pacific/Port_Moresby,
1142		Asia/Manila,
1143		Asia/Karachi,
1144		Europe/Warsaw,
1145		America/Miquelon,
1146		Pacific/Pitcairn,
1147		America/Puerto_Rico,
1148		Asia/Gaza,
1149		Europe/Lisbon,
1150		Atlantic/Madeira,
1151		Atlantic/Azores,
1152		Pacific/Palau,
1153		America/Asuncion,
1154		Asia/Qatar,
1155		Indian/Reunion,
1156		Europe/Bucharest,
1157		Europe/Belgrade,
1158		Europe/Kaliningrad,
1159		Europe/Moscow,
1160		Europe/Volgograd,
1161		Europe/Samara,
1162		Asia/Yekaterinburg,
1163		Asia/Omsk,
1164		Asia/Novosibirsk,
1165		Asia/Krasnoyarsk,
1166		Asia/Irkutsk,
1167		Asia/Yakutsk,
1168		Asia/Vladivostok,
1169		Asia/Sakhalin,
1170		Asia/Magadan,
1171		Asia/Kamchatka,
1172		Asia/Anadyr,
1173		Africa/Kigali,
1174		Asia/Riyadh,
1175		Pacific/Guadalcanal,
1176		Indian/Mahe,
1177		Africa/Khartoum,
1178		Europe/Stockholm,
1179		Asia/Singapore,
1180		Atlantic/St_Helena,
1181		Europe/Ljubljana,
1182		Arctic/Longyearbyen,
1183		Atlantic/Jan_Mayen,
1184		Europe/Bratislava,
1185		Africa/Freetown,
1186		Europe/San_Marino,
1187		Africa/Dakar,
1188		Africa/Mogadishu,
1189		America/Paramaribo,
1190		Africa/Sao_Tome,
1191		America/El_Salvador,
1192		Asia/Damascus,
1193		Africa/Mbabane,
1194		America/Grand_Turk,
1195		Africa/Ndjamena,
1196		Indian/Kerguelen,
1197		Africa/Lome,
1198		Asia/Bangkok,
1199		Asia/Dushanbe,
1200		Pacific/Fakaofo,
1201		Asia/Dili,
1202		Asia/Ashgabat,
1203		Africa/Tunis,
1204		Pacific/Tongatapu,
1205		Europe/Istanbul,
1206		America/Port_of_Spain,
1207		Pacific/Funafuti,
1208		Asia/Taipei,
1209		Africa/Dar_es_Salaam,
1210		Europe/Kiev,
1211		Europe/Uzhgorod,
1212		Europe/Zaporozhye,
1213		Europe/Simferopol,
1214		Africa/Kampala,
1215		Pacific/Johnston,
1216		Pacific/Midway,
1217		Pacific/Wake,
1218		America/New_York,
1219		America/Detroit,
1220		America/Kentucky/Louisville,
1221		America/Kentucky/Monticello,
1222		America/Indiana/Indianapolis,
1223		America/Indiana/Marengo,
1224		America/Indiana/Knox,
1225		America/Indiana/Vevay,
1226		America/Chicago,
1227		America/Indiana/Vincennes,
1228		America/Indiana/Petersburg,
1229		America/Menominee,
1230		America/North_Dakota/Center,
1231		America/North_Dakota/New_Salem,
1232		America/Denver,
1233		America/Boise,
1234		America/Shiprock,
1235		America/Phoenix,
1236		America/Los_Angeles,
1237		America/Anchorage,
1238		America/Juneau,
1239		America/Yakutat,
1240		America/Nome,
1241		America/Adak,
1242		Pacific/Honolulu,
1243		America/Montevideo,
1244		Asia/Samarkand,
1245		Asia/Tashkent,
1246		Europe/Vatican,
1247		America/St_Vincent,
1248		America/Caracas,
1249		America/Tortola,
1250		America/St_Thomas,
1251		Asia/Saigon,
1252		Pacific/Efate,
1253		Pacific/Wallis,
1254		Pacific/Apia,
1255		Asia/Aden,
1256		Indian/Mayotte,
1257		Africa/Johannesburg,
1258		Africa/Lusaka,
1259		Africa/Harare,
1260		Australia/Eucla,
1261		America/Indiana/Tell_City,
1262		America/Indiana/Winamac,
1263		America/Resolute,
1264		America/Marigot,
1265		Asia/Kolkata,
1266		Asia/Ho_Chi_Minh,
1267		America/St_Barthelemy,
1268		America/Argentina/San_Luis,
1269		America/Santarem,
1270		America/Argentina/Salta,
1271		Asia/Kathmandu,
1272		America/Ojinaga,
1273		America/Santa_Isabel,
1274		Asia/Novokuznetsk,
1275		America/Matamoros,
1276		Antarctica/Macquarie,
1277		America/Bahia_Banderas,
1278		Pacific/Pohnpei,
1279		Pacific/Chuuk,
1280		America/North_Dakota/Beulah,
1281		America/Metlakatla,
1282		America/Sitka,
1283		America/Kralendijk,
1284		America/Lower_Princes,
1285		Africa/Juba,
1286		Asia/Hebron,
1287		Europe/Tiraspol,
1288		America/Creston,
1289		Asia/Khandyga,
1290		Europe/Busingen,
1291		Asia/Ust-Nera "
1292
1293    DEFVAL          { est }
1294    ::=  {  eqlStorageGroupEntry 13 }
1295
1296    eqlGroupLogLevel    OBJECT-TYPE
1297    SYNTAX              Integer32
1298    MAX-ACCESS          read-write
1299    STATUS              current
1300    DESCRIPTION         "This field specifies the loglevel for the group.  The log level
1301                         determines which messages are written to the console.
1302                         The following levels are supported. The value of
1303                         this object will be an OR of the values associated
1304                         with each level.
1305
1306                            LEVEL                VALUE
1307                           -------              -------
1308                            INFO                  0x04
1309                            WARNING               0x08
1310                            ERROR                 0x10
1311                            FATAL                 0x20
1312			    DIAG                  0x40
1313                            AUDIT                 0x80
1314                        Default value is
1315                              INFO|WARNING|ERROR|FATAL
1316                             = 0x04|0x08|0x10|0x20| = 0x3c = 60
1317                        "
1318    DEFVAL              { 60 }
1319    ::=  {  eqlStorageGroupEntry 14 }
1320
1321    eqlGroupDescription OBJECT-TYPE
1322    SYNTAX          UTFString(SIZE(0..64))
1323    MAX-ACCESS      read-write
1324    STATUS          current
1325    DESCRIPTION     "This field contains a use supplied description for the group. There is no default. "
1326    ::=  {  eqlStorageGroupEntry 15 }
1327
1328    eqlGroupIscsiNamePrefix     OBJECT-TYPE
1329    SYNTAX          DisplayString(SIZE(1..64))
1330    MAX-ACCESS      read-write
1331    STATUS          current
1332    DESCRIPTION     "This field specifies the prefix for the iSCSI target names.
1333                     The default is iqn.2001-04.com.equallogic. This can be overriden on a per volume basis.
1334                     However the name must conform to the iSCSI Specification."
1335    DEFVAL          { "iqn.2001-04.com.equallogic." }
1336    ::=  {  eqlStorageGroupEntry 16 }
1337
1338    eqlGroupDefaultAliasToVolumeName    OBJECT-TYPE
1339    SYNTAX          TruthValue
1340    MAX-ACCESS      read-write
1341    STATUS          current
1342    DESCRIPTION     "This field specifies whether or not to default the iSCSI alias to the name of the volume.
1343                     This can be overriden on a per volume basis.
1344                     The default is to set the iSCSI alias to the volume name."
1345    DEFVAL           { true }
1346    ::=  {  eqlStorageGroupEntry 17 }
1347
1348    eqlGroupEmailSrcDomain   OBJECT-TYPE
1349    SYNTAX          DisplayString(SIZE(0..128))
1350    MAX-ACCESS      read-write
1351    STATUS          current
1352    DESCRIPTION     "This field specifies the SNMP domain name used in the FROM email address in
1353                     generated email. e.g., everything after @ in foo@equallogic.com ."
1354    ::=  {  eqlStorageGroupEntry 18 }
1355
1356    eqlGroupName OBJECT-TYPE
1357    SYNTAX          DisplayString(SIZE(1..64))
1358    MAX-ACCESS      read-write
1359    STATUS          current
1360    DESCRIPTION     "This field specifies the Well Known Name for the group.
1361                     It must be a name which is resolvable by DNS. There is no default for Group Name."
1362    ::=  {  eqlStorageGroupEntry 19 }
1363
1364    eqlGroupIpAddr  OBJECT-TYPE
1365    SYNTAX          IpAddress
1366    MAX-ACCESS      read-write
1367    STATUS          current
1368    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
1369    ::=  {  eqlStorageGroupEntry 20 }
1370
1371    eqlGroupEnableWebAccessSSL      OBJECT-TYPE
1372    SYNTAX          TruthValue
1373    MAX-ACCESS      read-write
1374    STATUS          current
1375    DESCRIPTION     "This field specifies whether or not to allow web access to the group using https.
1376                     The default is TRUE."
1377    DEFVAL          { true }
1378    ::=  {  eqlStorageGroupEntry 21 }
1379
1380    eqlGroupEnableWebAccessUnsecure OBJECT-TYPE
1381    SYNTAX          TruthValue
1382    MAX-ACCESS      read-write
1383    STATUS          current
1384    DESCRIPTION     "This field specifies whether or not to allow web access to the group using http.
1385                     The default is TRUE."
1386    DEFVAL          { true }
1387    ::=  {  eqlStorageGroupEntry 22 }
1388
1389    eqlGroupEnableCliAccessSSH  OBJECT-TYPE
1390    SYNTAX          TruthValue
1391    MAX-ACCESS      read-write
1392    STATUS          current
1393    DESCRIPTION     "This field specifies whether or not to allow ssh access to the group.
1394                     The default is TRUE."
1395    DEFVAL          { true }
1396    ::=  {  eqlStorageGroupEntry 23 }
1397
1398    eqlGroupEnableCliAccessUnsecure OBJECT-TYPE
1399    SYNTAX          TruthValue
1400    MAX-ACCESS      read-write
1401    STATUS          current
1402    DESCRIPTION     "This field specifies whether or not to allow telnet access to the group.
1403                     The default is FALSE."
1404    DEFVAL          { false }
1405    ::=  {  eqlStorageGroupEntry 24 }
1406
1407    eqlGroupEnableEmailNotifications OBJECT-TYPE
1408    SYNTAX          TruthValue
1409    MAX-ACCESS      read-write
1410    STATUS          current
1411    DESCRIPTION     "This field is used to specify whether to notify administrators on alarms via email.
1412                     The default is FALSE."
1413    DEFVAL          { false }
1414    ::=  {  eqlStorageGroupEntry 25 }
1415
1416    eqlGroupEnableSNMPTraps  OBJECT-TYPE
1417    SYNTAX          TruthValue
1418    MAX-ACCESS      read-write
1419    STATUS          current
1420    DESCRIPTION     "This field is used to specify whether to notify administrators on alarms via SNMP TRAPS.
1421                     The default is FALSE."
1422    DEFVAL          { false }
1423    ::=  {  eqlStorageGroupEntry 26 }
1424
1425    eqlGroupEnableSyslog OBJECT-TYPE
1426    SYNTAX          TruthValue
1427    MAX-ACCESS      read-write
1428    STATUS          current
1429    DESCRIPTION     "This field is used to specify whether to notify administrators on alarms via syslog.
1430                     The default is FALSE."
1431    DEFVAL          { false }
1432    ::=  {  eqlStorageGroupEntry 27 }
1433
1434    eqlGroupEmailPriorityMask  OBJECT-TYPE
1435    SYNTAX          INTEGER
1436    MAX-ACCESS      read-write
1437    STATUS          current
1438    DESCRIPTION     "This field is used to configure the type of events to be sent in email notifications.
1439                     The following type of events are supported.
1440                            info(4),
1441                            warning(8),
1442                            error(16),
1443                            fatal(32)
1444                     More than one type of event can be specified by adding the correspodning values.
1445                     Ex: To specify warning,error,fatal the value can be set to 8+16+32 = 56.
1446                     Setting this field to zero results in sending no events using email notification.
1447                     "
1448    ::=  {  eqlStorageGroupEntry 28}
1449
1450    eqlGroupSNMPPriorityMask  OBJECT-TYPE
1451    SYNTAX          INTEGER
1452    MAX-ACCESS      read-write
1453    STATUS          deprecated
1454    DESCRIPTION     "This field is currently not being used."
1455    ::=  {  eqlStorageGroupEntry 29}
1456
1457    eqlGroupSysLogPriorityMask OBJECT-TYPE
1458    SYNTAX          INTEGER
1459    MAX-ACCESS      read-write
1460    STATUS          current
1461    DESCRIPTION     "This field is used to configure the type of events to be sent in syslog notifications.
1462                     The following type of events are supported.
1463                            info(4),
1464                            warning(8),
1465                            error(16),
1466                            fatal(32)
1467                     More than one type of event can be specified by adding the correspodning values.
1468                     Ex: To specify warning,error,fatal the value can be set to 8+16+32 = 56.
1469                     Setting this field to zero results in sending no events using syslog notification.
1470                     "
1471    ::=  {  eqlStorageGroupEntry 30}
1472
1473    eqlGroupDefaultSite     OBJECT-TYPE
1474    SYNTAX          DisplayString(SIZE(1..64))
1475    MAX-ACCESS      read-write
1476    STATUS          current
1477     DESCRIPTION    "This field specifies the site where the volume resides.
1478                     Sites are defined on a per array basis.
1479                     Sites are used to define where primary and secondary copies of volume mirror reside.
1480                     The default is the default site. This means that the location of the volume is unrestricted."
1481        DEFVAL       { "default" }
1482    ::=  {  eqlStorageGroupEntry 31 }
1483
1484    eqlGroupPasswd1     OBJECT-TYPE
1485    SYNTAX          OCTET STRING (SIZE(1..64)) -- was DisplayString
1486    MAX-ACCESS      read-create
1487    STATUS          current
1488    DESCRIPTION     " An octet string containing the password to authenticate
1489                      members joining the group.
1490                      If written, it changes the password for
1491                      the account.  If read, it returns a zero-length string."
1492    --DEFAULT       cookie "secure"
1493    ::=  {  eqlStorageGroupEntry 32 }
1494
1495
1496    eqlGroupPasswd2     OBJECT-TYPE
1497    SYNTAX          DisplayString(SIZE(1..64))
1498    MAX-ACCESS      not-accessible
1499    STATUS          current
1500    DESCRIPTION     "This field is deprecated."
1501    ::=  {  eqlStorageGroupEntry 33 }
1502
1503    eqlGroupRowStatus   OBJECT-TYPE
1504    SYNTAX          RowStatus
1505    MAX-ACCESS      read-write
1506    STATUS          current
1507    DESCRIPTION     "Rowstatus"
1508    ::=  {  eqlStorageGroupEntry 34 }
1509
1510    eqlGroupObjectReuseScrub   OBJECT-TYPE
1511    SYNTAX          INTEGER {
1512                    disabled(0),
1513                    enabled(1)
1514     }
1515    MAX-ACCESS      read-only
1516    STATUS          deprecated
1517    DESCRIPTION     "If enabled, an object is zeroed out before reuse so that the new entity using the object will not be aware of the old contents of the object.
1518                     This field is deprecated and is unsupported from 7.0."
1519    DEFVAL          {enabled}
1520    ::=  {  eqlStorageGroupEntry 35 }
1521
1522    eqlGroupEnableSSH      OBJECT-TYPE
1523    SYNTAX          TruthValue
1524    MAX-ACCESS      read-write
1525    STATUS          deprecated
1526    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
1527    DEFVAL          { true }
1528    ::=  {  eqlStorageGroupEntry 36 }
1529
1530    eqlGroupEnableTelnet      OBJECT-TYPE
1531    SYNTAX          TruthValue
1532    MAX-ACCESS      read-write
1533    STATUS          deprecated
1534    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
1535    DEFVAL          { true }
1536    ::=  {  eqlStorageGroupEntry 37 }
1537
1538    eqlGroupEnableFTP      OBJECT-TYPE
1539    SYNTAX          TruthValue
1540    MAX-ACCESS      read-write
1541    STATUS          current
1542    DESCRIPTION     "This field specifies whether or not to allow ftp access to the group.
1543                     The default is TRUE."
1544    DEFVAL          { true }
1545    ::=  {  eqlStorageGroupEntry 38 }
1546
1547    eqlGroupEmailSrcUserName   OBJECT-TYPE
1548    SYNTAX          DisplayString(SIZE(0..128))
1549    MAX-ACCESS      read-write
1550    STATUS          current
1551    DESCRIPTION     "This field specifies user portion of the FROM email address used in generated
1552                     email. e.g., everything before @ in foo@equallogic.com ."
1553    ::=  {  eqlStorageGroupEntry 39 }
1554
1555    eqlGroupSyslogFacility   OBJECT-TYPE
1556    SYNTAX          INTEGER {
1557-- Actual facility values are these values minus 1. This is to enable a value of 0 to
1558-- mean "default" and not "kern"
1559                        default(0),
1560                        kern(1),
1561                        user(2),
1562                        mail(3),
1563                        daemon(4),
1564                        auth(5),
1565                        syslog(6),
1566                        lpr(7),
1567                        news(8),
1568                        uucp(9),
1569                        cron(10),
1570                        authpriv(11),
1571                        ftp(12),
1572                        local0(17),
1573                        local1(18),
1574                        local2(19),
1575                        local3(20),
1576                        local4(21),
1577                        local5(22),
1578                        local6(23),
1579                        local7(24)
1580    }
1581    MAX-ACCESS      read-write
1582    STATUS          current
1583    DESCRIPTION     "This field specifies the facility code which you would like applied
1584                     to all eqllog messages that are targeted at syslog."
1585    ::=  {  eqlStorageGroupEntry 40 }
1586
1587
1588    eqlGroupEnableCLB      OBJECT-TYPE
1589    SYNTAX          TruthValue
1590    MAX-ACCESS      read-write
1591    STATUS          current
1592    DESCRIPTION     "This field specifies whether or not to turn on Connection Load balancer.
1593                     The default is TRUE."
1594    DEFVAL          { true }
1595    ::=  {  eqlStorageGroupEntry 41 }
1596
1597    eqlGroupEnableVolBal   OBJECT-TYPE
1598    SYNTAX          TruthValue
1599    MAX-ACCESS      read-write
1600    STATUS          current
1601    DESCRIPTION     "This field specifies whether or not to turn on volume balancing.
1602                     The default is TRUE."
1603    DEFVAL          { true }
1604    ::=  {  eqlStorageGroupEntry 42 }
1605
1606    eqlGroupDiscoveryFilter   OBJECT-TYPE
1607    SYNTAX          TruthValue
1608    MAX-ACCESS      read-write
1609    STATUS          current
1610    DESCRIPTION     "If set to true,  the list of volumes returned
1611                     during discovery is filtered based on
1612                     chap configuration in volume ACLs.
1613                     The default is FALSE."
1614    DEFVAL          { false }
1615    ::=  {  eqlStorageGroupEntry 43 }
1616
1617    eqlGroupEmailSupportContact OBJECT-TYPE
1618    SYNTAX          DisplayString(SIZE(0..255))
1619    MAX-ACCESS      read-create
1620    STATUS          current
1621    DESCRIPTION     "This field specifies the customer email address for support
1622                     to contact in the event of a system failure.  Configuring
1623                     this field will enable each member to send an e-mail to
1624                     this address and customer support in the event of a critical
1625                     hardware failure."
1626    ::=  {  eqlStorageGroupEntry 44 }
1627
1628    eqlGroupReplicationWindowSize OBJECT-TYPE
1629    SYNTAX          Unsigned32
1630    UNITS           "KB"
1631    MAX-ACCESS      read-create
1632    STATUS          current
1633    DESCRIPTION     "This field specifies the receiving window size of the tcp connection established to secondary site
1634                     during replication data transfer. Minimum value is 72KB.Maximum value is 2048KB."
1635    DEFVAL          { 72 }
1636    ::=  {  eqlStorageGroupEntry 45 }
1637
1638    eqlGroupConfigurationFlags OBJECT-TYPE
1639    SYNTAX          BITS {
1640                        cluster-pr-flag(0), -- use SPC-3 draft 9 for persistent reservation
1641                        ignore-group-conn(1), -- ignore the limit on groupwide iSCSI connections
1642                        array-restart-flag(2), -- array restart flag
1643                        repl-use-jumbos(3), -- use jumbo frames for replication 0-yes 1-no
1644                        force-SCSI-QErr-OldBehavior(4), -- deprecated by per-volume QErr settings
1645                        dcb-disable(5), -- set to disable the switch from Data Center Bridging Mode
1646                        lldp-vlanidneg-disable(6), -- set to disable vlan id negotiation via LLDP
1647                        mpio-dynamic-scaling-mask0(7), -- Set in combination with -mask1...
1648                        unmap-disable(8), -- set to disable the unmap feature
1649                        mpio-dynamic-scaling-mask1(9), -- ...to enable/disable/minimize mpio dyn scaling
1650                        volume-fix-run(10), -- volume fix algorithm has run
1651                        sacl-disable(11), -- Super-ACLs disable (V13 only)
1652                        flag12(12),
1653                        flag13(13),
1654                        flag14(14),
1655                        flag15(15),
1656                        flag16(16),
1657                        flag17(17),
1658                        flag18(18),
1659                        flag19(19),
1660                        flag20(20),
1661                        flag21(21),
1662                        flag22(22),
1663                        flag23(23),
1664                        flag24(24),
1665                        flag25(25),
1666                        flag26(26),
1667                        flag27(27),
1668                        flag28(28),
1669                        flag29(29),
1670                        flag30(30),
1671                        flag31(31)
1672    }
1673    MAX-ACCESS      read-create
1674    STATUS          current
1675    DESCRIPTION     "This field defines the common place holder for group wide configuration flag. The flags must be of type
1676                     enable(1) or disable(0). and the default value will always be disable(0)."
1677    ::=  {  eqlStorageGroupEntry 46 }
1678
1679   eqlGroupISCSIPortalGrpTag       OBJECT-TYPE
1680    SYNTAX          INTEGER {
1681               notConfigured(0),
1682               configuredAndSetToZero(8),
1683               configuredAndSetToOne(9)
1684    }
1685    MAX-ACCESS      read-only
1686    STATUS          current
1687    DESCRIPTION     "A flag used internally by the iSCSI subsystem to determine the upgrade
1688                     history of this storage group and infer the default iSCSI Target Portal
1689                     Group ID. This value is changed internally by the group management daemon
1690                     as members are added or upgraded such that the value is non zero if any
1691                     group member has been previously configured with firmware prior to 2.3.6"
1692    DEFVAL          { notConfigured }
1693    ::=  {  eqlStorageGroupEntry 47 }
1694
1695   eqlGroupMaxConcurrentReplicas OBJECT-TYPE
1696    SYNTAX          Integer32
1697    MAX-ACCESS      read-write
1698    STATUS          current
1699    DESCRIPTION     "This field specifies the maximum number of replications that are transferring data at one time.  The minimum
1700    value is 1, the maximum value is 16, and the default value is 16."
1701    DEFVAL          { 16 }
1702    ::=  {  eqlStorageGroupEntry 48 }
1703
1704
1705   eqlGroupDefaultThinWarn OBJECT-TYPE
1706    SYNTAX          Unsigned32(1..100)
1707    MAX-ACCESS      read-write
1708    STATUS          current
1709    DESCRIPTION     "The default eqliscsiVolumeThinWarnPercentage value used when creating thin provisoned volumes."
1710    DEFVAL          { 60 }
1711    ::=  {  eqlStorageGroupEntry 49 }
1712
1713   eqlGroupDefaultThinMaxGrow OBJECT-TYPE
1714    SYNTAX          Unsigned32(1..100)
1715    MAX-ACCESS      read-write
1716    STATUS          current
1717    DESCRIPTION     "The default eqliscsiVolumeThinMaxGrowPercentage value used when creating thin provisoned volumes."
1718    DEFVAL          { 100 }
1719    ::=  {  eqlStorageGroupEntry 50 }
1720
1721    eqlGroupDefaultMgmtGatewayIpAddressType OBJECT-TYPE
1722    SYNTAX          InetAddressType
1723    MAX-ACCESS      read-write
1724    STATUS          current
1725    DESCRIPTION     "This field is used to indicate the default gateway for the management network.
1726                     This field contains the address of the local router used to forward network
1727                     traffic beyond the local management subnet.
1728                     Gateways are used to connect multiple subnets. There is no default value for this entry."
1729
1730    ::=  {  eqlStorageGroupEntry 51 }
1731
1732    eqlGroupDefaultMgmtGatewayIpAddress OBJECT-TYPE
1733    SYNTAX          InetAddress
1734    MAX-ACCESS      read-write
1735    STATUS          current
1736    DESCRIPTION     "This field is used to indicate the default gateway for the management network.
1737                     This field contains the address of the local router used to forward network
1738                     traffic beyond the local management subnet.
1739                     Gateways are used to connect multiple subnets. There is no default value for this entry."
1740    ::=  {  eqlStorageGroupEntry 52 }
1741
1742    eqlGroupInet6AddrType  OBJECT-TYPE
1743    SYNTAX          InetAddressType
1744    MAX-ACCESS      read-write
1745    STATUS          current
1746    DESCRIPTION     "This field specifies the type of the IPv6 Well Known Address for the group.
1747                     This is the IPv6 address iSCSI Initiators will used to connect to the group."
1748    DEFVAL          { 2 }
1749    ::=  {  eqlStorageGroupEntry 53 }
1750
1751    eqlGroupInet6Addr OBJECT-TYPE
1752    SYNTAX          InetAddress
1753    MAX-ACCESS      read-write
1754    STATUS          current
1755    DESCRIPTION     "This field specifies the IPv6 Well Known Address for the group.
1756                     This is the IPv6 address iSCSI Initiators will used to connect to the group.
1757                     There is no default value for this field."
1758    ::=  {  eqlStorageGroupEntry 54 }
1759
1760
1761    eqlGroupInetAddrType  OBJECT-TYPE
1762    SYNTAX          InetAddressType
1763    MAX-ACCESS      read-write
1764    STATUS          current
1765    DESCRIPTION     "This field specifies the type of the IPv4 Well Known Address for the group.
1766                     This is the IPv4 address iSCSI Initiators will used to connect to the group."
1767    DEFVAL          { 1 }
1768    ::=  {  eqlStorageGroupEntry 55 }
1769
1770    eqlGroupInetAddr  OBJECT-TYPE
1771    SYNTAX          InetAddress
1772    MAX-ACCESS      read-write
1773    STATUS          current
1774    DESCRIPTION     "This field specifies the IPv4 Well Known Address for the group.
1775                     This is the IPv4 address iSCSI Initiators will used to connect to the group.
1776                     There is no default value for this field."
1777    ::=  {  eqlStorageGroupEntry 56 }
1778
1779
1780    eqlGroupSupportSlowSwitch  OBJECT-TYPE
1781    SYNTAX          INTEGER {
1782                        off (0),
1783                        automatic (1),
1784                        on (2)
1785    }
1786    MAX-ACCESS      read-write
1787    STATUS          current
1788    DESCRIPTION     "This field is used to indicate
1789                     the slow switch support for the group."
1790    DEFVAL          { off }
1791    ::=  {  eqlStorageGroupEntry 57 }
1792
1793    eqlGroupProfileIndex  OBJECT-TYPE
1794    SYNTAX          Unsigned32(1..4294967295)
1795    MAX-ACCESS      read-only
1796    STATUS          current
1797    DESCRIPTION     "This field represents the profile identifier."
1798    DEFVAL          { 1 }
1799    ::=  {  eqlStorageGroupEntry 58 }
1800
1801    eqlGroupEnableSSHProtocolV1  OBJECT-TYPE
1802    SYNTAX          TruthValue
1803    MAX-ACCESS      read-write
1804    STATUS          current
1805    DESCRIPTION     "This field specifies whether or not the SSH service should support the V1 Protocol.
1806                     The default is TRUE."
1807    DEFVAL          { true }
1808    ::=  {  eqlStorageGroupEntry 59 }
1809
1810    eqlGroupEnableStandbyButton  OBJECT-TYPE
1811    SYNTAX          TruthValue
1812    MAX-ACCESS      read-write
1813    STATUS          current
1814    DESCRIPTION     "This field specifies if the standby button on the Pirates/Porfidio
1815                     enclosures will be enabled/disabled. The default is FALSE."
1816    DEFVAL          { false }
1817    ::=  {  eqlStorageGroupEntry 60 }
1818
1819    eqlGroupLDAPLoginAuthEnable OBJECT-TYPE
1820    SYNTAX          TruthValue
1821    MAX-ACCESS      read-write
1822    STATUS          current
1823    DESCRIPTION     "This field enables LDAP login authentication."
1824    DEFVAL          { false }
1825    ::=  {  eqlStorageGroupEntry 61 }
1826
1827    eqlGroupApplianceDiscovery   OBJECT-TYPE
1828    SYNTAX          INTEGER {
1829                        discover (0)
1830    }
1831    MAX-ACCESS      read-write
1832    STATUS          current
1833    DESCRIPTION     ""
1834    DEFVAL          { discover }
1835    ::=  {  eqlStorageGroupEntry 62 }
1836
1837    eqlGroupDefaultDcbVlanId   OBJECT-TYPE
1838    SYNTAX          Unsigned32(0..4095)
1839    MAX-ACCESS      read-write
1840    STATUS          current
1841    DESCRIPTION     "Default VLAN ID for DCB control packets on interfaces."
1842    DEFVAL          { 2 }
1843    ::=  {  eqlStorageGroupEntry 63 }
1844
1845    eqlGroupThermalShutdownOverride OBJECT-TYPE
1846    SYNTAX          INTEGER {
1847                        disabled (0),
1848			enabled  (1)
1849    }
1850    MAX-ACCESS      read-write
1851    STATUS          current
1852    DESCRIPTION     "This field specifies whether thermal shutdownn override is enabled or disabled."
1853    DEFVAL          { disabled }
1854    ::=  {  eqlStorageGroupEntry 64 }
1855
1856    eqlGroupEnableLegacyCryptos OBJECT-TYPE
1857    SYNTAX          INTEGER {
1858                        enabled   (0),
1859                        disabled  (1)
1860    }
1861    MAX-ACCESS      read-write
1862    STATUS          current
1863    DESCRIPTION     "This field specifies whether legacy crypto protocols should be enabled or not.  This affects what protocols should be supported by applications such as SSH server, HTTPS server, LDAP client, SNMPv3 agent, etc."
1864    DEFVAL          { enabled }
1865    ::=  {  eqlStorageGroupEntry 65 }
1866
1867    eqlGroupMaxReplSegments OBJECT-TYPE
1868    SYNTAX          Integer32
1869    MAX-ACCESS      read-write
1870    STATUS          current
1871    DESCRIPTION     "This field specifies the maximum number of replica segments of 256K size per volume that are transferring data at one time.  The minimum value is 1, the maximum value is 60, and the default value is 60."
1872    DEFVAL          { 60 }
1873    ::=  {  eqlStorageGroupEntry 66 }
1874
1875    eqlGroupEnableVolumeRecovery OBJECT-TYPE
1876    SYNTAX           TruthValue
1877    MAX-ACCESS       read-write
1878    STATUS           current
1879    DESCRIPTION      "This field specifies whether or not the recoverable volume feature is enabled.
1880                      The default value is enabled."
1881    DEFVAL           { true }
1882    ::=  {  eqlStorageGroupEntry 67 }
1883
1884    eqlGroupSessionIdleTimeout OBJECT-TYPE
1885    SYNTAX          Integer32(1..1440)
1886    UNITS           "minutes"
1887    MAX-ACCESS      read-write
1888    STATUS          current
1889    DESCRIPTION     "This is the number of minutes a session may remain idle before being logged out for inactivty. The maximum timeout value is 24 hours or 1440 minutes. The minimum value is 1 minute. The default value is 30 minutes."
1890    DEFVAL          { 30 }
1891    ::=  {  eqlStorageGroupEntry 68 }
1892
1893    eqlGroupSessionIdleTimeoutEnable OBJECT-TYPE
1894    SYNTAX          INTEGER {
1895                        disabled  (0),
1896                        enabled   (1)
1897    }
1898    MAX-ACCESS      read-write
1899    STATUS          current
1900    DESCRIPTION     "Enable/disable the idle session timeout feature. The default is disabled."
1901    DEFVAL          { disabled }
1902    ::=  {  eqlStorageGroupEntry 69 }
1903
1904    eqlGroupSessionBannerEnable OBJECT-TYPE
1905    SYNTAX          INTEGER {
1906                        disabled  (0),
1907                        enabled   (1)
1908    }
1909    MAX-ACCESS      read-write
1910    STATUS          current
1911    DESCRIPTION     "Enable/disable the session banner feature. The default is disabled."
1912    DEFVAL          { disabled }
1913    ::=  {  eqlStorageGroupEntry 70 }
1914
1915    eqlGroupDefaultVolSnapshotBorrowEnabled OBJECT-TYPE
1916    SYNTAX          TruthValue
1917    MAX-ACCESS      read-write
1918    STATUS          current
1919    DESCRIPTION     "This field allows the user a way to change the default behavior of snapshot borrowing on new volume creates across the group."
1920    DEFVAL          { true }
1921    ::=  {  eqlStorageGroupEntry 71 }
1922
1923    eqlGroupRecoveryLifeTimeEnable OBJECT-TYPE
1924    SYNTAX          TruthValue
1925    MAX-ACCESS      read-write
1926    STATUS          current
1927    DESCRIPTION     "This field enables or disables the lifetime that a deleted volume can remain in the recovery bin.
1928                     When enabled, a volume will be permanently deleted after the recovery lifetime in the recovery bin."
1929    DEFVAL          { true }
1930    ::=  {  eqlStorageGroupEntry 72 }
1931
1932    eqlGroupRecoveryLifeTime OBJECT-TYPE
1933    SYNTAX          Integer32
1934    MAX-ACCESS      read-write
1935    STATUS          current
1936    DESCRIPTION     "This field defines the amount of time (in seconds) that a deleted volume can remain in the
1937                     recovery bin before being permanently deleted by the system.  The default value (0) is
1938                     one week."
1939    DEFVAL          { 0 }
1940    ::=  {  eqlStorageGroupEntry 73 }
1941
1942    eqlGroupTimeProtocol OBJECT-TYPE
1943    SYNTAX          INTEGER
1944    MAX-ACCESS      read-write
1945    STATUS          current
1946    DESCRIPTION     "This field specifies the active network time protocol.  The value may be ntp(0) or sntp(1) with a default value of ntp(0)."
1947    DEFVAL          { 0 }
1948    ::=  {  eqlStorageGroupEntry 74 }
1949
1950    eqlGroupRecoveryTrimmerFreq OBJECT-TYPE
1951    SYNTAX          Integer32
1952    MAX-ACCESS      read-write
1953    STATUS          current
1954    DESCRIPTION     "This field defines the frequency (in seconds) that the system will scan for volumes that have
1955                     been in the recovery bin past their lifetime.  The default value is one scan every 24 hours."
1956    DEFVAL          { 86400 }
1957    ::=  {  eqlStorageGroupEntry 75 }
1958
1959    eqlGroupUpdateEnable OBJECT-TYPE
1960    SYNTAX          INTEGER {
1961                        enabled     (0),
1962                        disabled    (1)
1963    }
1964    MAX-ACCESS      read-write
1965    STATUS          current
1966    DESCRIPTION     "Enable/disable update available checking."
1967    DEFVAL          { disabled }
1968    ::=  {  eqlStorageGroupEntry 76 }
1969
1970    eqlGroupUpdateLast OBJECT-TYPE
1971    SYNTAX          Unsigned32
1972    MAX-ACCESS      read-write
1973    STATUS          current
1974    DESCRIPTION     "The time of last update performed  represented as the number of
1975                     seconds since the epoch."
1976    ::=  {  eqlStorageGroupEntry 77 }
1977
1978    eqlGroupDefaultSectorSize OBJECT-TYPE
1979    SYNTAX          INTEGER     {
1980                        sector-size-512-bytes(0),
1981                        sector-size-4096-bytes(1)
1982    }
1983    MAX-ACCESS      read-create
1984    STATUS          current
1985    DESCRIPTION     "This field specifies, in bytes, the default volume sector size for this group."
1986    DEFVAL          { sector-size-512-bytes }
1987    ::=   { eqlStorageGroupEntry 78 }
1988
1989    eqlGroupCompressionScanFreq OBJECT-TYPE
1990    SYNTAX          Integer32
1991    MAX-ACCESS      read-write
1992    STATUS          current
1993    DESCRIPTION     "This index is the last assigned index value associated with VVol Volumes."
1994    DEFVAL          { 60 }
1995    ::=  {  eqlStorageGroupEntry 80 }
1996
1997    eqlGroupRunCompressionScan OBJECT-TYPE
1998    SYNTAX          INTEGER { enabled (0), disabled(1) }
1999    MAX-ACCESS      read-write
2000    STATUS          current
2001    DESCRIPTION     "Enable/Disable the snapshot compression scanner."
2002    DEFVAL          { enabled }
2003    ::=  {  eqlStorageGroupEntry 81 }
2004
2005    eqlGroupMonitorReminderTimestamp OBJECT-TYPE
2006    SYNTAX          Unsigned32
2007    MAX-ACCESS      read-write
2008    STATUS          current
2009    DESCRIPTION     "UTC timestamp when to display the monitoring connection reminder. 0 to
2010                     display immediately.  0x7fffffff to never display."
2011    DEFVAL          { 0 }
2012    ::=  {  eqlStorageGroupEntry 82 }
2013
2014--***********************************************************************************
2015eqlStorageGroupStatusTable OBJECT-TYPE
2016    SYNTAX  SEQUENCE OF EqlStorageGroupStatusEntry
2017    MAX-ACCESS      not-accessible
2018    STATUS          current
2019    DESCRIPTION     "EqualLogic-Dynamic Group Status Table"
2020    ::=  {  eqlgroupObjects  2}
2021
2022eqlStorageGroupStatusEntry OBJECT-TYPE
2023    SYNTAX          EqlStorageGroupStatusEntry
2024    MAX-ACCESS      not-accessible
2025    STATUS          current
2026    DESCRIPTION     "An entry (row) containing Group status information."
2027    INDEX           { eqlGroupId}
2028    ::=    { eqlStorageGroupStatusTable 1 }
2029
2030EqlStorageGroupStatusEntry ::=
2031    SEQUENCE {
2032        eqlStorageGroupStatusPoolSpace              Integer32,
2033        eqlStorageGroupStatusPoolSpaceUsed          Integer32,
2034        eqlStorageGroupStatusTotalMembersOnLine     Integer32,
2035        eqlStorageGroupStatusPoolSpaceReserved      Integer32,
2036        eqlStorageGroupStatusReservedSpaceInUse     Integer32,
2037        eqlStorageGroupStatusDateAndTime            Unsigned32,
2038        eqlStorageGroupStatusSnapshotsInUse         Integer32,
2039        eqlStorageGroupStatusVolumesInUse           Integer32,
2040        eqlStorageGroupStatusSnapshotsOnline        Integer32,
2041        eqlStorageGroupStatusVolumesOnline          Integer32,
2042        eqlStorageGroupStatusSnapshotCount          Integer32,
2043        eqlStorageGroupStatusVolumeCount            Integer32,
2044        eqlStorageGroupStatusMemberCount            Integer32,
2045        eqlStorageGroupStatusMembersInUse           Integer32,
2046        eqlStorageGroupStatusFreeSpace              Integer32,
2047        eqlStorageGroupStatusPoolSpaceDelegated     Integer32,
2048        eqlStorageGroupStatusDelegatedUsedSpace     Integer32,
2049        eqlStorageGroupStatusReplReserveSpace       Unsigned32,
2050        eqlStorageGroupStatusReplReserveInUse       Unsigned32,
2051        eqlStorageGroupStatusVolumeSpaceSubscribed  Unsigned32,
2052        eqlStorageGroupStatusVolumeSpaceAllocated   Unsigned32,
2053        eqlStorageGroupStatusFailbackSpace          Unsigned32,
2054        eqlStorageGroupStatusThinProvFreeSpace      Integer32,
2055        eqlStorageGroupStatusConnectionCount        Integer32,
2056        eqlStorageGroupStatusSnapReserveSpaceFree   Unsigned32,
2057        eqlStorageGroupStatusReplReserveSpaceFree   Unsigned32,
2058        eqlStorageGroupStatusGroupId                OCTET STRING,
2059        eqlStorageGroupStatusVirtualVolumeCount     Unsigned32,
2060        eqlStorageGroupStatusVirtualVolumesOnline   Unsigned32,
2061        eqlStorageGroupStatusVirtualVolumesInUse    Unsigned32,
2062        eqlStorageGroupStatusVirtualVolumeSpaceSubscribed  Unsigned32,
2063        eqlStorageGroupStatsTotalSpaceBorrowing     Unsigned32,
2064        eqlStorageGroupStatusStorageContainerCount         Integer32,
2065        eqlStorageGroupStatusStorageContainerVolumeCount   Unsigned32,
2066        eqlStorageGroupStatusStorageContainerSnapCount     Unsigned32,
2067        eqlStorageGroupStatusStorageContainerVolumesOnline Integer32,
2068        eqlStorageGroupStatusStorageContainerSpaceReserved Counter64,
2069        eqlStorageGroupStatusCompressedSpaceUsed      Counter64,
2070        eqlStorageGroupStatusVirtualSpaceSize         Counter64,
2071        eqlStorageGroupStatusReplicationSnapCount   Unsigned32,
2072        eqlStorageGroupStatusStorageContainerVolumesBound Integer32
2073        }
2074
2075eqlStorageGroupStatusPoolSpace OBJECT-TYPE
2076    SYNTAX          Integer32
2077    MAX-ACCESS      read-only
2078    STATUS          current
2079    DESCRIPTION     "This field specifies the total size of the Storage Pool in MBs."
2080    ::=  {  eqlStorageGroupStatusEntry 1 }
2081
2082    eqlStorageGroupStatusPoolSpaceUsed OBJECT-TYPE
2083    SYNTAX          Integer32
2084    MAX-ACCESS      read-only
2085    STATUS          current
2086    DESCRIPTION     "This field specifies the total space reserved for volume data within the Storage Pool in MBs. Note that this value does not include space reserved for snapshots or replication."
2087    ::=  {  eqlStorageGroupStatusEntry 2 }
2088
2089eqlStorageGroupStatusTotalMembersOnLine OBJECT-TYPE
2090    SYNTAX          Integer32
2091    MAX-ACCESS      read-only
2092    STATUS          current
2093    DESCRIPTION     "This field specifies the number of group members which are online."
2094    ::=  {  eqlStorageGroupStatusEntry 3 }
2095
2096eqlStorageGroupStatusPoolSpaceReserved OBJECT-TYPE
2097    SYNTAX          Integer32
2098    MAX-ACCESS      read-only
2099    STATUS          current
2100    DESCRIPTION     "This field specifies the total space reserved for SnapShot data within the Storage Pool in MBs."
2101    ::=  {  eqlStorageGroupStatusEntry 4 }
2102
2103eqlStorageGroupStatusReservedSpaceInUse OBJECT-TYPE
2104    SYNTAX          Integer32
2105    UNITS           "MB"
2106    MAX-ACCESS      read-only
2107    STATUS          current
2108    DESCRIPTION     "This field specifies the total reserved space in use by snapshots in the storage pool . This will be equal to sum of eqlMemberSnapStorage for all members."
2109    ::=  {  eqlStorageGroupStatusEntry 5 }
2110
2111eqlStorageGroupStatusDateAndTime OBJECT-TYPE
2112    SYNTAX          Unsigned32
2113    MAX-ACCESS      read-write
2114    STATUS          current
2115    DESCRIPTION     "This field specifies the current time in group represented
2116                     as number of seconds since epoch."
2117    ::=  {  eqlStorageGroupStatusEntry 6 }
2118
2119eqlStorageGroupStatusSnapshotsInUse OBJECT-TYPE
2120    SYNTAX          Integer32
2121    MAX-ACCESS      read-only
2122    STATUS          current
2123    DESCRIPTION     "This field specifies the total number of snapshots within the group that currently have active iSCSI connections."
2124    ::=  {  eqlStorageGroupStatusEntry 7 }
2125
2126eqlStorageGroupStatusVolumesInUse OBJECT-TYPE
2127    SYNTAX          Integer32
2128    MAX-ACCESS      read-only
2129    STATUS          current
2130    DESCRIPTION     "This field specifies the total number of snapshotsvolumes within the group that currently have active iSCSI connections."
2131    ::=  {  eqlStorageGroupStatusEntry 8 }
2132
2133eqlStorageGroupStatusSnapshotsOnline OBJECT-TYPE
2134    SYNTAX          Integer32
2135    MAX-ACCESS      read-only
2136    STATUS          current
2137    DESCRIPTION     "This field specifies the total number of snapshots available for iSCSI connections."
2138    ::=  {  eqlStorageGroupStatusEntry 9 }
2139
2140eqlStorageGroupStatusVolumesOnline OBJECT-TYPE
2141    SYNTAX          Integer32
2142    MAX-ACCESS      read-only
2143    STATUS          current
2144    DESCRIPTION     "This field specifies the total number of volumes available for iSCSI connections."
2145    ::=  {  eqlStorageGroupStatusEntry 10 }
2146
2147eqlStorageGroupStatusSnapshotCount OBJECT-TYPE
2148    SYNTAX          Integer32
2149    MAX-ACCESS      read-only
2150    STATUS          current
2151    DESCRIPTION     "This field specifies the total number of snapshots in this group."
2152    ::=  {  eqlStorageGroupStatusEntry 11 }
2153
2154eqlStorageGroupStatusVolumeCount OBJECT-TYPE
2155    SYNTAX          Integer32
2156    MAX-ACCESS      read-only
2157    STATUS          current
2158    DESCRIPTION     "This field specifies the total number of volumes in this group."
2159    ::=  {  eqlStorageGroupStatusEntry 12 }
2160
2161
2162eqlStorageGroupStatusMemberCount OBJECT-TYPE
2163    SYNTAX          Integer32
2164    MAX-ACCESS      read-only
2165    STATUS          current
2166    DESCRIPTION     "This field specifies the total number of members in this group irrelevant of current member state."
2167    ::=  {  eqlStorageGroupStatusEntry 13 }
2168
2169
2170eqlStorageGroupStatusMembersInUse OBJECT-TYPE
2171    SYNTAX          Integer32
2172    MAX-ACCESS      read-only
2173    STATUS          current
2174    DESCRIPTION     "This field specifies the total number of online+offline members in this group."
2175    ::=  {  eqlStorageGroupStatusEntry 14 }
2176
2177eqlStorageGroupStatusFreeSpace OBJECT-TYPE
2178    SYNTAX          Integer32
2179    UNITS           "MB"
2180    MAX-ACCESS      read-only
2181    STATUS          current
2182    DESCRIPTION     "This field specifies the total free space of the Storage Pool in Mega Bytes."
2183    ::=  {  eqlStorageGroupStatusEntry 15 }
2184
2185eqlStorageGroupStatusPoolSpaceDelegated OBJECT-TYPE
2186    SYNTAX          Integer32
2187    UNITS           "MB"
2188    MAX-ACCESS      read-only
2189    STATUS          current
2190    DESCRIPTION     "This field specifies the amount of free space of the Storage Pool
2191                     which has been partitioned for use by external services such as
2192                     remote replication. This space is reserved and
2193                     can be controlled  by the users of these services.
2194
2195                     This sum represents total space reserved by all of the entries in
2196                     the replicant site table"
2197    ::=  {  eqlStorageGroupStatusEntry 16 }
2198
2199eqlStorageGroupStatusDelegatedUsedSpace OBJECT-TYPE
2200    SYNTAX          Integer32
2201    UNITS           "MB"
2202    MAX-ACCESS      read-only
2203    STATUS          current
2204    DESCRIPTION     "This field specifies the amount of space used by
2205                     external services such as remote replication.
2206                     This sum represents total space used by all of the entries in
2207                     the replicant site table"
2208    ::=  {  eqlStorageGroupStatusEntry 17 }
2209
2210
2211eqlStorageGroupStatusReplReserveSpace OBJECT-TYPE
2212    SYNTAX          Unsigned32
2213    UNITS           "MB"
2214    MAX-ACCESS      read-only
2215    STATUS          current
2216    DESCRIPTION     "
2217                     This sum represents total space reserved for all volumes for replication
2218                     purposes. "
2219    ::=  {  eqlStorageGroupStatusEntry 18 }
2220
2221 eqlStorageGroupStatusReplReserveInUse OBJECT-TYPE
2222    SYNTAX          Unsigned32
2223    UNITS           "MB"
2224    MAX-ACCESS      read-only
2225    STATUS          current
2226    DESCRIPTION     "
2227                     This sum represents total space in use for all volumes for replication
2228                     purposes. This value will be equal to sum of eqlMemberReplStorage for all members."
2229    ::=  {  eqlStorageGroupStatusEntry 19 }
2230
2231 eqlStorageGroupStatusVolumeSpaceSubscribed OBJECT-TYPE
2232    SYNTAX          Unsigned32
2233    UNITS           "MB"
2234    MAX-ACCESS      read-only
2235    STATUS          current
2236    DESCRIPTION     "This field specifies the total subscribed space for all volumes in the group. For a thin provisioned volume,
2237                     subscribed space is the advertised space. For a regular volume, subscribed space is the volume size.
2238                     The value of this field will be equal to sum of eqliscsiVolumeSize field in volume mib."
2239    ::=  {  eqlStorageGroupStatusEntry 20 }
2240
2241 eqlStorageGroupStatusVolumeSpaceAllocated OBJECT-TYPE
2242    SYNTAX          Unsigned32
2243    UNITS           "MB"
2244    MAX-ACCESS      read-only
2245    STATUS          current
2246    DESCRIPTION     "The value of this object represents the sum of actual materialized pages for all volumes in the group."
2247    ::=  {  eqlStorageGroupStatusEntry 21 }
2248
2249 eqlStorageGroupStatusFailbackSpace OBJECT-TYPE
2250    SYNTAX          Unsigned32
2251    UNITS           "MB"
2252    MAX-ACCESS      read-only
2253    STATUS          current
2254    DESCRIPTION     "This field represents the amount of space consumed by fail-back replicasets in this storage group."
2255    ::=  {  eqlStorageGroupStatusEntry 22 }
2256
2257 eqlStorageGroupStatusThinProvFreeSpace OBJECT-TYPE
2258    SYNTAX          Integer32
2259    UNITS           "MB"
2260    MAX-ACCESS      read-only
2261    STATUS          current
2262    DESCRIPTION     "This field represents the amount of space available for Thin Provisioned Volumes in this storage group."
2263    ::=  {  eqlStorageGroupStatusEntry 23 }
2264
2265 eqlStorageGroupStatusConnectionCount OBJECT-TYPE
2266    SYNTAX          Integer32
2267    MAX-ACCESS      read-only
2268    STATUS          current
2269    DESCRIPTION     "This field gives the number of iSCSI connections that are currently connected to volumes in this group."
2270    ::=  {  eqlStorageGroupStatusEntry 24 }
2271
2272 eqlStorageGroupStatusSnapReserveSpaceFree OBJECT-TYPE
2273    SYNTAX          Unsigned32
2274    UNITS           "MB"
2275    MAX-ACCESS      read-only
2276    STATUS          current
2277    DESCRIPTION     "This represents the total space still available for Snapshot usage."
2278    ::=  {  eqlStorageGroupStatusEntry 25 }
2279
2280 eqlStorageGroupStatusReplReserveSpaceFree OBJECT-TYPE
2281    SYNTAX          Unsigned32
2282    UNITS           "MB"
2283    MAX-ACCESS      read-only
2284    STATUS          current
2285    DESCRIPTION     "This represents the total space still available for Replica Snapshot usage."
2286    ::=  {  eqlStorageGroupStatusEntry 26 }
2287
2288 eqlStorageGroupStatusGroupId OBJECT-TYPE
2289    SYNTAX          OCTET STRING (SIZE (16))
2290    MAX-ACCESS      read-only
2291    STATUS          current
2292    DESCRIPTION     "This represents an ID uniquely representing a group."
2293    ::=  {  eqlStorageGroupStatusEntry 27 }
2294
2295eqlStorageGroupStatusVirtualVolumeCount OBJECT-TYPE
2296    SYNTAX          Unsigned32
2297    MAX-ACCESS      read-only
2298    STATUS          current
2299    DESCRIPTION     "This field specifies the total number of volumes in this group, adjusted to remove
2300                     volumes not typically visible such as synchronous replication standbys."
2301    ::=  {  eqlStorageGroupStatusEntry 28 }
2302
2303eqlStorageGroupStatusVirtualVolumesOnline OBJECT-TYPE
2304    SYNTAX          Unsigned32
2305    MAX-ACCESS      read-only
2306    STATUS          current
2307    DESCRIPTION     "This field specifies the total number of volumes available for iSCSI connections,
2308                     excluding synchronous replication standbys."
2309    ::=  {  eqlStorageGroupStatusEntry 29 }
2310
2311eqlStorageGroupStatusVirtualVolumesInUse OBJECT-TYPE
2312    SYNTAX          Unsigned32
2313    MAX-ACCESS      read-only
2314    STATUS          current
2315    DESCRIPTION     "This field specifies the total number of volumes within the group that currently
2316                     have active iSCSI connections excluding synchronous replication standbys."
2317    ::=  {  eqlStorageGroupStatusEntry 30 }
2318
2319 eqlStorageGroupStatusVirtualVolumeSpaceSubscribed OBJECT-TYPE
2320    SYNTAX          Unsigned32
2321    UNITS           "MB"
2322    MAX-ACCESS      read-only
2323    STATUS          current
2324    DESCRIPTION     "This field specifies the total subscribed space for all volumes in the group. For a thin provisioned volume,
2325                     subscribed space is the advertised space. For a regular volume, subscribed space is the volume size.
2326                     The value of this field will be equal to sum of eqliscsiVolumeSize field in volume mib.  This value
2327                     is adjusted to exclude subscribed space for synchronous replication standby volumes."
2328    ::=  {  eqlStorageGroupStatusEntry 31 }
2329
2330 eqlStorageGroupStatsTotalSpaceBorrowing OBJECT-TYPE
2331    SYNTAX          Unsigned32
2332    UNITS           "MB"
2333    MAX-ACCESS      read-only
2334    STATUS          current
2335    DESCRIPTION     "This field specifies the total amount of borrowing against other volume's free snapshot reserve
2336                     and pool free space. This includes snapshots and recoverable volumes."
2337    ::=  { eqlStorageGroupStatusEntry 32 }
2338
2339 eqlStorageGroupStatusStorageContainerCount OBJECT-TYPE
2340    SYNTAX          Integer32
2341    MAX-ACCESS      read-only
2342    STATUS          current
2343    DESCRIPTION     "This field specifies the total number of storage containers within the group."
2344    ::=  { eqlStorageGroupStatusEntry 34 }
2345
2346 eqlStorageGroupStatusStorageContainerVolumeCount OBJECT-TYPE
2347    SYNTAX          Unsigned32
2348    MAX-ACCESS      read-only
2349    STATUS          current
2350    DESCRIPTION     "This field specifies the total number of volume resources that are being
2351                     consumed within all storage containers."
2352    ::=  { eqlStorageGroupStatusEntry 35 }
2353
2354 eqlStorageGroupStatusStorageContainerSnapCount OBJECT-TYPE
2355    SYNTAX          Unsigned32
2356    MAX-ACCESS      read-only
2357    STATUS          current
2358    DESCRIPTION     "This field specifies the total number of snapshot resources that are being
2359                     consumed within all storage containers."
2360    ::=  { eqlStorageGroupStatusEntry 36 }
2361
2362eqlStorageGroupStatusStorageContainerVolumesOnline OBJECT-TYPE
2363    SYNTAX          Integer32
2364    MAX-ACCESS      read-only
2365    STATUS          current
2366    DESCRIPTION     "This field specifies the total number of online volume resources that are being
2367                     consumed within all storage containers."
2368    ::=  { eqlStorageGroupStatusEntry 37 }
2369
2370 eqlStorageGroupStatusStorageContainerSpaceReserved OBJECT-TYPE
2371    SYNTAX          Counter64
2372    UNITS           "MB"
2373    MAX-ACCESS      read-only
2374    STATUS          current
2375    DESCRIPTION     "This field specifies the total amount of storage that is being
2376                     consumed within all storage containers."
2377    ::=  { eqlStorageGroupStatusEntry 38 }
2378
2379eqlStorageGroupStatusCompressedSpaceUsed OBJECT-TYPE
2380    SYNTAX          Counter64
2381    UNITS           "MB"
2382    MAX-ACCESS      read-only
2383    STATUS          current
2384    DESCRIPTION     "This field specifies the total amount of space in MB that is currently utilized for compressed pages.   This is a dynamic value and cannot be set."
2385    ::=  { eqlStorageGroupStatusEntry 39 }
2386
2387eqlStorageGroupStatusVirtualSpaceSize OBJECT-TYPE
2388    SYNTAX          Counter64
2389    UNITS           "MB"
2390    MAX-ACCESS      read-only
2391    STATUS          current
2392    DESCRIPTION     "This field specifies the total amount of space in MB that would be utilized by compressed pages if there was no compression."
2393    ::=  { eqlStorageGroupStatusEntry 40 }
2394
2395 eqlStorageGroupStatusReplicationSnapCount OBJECT-TYPE
2396    SYNTAX          Unsigned32
2397    MAX-ACCESS      read-only
2398    STATUS          current
2399    DESCRIPTION     "This field specifies the total number of snapshot resources that are being
2400                     consumed for replication. This includes inbound replicas, and
2401                     temporary snapshots used for in-progress outbound replication."
2402    ::=  { eqlStorageGroupStatusEntry 41 }
2403
2404eqlStorageGroupStatusStorageContainerVolumesBound OBJECT-TYPE
2405    SYNTAX          Integer32
2406    MAX-ACCESS      read-only
2407    STATUS          current
2408    DESCRIPTION     "This field specifies the total number of bound volume across all storage containers."
2409    ::=  { eqlStorageGroupStatusEntry 42 }
2410
2411--**********************************************************************************
2412
2413eqlStorageGroupSiteTable OBJECT-TYPE
2414    SYNTAX  SEQUENCE OF EqlStorageGroupSiteEntry
2415    MAX-ACCESS      not-accessible
2416    STATUS          current
2417    DESCRIPTION     "EqualLogic-Persistent Storage Group Site Table"
2418    ::=  {  eqlgroupObjects  3}
2419
2420eqlStorageGroupSiteEntry OBJECT-TYPE
2421    SYNTAX          EqlStorageGroupSiteEntry
2422    MAX-ACCESS      not-accessible
2423    STATUS          current
2424    DESCRIPTION     "An entry (row) containing storage group site information."
2425    INDEX  { eqlGroupId, eqlGroupSiteIndex}
2426    ::=    { eqlStorageGroupSiteTable 1 }
2427
2428EqlStorageGroupSiteEntry ::=
2429    SEQUENCE {
2430        eqlGroupSiteIndex           Integer32,
2431        eqlGroupSiteName            UTFString,
2432        eqlGroupSiteDescription     UTFString,
2433        eqlGroupSiteContactEmail    DisplayString,
2434        eqlGroupSiteContactPhone    DisplayString,
2435        eqlGroupSiteContactMobile   DisplayString,
2436        eqlGroupSiteRowStatus       RowStatus
2437        }
2438eqlGroupSiteIndex   OBJECT-TYPE
2439    SYNTAX          Integer32
2440    MAX-ACCESS      not-accessible
2441    STATUS          current
2442    DESCRIPTION     "This field specifies the unique index used to identify a site."
2443    ::=  {  eqlStorageGroupSiteEntry 1 }
2444
2445eqlGroupSiteName    OBJECT-TYPE
2446    SYNTAX          UTFString (SIZE(1..64))
2447    MAX-ACCESS      read-create
2448    STATUS          current
2449    DESCRIPTION     "This field specifies the name of the site default site for the group."
2450    DEFVAL          { "default" }
2451    ::=  {  eqlStorageGroupSiteEntry 2 }
2452
2453eqlGroupSiteDescription OBJECT-TYPE
2454    SYNTAX          UTFString(SIZE(1..64))
2455    MAX-ACCESS      read-create
2456    STATUS          current
2457    DESCRIPTION     "This field contains a description of the site.
2458                     For example the phsyical address of the site. There is no default."
2459    ::=  {  eqlStorageGroupSiteEntry 3 }
2460
2461eqlGroupSiteContactEmail    OBJECT-TYPE
2462    SYNTAX          DisplayString(SIZE(1..64))
2463    MAX-ACCESS      read-create
2464    STATUS          current
2465    DESCRIPTION     "This field specifies the email address of the Administrators responsible for this site."
2466    ::=  {  eqlStorageGroupSiteEntry 4 }
2467
2468eqlGroupSiteContactPhone    OBJECT-TYPE
2469    SYNTAX          DisplayString(SIZE(1..64))
2470    MAX-ACCESS      read-create
2471    STATUS          current
2472    DESCRIPTION     "This field specifies the phone number of the Administrator responsible for this site."
2473    ::=  {  eqlStorageGroupSiteEntry 5 }
2474
2475eqlGroupSiteContactMobile       OBJECT-TYPE
2476    SYNTAX          DisplayString(SIZE(1..64))
2477    MAX-ACCESS      read-create
2478    STATUS          current
2479    DESCRIPTION     "This field specifies the cell phone number of the Administrator responsible for this site."
2480    ::=  {  eqlStorageGroupSiteEntry 6 }
2481
2482eqlGroupSiteRowStatus   OBJECT-TYPE
2483    SYNTAX          RowStatus
2484    MAX-ACCESS      read-create
2485    STATUS          current
2486    DESCRIPTION     "Row status"
2487    ::= { eqlStorageGroupSiteEntry 7 }
2488
2489
2490--********************************************************************************
2491eqlStorageGroupDnsServerTable OBJECT-TYPE
2492    SYNTAX  SEQUENCE OF EqlStorageGroupDnsServerEntry
2493    MAX-ACCESS      not-accessible
2494    STATUS          current
2495    DESCRIPTION     "EqualLogic-Persistent Storage Group DNS Server Table
2496                     TimeoutAll:600"
2497    ::=  {  eqlgroupObjects  4}
2498
2499eqlStorageGroupDnsServerEntry OBJECT-TYPE
2500    SYNTAX          EqlStorageGroupDnsServerEntry
2501    MAX-ACCESS      not-accessible
2502    STATUS          current
2503    DESCRIPTION     "An entry (row) containing group dns server information."
2504    INDEX           { eqlGroupId, eqlGroupDnsServerIndex}
2505    ::=    { eqlStorageGroupDnsServerTable 1 }
2506
2507EqlStorageGroupDnsServerEntry ::=
2508    SEQUENCE {
2509        eqlGroupDnsServerIndex      Integer32,
2510        eqlGroupDnsServerIpAddress  IpAddress,
2511        eqlGroupDnsServerRowStatus  RowStatus,
2512        eqlGroupDnsServerInetAddressType  InetAddressType,
2513        eqlGroupDnsServerInetAddress  InetAddress,
2514        eqlGroupDnsServerConfigState  INTEGER
2515
2516        }
2517eqlGroupDnsServerIndex  OBJECT-TYPE
2518    SYNTAX          Integer32
2519    MAX-ACCESS      not-accessible
2520    STATUS          current
2521    DESCRIPTION     "This field specifies an index that uniquely identifies the DNS server entry."
2522    ::=  {  eqlStorageGroupDnsServerEntry 1 }
2523
2524eqlGroupDnsServerIpAddress  OBJECT-TYPE
2525    SYNTAX          IpAddress
2526    MAX-ACCESS      read-create
2527    STATUS          current
2528    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
2529    ::=  {  eqlStorageGroupDnsServerEntry 2 }
2530
2531eqlGroupDnsServerRowStatus  OBJECT-TYPE
2532    SYNTAX          RowStatus
2533    MAX-ACCESS      read-create
2534    STATUS          current
2535    DESCRIPTION     "row status"
2536    ::= { eqlStorageGroupDnsServerEntry 3 }
2537
2538eqlGroupDnsServerInetAddressType  OBJECT-TYPE
2539    SYNTAX          InetAddressType
2540    MAX-ACCESS      read-create
2541    STATUS          current
2542    DESCRIPTION     "This field contains the IP address type for the DNS server."
2543	DEFVAL { ipv4 }
2544    ::=  {  eqlStorageGroupDnsServerEntry 4 }
2545
2546eqlGroupDnsServerInetAddress  OBJECT-TYPE
2547    SYNTAX          InetAddress
2548    MAX-ACCESS      read-create
2549    STATUS          current
2550    DESCRIPTION     "This field contains the IP address, in network byte order, for the DNS server."
2551    ::=  {  eqlStorageGroupDnsServerEntry 5 }
2552
2553eqlGroupDnsServerConfigState OBJECT-TYPE
2554    SYNTAX          INTEGER     {
2555                    startConfig (0),
2556                    inProgress  (1),
2557                    endConfig   (2)
2558    }
2559    MAX-ACCESS      read-create
2560    STATUS          current
2561    DESCRIPTION     "This field denotes the transaction state of the eqlStorageGroupDnsServerTable."
2562    DEFVAL          {startConfig}
2563    ::=  {  eqlStorageGroupDnsServerEntry 6 }
2564
2565
2566--****************************************************************************************
2567
2568eqlStorageGroupNtpServerTable OBJECT-TYPE
2569    SYNTAX  SEQUENCE OF EqlStorageGroupNtpServerEntry
2570    MAX-ACCESS      not-accessible
2571    STATUS          current
2572    DESCRIPTION     "EqualLogic-Persistent Storage Group NTP Server Table"
2573    ::=  {  eqlgroupObjects  5}
2574
2575eqlStorageGroupNtpServerEntry OBJECT-TYPE
2576    SYNTAX          EqlStorageGroupNtpServerEntry
2577    MAX-ACCESS      not-accessible
2578    STATUS          current
2579    DESCRIPTION     "An entry (row) containing group ntp server information."
2580    INDEX           { eqlGroupId, eqlGroupNtpServerIndex}
2581    ::=    { eqlStorageGroupNtpServerTable 1 }
2582
2583EqlStorageGroupNtpServerEntry ::=
2584    SEQUENCE {
2585        eqlGroupNtpServerIndex      Integer32,
2586        eqlGroupNtpServerIpAddress  IpAddress,
2587        eqlGroupNtpServerRowStatus  RowStatus,
2588        eqlGroupNtpServerPort       INTEGER,
2589        eqlGroupNtpServerInetAddressType  InetAddressType,
2590        eqlGroupNtpServerInetAddress  InetAddress
2591        }
2592
2593eqlGroupNtpServerIndex  OBJECT-TYPE
2594    SYNTAX          Integer32
2595    MAX-ACCESS      not-accessible
2596    STATUS          current
2597    DESCRIPTION     "This field specifies an index that uniquely identifies the NTP server entry."
2598    ::=  {  eqlStorageGroupNtpServerEntry 1 }
2599
2600eqlGroupNtpServerIpAddress  OBJECT-TYPE
2601    SYNTAX          IpAddress
2602    MAX-ACCESS      read-create
2603    STATUS          current
2604    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
2605    ::=  {  eqlStorageGroupNtpServerEntry 2 }
2606
2607eqlGroupNtpServerRowStatus  OBJECT-TYPE
2608    SYNTAX          RowStatus
2609    MAX-ACCESS      read-create
2610    STATUS          current
2611    DESCRIPTION     "row status"
2612    ::= { eqlStorageGroupNtpServerEntry 3 }
2613
2614eqlGroupNtpServerPort  OBJECT-TYPE
2615    SYNTAX          INTEGER ( 0..65535)
2616    MAX-ACCESS      read-write
2617    STATUS          current
2618    DESCRIPTION     "The listening port number of the ntp server.Default value implies well known ntp port number ( 123 ) assigned by the IANA."
2619    DEFVAL          { 0 }
2620    ::= { eqlStorageGroupNtpServerEntry 4 }
2621
2622eqlGroupNtpServerInetAddressType  OBJECT-TYPE
2623    SYNTAX          InetAddressType
2624    MAX-ACCESS      read-create
2625    STATUS          current
2626    DESCRIPTION     "This field contains the IP address type for the NTP server."
2627    ::=  {  eqlStorageGroupNtpServerEntry 5 }
2628
2629eqlGroupNtpServerInetAddress  OBJECT-TYPE
2630    SYNTAX          InetAddress
2631    MAX-ACCESS      read-create
2632    STATUS          current
2633    DESCRIPTION     "This field contains the IP address, in network byte order, for the NTP server."
2634    ::=  {  eqlStorageGroupNtpServerEntry 6 }
2635
2636--******************************************************************
2637
2638eqlStorageGroupChapServerTable OBJECT-TYPE
2639    SYNTAX  SEQUENCE OF EqlStorageGroupChapServerEntry
2640    MAX-ACCESS      not-accessible
2641    STATUS          current
2642    DESCRIPTION     "EqualLogic-Persistent Storage Group Chap Server Table"
2643    ::=  {  eqlgroupObjects  6}
2644
2645eqlStorageGroupChapServerEntry OBJECT-TYPE
2646    SYNTAX          EqlStorageGroupChapServerEntry
2647    MAX-ACCESS      not-accessible
2648    STATUS          current
2649    DESCRIPTION     "An entry (row) containing storage group chap server information."
2650    INDEX           { eqlGroupId, eqlGroupChapServerIndex}
2651    ::=    { eqlStorageGroupChapServerTable 1 }
2652
2653EqlStorageGroupChapServerEntry ::=
2654    SEQUENCE {
2655        eqlGroupChapServerIndex         Integer32,
2656        eqlGroupChapServerIpAddress     IpAddress,
2657        eqlGroupChapServerRowStatus     RowStatus,
2658        eqlGroupChapServerPort          INTEGER,
2659        eqlGroupChapServerRADIUSSecret  OCTET STRING,  -- was DisplayString
2660        eqlGroupChapServerInetAddressType InetAddressType,
2661        eqlGroupChapServerInetAddress     InetAddress
2662        }
2663
2664eqlGroupChapServerIndex OBJECT-TYPE
2665    SYNTAX          Integer32
2666    MAX-ACCESS      not-accessible
2667    STATUS          current
2668    DESCRIPTION     "This field specifies an index that uniquely identifies the CHAP server entry."
2669    ::=  {  eqlStorageGroupChapServerEntry 1 }
2670
2671eqlGroupChapServerIpAddress OBJECT-TYPE
2672    SYNTAX          IpAddress
2673    MAX-ACCESS      read-create
2674    STATUS          current
2675    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
2676    ::=  {  eqlStorageGroupChapServerEntry 2 }
2677
2678eqlGroupChapServerRowStatus OBJECT-TYPE
2679    SYNTAX          RowStatus
2680    MAX-ACCESS      read-create
2681    STATUS          current
2682    DESCRIPTION     "row status"
2683    ::= { eqlStorageGroupChapServerEntry 3 }
2684
2685eqlGroupChapServerPort OBJECT-TYPE
2686    SYNTAX          INTEGER(0..65535)
2687    MAX-ACCESS      read-create
2688    STATUS          current
2689    DESCRIPTION     "The listening port number of chap server at the specified ipaddress. The default value of zero implies that the authentication request will be forwarded to the default radius port(port number 1812). The value of this object is irrelevant if eqlGroupChapServerInetAddress is the loopback ipaddress."
2690    DEFVAL          { 0 }
2691    ::= { eqlStorageGroupChapServerEntry 4 }
2692
2693eqlGroupChapServerRADIUSSecret OBJECT-TYPE
2694    SYNTAX          OCTET STRING (SIZE(0..64)) -- was DisplayString
2695    MAX-ACCESS      read-write
2696    STATUS          current
2697    DESCRIPTION     "This field contains the RADIUS secret for this client. It can be set
2698                     but it returns a zero-length string upon read."
2699    --DEFAULT       cookie "secure"
2700    ::=  {  eqlStorageGroupChapServerEntry 5 }
2701
2702eqlGroupChapServerInetAddressType OBJECT-TYPE
2703    SYNTAX          InetAddressType
2704    MAX-ACCESS      read-create
2705    STATUS          current
2706    DESCRIPTION     "This field contains the IP address type for the CHAP server."
2707    ::=  {  eqlStorageGroupChapServerEntry 6 }
2708
2709eqlGroupChapServerInetAddress OBJECT-TYPE
2710    SYNTAX          InetAddress
2711    MAX-ACCESS      read-create
2712    STATUS          current
2713    DESCRIPTION     "This field contains the IP address, in network byte order, for the CHAP server."
2714    ::=  {  eqlStorageGroupChapServerEntry 7 }
2715
2716--******************************************************************
2717eqlStorageGroupSMTPServerTable OBJECT-TYPE
2718    SYNTAX  SEQUENCE OF EqlStorageGroupSMTPServerEntry
2719    MAX-ACCESS      not-accessible
2720    STATUS          current
2721    DESCRIPTION     "EqualLogic-Persistent Storage Group SMTP Server Table"
2722    ::=  {  eqlgroupObjects  7}
2723
2724eqlStorageGroupSMTPServerEntry OBJECT-TYPE
2725    SYNTAX          EqlStorageGroupSMTPServerEntry
2726    MAX-ACCESS      not-accessible
2727    STATUS          current
2728    DESCRIPTION     "An entry (row) containing group smtp sever information."
2729    INDEX           { eqlGroupId, eqlGroupSMTPServerIndex}
2730    ::=    { eqlStorageGroupSMTPServerTable 1 }
2731
2732EqlStorageGroupSMTPServerEntry ::=
2733    SEQUENCE {
2734        eqlGroupSMTPServerIndex     Integer32,
2735        eqlGroupSMTPServerIpAddress IpAddress,
2736        eqlGroupSMTPServerRowStatus RowStatus,
2737        eqlGroupSMTPServerPort      INTEGER,
2738        eqlGroupSMTPServerInetAddressType InetAddressType,
2739        eqlGroupSMTPServerInetAddress InetAddress
2740
2741        }
2742
2743eqlGroupSMTPServerIndex OBJECT-TYPE
2744    SYNTAX          Integer32
2745    MAX-ACCESS      not-accessible
2746    STATUS          current
2747    DESCRIPTION     "This field specifies an index that uniquely identifies the SMTP server entry."
2748    ::=  {  eqlStorageGroupSMTPServerEntry 1 }
2749
2750eqlGroupSMTPServerIpAddress OBJECT-TYPE
2751    SYNTAX          IpAddress
2752    MAX-ACCESS      read-create
2753    STATUS          current
2754    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
2755    ::=  {  eqlStorageGroupSMTPServerEntry 2 }
2756
2757eqlGroupSMTPServerRowStatus OBJECT-TYPE
2758    SYNTAX          RowStatus
2759    MAX-ACCESS      read-create
2760    STATUS          current
2761    DESCRIPTION     "row status"
2762    ::= { eqlStorageGroupSMTPServerEntry 3 }
2763
2764eqlGroupSMTPServerPort OBJECT-TYPE
2765    SYNTAX          INTEGER(0..65535)
2766    MAX-ACCESS      read-create
2767    STATUS          current
2768    DESCRIPTION     "The listening port number of the SMTP server. The default
2769value of zero implies that the server is listening on wellknown port number ( 25 ) for SMTP asssigned by the IANA."
2770    DEFVAL          { 0 }
2771    ::= { eqlStorageGroupSMTPServerEntry 4 }
2772
2773eqlGroupSMTPServerInetAddressType OBJECT-TYPE
2774    SYNTAX          InetAddressType
2775    MAX-ACCESS      read-create
2776    STATUS          current
2777    DESCRIPTION     "This field contains the IP address type for the SMTP server."
2778    ::=  {  eqlStorageGroupSMTPServerEntry 5 }
2779
2780eqlGroupSMTPServerInetAddress OBJECT-TYPE
2781    SYNTAX          InetAddress
2782    MAX-ACCESS      read-create
2783    STATUS          current
2784    DESCRIPTION     "This field contains the IP address, in network byte order, for the SMTP server."
2785    ::=  {  eqlStorageGroupSMTPServerEntry 6 }
2786
2787--**************************************************************************************
2788
2789eqlStorageGroupSysLogServerTable OBJECT-TYPE
2790    SYNTAX  SEQUENCE OF EqlStorageGroupSysLogServerEntry
2791    MAX-ACCESS      not-accessible
2792    STATUS          current
2793    DESCRIPTION     "EqualLogic-Persistent Storage Group SysLog Server Table"
2794    ::=  {  eqlgroupObjects  8}
2795
2796eqlStorageGroupSysLogServerEntry OBJECT-TYPE
2797    SYNTAX          EqlStorageGroupSysLogServerEntry
2798    MAX-ACCESS      not-accessible
2799    STATUS          current
2800    DESCRIPTION     "An entry (row) containing group syslog server info."
2801    INDEX           { eqlGroupId, eqlGroupSysLogServerIndex}
2802    ::=    { eqlStorageGroupSysLogServerTable 1 }
2803
2804EqlStorageGroupSysLogServerEntry ::=
2805    SEQUENCE {
2806        eqlGroupSysLogServerIndex       Integer32,
2807        eqlGroupSysLogServerIpAddress   IpAddress,
2808        eqlGroupSysLogServerRowStatus   RowStatus,
2809        eqlGroupSysLogServerInetAddressType   InetAddressType,
2810        eqlGroupSysLogServerInetAddress   InetAddress
2811        }
2812
2813eqlGroupSysLogServerIndex   OBJECT-TYPE
2814    SYNTAX          Integer32
2815    MAX-ACCESS      not-accessible
2816    STATUS          current
2817    DESCRIPTION     "This field specifies an index that uniquely identifies the syslog server entry."
2818    ::=  {  eqlStorageGroupSysLogServerEntry 1 }
2819
2820eqlGroupSysLogServerIpAddress   OBJECT-TYPE
2821    SYNTAX          IpAddress
2822    MAX-ACCESS      read-create
2823    STATUS          current
2824    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
2825    ::=  {  eqlStorageGroupSysLogServerEntry 2 }
2826
2827eqlGroupSysLogServerRowStatus   OBJECT-TYPE
2828    SYNTAX          RowStatus
2829    MAX-ACCESS      read-create
2830    STATUS          current
2831    DESCRIPTION     "row status"
2832    ::= { eqlStorageGroupSysLogServerEntry 3 }
2833
2834eqlGroupSysLogServerInetAddressType   OBJECT-TYPE
2835    SYNTAX          InetAddressType
2836    MAX-ACCESS      read-create
2837    STATUS          current
2838    DESCRIPTION     "This field contains the IP address type for the syslog server."
2839    ::=  {  eqlStorageGroupSysLogServerEntry 4 }
2840
2841eqlGroupSysLogServerInetAddress   OBJECT-TYPE
2842    SYNTAX          InetAddress
2843    MAX-ACCESS      read-create
2844    STATUS          current
2845    DESCRIPTION     "This field contains the IP address, in network byte order, for the syslog server."
2846    ::=  {  eqlStorageGroupSysLogServerEntry 5 }
2847
2848--******************************************************************************************
2849
2850 eqlStorageGroupAlertEmailTable OBJECT-TYPE
2851    SYNTAX  SEQUENCE OF EqlStorageGroupAlertEmailEntry
2852    MAX-ACCESS      not-accessible
2853    STATUS          current
2854    DESCRIPTION     "EqualLogic-Persistent Storage Group Email Alert Table"
2855    ::=  {  eqlgroupObjects  9}
2856
2857eqlStorageGroupAlertEmailEntry OBJECT-TYPE
2858    SYNTAX          EqlStorageGroupAlertEmailEntry
2859    MAX-ACCESS      not-accessible
2860    STATUS          current
2861    DESCRIPTION     "An entry (row) containing group alert email info."
2862    INDEX           { eqlGroupId, eqlGroupAlertEmailIndex}
2863    ::=    { eqlStorageGroupAlertEmailTable 1 }
2864
2865 EqlStorageGroupAlertEmailEntry ::=
2866    SEQUENCE {
2867        eqlGroupAlertEmailIndex     Integer32,
2868        eqlGroupAlertEmailAddress   DisplayString,
2869        eqlGroupAlertEmailRowStatus RowStatus
2870        }
2871
2872eqlGroupAlertEmailIndex OBJECT-TYPE
2873    SYNTAX          Integer32
2874    MAX-ACCESS      not-accessible
2875    STATUS          current
2876    DESCRIPTION     "This field specifies an index that uniquely identifies the email user to alert."
2877    ::=  {  eqlStorageGroupAlertEmailEntry 1 }
2878
2879eqlGroupAlertEmailAddress   OBJECT-TYPE
2880    SYNTAX          DisplayString (SIZE(0..255))        -- jpmfix - note displaystrings are only 255 chars, we might need more here for a fully qualified name..
2881    MAX-ACCESS      read-create
2882    STATUS          current
2883    DESCRIPTION     "This field specifies the email address of the Adminstrator targeted
2884                     to recieve the email the email alerts."
2885    ::=  {  eqlStorageGroupAlertEmailEntry 2 }
2886
2887eqlGroupAlertEmailRowStatus OBJECT-TYPE
2888    SYNTAX          RowStatus
2889    MAX-ACCESS      read-create
2890    STATUS          current
2891    DESCRIPTION     "row status"
2892    ::= { eqlStorageGroupAlertEmailEntry 3 }
2893
2894--*************************************************************************************
2895
2896eqlStorageGroupAdminAccountTable OBJECT-TYPE
2897    SYNTAX          SEQUENCE OF EqlStorageGroupAdminAccountEntry
2898    MAX-ACCESS      not-accessible
2899    STATUS          current
2900    DESCRIPTION     "EqualLogic-Persistent Storage Group Administration account table.
2901                     This table contains a collection of administration account records.
2902                     It is indexed by group id and administration account record index."
2903    ::= { eqlgroupObjects 10 }
2904
2905eqlStorageGroupAdminAccountEntry OBJECT-TYPE
2906    SYNTAX          EqlStorageGroupAdminAccountEntry
2907    MAX-ACCESS      not-accessible
2908    STATUS          current
2909    DESCRIPTION     "An entry (row) containing administration account settings."
2910    INDEX           {  eqlGroupId, eqlStorageGroupAdminAccountIndex }
2911    ::=   { eqlStorageGroupAdminAccountTable 1 }
2912
2913EqlStorageGroupAdminAccountEntry ::=
2914    SEQUENCE {
2915        eqlStorageGroupAdminAccountIndex         Integer32,
2916        eqlStorageGroupAdminAccountRowStatus     RowStatus,
2917        eqlStorageGroupAdminAccountName          DisplayString,
2918        eqlStorageGroupAdminAccountPassword      OCTET STRING, -- was DisplayString
2919        eqlStorageGroupAdminAccountDescription   UTFString,
2920        eqlStorageGroupAdminAccountType          AdminAccountType,
2921        eqlStorageGroupAdminAccountContact       DisplayString,
2922        eqlStorageGroupAdminAccountEmail         DisplayString,
2923        eqlStorageGroupAdminAccountPhone         DisplayString,
2924        eqlStorageGroupAdminAccountMobile        DisplayString,
2925        eqlStorageGroupAdminAccountStatus        INTEGER,
2926        eqlStorageGroupAdminAccountCliFlags      Integer32,
2927        eqlStorageGroupAdminAccountGuiFlags      Integer32,
2928        eqlStorageGroupAdminAccountPollInterval  Integer32,
2929        eqlStorageGroupAdminAccountAuthType      INTEGER,
2930        eqlStorageGroupAdminAccountRecentLogin   Counter32,
2931        eqlStorageGroupAdminAccountClass         DisplayString,
2932        eqlStorageGroupAdminAccountPrivilege     AdminAccountPrivilegeType,
2933        eqlStorageGroupAdminAccountSnmpKey       OCTET STRING,
2934        eqlStorageGroupAdminAccountSnmpKey2      OCTET STRING,
2935        eqlStorageGroupAdminAccountCHAPPassword  OCTET STRING,  -- was DisplayString
2936        eqlStorageGroupAdminAccountKey           Unsigned32,
2937        eqlStorageGroupAdminAccountAdGroupName   DisplayString,
2938        eqlStorageGroupAdminAccountSNMPPrivProt  INTEGER
2939    }
2940
2941eqlStorageGroupAdminAccountIndex OBJECT-TYPE
2942    SYNTAX          Integer32
2943    MAX-ACCESS      not-accessible
2944    STATUS          current
2945    DESCRIPTION     "The index value that uniquely identifies the administration account record."
2946    ::=   { eqlStorageGroupAdminAccountEntry 1 }
2947
2948eqlStorageGroupAdminAccountRowStatus OBJECT-TYPE
2949    SYNTAX          RowStatus
2950    MAX-ACCESS      read-create
2951    STATUS          current
2952    DESCRIPTION     "This value is used to manage the conceptual row."
2953    ::=   { eqlStorageGroupAdminAccountEntry 2 }
2954
2955eqlStorageGroupAdminAccountName OBJECT-TYPE
2956    SYNTAX          DisplayString (SIZE (1..64))
2957    MAX-ACCESS      read-create
2958    STATUS          current
2959    DESCRIPTION     "EQL-SECONDARY-KEY
2960                     The name of the administration account. This name must be used for user authentication."
2961    ::=   { eqlStorageGroupAdminAccountEntry 3 }
2962
2963eqlStorageGroupAdminAccountPassword OBJECT-TYPE
2964    SYNTAX          OCTET STRING (SIZE (1..64))  -- was DisplayString
2965    MAX-ACCESS      read-create
2966    STATUS          current
2967    DESCRIPTION     " An octet string containing the (crypt cipher) password for this
2968                      account.  If written, it changes the password for
2969                      the account.  If read, it returns a zero-length string."
2970    --DEFAULT       cookie "secure"
2971    ::=   { eqlStorageGroupAdminAccountEntry 4 }
2972
2973eqlStorageGroupAdminAccountDescription OBJECT-TYPE
2974    SYNTAX          UTFString (SIZE(0..128))
2975    MAX-ACCESS      read-create
2976    STATUS          current
2977    DESCRIPTION     "This field contains a description of the administration account."
2978    ::=   { eqlStorageGroupAdminAccountEntry 5 }
2979
2980eqlStorageGroupAdminAccountType OBJECT-TYPE
2981    SYNTAX          AdminAccountType
2982    MAX-ACCESS      read-create
2983    STATUS          current
2984    DESCRIPTION     "This field specifies the type of account. The read-write
2985                     account type allows the user to modify any group settings.
2986                     The read-only account allows only read-only access to
2987                     group configuration data. The default is read-write.
2988                     Changing this value will come into affect only for new
2989                     login of the user. Currently logged in sessions will not
2990                     be affected."
2991    DEFVAL          { read-write }
2992    ::=   { eqlStorageGroupAdminAccountEntry 6 }
2993
2994eqlStorageGroupAdminAccountContact OBJECT-TYPE
2995    SYNTAX          DisplayString (SIZE(0..64))
2996    MAX-ACCESS      read-create
2997    STATUS          current
2998    DESCRIPTION     "This field contains the full name of the owner of this administration account."
2999    ::=   { eqlStorageGroupAdminAccountEntry 7 }
3000
3001eqlStorageGroupAdminAccountEmail OBJECT-TYPE
3002    SYNTAX          DisplayString (SIZE(0..32))
3003    MAX-ACCESS      read-create
3004    STATUS          current
3005    DESCRIPTION     "This field specifies the email address of the owner of this administration account."
3006    ::=   { eqlStorageGroupAdminAccountEntry 8 }
3007
3008eqlStorageGroupAdminAccountPhone OBJECT-TYPE
3009    SYNTAX          DisplayString (SIZE(0..32))
3010    MAX-ACCESS      read-create
3011    STATUS          current
3012    DESCRIPTION     "This field specifies the phone number of the owner of this administration account."
3013    ::=   { eqlStorageGroupAdminAccountEntry 9 }
3014
3015eqlStorageGroupAdminAccountMobile OBJECT-TYPE
3016    SYNTAX          DisplayString (SIZE(0..32))
3017    MAX-ACCESS      read-create
3018    STATUS          current
3019    DESCRIPTION     "This field specifies the cell phone number of the owner of this administration account."
3020    ::=   { eqlStorageGroupAdminAccountEntry 10 }
3021
3022eqlStorageGroupAdminAccountStatus OBJECT-TYPE
3023    SYNTAX          INTEGER  {
3024                        enabled (1),
3025                        disabled (2)
3026    }
3027    MAX-ACCESS      read-create
3028    STATUS          current
3029    DESCRIPTION     "This field represents the administration status of the
3030                     account. Disabling the account will prevent the user from
3031                     logging into CLI and GUI. Currently logged-in sessions
3032                     will not be affected.
3033                    "
3034    DEFVAL          { enabled }
3035    ::=   { eqlStorageGroupAdminAccountEntry 11 }
3036
3037eqlStorageGroupAdminAccountCliFlags OBJECT-TYPE
3038    SYNTAX          Integer32 (0..2147483647)
3039    MAX-ACCESS      read-create
3040    STATUS          current
3041    DESCRIPTION     "This field specifies the set of configuration flags used by the CLI. These flags
3042                    allow the administrator to save CLI configuration settings between the CLI sessions.
3043                    The meaning of individual bits is not defined yet. TBD"
3044    DEFVAL          {0}
3045    ::=   { eqlStorageGroupAdminAccountEntry 12 }
3046
3047eqlStorageGroupAdminAccountGuiFlags OBJECT-TYPE
3048    SYNTAX          Integer32 (0..2147483647)
3049    MAX-ACCESS      read-create
3050    STATUS          current
3051    DESCRIPTION     "This field specifies the set of configuration flags used by the GUI. These flags
3052                    allow the administrator to save GUI configuration settings between the GUI sessions.
3053                    The meaning of individual bits is not defined yet. TBD"
3054    ::=   { eqlStorageGroupAdminAccountEntry 13 }
3055
3056eqlStorageGroupAdminAccountPollInterval OBJECT-TYPE
3057    SYNTAX          Integer32 (5..3600)
3058    MAX-ACCESS      read-create
3059    STATUS          current
3060    DESCRIPTION     "The value of this field specifies how often the group configuration data
3061                    must be repolled by the GUI. This value is expressed in seconds.
3062                    The minimum is 5 seconds; the maximum is 1 hour. The default is 30 seconds."
3063    DEFVAL          { 30 }
3064    ::=   { eqlStorageGroupAdminAccountEntry 14 }
3065
3066eqlStorageGroupAdminAccountAuthType OBJECT-TYPE
3067    SYNTAX          INTEGER  {
3068                        local (0),
3069                        radius (1),
3070                        ldap (2)
3071    }
3072    MAX-ACCESS      read-create
3073    STATUS          current
3074    DESCRIPTION     "This field represents the type of authentication for the administrator.
3075                     Note that RADIUS/LDAP type users will only appear in the table after a
3076                     successful login.
3077                    "
3078    DEFVAL          { local }
3079    ::=   { eqlStorageGroupAdminAccountEntry 15 }
3080
3081eqlStorageGroupAdminAccountRecentLogin OBJECT-TYPE
3082    SYNTAX          Counter32
3083    MAX-ACCESS      read-only
3084    STATUS          current
3085    DESCRIPTION     "This field represents a timestamp of the most recent time this
3086                     admin account has logged in.  Currently only applies to radius
3087                     auth type users.
3088                    "
3089    ::=   { eqlStorageGroupAdminAccountEntry 16 }
3090
3091eqlStorageGroupAdminAccountClass OBJECT-TYPE
3092    SYNTAX          DisplayString (SIZE (0..255))
3093    MAX-ACCESS      read-only
3094    STATUS          current
3095    DESCRIPTION     "This field contains the contents of the class attribute
3096                     received in the RADIUS Access-Request and must be reflected
3097                     in the RADIUS Accounting-Request if accounting is enabled."
3098    ::=  {  eqlStorageGroupAdminAccountEntry 17 }
3099
3100eqlStorageGroupAdminAccountPrivilege OBJECT-TYPE
3101    SYNTAX          AdminAccountPrivilegeType
3102    MAX-ACCESS      read-create
3103    STATUS          current
3104    DESCRIPTION     "This field specifies the privilege level of the account.
3105                     The default is global-admin.  global-admin grants full
3106                     access to the administrator.  pool-admin designates the
3107                     administrator to have access only to one or more pools,
3108                     and does not have access to global and group-level
3109                     administrator.  volume-admin designates the administrator to
3110                     have access to specific volumes within specific storage pools."
3111    DEFVAL          { global-admin }
3112    ::=   { eqlStorageGroupAdminAccountEntry 18 }
3113
3114eqlStorageGroupAdminAccountSnmpKey OBJECT-TYPE
3115    SYNTAX          OCTET STRING (SIZE (20))
3116    MAX-ACCESS      read-create
3117    STATUS          current
3118    DESCRIPTION     "This field contain part of the SNMP key for this account."
3119    --DEFAULT       cookie "secure"
3120    ::=   { eqlStorageGroupAdminAccountEntry 19 }
3121
3122eqlStorageGroupAdminAccountSnmpKey2 OBJECT-TYPE
3123    SYNTAX          OCTET STRING (SIZE (20))
3124    MAX-ACCESS      read-create
3125    STATUS          current
3126    DESCRIPTION     "This field contain part of the SNMP second key for this account."
3127    --DEFAULT       cookie "secure"
3128    ::=   { eqlStorageGroupAdminAccountEntry 20 }
3129
3130eqlStorageGroupAdminAccountCHAPPassword OBJECT-TYPE
3131    SYNTAX          OCTET STRING (SIZE (1..64)) -- was DisplayString
3132    MAX-ACCESS      read-create
3133    STATUS          current
3134    DESCRIPTION     " An octet string containing the (cleartext) password for this
3135                      account.  If written, it changes the password for
3136                      the account.  If read, it returns a zero-length string."
3137    --DEFAULT       cookie "secure"
3138    ::=   { eqlStorageGroupAdminAccountEntry 21 }
3139
3140eqlStorageGroupAdminAccountKey OBJECT-TYPE
3141    SYNTAX          Unsigned32
3142    MAX-ACCESS      read-only
3143    STATUS          current
3144    DESCRIPTION     "A value to uniquely identify this account.  The MIB attribute
3145                     eqliscsiVolumeAdminAccountKey uses this value to associate
3146                     a volume with an account.  No two accounts can have the same
3147                     value."
3148    ::=   { eqlStorageGroupAdminAccountEntry 22 }
3149
3150eqlStorageGroupAdminAccountAdGroupName OBJECT-TYPE
3151    SYNTAX          DisplayString (SIZE (1..65))
3152    MAX-ACCESS      read-create
3153    STATUS          current
3154    DESCRIPTION     "The name of the Active Directory group, valid only when auth type is LDAP.
3155                     Same as cn attribute of the AD group."
3156    ::=   { eqlStorageGroupAdminAccountEntry 23 }
3157
3158eqlStorageGroupAdminAccountSNMPPrivProt OBJECT-TYPE
3159    SYNTAX          INTEGER {
3160                    des(0),
3161                    aes128(1)
3162                    }
3163    MAX-ACCESS      read-create
3164    STATUS          current
3165    DESCRIPTION     "An enum field used by the Agent to determine which privacy
3166                     protocol is used to encrypt external SNMP messages for this user."
3167    DEFVAL          { des}
3168    ::=    { eqlStorageGroupAdminAccountEntry 24 }
3169
3170--**********************************************************************************
3171eqlStorageGroupiSNSServerTable OBJECT-TYPE
3172    SYNTAX  SEQUENCE OF EqlStorageGroupiSNSServerEntry
3173    MAX-ACCESS      not-accessible
3174    STATUS          current
3175    DESCRIPTION     "EqualLogic-Persistent Storage Group iSNS Server Table"
3176    ::=  {  eqlgroupObjects  11}
3177
3178eqlStorageGroupiSNSServerEntry OBJECT-TYPE
3179    SYNTAX          EqlStorageGroupiSNSServerEntry
3180    MAX-ACCESS      not-accessible
3181    STATUS          current
3182    DESCRIPTION     "An entry (row) containing group iSNS server information."
3183    INDEX           { eqlGroupId, eqlGroupiSNSServerIndex}
3184    ::=    { eqlStorageGroupiSNSServerTable 1 }
3185
3186EqlStorageGroupiSNSServerEntry ::=
3187    SEQUENCE {
3188        eqlGroupiSNSServerIndex      Integer32,
3189        eqlGroupiSNSServerRowStatus  RowStatus,
3190        eqlGroupiSNSServerIpAddress  IpAddress,
3191        eqlGroupiSNSServerPort       INTEGER,
3192        eqlGroupiSNSServerInetAddressType  InetAddressType,
3193        eqlGroupiSNSServerInetAddress  InetAddress
3194        }
3195eqlGroupiSNSServerIndex  OBJECT-TYPE
3196    SYNTAX          Integer32
3197    MAX-ACCESS      not-accessible
3198    STATUS          current
3199    DESCRIPTION     "This field specifies an index that uniquely identifies the iSNS server entry."
3200    ::=  {  eqlStorageGroupiSNSServerEntry 1 }
3201
3202eqlGroupiSNSServerRowStatus  OBJECT-TYPE
3203    SYNTAX          RowStatus
3204    MAX-ACCESS      read-create
3205    STATUS          current
3206    DESCRIPTION     "Used to manage conceptual row."
3207    ::= { eqlStorageGroupiSNSServerEntry 2 }
3208
3209eqlGroupiSNSServerIpAddress  OBJECT-TYPE
3210    SYNTAX          IpAddress
3211    MAX-ACCESS      read-create
3212    STATUS          current
3213    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
3214    ::=  {  eqlStorageGroupiSNSServerEntry 3 }
3215
3216eqlGroupiSNSServerPort  OBJECT-TYPE
3217    SYNTAX          INTEGER (0..65535)
3218    MAX-ACCESS      read-write
3219    STATUS          current
3220    DESCRIPTION
3221          "
3222          Indicates the port the iSNS server is accepting iSNSP messages
3223          on, generally the iSNS well known port.The well known port
3224          for iSNSP is 3205. The default value implies to use well known port.
3225          "
3226    DEFVAL          { 0 }
3227    ::=  {  eqlStorageGroupiSNSServerEntry 4 }
3228
3229eqlGroupiSNSServerInetAddressType  OBJECT-TYPE
3230    SYNTAX          InetAddressType
3231    MAX-ACCESS      read-create
3232    STATUS          current
3233    DESCRIPTION     "This field contains the IP address type for the iSNS server."
3234    ::=  {  eqlStorageGroupiSNSServerEntry 5 }
3235
3236eqlGroupiSNSServerInetAddress  OBJECT-TYPE
3237    SYNTAX          InetAddress
3238    MAX-ACCESS      read-create
3239    STATUS          current
3240    DESCRIPTION     "This field contains the IP address, in network byte order, for the iSNS server."
3241    ::=  {  eqlStorageGroupiSNSServerEntry 6 }
3242
3243--**********************************************************************************
3244
3245eqlGroupCompatibilityTable OBJECT-TYPE
3246    SYNTAX  SEQUENCE OF EqlGroupCompatibilityEntry
3247    MAX-ACCESS      not-accessible
3248    STATUS          current
3249    DESCRIPTION     "EqualLogic-Dynamic Group Compatibility Table"
3250    ::=  {  eqlgroupObjects  12}
3251
3252
3253eqlGroupCompatibilityEntry OBJECT-TYPE
3254    SYNTAX          EqlGroupCompatibilityEntry
3255    MAX-ACCESS      not-accessible
3256    STATUS          current
3257    DESCRIPTION     "An entry (row) containing group compatibility information."
3258    AUGMENTS        { eqlStorageGroupEntry }
3259    ::=    { eqlGroupCompatibilityTable 1 }
3260
3261
3262EqlGroupCompatibilityEntry ::=
3263    SEQUENCE {
3264          eqlGroupCurrentCompLevel  Unsigned32
3265    }
3266
3267eqlGroupCurrentCompLevel  OBJECT-TYPE
3268    SYNTAX          Unsigned32
3269    MAX-ACCESS      read-only
3270    STATUS          current
3271    DESCRIPTION     "This field represents the current compatibility level of the group."
3272    ::=  { eqlGroupCompatibilityEntry  1 }
3273
3274--**********************************************************************************
3275eqlStorageGroupCollectionTable OBJECT-TYPE
3276    SYNTAX  SEQUENCE OF EqlStorageGroupCollectionEntry
3277    MAX-ACCESS      not-accessible
3278    STATUS          current
3279    DESCRIPTION     "
3280                     EqualLogic-Dynamic Group Collection Table. This table maintains overall
3281                     number of volume collections and snap collection in a group.
3282                    "
3283    ::=  {  eqlgroupObjects  13}
3284
3285eqlStorageGroupCollectionEntry OBJECT-TYPE
3286    SYNTAX          EqlStorageGroupCollectionEntry
3287    MAX-ACCESS      not-accessible
3288    STATUS          current
3289    DESCRIPTION     "An entry (row) containing volume/snap collections information in a group."
3290    INDEX           { eqlGroupId}
3291    ::=    { eqlStorageGroupCollectionTable 1 }
3292
3293EqlStorageGroupCollectionEntry ::=
3294    SEQUENCE {
3295        eqlGrpNoofVolCollections          Unsigned32,
3296        eqlGrpNoofSnapCollections         Unsigned32,
3297        eqlGrpNoofOrphanSnapCollections   Unsigned32
3298        }
3299eqlGrpNoofVolCollections OBJECT-TYPE
3300    SYNTAX          Unsigned32
3301    MAX-ACCESS      read-only
3302    STATUS          current
3303    DESCRIPTION     "This field specifies the total number of volume collections in the group ie
3304                     number of rows in eqliscsiVolCollectionTable."
3305    DEFVAL          {0}
3306    ::=  {  eqlStorageGroupCollectionEntry 1 }
3307eqlGrpNoofSnapCollections OBJECT-TYPE
3308    SYNTAX          Unsigned32
3309    MAX-ACCESS      read-only
3310    STATUS          current
3311    DESCRIPTION     "This field specifies the total number of snapshot collections in the group ie
3312                     number of rows in eqliscsiSnapCollectionTable."
3313    DEFVAL          {0}
3314    ::=  {  eqlStorageGroupCollectionEntry 2 }
3315eqlGrpNoofOrphanSnapCollections OBJECT-TYPE
3316    SYNTAX          Unsigned32
3317    MAX-ACCESS      read-only
3318    STATUS          current
3319    DESCRIPTION     "This field specifies the total number of snapshot collections in the group that dont
3320                     have a corresponding volume set ie number of rows in eqliscsiSnapCollectionTable
3321                     with eqliscsiSnapCollectionVolIndex set to zero."
3322    DEFVAL          {0}
3323    ::=  {  eqlStorageGroupCollectionEntry 3 }
3324
3325--**********************************************************************************
3326eqlRADIUSTable OBJECT-TYPE
3327    SYNTAX  SEQUENCE OF EqlRADIUSEntry
3328    MAX-ACCESS      not-accessible
3329    STATUS          current
3330    DESCRIPTION     "
3331                     EqualLogic-Persistent Group RADIUS Configuration Table. This table maintains
3332                     the configuration for the RADIUS implementation.
3333                    "
3334    ::=  {  eqlgroupObjects  14}
3335
3336eqlRADIUSEntry OBJECT-TYPE
3337    SYNTAX          EqlRADIUSEntry
3338    MAX-ACCESS      not-accessible
3339    STATUS          current
3340    DESCRIPTION     "An entry (row) containing RADIUS information in a group."
3341    INDEX           { eqlGroupId}
3342    ::=    { eqlRADIUSTable 1 }
3343
3344EqlRADIUSEntry ::=
3345    SEQUENCE {
3346    eqlRADIUSSecret          OCTET STRING, -- was DisplayString
3347    eqlRADIUSLoginAuthEnable TruthValue,
3348    eqlRADIUSAuthRecvTimeout Unsigned32,
3349    eqlRADIUSAuthMaxRetries  Unsigned32,
3350    eqlRADIUSLoginAcctEnable TruthValue,
3351    eqlRADIUSAcctRecvTimeout Unsigned32,
3352    eqlRADIUSAcctMaxRetries  Unsigned32,
3353    eqlRADIUSiscsiAuthEnable TruthValue,
3354    eqlLocaliscsiAuthEnable  TruthValue,
3355    eqlRADIUSRequireAdminAttrEnable TruthValue
3356    }
3357
3358eqlRADIUSSecret OBJECT-TYPE
3359    SYNTAX          OCTET STRING (SIZE(0..64))  -- was DisplayString
3360    MAX-ACCESS      read-write
3361    STATUS          current
3362    DESCRIPTION     "This field contains the RADIUS secret for this client. It can be set
3363                     but it returns a zero-length string upon read."
3364    --DEFAULT       cookie "secure"
3365    ::=  {  eqlRADIUSEntry 1 }
3366
3367eqlRADIUSLoginAuthEnable OBJECT-TYPE
3368    SYNTAX          TruthValue
3369    MAX-ACCESS      read-write
3370    STATUS          current
3371    DESCRIPTION     "This field enables RADIUS login authentication."
3372    DEFVAL          { false }
3373    ::=  {  eqlRADIUSEntry 2 }
3374
3375eqlRADIUSAuthRecvTimeout OBJECT-TYPE
3376    SYNTAX          Unsigned32(1..30)
3377    MAX-ACCESS      read-write
3378    STATUS          current
3379    DESCRIPTION     "This field configures the RADIUS authentication message receive timeout in seconds."
3380    DEFVAL          { 2 }
3381    ::=  {  eqlRADIUSEntry 3 }
3382
3383eqlRADIUSAuthMaxRetries OBJECT-TYPE
3384    SYNTAX          Unsigned32(0..10)
3385    MAX-ACCESS      read-write
3386    STATUS          current
3387    DESCRIPTION     "This field configures the number of RADIUS authentication retries."
3388    DEFVAL          { 1 }
3389    ::=  {  eqlRADIUSEntry 4 }
3390
3391eqlRADIUSLoginAcctEnable OBJECT-TYPE
3392    SYNTAX          TruthValue
3393    MAX-ACCESS      read-write
3394    STATUS          current
3395    DESCRIPTION     "This field enables RADIUS accounting for login administrators."
3396    DEFVAL          { false }
3397    ::=  {  eqlRADIUSEntry 5 }
3398
3399eqlRADIUSAcctRecvTimeout OBJECT-TYPE
3400    SYNTAX          Unsigned32(1..30)
3401    MAX-ACCESS      read-write
3402    STATUS          current
3403    DESCRIPTION     "This field configures the RADIUS accounting message receive timeout in seconds."
3404    DEFVAL          { 2 }
3405    ::=  {  eqlRADIUSEntry 6 }
3406
3407eqlRADIUSAcctMaxRetries OBJECT-TYPE
3408    SYNTAX          Unsigned32(0..10)
3409    MAX-ACCESS      read-write
3410    STATUS          current
3411    DESCRIPTION     "This field configures the number of RADIUS accounting retries."
3412    DEFVAL          { 1 }
3413    ::=  {  eqlRADIUSEntry 7 }
3414
3415eqlRADIUSiscsiAuthEnable OBJECT-TYPE
3416    SYNTAX          TruthValue
3417    MAX-ACCESS      read-write
3418    STATUS          current
3419    DESCRIPTION     "This field enables RADIUS authentication for ISCSI initiators."
3420    DEFVAL          { false }
3421    ::=  {  eqlRADIUSEntry 8 }
3422
3423eqlLocaliscsiAuthEnable OBJECT-TYPE
3424    SYNTAX          TruthValue
3425    MAX-ACCESS      read-write
3426    STATUS          current
3427    DESCRIPTION     "This field enables Local authentication for ISCSI initiators."
3428    DEFVAL          { false }
3429    ::=  {  eqlRADIUSEntry 9 }
3430
3431eqlRADIUSRequireAdminAttrEnable OBJECT-TYPE
3432    SYNTAX          TruthValue
3433    MAX-ACCESS      read-write
3434    STATUS          current
3435    DESCRIPTION     "This field enables requiring the EQL-Admin RADIUS return attribute."
3436    DEFVAL          { true }
3437    ::=  {  eqlRADIUSEntry 10 }
3438
3439--******************************************************************
3440
3441eqlRADIUSAcctServerTable OBJECT-TYPE
3442    SYNTAX  SEQUENCE OF EqlRADIUSAcctServerEntry
3443    MAX-ACCESS      not-accessible
3444    STATUS          current
3445    DESCRIPTION     "EqualLogic-Persistent Group RADIUS Accounting server table."
3446    ::=  {  eqlgroupObjects  15}
3447
3448eqlRADIUSAcctServerEntry OBJECT-TYPE
3449    SYNTAX          EqlRADIUSAcctServerEntry
3450    MAX-ACCESS      not-accessible
3451    STATUS          current
3452    DESCRIPTION     "An entry (row) containing the configuration for a RADIUS accounting server."
3453    INDEX           { eqlGroupId, eqlRADIUSAcctServerIndex }
3454    ::=    { eqlRADIUSAcctServerTable 1 }
3455
3456EqlRADIUSAcctServerEntry ::=
3457    SEQUENCE {
3458        eqlRADIUSAcctServerIndex         Integer32,
3459        eqlRADIUSAcctServerIpAddress IpAddress,
3460        eqlRADIUSAcctServerPort          INTEGER,
3461        eqlRADIUSAcctServerRowStatus     RowStatus,
3462        eqlRADIUSAcctServerSecret          OCTET STRING, -- was DisplayString
3463        eqlRADIUSAcctServerInetAddressType InetAddressType,
3464        eqlRADIUSAcctServerInetAddress     InetAddress
3465        }
3466
3467eqlRADIUSAcctServerIndex OBJECT-TYPE
3468    SYNTAX          Integer32
3469    MAX-ACCESS      not-accessible
3470    STATUS          current
3471    DESCRIPTION     "This field specifies an index that uniquely identifies the RADIUS Accounting server entry."
3472    ::=  {  eqlRADIUSAcctServerEntry 1 }
3473
3474eqlRADIUSAcctServerIpAddress OBJECT-TYPE
3475    SYNTAX          IpAddress
3476    MAX-ACCESS      read-create
3477    STATUS          current
3478    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
3479    ::=  {  eqlRADIUSAcctServerEntry 2 }
3480
3481eqlRADIUSAcctServerPort OBJECT-TYPE
3482    SYNTAX          INTEGER(0..65535)
3483    MAX-ACCESS      read-create
3484    STATUS          current
3485    DESCRIPTION     "The listening port number of the RADIUS Accounting server at the specified ipaddress. The default value of zero implies that the accounting request will be forwarded to the default RADIUS Accounting port(port number 1813)."
3486    DEFVAL          { 0 }
3487    ::= { eqlRADIUSAcctServerEntry 3 }
3488
3489eqlRADIUSAcctServerRowStatus OBJECT-TYPE
3490    SYNTAX          RowStatus
3491    MAX-ACCESS      read-create
3492    STATUS          current
3493    DESCRIPTION     "row status"
3494    ::= { eqlRADIUSAcctServerEntry 4 }
3495
3496eqlRADIUSAcctServerSecret OBJECT-TYPE
3497    SYNTAX          OCTET STRING (SIZE(0..64)) -- was DisplayString
3498    MAX-ACCESS      read-write
3499    STATUS          current
3500    DESCRIPTION     "This field contains the RADIUS secret for this client. It can be set
3501                     but it returns a zero-length string upon read."
3502    --DEFAULT       cookie "secure"
3503    ::=  {  eqlRADIUSAcctServerEntry 5 }
3504
3505eqlRADIUSAcctServerInetAddressType OBJECT-TYPE
3506    SYNTAX          InetAddressType
3507    MAX-ACCESS      read-create
3508    STATUS          current
3509    DESCRIPTION     "This field contains the IP address type for the RADIUS Accounting server."
3510    ::=  {  eqlRADIUSAcctServerEntry 6 }
3511
3512eqlRADIUSAcctServerInetAddress OBJECT-TYPE
3513    SYNTAX          InetAddress
3514    MAX-ACCESS      read-create
3515    STATUS          current
3516    DESCRIPTION     "This field contains the IP address, in network byte order, for the RADIUS Accounting server."
3517    ::=  {  eqlRADIUSAcctServerEntry 7 }
3518
3519--******************************************************************
3520
3521eqlUserSessionTable OBJECT-TYPE
3522    SYNTAX  SEQUENCE OF EqlUserSessionEntry
3523    MAX-ACCESS      not-accessible
3524    STATUS          current
3525    DESCRIPTION     "EqualLogic-Dynamic user session table."
3526    ::=  {  eqlgroupObjects  16}
3527
3528eqlUserSessionEntry OBJECT-TYPE
3529    SYNTAX          EqlUserSessionEntry
3530    MAX-ACCESS      not-accessible
3531    STATUS          current
3532    DESCRIPTION     "An entry (row) containing an active user administrative session."
3533    INDEX           { eqlGroupId, eqlUserSessionIndex }
3534    ::=    { eqlUserSessionTable 1 }
3535
3536EqlUserSessionEntry ::=
3537    SEQUENCE {
3538        eqlUserSessionIndex                 Unsigned32,
3539        eqlUserSessionAdminAccountIndex     Integer32,
3540        eqlUserSessionStart                 Counter32,
3541        eqlUserSessionProtocol              INTEGER,
3542        eqlUserSessionRemoteAddress         IpAddress,
3543        eqlUserSessionLocalAddress          IpAddress,
3544        eqlUserSessionRemoteInetAddressType InetAddressType,
3545        eqlUserSessionRemoteInetAddress     InetAddress,
3546        eqlUserSessionLocalInetAddressType  InetAddressType,
3547        eqlUserSessionLocalInetAddress      InetAddress
3548        }
3549
3550eqlUserSessionIndex OBJECT-TYPE
3551    SYNTAX          Unsigned32
3552    MAX-ACCESS      not-accessible
3553    STATUS          current
3554    DESCRIPTION     "This field specifies an index that uniquely identifies the user session entry."
3555    ::=  {  eqlUserSessionEntry 1 }
3556
3557eqlUserSessionAdminAccountIndex OBJECT-TYPE
3558    SYNTAX          Integer32
3559    MAX-ACCESS      read-write
3560    STATUS          current
3561    DESCRIPTION     "This field specifies an index that uniquely identifies a storage group admin account entry."
3562    ::=  {  eqlUserSessionEntry 2 }
3563
3564eqlUserSessionStart OBJECT-TYPE
3565    SYNTAX          Counter32
3566    MAX-ACCESS      read-write
3567    STATUS          current
3568    DESCRIPTION     "The timestamp from the start of the administrative session."
3569    ::= { eqlUserSessionEntry 3 }
3570
3571eqlUserSessionProtocol OBJECT-TYPE
3572    SYNTAX          INTEGER {
3573                         root (0),
3574                         console (1),
3575                         telnet (2),
3576                         ssh (3),
3577                         gui (4),
3578                         gui-ssl (5)
3579                    }
3580    MAX-ACCESS      read-write
3581    STATUS          current
3582    DESCRIPTION     "The incoming protocol through which the administrator is connecting to the array."
3583    ::= { eqlUserSessionEntry 4 }
3584
3585eqlUserSessionRemoteAddress OBJECT-TYPE
3586    SYNTAX          IpAddress
3587    MAX-ACCESS      read-write
3588    STATUS          current
3589    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
3590    ::= { eqlUserSessionEntry 5 }
3591
3592eqlUserSessionLocalAddress OBJECT-TYPE
3593    SYNTAX          IpAddress
3594    MAX-ACCESS      read-write
3595    STATUS          current
3596    DESCRIPTION     "This field is deprecated and will be unsupported in the next release."
3597    ::= { eqlUserSessionEntry 6 }
3598
3599eqlUserSessionRemoteInetAddressType OBJECT-TYPE
3600    SYNTAX          InetAddressType
3601    MAX-ACCESS      read-write
3602    STATUS          current
3603    DESCRIPTION     "The remote IP address type, if applicable, from which the administrator is connecting."
3604    ::= { eqlUserSessionEntry 7 }
3605
3606eqlUserSessionRemoteInetAddress OBJECT-TYPE
3607    SYNTAX          InetAddress
3608    MAX-ACCESS      read-write
3609    STATUS          current
3610    DESCRIPTION     "The remote IP address, if applicable, from which the administrator is connecting."
3611    ::= { eqlUserSessionEntry 8 }
3612
3613eqlUserSessionLocalInetAddressType OBJECT-TYPE
3614    SYNTAX          InetAddressType
3615    MAX-ACCESS      read-write
3616    STATUS          current
3617    DESCRIPTION     "The local interface IP address type, if applicable, at which the administrator is connecting."
3618    ::= { eqlUserSessionEntry 9 }
3619
3620eqlUserSessionLocalInetAddress OBJECT-TYPE
3621    SYNTAX          InetAddress
3622    MAX-ACCESS      read-write
3623    STATUS          current
3624    DESCRIPTION     "The local interface IP address, if applicable, at which the administrator is connecting."
3625    ::= { eqlUserSessionEntry 10 }
3626
3627--******************************************************************
3628
3629eqlRecordVersionTable OBJECT-TYPE
3630    SYNTAX  SEQUENCE OF EqlRecordVersionEntry
3631    MAX-ACCESS      not-accessible
3632    STATUS          current
3633    DESCRIPTION     "EqualLogic record version table."
3634    ::=  {  eqlgroupObjects  17}
3635
3636eqlRecordVersionEntry OBJECT-TYPE
3637    SYNTAX          EqlRecordVersionEntry
3638    MAX-ACCESS      not-accessible
3639    STATUS          current
3640    DESCRIPTION     "An entry (row) containing min and max record version."
3641    INDEX           { eqlGroupId, eqlRecordVersionTableType }
3642    ::=    { eqlRecordVersionTable 1 }
3643
3644EqlRecordVersionEntry ::=
3645    SEQUENCE {
3646        eqlRecordVersionTableType       Unsigned32,
3647        eqlRecordVersionMin             Unsigned32,
3648        eqlRecordVersionMax             Unsigned32
3649        }
3650
3651eqlRecordVersionTableType OBJECT-TYPE
3652    SYNTAX          Unsigned32
3653    MAX-ACCESS      not-accessible
3654    STATUS          current
3655    DESCRIPTION     "This field identifies a specific MIB table by tableType_t (see tableTypes.h)."
3656    ::=  {  eqlRecordVersionEntry 1 }
3657
3658eqlRecordVersionMin OBJECT-TYPE
3659    SYNTAX          Unsigned32
3660    MAX-ACCESS      read-write
3661    STATUS          current
3662    DESCRIPTION     "This field specifies the lowest REC_HDR::major value found in any record of this table."
3663    ::=  {  eqlRecordVersionEntry 2 }
3664
3665eqlRecordVersionMax OBJECT-TYPE
3666    SYNTAX          Unsigned32
3667    MAX-ACCESS      read-write
3668    STATUS          current
3669    DESCRIPTION     "This field specifies the current REC_HDR::major value for records of this table."
3670    ::= { eqlRecordVersionEntry 3 }
3671
3672--******************************************************************
3673
3674eqlGroupTaskTable OBJECT-TYPE
3675    SYNTAX  SEQUENCE OF EqlGroupTaskEntry
3676    MAX-ACCESS      not-accessible
3677    STATUS          current
3678    DESCRIPTION     "EqualLogic-Persistent task table.
3679                     A row in this table represents a task currently executing in the group."
3680    ::=  {  eqlgroupObjects  18}
3681
3682eqlGroupTaskEntry OBJECT-TYPE
3683    SYNTAX          EqlGroupTaskEntry
3684    MAX-ACCESS      not-accessible
3685    STATUS          current
3686    DESCRIPTION     "A row in the table represents a task. Any given task will have multiple sub tasks. Each sub task involves executing a management operation.  The system will execute each sub task one after another until the task is completed."
3687    INDEX           { eqlGroupId, eqlGroupTaskIndex }
3688    ::=    { eqlGroupTaskTable 1 }
3689
3690EqlGroupTaskEntry ::=
3691    SEQUENCE {
3692        eqlGroupTaskIndex             Unsigned32,
3693        eqlGroupTaskRowStatus         RowStatus,
3694        eqlGroupTaskType              INTEGER,
3695        eqlGroupTaskContext           RowPointer,
3696        eqlGroupTaskNumSubTasks       Unsigned32,
3697        eqlGroupTaskSubTaskInProgress INTEGER,
3698        eqlGroupTaskSubtaskStatus     Unsigned32,
3699        eqlGroupTaskStatus            INTEGER,
3700        eqlGroupTaskUserAction        INTEGER,
3701        eqlGroupTaskStartTime         Counter32,
3702        eqlGroupTaskReplication       INTEGER
3703        }
3704
3705eqlGroupTaskIndex OBJECT-TYPE
3706    SYNTAX          Unsigned32
3707    MAX-ACCESS      not-accessible
3708    STATUS          current
3709    DESCRIPTION     "This field specifies an index that uniquely identifies a task."
3710    ::=  {  eqlGroupTaskEntry 1 }
3711
3712eqlGroupTaskRowStatus OBJECT-TYPE
3713    SYNTAX          RowStatus
3714    MAX-ACCESS      read-create
3715    STATUS          current
3716    DESCRIPTION     "This field is used to manage the conceptual row."
3717    ::=  {  eqlGroupTaskEntry 2 }
3718eqlGroupTaskType OBJECT-TYPE
3719    SYNTAX          INTEGER {
3720                    resync(1),
3721                    failback(2)
3722                    }
3723    MAX-ACCESS      read-create
3724    STATUS          current
3725    DESCRIPTION     "This field represents the type of the task."
3726    ::=  {  eqlGroupTaskEntry 3 }
3727
3728eqlGroupTaskContext OBJECT-TYPE
3729    SYNTAX          RowPointer
3730    MAX-ACCESS      read-create
3731    STATUS          current
3732    DESCRIPTION     "Context associated with the task. For ex: a volume or replicaset."
3733    ::= { eqlGroupTaskEntry 4 }
3734
3735eqlGroupTaskNumSubTasks OBJECT-TYPE
3736    SYNTAX          Unsigned32
3737    MAX-ACCESS      read-create
3738    STATUS          current
3739    DESCRIPTION     "Number of subtasks in this task."
3740    ::= { eqlGroupTaskEntry 5 }
3741
3742eqlGroupTaskSubTaskInProgress OBJECT-TYPE
3743    SYNTAX          INTEGER {
3744                    none(0),
3745                    primaryVolumeOffline(10001),
3746                    primaryVolumeReplicationCancel(10002),
3747                    primaryVolumeDemote(10003),
3748                    recoveryVolumeReplicationConfigure(10004),
3749                    recoveryVolumeCreateReplica(10005),
3750                    recoveryVolumeDisableSchedules(20001),
3751                    recoveryVolumeOffline(20002),
3752                    recoveryVolumeFinalReplication(20003),
3753                    recoveryVolumeDemote(20004),
3754                    primaryVolumePromote(20005)
3755                    }
3756    MAX-ACCESS      read-create
3757    STATUS          current
3758    DESCRIPTION     "Subtask that is currently in progress for this task."
3759    ::= { eqlGroupTaskEntry 6 }
3760
3761eqlGroupTaskSubtaskStatus OBJECT-TYPE
3762    SYNTAX          Unsigned32
3763    MAX-ACCESS      read-create
3764    STATUS          current
3765    DESCRIPTION     "Status of currently executing subtask."
3766    ::= { eqlGroupTaskEntry 7 }
3767
3768eqlGroupTaskStatus OBJECT-TYPE
3769    SYNTAX          INTEGER {
3770            user-action-required(1),
3771            in-progress(2),
3772            complete(3)
3773    }
3774    MAX-ACCESS      read-create
3775    STATUS          current
3776    DESCRIPTION     "set to true if user action is required for the task to proceed further."
3777    ::= { eqlGroupTaskEntry 8 }
3778
3779eqlGroupTaskUserAction OBJECT-TYPE
3780    SYNTAX          INTEGER{
3781                    retry(1)
3782    }
3783    MAX-ACCESS      read-create
3784    STATUS          current
3785    DESCRIPTION     "user action on the task."
3786    ::= { eqlGroupTaskEntry 9 }
3787
3788eqlGroupTaskStartTime OBJECT-TYPE
3789    SYNTAX          Counter32
3790    UNITS           "seconds"
3791    MAX-ACCESS      read-create
3792    STATUS          current
3793    DESCRIPTION     "time at which this task started represented as number of seconds since epoch."
3794    ::= { eqlGroupTaskEntry 10 }
3795
3796
3797eqlGroupTaskReplication OBJECT-TYPE
3798    SYNTAX          INTEGER {
3799                    manual(1),
3800                    network(2),
3801                    noreplication(3)
3802                    }
3803    MAX-ACCESS      read-create
3804    STATUS          current
3805    DESCRIPTION     "If set to true, a manual replica will be created when performing replication."
3806    DEFVAL          {network}
3807    ::= { eqlGroupTaskEntry 11 }
3808
3809--***********************************************************************************
3810eqlStorageGroupProfileTable OBJECT-TYPE
3811    SYNTAX  SEQUENCE OF EqlStorageGroupProfileEntry
3812    MAX-ACCESS      not-accessible
3813    STATUS          current
3814    DESCRIPTION     "EqualLogic-Persistent Group Profile Table"
3815    ::=  {  eqlgroupObjects  20 }
3816
3817eqlStorageGroupProfileEntry OBJECT-TYPE
3818    SYNTAX          EqlStorageGroupProfileEntry
3819    MAX-ACCESS      not-accessible
3820    STATUS          current
3821    DESCRIPTION     "An entry (row) containing the profile limits and configuration information."
3822    INDEX           { eqlGroupId, eqlGroupProfileIndex }
3823    ::=    { eqlStorageGroupProfileTable 1 }
3824
3825EqlStorageGroupProfileEntry ::=
3826    SEQUENCE {
3827        eqlStorageGroupProfileVersion               Unsigned32,
3828        eqlStorageGroupProfileWeight                Unsigned32,
3829        eqlStorageGroupProfileMaxMembers            Unsigned32,
3830        eqlStorageGroupProfileMaxVolumes            Unsigned32,
3831        eqlStorageGroupProfileMaxSnapsPerGroup      Unsigned32,
3832        eqlStorageGroupProfileMaxSnapsPerVolume     Unsigned32,
3833        eqlStorageGroupProfileMaxReplicasPerVolume  Unsigned32,
3834        eqlStorageGroupProfileMaxReplVolumes        Unsigned32,
3835        eqlStorageGroupProfileMaxConnections        Unsigned32,
3836        eqlStorageGroupProfileMaxPartners           Unsigned32,
3837        eqlStorageGroupProfileMaxConnWarning        Unsigned32,
3838        eqlStorageGroupProfileMaxSyncReplVolumes    Unsigned32
3839
3840        }
3841
3842eqlStorageGroupProfileVersion OBJECT-TYPE
3843    SYNTAX          Unsigned32
3844    MAX-ACCESS      read-only
3845    STATUS          current
3846    DESCRIPTION     "This field specifies the current version of the Profile.  The most significant 16 bits are the compat level, the least significant 16 bits are the profile version. "
3847    ::=  {  eqlStorageGroupProfileEntry 1 }
3848
3849
3850eqlStorageGroupProfileWeight OBJECT-TYPE
3851    SYNTAX          Unsigned32
3852    MAX-ACCESS      read-only
3853    STATUS          current
3854    DESCRIPTION     "This field specifies the current weight of the Profile "
3855    ::=  {  eqlStorageGroupProfileEntry 2 }
3856
3857eqlStorageGroupProfileMaxMembers OBJECT-TYPE
3858    SYNTAX          Unsigned32
3859    MAX-ACCESS      read-only
3860    STATUS          current
3861    DESCRIPTION     "This field specifies the maximum members that can exist in the group with this profile id."
3862    ::=  {  eqlStorageGroupProfileEntry 3 }
3863
3864eqlStorageGroupProfileMaxVolumes OBJECT-TYPE
3865    SYNTAX          Unsigned32
3866    MAX-ACCESS      read-only
3867    STATUS          current
3868    DESCRIPTION     "This field specifies the maximum number of volumes in group."
3869    ::=  {  eqlStorageGroupProfileEntry 4 }
3870
3871eqlStorageGroupProfileMaxSnapsPerGroup OBJECT-TYPE
3872    SYNTAX          Unsigned32
3873    MAX-ACCESS      read-only
3874    STATUS          current
3875    DESCRIPTION     "This field specifies the maximum number of snaps in group."
3876    ::=  {  eqlStorageGroupProfileEntry 5 }
3877eqlStorageGroupProfileMaxSnapsPerVolume OBJECT-TYPE
3878    SYNTAX          Unsigned32
3879    MAX-ACCESS      read-only
3880    STATUS          current
3881    DESCRIPTION     "This field specifies the maximum number of snaps per volume."
3882    ::=  {  eqlStorageGroupProfileEntry 6 }
3883
3884eqlStorageGroupProfileMaxReplicasPerVolume OBJECT-TYPE
3885    SYNTAX          Unsigned32
3886    MAX-ACCESS      read-only
3887    STATUS          current
3888    DESCRIPTION     "This field specifies the maximum number of Replicas per volume."
3889    ::=  {  eqlStorageGroupProfileEntry 7 }
3890
3891eqlStorageGroupProfileMaxReplVolumes OBJECT-TYPE
3892    SYNTAX          Unsigned32
3893    MAX-ACCESS      read-only
3894    STATUS          current
3895    DESCRIPTION     "This field specifies the maximum number of replication volumes in group."
3896    ::=  {  eqlStorageGroupProfileEntry 8 }
3897
3898eqlStorageGroupProfileMaxConnections OBJECT-TYPE
3899    SYNTAX          Unsigned32
3900    MAX-ACCESS      read-only
3901    STATUS          current
3902    DESCRIPTION     "This field specifies the maximum number of connections allowed per pool."
3903    ::=  {  eqlStorageGroupProfileEntry 9 }
3904
3905eqlStorageGroupProfileMaxPartners OBJECT-TYPE
3906    SYNTAX          Unsigned32
3907    MAX-ACCESS      read-only
3908    STATUS          current
3909    DESCRIPTION     "This field specifies the maximum number of partners in group."
3910    ::=  {  eqlStorageGroupProfileEntry 10 }
3911eqlStorageGroupProfileMaxConnWarning OBJECT-TYPE
3912    SYNTAX          Unsigned32
3913    MAX-ACCESS      read-only
3914    STATUS          current
3915    DESCRIPTION     "This field specifies when will warning be issued for connection limit."
3916    ::=  {  eqlStorageGroupProfileEntry 11 }
3917
3918eqlStorageGroupProfileMaxSyncReplVolumes OBJECT-TYPE
3919    SYNTAX          Unsigned32
3920    MAX-ACCESS      read-only
3921    STATUS          current
3922    DESCRIPTION     "This field specifies the maximum number of Sync Repl volumes allowed in the group."
3923    ::=  {  eqlStorageGroupProfileEntry 12 }
3924
3925--******************************************************************
3926
3927eqlStorageGroupAdminAccountKeyTable OBJECT-TYPE
3928    SYNTAX          SEQUENCE OF EqlStorageGroupAdminAccountKeyEntry
3929    MAX-ACCESS      not-accessible
3930    STATUS          current
3931    DESCRIPTION     "EqualLogic-Dynamic table converting a eqlStorageGroupAdminAccountKey to a
3932                     eqlStorageGroupAdminAccountIndex."
3933    ::=  {  eqlgroupObjects  21 }
3934
3935eqlStorageGroupAdminAccountKeyEntry OBJECT-TYPE
3936    SYNTAX          EqlStorageGroupAdminAccountKeyEntry
3937    MAX-ACCESS      not-accessible
3938    STATUS          current
3939    DESCRIPTION     "An entry (row) containing the value of the account index."
3940    INDEX           { eqlGroupId, eqlStorageGroupAdminAccountKey }
3941    ::=   { eqlStorageGroupAdminAccountKeyTable 1 }
3942
3943EqlStorageGroupAdminAccountKeyEntry ::=
3944    SEQUENCE {
3945        eqlStorageGroupAdminAccountIndexValue     INTEGER
3946    }
3947
3948eqlStorageGroupAdminAccountIndexValue OBJECT-TYPE
3949    SYNTAX          INTEGER
3950    MAX-ACCESS      read-only
3951    STATUS          current
3952    DESCRIPTION     "The index to use to access the group admin account
3953                     associated with the key specified. "
3954    ::=   { eqlStorageGroupAdminAccountKeyEntry 1 }
3955
3956--*************************************************************************************
3957
3958eqlStorageGroupChapAccountTable OBJECT-TYPE
3959    SYNTAX          SEQUENCE OF EqlStorageGroupChapAccountEntry
3960    MAX-ACCESS      not-accessible
3961    STATUS          current
3962    DESCRIPTION     "EqualLogic-Persistent Storage Group CHAP account table.
3963                     This table contains a collection of CHAP account records,
3964                     each containing Equallogic specific CHAP account information.
3965                     It is indexed by group id and CHAP account record index.
3966                     There should be a row in this table for every row with index
3967                     1.1.X in table ipsAuthCredChapAttributesTable.  Also, chapIndex
3968                     is equal to ipsAuthCredIndex."
3969    ::= { eqlgroupObjects 22 }
3970
3971eqlStorageGroupChapAccountEntry OBJECT-TYPE
3972    SYNTAX          EqlStorageGroupChapAccountEntry
3973    MAX-ACCESS      not-accessible
3974    STATUS          current
3975    DESCRIPTION     "An entry (row) containing administration account settings."
3976    INDEX           { eqlGroupId, eqlStorageGroupChapAccountIndex }
3977    ::=   { eqlStorageGroupChapAccountTable 1 }
3978
3979EqlStorageGroupChapAccountEntry ::=
3980    SEQUENCE {
3981        eqlStorageGroupChapAccountIndex           Integer32,
3982        eqlStorageGroupChapAccountRowStatus       RowStatus,
3983        eqlStorageGroupChapAccountAdminAccountKey Unsigned32,
3984        eqlStorageGroupChapAccountPublic          TruthValue
3985    }
3986
3987eqlStorageGroupChapAccountIndex OBJECT-TYPE
3988    SYNTAX          Integer32
3989    MAX-ACCESS      not-accessible
3990    STATUS          current
3991    DESCRIPTION     "The index value that uniquely identifies the CHAP account record."
3992    ::=   { eqlStorageGroupChapAccountEntry 1 }
3993
3994eqlStorageGroupChapAccountRowStatus OBJECT-TYPE
3995    SYNTAX          RowStatus
3996    MAX-ACCESS      read-create
3997    STATUS          current
3998    DESCRIPTION     "This value is used to manage the conceptual row."
3999    ::=   { eqlStorageGroupChapAccountEntry 2 }
4000
4001eqlStorageGroupChapAccountAdminAccountKey OBJECT-TYPE
4002    SYNTAX          Unsigned32
4003    MAX-ACCESS      read-create
4004    STATUS          current
4005    DESCRIPTION     "A value to uniquely identify this administrative account that created
4006                     this CHAP account.  This value matches the eqlStorageGroupAdminAccountKey
4007                     of the creating account.  If no account exists with a matching account key,
4008                     then the administrative account that created this CHAP account has
4009                     been deleted."
4010    ::=   { eqlStorageGroupChapAccountEntry 3 }
4011
4012eqlStorageGroupChapAccountPublic OBJECT-TYPE
4013    SYNTAX          TruthValue
4014    MAX-ACCESS      read-create
4015    STATUS          current
4016    DESCRIPTION     "If true, the name of the associated CHAP account is viewable by all
4017                     admin accounts.  If false, the name of the associated CHAP account
4018                     is not viewable by volume administrator accounts that did not create
4019                     the associated CHAP account"
4020    DEFVAL          { false }
4021    ::=   { eqlStorageGroupChapAccountEntry 4 }
4022
4023--*************************************************************************************
4024
4025eqlLDAPServerTable OBJECT-TYPE
4026    SYNTAX  SEQUENCE OF EqlLDAPServerEntry
4027    MAX-ACCESS      not-accessible
4028    STATUS          current
4029    DESCRIPTION     "EqualLogic-Persistent Group LDAP Accounting server table."
4030    ::=  {  eqlgroupObjects  24}
4031
4032eqlLDAPServerEntry OBJECT-TYPE
4033    SYNTAX          EqlLDAPServerEntry
4034    MAX-ACCESS      not-accessible
4035    STATUS          current
4036    DESCRIPTION     "An entry (row) containing the configuration for a LDAP server."
4037    INDEX           { eqlGroupId, eqlLDAPServerIndex }
4038    ::=    { eqlLDAPServerTable 1 }
4039
4040EqlLDAPServerEntry ::=
4041    SEQUENCE {
4042        eqlLDAPServerIndex           Integer32,
4043        eqlLDAPServerBaseDN          OCTET STRING,
4044        eqlLDAPServerSecureProtocol  INTEGER,
4045        eqlLDAPServerInetAddressType InetAddressType,
4046        eqlLDAPServerInetAddress     InetAddress,
4047        eqlLDAPServerPort            INTEGER,
4048        eqlLDAPServerAnonymousAccess TruthValue,
4049        eqlLDAPServerBindDN          OCTET STRING,
4050        eqlLDAPServerBindPassword    OCTET STRING,
4051        eqlLDAPServerRowStatus       RowStatus
4052        }
4053
4054eqlLDAPServerIndex OBJECT-TYPE
4055    SYNTAX          Integer32
4056    MAX-ACCESS      not-accessible
4057    STATUS          current
4058    DESCRIPTION     "This field specifies an index that uniquely identifies the LDAP  server entry."
4059    ::=  {  eqlLDAPServerEntry 1 }
4060
4061eqlLDAPServerBaseDN OBJECT-TYPE
4062    SYNTAX          OCTET STRING (SIZE(0..512))
4063    MAX-ACCESS      read-create
4064    STATUS          current
4065    DESCRIPTION     "This field contains the LDAP server BASE DN used for ldapsearch queries."
4066    ::=  {  eqlLDAPServerEntry 2 }
4067
4068eqlLDAPServerSecureProtocol OBJECT-TYPE
4069    SYNTAX          INTEGER  {
4070                        none (0),
4071                        tls  (1)
4072    }
4073    MAX-ACCESS      read-create
4074    STATUS          current
4075    DESCRIPTION     "This field represent the security protocol between PS Group and
4076                     the LDAP server. Default value is none meaning that the user
4077                     credentials will be sent over the network in plain text."
4078    DEFVAL          { none}
4079    ::=   { eqlLDAPServerEntry 3 }
4080
4081eqlLDAPServerInetAddressType OBJECT-TYPE
4082    SYNTAX          InetAddressType
4083    MAX-ACCESS      read-create
4084    STATUS          current
4085    DESCRIPTION     "This field contains the IP address type for the LDAP Accounting server."
4086    ::=  {  eqlLDAPServerEntry 4 }
4087
4088eqlLDAPServerInetAddress OBJECT-TYPE
4089    SYNTAX          InetAddress
4090    MAX-ACCESS      read-create
4091    STATUS          current
4092    DESCRIPTION     "This field contains the IP address, in network byte order, for the LDAP Accounting server."
4093    ::=  {  eqlLDAPServerEntry 5 }
4094
4095eqlLDAPServerPort OBJECT-TYPE
4096    SYNTAX          INTEGER(0..65535)
4097    MAX-ACCESS      read-create
4098    STATUS          current
4099    DESCRIPTION     "The listening port number of the LDAP Accounting server at the
4100                     specified ipaddress. The default value of zero implies that the
4101                     accounting request will be forwarded to the default LDAP Accounting
4102                     port (389)."
4103    DEFVAL          { 0 }
4104    ::= { eqlLDAPServerEntry 6 }
4105
4106eqlLDAPServerAnonymousAccess    OBJECT-TYPE
4107    SYNTAX          TruthValue
4108    MAX-ACCESS      read-create
4109    STATUS          current
4110    DESCRIPTION     "This field specifies whether an anonymous bind can be done, in which
4111                     case the bind DN and the bind password are not needed.
4112                     The default is no anonymous access."
4113    DEFVAL           { false }
4114    ::=  {  eqlLDAPServerEntry 7 }
4115
4116eqlLDAPServerBindDN OBJECT-TYPE
4117    SYNTAX          OCTET STRING (SIZE(0..512))
4118    MAX-ACCESS      read-create
4119    STATUS          current
4120    DESCRIPTION     "This field contains the LDAP bind DN (username) for this client.
4121                     It can be set but it returns a zero-length string upon read."
4122    ::=  {  eqlLDAPServerEntry 8 }
4123
4124eqlLDAPServerBindPassword OBJECT-TYPE
4125    SYNTAX          OCTET STRING (SIZE(0..64))
4126    MAX-ACCESS      read-create
4127    STATUS          current
4128    DESCRIPTION     "This field contains the LDAP bind password for this client. It can be set
4129                     but it returns a zero-length string upon read."
4130    --DEFAULT       cookie "secure"
4131    ::=  {  eqlLDAPServerEntry 9 }
4132
4133eqlLDAPServerRowStatus OBJECT-TYPE
4134    SYNTAX          RowStatus
4135    MAX-ACCESS      read-create
4136    STATUS          current
4137    DESCRIPTION     "row status"
4138    ::= {  eqlLDAPServerEntry 10 }
4139
4140--*************************************************************************************
4141eqlLdapLoginAccessTable OBJECT-TYPE
4142    SYNTAX  SEQUENCE OF EqlLdapLoginAccessEntry
4143    MAX-ACCESS      not-accessible
4144    STATUS          current
4145    DESCRIPTION     "EqualLogic-Persistent Group Active directory group table. Stores
4146                     the access that an AD group or account receives when logging in
4147                     through an entry in this table."
4148    ::=  {  eqlgroupObjects  25}
4149
4150eqlLdapLoginAccessEntry OBJECT-TYPE
4151    SYNTAX          EqlLdapLoginAccessEntry
4152    MAX-ACCESS      not-accessible
4153    STATUS          current
4154    DESCRIPTION     "An entry (row) containing the configuration for the LDAP
4155                     object access details."
4156    INDEX           { eqlGroupId, eqlLdapLoginAccessType, eqlLdapLoginAccessName }
4157    ::=    { eqlLdapLoginAccessTable 1 }
4158
4159EqlLdapLoginAccessEntry ::=
4160    SEQUENCE {
4161        eqlLdapLoginAccessName                   DisplayString,
4162        eqlLdapLoginAccessType                   INTEGER,
4163        eqlLdapLoginAccessAccountPrivilege       AdminAccountPrivilegeType,
4164        eqlLdapLoginAccessAccountType            AdminAccountType,
4165        eqlLdapLoginAccessRowStatus              RowStatus,
4166        eqlLdapLoginAccessAdDomainName           DisplayString
4167        }
4168
4169eqlLdapLoginAccessName OBJECT-TYPE
4170    SYNTAX          DisplayString (SIZE (1..65))
4171    MAX-ACCESS      read-create
4172    STATUS          current
4173    DESCRIPTION     "The name of the LDAP object access description.
4174                     For AD groups, it is the same as cn attribute of the AD group.
4175                     For LDAP accounts, it is the same as the account name.
4176                     Length allows for terminating null terminating character."
4177    ::=   { eqlLdapLoginAccessEntry 1 }
4178
4179eqlLdapLoginAccessType OBJECT-TYPE
4180    SYNTAX          INTEGER  {
4181                        adGroup (1),
4182                        ldapUser (2)
4183    }
4184    MAX-ACCESS      read-create
4185    STATUS          current
4186    DESCRIPTION     "This field represents the type of LDAP object that this
4187                     entry grants access to."
4188    DEFVAL          { adGroup }
4189    ::=   { eqlLdapLoginAccessEntry 2 }
4190
4191eqlLdapLoginAccessAccountPrivilege OBJECT-TYPE
4192    SYNTAX          AdminAccountPrivilegeType
4193    MAX-ACCESS      read-create
4194    STATUS          current
4195    DESCRIPTION     "This field specifies the privilege level of the account that
4196                     logs in through this LDAP object access.
4197                     The default is global-admin.  Global-admin grants full
4198                     access to the administrator.  Pool-admin designates the
4199                     administrator to have access only to one or more pools,
4200                     and does not have access to global and group-level
4201                     administrator.  Volume-admin designates the administrator to
4202                     have access to specific volumes within specific storage pools"
4203    ::=   { eqlLdapLoginAccessEntry 3 }
4204
4205eqlLdapLoginAccessAccountType OBJECT-TYPE
4206    SYNTAX          AdminAccountType
4207    MAX-ACCESS      read-create
4208    STATUS          current
4209    DESCRIPTION     "This field specifies the type of account. The read-write
4210                     account type allows the user to modify any group settings.
4211                     The read-only account allows only read-only access to
4212                     group configuration data. The default is read-write.
4213                     Changing this value will come into affect only for new
4214                     login of the user. Currently logged in sessions will not
4215                     be affected. Read-only account is only applicable for group admin
4216                     accounts/pool-admin accounts. Group-admins with read-only set
4217                     cannot modify any settings."
4218    ::=   { eqlLdapLoginAccessEntry 4 }
4219
4220eqlLdapLoginAccessRowStatus OBJECT-TYPE
4221    SYNTAX          RowStatus
4222    MAX-ACCESS      read-create
4223    STATUS          current
4224    DESCRIPTION     "This field indicates the status of this entry."
4225    ::= { eqlLdapLoginAccessEntry 5 }
4226
4227eqlLdapLoginAccessAdDomainName OBJECT-TYPE
4228    SYNTAX          DisplayString (SIZE (1..65))
4229    MAX-ACCESS      read-create
4230    STATUS          current
4231    DESCRIPTION     "The name of the AD Domain associated with this LDAP object.
4232                     Length allows for terminating null terminating character."
4233    ::=   { eqlLdapLoginAccessEntry 6 }
4234
4235--
4236
4237eqlStorageGroupDnsSuffixTable OBJECT-TYPE
4238    SYNTAX  SEQUENCE OF EqlStorageGroupDnsSuffixEntry
4239    MAX-ACCESS      not-accessible
4240    STATUS          current
4241    DESCRIPTION     "EqualLogic-Persistent Storage Group DNS Suffix Table
4242                     TimeoutAll:600"
4243    ::=  {  eqlgroupObjects  26}
4244
4245eqlStorageGroupDnsSuffixEntry OBJECT-TYPE
4246    SYNTAX          EqlStorageGroupDnsSuffixEntry
4247    MAX-ACCESS      not-accessible
4248    STATUS          current
4249    DESCRIPTION     "An entry (row) containing group dns suffix information."
4250    INDEX           { eqlGroupId, eqlGroupDnsSuffixIndex}
4251    ::=    { eqlStorageGroupDnsSuffixTable 1 }
4252
4253EqlStorageGroupDnsSuffixEntry ::=
4254    SEQUENCE {
4255        eqlGroupDnsSuffixIndex         Integer32,
4256        eqlGroupDnsSuffixRowStatus     RowStatus,
4257        eqlGroupDnsSuffixString        DisplayString,
4258        eqlGroupDnsSuffixConfigState   INTEGER
4259        }
4260
4261eqlGroupDnsSuffixIndex  OBJECT-TYPE
4262    SYNTAX          Integer32
4263    MAX-ACCESS      not-accessible
4264    STATUS          current
4265    DESCRIPTION     "This field specifies an index that uniquely identifies the DNS suffix entry."
4266    ::=  {  eqlStorageGroupDnsSuffixEntry 1 }
4267
4268eqlGroupDnsSuffixRowStatus  OBJECT-TYPE
4269    SYNTAX          RowStatus
4270    MAX-ACCESS      read-create
4271    STATUS          current
4272    DESCRIPTION     "row status"
4273    ::= { eqlStorageGroupDnsSuffixEntry 2 }
4274
4275eqlGroupDnsSuffixString         OBJECT-TYPE
4276    SYNTAX          DisplayString  (SIZE (0..127))
4277    MAX-ACCESS      read-create
4278    STATUS          current
4279    DESCRIPTION     "This field contains a suffix string."
4280    ::=  {  eqlStorageGroupDnsSuffixEntry 3 }
4281
4282eqlGroupDnsSuffixConfigState OBJECT-TYPE
4283    SYNTAX          INTEGER     {
4284                    startConfig (0),
4285                    inProgress  (1),
4286                    endConfig   (2)
4287    }
4288    MAX-ACCESS      read-create
4289    STATUS          current
4290    DESCRIPTION     "This field denotes the transaction state of the eqlStorageGroupDnsSuffixTable."
4291    DEFVAL          {startConfig}
4292    ::=  {  eqlStorageGroupDnsSuffixEntry 4 }
4293
4294
4295--
4296
4297eqlStorageGroupSnmpTable OBJECT-TYPE
4298    SYNTAX  SEQUENCE OF EqlStorageGroupSnmpEntry
4299    MAX-ACCESS      not-accessible
4300    STATUS          current
4301    DESCRIPTION     "EqualLogic-Dynamic Storage Group Snmp Table. Used solely to communicate Group Snmp params to the Appliance."
4302    ::=  {  eqlgroupObjects 27}
4303
4304
4305eqlStorageGroupSnmpEntry OBJECT-TYPE
4306    SYNTAX          EqlStorageGroupSnmpEntry
4307    MAX-ACCESS      not-accessible
4308    STATUS          current
4309    DESCRIPTION     "An entry (row) containing snmp information."
4310    INDEX           { eqlGroupId}
4311    ::=    { eqlStorageGroupSnmpTable 1 }
4312
4313EqlStorageGroupSnmpEntry ::=
4314    SEQUENCE {
4315        eqlStorageGroupSnmpRowStatus           RowStatus,
4316        eqlStorageGroupSnmpManagersList        OCTET STRING,
4317        eqlStorageGroupSnmpTrapCommunity        OCTET STRING
4318        }
4319
4320eqlStorageGroupSnmpRowStatus   OBJECT-TYPE
4321    SYNTAX          RowStatus
4322    MAX-ACCESS      read-create
4323    STATUS          current
4324    DESCRIPTION     "Rowstatus"
4325    ::=  {  eqlStorageGroupSnmpEntry 1 }
4326
4327eqlStorageGroupSnmpManagersList OBJECT-TYPE
4328    SYNTAX          OCTET STRING (SIZE (0..255))
4329    MAX-ACCESS      read-create
4330    STATUS          current
4331    DESCRIPTION     "Specifies a list of SNMP managers that can receive SNMP traps. Contains Max of 5 comma separated IP addresses."
4332    ::=   { eqlStorageGroupSnmpEntry 2 }
4333
4334
4335eqlStorageGroupSnmpTrapCommunity OBJECT-TYPE
4336    SYNTAX          OCTET STRING (SIZE (0..255))
4337    MAX-ACCESS      read-create
4338    STATUS          current
4339    DESCRIPTION     "Specifies the trap read-only community string."
4340    ::=   { eqlStorageGroupSnmpEntry 3 }
4341
4342--
4343
4344eqlGroupSessionBannerTable OBJECT-TYPE
4345    SYNTAX  SEQUENCE OF EqlGroupSessionBannerEntry
4346    MAX-ACCESS      not-accessible
4347    STATUS          current
4348    DESCRIPTION     "EqualLogic-Persistent Storage Group Session Banner Table"
4349    ::=  {  eqlgroupObjects 28}
4350
4351
4352eqlGroupSessionBannerEntry OBJECT-TYPE
4353    SYNTAX          EqlGroupSessionBannerEntry
4354    MAX-ACCESS      not-accessible
4355    STATUS          current
4356    DESCRIPTION     "An entry (row) containing session banner information."
4357    INDEX           { eqlGroupId}
4358    ::=    { eqlGroupSessionBannerTable 1 }
4359
4360EqlGroupSessionBannerEntry ::=
4361    SEQUENCE {
4362        eqlGroupSessionBannerRowStatus   RowStatus,
4363        eqlGroupSessionBannerText        OCTET STRING
4364        }
4365
4366eqlGroupSessionBannerRowStatus   OBJECT-TYPE
4367    SYNTAX          RowStatus
4368    MAX-ACCESS      read-create
4369    STATUS          current
4370    DESCRIPTION     "Rowstatus"
4371    ::=  {  eqlGroupSessionBannerEntry 1 }
4372
4373eqlGroupSessionBannerText OBJECT-TYPE
4374    SYNTAX          OCTET STRING (SIZE (0..1000))
4375    MAX-ACCESS      read-create
4376    STATUS          current
4377    DESCRIPTION     "Up to 1000 bytes of UTF-8 string to display at the beginning of any session"
4378    ::=   { eqlGroupSessionBannerEntry 2 }
4379
4380--
4381
4382
4383eqlGroupSingleSignOnStatusTable OBJECT-TYPE
4384    SYNTAX  SEQUENCE OF EqlGroupSingleSignOnStatusEntry
4385    MAX-ACCESS      not-accessible
4386    STATUS          current
4387    DESCRIPTION     "EqualLogic-Dynamic Single Sign on status table"
4388    ::=  {  eqlgroupObjects 29}
4389
4390
4391eqlGroupSingleSignOnStatusEntry OBJECT-TYPE
4392    SYNTAX          EqlGroupSingleSignOnStatusEntry
4393    MAX-ACCESS      not-accessible
4394    STATUS          current
4395    DESCRIPTION     "An entry (row) containing session Single Sign on status information."
4396    INDEX           { eqlGroupId }
4397    ::=    { eqlGroupSingleSignOnStatusTable 1 }
4398
4399EqlGroupSingleSignOnStatusEntry ::=
4400    SEQUENCE {
4401        eqlGroupSingleSignOnStatus        INTEGER,
4402        eqlGroupSingleSignOnRegGroupName  DisplayString,
4403        eqlGroupSingleSignOnKrbRealm      OCTET STRING
4404        }
4405
4406
4407eqlGroupSingleSignOnStatus OBJECT-TYPE
4408    SYNTAX          INTEGER {
4409                    not-ready(0),
4410                    ready(1)
4411                    }
4412    MAX-ACCESS      read-only
4413    STATUS          current
4414    DESCRIPTION     "This field specifies the local status for signle sign on as maintained by the PS group
4415                     It will be set to Ready if an attempt to join the AD server had succeeded
4416                     with the current group name and current AD domain (as set setup in eqlLDAPServerTable)"
4417    DEFVAL          { 0 }
4418    ::=  { eqlGroupSingleSignOnStatusEntry 1 }
4419
4420eqlGroupSingleSignOnRegGroupName OBJECT-TYPE
4421    SYNTAX          DisplayString(SIZE(1..64))
4422    MAX-ACCESS      read-only
4423    STATUS          current
4424    DESCRIPTION     "This field specifies the group name that was registered with the AD server"
4425    ::=  {  eqlGroupSingleSignOnStatusEntry 2 }
4426
4427eqlGroupSingleSignOnKrbRealm OBJECT-TYPE
4428    SYNTAX          OCTET STRING (SIZE(0..512))
4429    MAX-ACCESS      read-only
4430    STATUS          current
4431    DESCRIPTION     "This field contains kerberos relam or the domain name expressed using a dot notation.
4432                     This field should match the dc part of the BASE DN in the eqlLDAPServerTable."
4433    ::=  {  eqlGroupSingleSignOnStatusEntry 3 }
4434
4435eqlNextAvailableIndexTable OBJECT-TYPE
4436    SYNTAX          SEQUENCE OF EqlNextAvailableIndexEntry
4437    MAX-ACCESS      not-accessible
4438    STATUS          current
4439    DESCRIPTION     "EqualLogic-Dynamic Next Available Index Table
4440                     This table tracks the next available index for
4441                     a specified table type."
4442    ::=  { eqlgroupObjects 30 }
4443
4444eqlNextAvailableIndexEntry OBJECT-TYPE
4445    SYNTAX          EqlNextAvailableIndexEntry
4446    MAX-ACCESS      not-accessible
4447    STATUS          current
4448    DESCRIPTION     "An entry (row) which tracks an available
4449                     index for the specified table type."
4450    INDEX           { eqlNextAvailableIndexTableType }
4451    ::=  { eqlNextAvailableIndexTable 1 }
4452
4453EqlNextAvailableIndexEntry ::=
4454    SEQUENCE {
4455        eqlNextAvailableIndexTableType   Unsigned32,
4456        eqlNextAvailableIndexValue       Unsigned32
4457    }
4458
4459eqlNextAvailableIndexTableType OBJECT-TYPE
4460    SYNTAX          Unsigned32
4461    MAX-ACCESS      not-accessible
4462    STATUS          current
4463    DESCRIPTION     "This field indicates the table for which this index is
4464                     maintained (from tableTypes.h)."
4465    ::=  { eqlNextAvailableIndexEntry 1 }
4466
4467eqlNextAvailableIndexValue OBJECT-TYPE
4468    SYNTAX          Unsigned32
4469    MAX-ACCESS      read-only
4470    STATUS          current
4471    DESCRIPTION     "This field maintains the last db index value used for
4472                     the specified table."
4473    ::=  { eqlNextAvailableIndexEntry 2 }
4474
4475--
4476
4477eqlStorageGroupSnmpReadOnlyCommunityTable OBJECT-TYPE
4478    SYNTAX  SEQUENCE OF EqlStorageGroupSnmpReadOnlyCommunityEntry
4479    MAX-ACCESS      not-accessible
4480    STATUS          current
4481    DESCRIPTION     "EqualLogic-Dynamic Storage Group Snmp Read Only Community Table. Used solely to manage the Group SNMP read only community string."
4482    ::=  {  eqlgroupObjects 31 }
4483
4484
4485eqlStorageGroupSnmpReadOnlyCommunityEntry OBJECT-TYPE
4486    SYNTAX          EqlStorageGroupSnmpReadOnlyCommunityEntry
4487    MAX-ACCESS      not-accessible
4488    STATUS          current
4489    DESCRIPTION     "An entry (row) containing snmp community information."
4490    INDEX           { eqlGroupId}
4491    ::=    { eqlStorageGroupSnmpReadOnlyCommunityTable 1 }
4492
4493EqlStorageGroupSnmpReadOnlyCommunityEntry ::=
4494    SEQUENCE {
4495        eqlStorageGroupSnmpReadOnlyCommunity            DisplayString
4496        }
4497
4498eqlStorageGroupSnmpReadOnlyCommunity OBJECT-TYPE
4499    SYNTAX          DisplayString (SIZE(0..255))
4500    MAX-ACCESS      read-create
4501    STATUS          current
4502    DESCRIPTION     "Specifies SNMP read only community string."
4503    ::=   { eqlStorageGroupSnmpReadOnlyCommunityEntry 1 }
4504
4505--
4506
4507--*************************************************************************************
4508
4509eqlEULAAcceptInfoTable OBJECT-TYPE
4510    SYNTAX          SEQUENCE OF EqlEULAAcceptInfoEntry
4511    MAX-ACCESS      not-accessible
4512    STATUS          current
4513    DESCRIPTION     "EqualLogic-Persistent EULA acceptance information table.
4514                     This table contains a single record that stores information
4515                     associated with the most recent EULA accepted."
4516    ::= { eqlgroupObjects 32 }
4517
4518eqlEULAAcceptInfoEntry OBJECT-TYPE
4519    SYNTAX          EqlEULAAcceptInfoEntry
4520    MAX-ACCESS      not-accessible
4521    STATUS          current
4522    DESCRIPTION     "An entry (row) containing EULA acceptance information."
4523    INDEX           {  eqlGroupId, eqlEULAAcceptInfoFirmwareType }
4524    ::=   { eqlEULAAcceptInfoTable 1 }
4525
4526EqlEULAAcceptInfoEntry ::=
4527    SEQUENCE {
4528        eqlEULAAcceptInfoFirmwareType            INTEGER,
4529        eqlEULAAcceptInfoRowStatus               RowStatus,
4530        eqlEULAAcceptInfoAccountName             DisplayString,
4531        eqlEULAAcceptInfoEULAVersion             Unsigned32,
4532        eqlEULAAcceptInfoTimestamp               Unsigned32
4533    }
4534
4535eqlEULAAcceptInfoFirmwareType OBJECT-TYPE
4536    SYNTAX          INTEGER     {
4537                    peer-storage-array(1),
4538                    fluidfs-nas       (2)
4539    }
4540    MAX-ACCESS      read-create
4541    STATUS          current
4542    DESCRIPTION     "The firmware type of the accepted EULA."
4543    ::=   { eqlEULAAcceptInfoEntry 1 }
4544
4545eqlEULAAcceptInfoRowStatus OBJECT-TYPE
4546    SYNTAX          RowStatus
4547    MAX-ACCESS      read-create
4548    STATUS          current
4549    DESCRIPTION     "This value is used to manage the conceptual row."
4550    ::=   { eqlEULAAcceptInfoEntry 2 }
4551
4552eqlEULAAcceptInfoAccountName OBJECT-TYPE
4553    SYNTAX          DisplayString (SIZE (1..64))
4554    MAX-ACCESS      read-create
4555    STATUS          current
4556    DESCRIPTION     "The name of the administration account used to accept the EULA."
4557    ::=   { eqlEULAAcceptInfoEntry 3 }
4558
4559eqlEULAAcceptInfoEULAVersion OBJECT-TYPE
4560    SYNTAX          Unsigned32
4561    MAX-ACCESS      read-create
4562    STATUS          current
4563    DESCRIPTION     "The version of the accepted EULA."
4564    ::=   { eqlEULAAcceptInfoEntry 4 }
4565
4566eqlEULAAcceptInfoTimestamp OBJECT-TYPE
4567    SYNTAX          Unsigned32
4568    MAX-ACCESS      read-create
4569    STATUS          current
4570    DESCRIPTION     "The timestamp when the EULA was accepted.."
4571    ::= { eqlEULAAcceptInfoEntry 5 }
4572
4573--
4574
4575END
4576
4577