summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-CES-EXT-LAG-MIB
blob: e92edec6f042144c1595704e9db73aac6deae4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
-- This file was included in Ciena MIB release MIBS-CIENA-CES-08-07-00-024
 --
 -- CIENA-CES-EXT-LAG-MIB.my
 --
 --
 CIENA-CES-EXT-LAG-MIB DEFINITIONS ::= BEGIN

 IMPORTS
    Unsigned32, Integer32, Counter32, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
        FROM SNMPv2-SMI
    DisplayString, TEXTUAL-CONVENTION, RowStatus, MacAddress
        FROM SNMPv2-TC
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    cienaGlobalSeverity, cienaGlobalMacAddress
        FROM CIENA-GLOBAL-MIB
    cienaCesConfig, cienaCesNotifications
        FROM CIENA-SMI;

	
 cienaCesExtLagMIB MODULE-IDENTITY
          LAST-UPDATED "201802130000Z"
          ORGANIZATION "Ciena Corp."
          CONTACT-INFO
          "   Mib Meister
              7035 Ridge Road
              Hanover, Maryland 21076
              USA
              Phone:  +1 800 921 1144
              Email:  support@ciena.com"
	      DESCRIPTION
		    "This MIB module is an extension to the ieee8023-lag-mib.
		    This MIB defines the mgmt objects for the creation and 
		    deletion of LAGs."

          REVISION  "201802130000Z"
              DESCRIPTION
                    "Added Agg's Admin and Oper State MIB Objects to cienaCesExtLagEntry table.
              The new objects are cienaCesExtAggAdminState and cienaCesExtAggOperState."
          REVISION  "201706070000Z"
              DESCRIPTION
                    "Updated contact info."
          REVISION  "201609280000Z"
              DESCRIPTION
                    "Added Marker Timeout MIB Objects to cienaCesExtLag table.
              The new object added is cienaCesExtAggMarkerTimeout."
          REVISION  "201609160000Z"
              DESCRIPTION
                    "Added Notification MIB Objects to cienaCesNotifications table.
              The new object added is cienaCesExtLagMclagStateChange."
          REVISION  "201609140000Z"
              DESCRIPTION
                    "Added Minimum Link Agg MIB Objects to cienaCesExtLagEntry table.
              The new objects are cienaCesExtAggMinimumLinkAggregation and cienaCesExtAggMinimumLinkThreshold."
          REVISION  "201609070000Z"
              DESCRIPTION
		            "Added MC-LAG related MIB objects to cienaCesExtLagEntry table.
              The new objects are cienaCesExtLagProtectionMode, cienaCesExtAggICL,
              cienaCesExtAggRole, cienaCesExtAggRgNodeId, cienaCesExtAggRgDynamicPriority, cienaCesExtAggRgOperKey,
              cienaCesExtAggRedundancyState, cienaCesExtAggConnectState, cienaCesExtAggRgMismatchStatus,
              cienaCesExtAggPeerSystemMac, cienaCesExtAggPeerRgNodeId, cienaCesExtAggPeerRgDynamicPriority, 
              cienaCesExtAggPeerRgOperKey, cienaCesExtAggPeerRgNumAddedPorts, cienaCesExtAggPeerRgNumAvailablePorts,
              cienaCesExtAggDisconnectRx, cienaCesExtAggDisconnectTx, cienaCesExtAggConfigMismatchRx,
              cienaCesExtAggKeyMismatchCount, cienaCesExtAggOutOfSequenceRx, cienaCesExtAggPeerUnreachableCount,
              cienaCesExtAggUnknownRx, cienaCesExtAggTotalRx, cienaCesExtAggTotalTx, cienaCesExtAggTotalDownTime,
              cienaCesExtAggUpTime, cienaCesExtAggTimeInProtectState, cienaCesExtAggLastTimeProtected,
              cienaCesExtAggNumberOfSwitchovers, cienaCesExtAggMultiChassis."
          REVISION  "201608100000Z"
              DESCRIPTION
                    "Added total number of member ports related MIB Objects to cienaCesExtLagEntry table.
              The new objects are cienaCesExtAggTotalAddedPorts and cienaCesExtAggTotalProtectionPorts."
              ::= { cienaCesConfig 3 }

 --
 -- Node definitions
 --	
 
 cienaCesExtLagMIBObjects OBJECT IDENTIFIER ::= { cienaCesExtLagMIB 1 }
 
 cienaCesExtLag  OBJECT IDENTIFIER ::= { cienaCesExtLagMIBObjects 1 }
 
 --
 -- Conformance Information
 --
 cienaCesExtLagMIBConformance	OBJECT IDENTIFIER ::= { cienaCesExtLagMIB 2 }
 cienaCesExtLagMIBCompliances OBJECT IDENTIFIER ::= { cienaCesExtLagMIBConformance 1 }
 cienaCesExtLagMIBGroups	OBJECT IDENTIFIER ::= { cienaCesExtLagMIBConformance 2 }

 -- Notifications

 cienaCesExtLagMIBNotificationPrefix  OBJECT IDENTIFIER ::= { cienaCesNotifications 21 } 
 cienaCesExtLagMIBNotifications       OBJECT IDENTIFIER ::=  
                       { cienaCesExtLagMIBNotificationPrefix 0 }

 cienaCesMaxLags OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The maximum number of LAGs that this device supports."
    ::= { cienaCesExtLag 1 }
    
 cienaCesNumLags OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The current number of LAGs that are configured on this device."
    ::= { cienaCesExtLag 2 }
    
 cienaCesExtLagTable OBJECT-TYPE
     SYNTAX     SEQUENCE OF CienaCesExtLagEntry
     MAX-ACCESS not-accessible
     STATUS     current
     DESCRIPTION
            "The (conceptual) table listing all the LAGs."  
     ::= { cienaCesExtLag 3 }
		
 cienaCesExtLagEntry OBJECT-TYPE
     SYNTAX      CienaCesExtLagEntry
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
           "An entry (conceptual row) in the cienaCesExtLagTable."
     INDEX { cienaCesExtAggId }
     ::= { cienaCesExtLagTable 1 }
		
 CienaCesExtLagEntry ::=  SEQUENCE { 
     cienaCesExtAggId                         Integer32,
     cienaCesExtAggName                       DisplayString,
     cienaCesExtAggIndex                      Integer32,     
     cienaCesExtAggMode	                      INTEGER,
     cienaCesExtLagProtectionRevertState      INTEGER,
     cienaCesExtLagProtectionRevertTimer      INTEGER,     
     cienaCesExtAggTotalAddedPorts            Unsigned32,
     cienaCesExtAggTotalProtectionPorts       Unsigned32,
     cienaCesExtLagProtectionMode             INTEGER,
     cienaCesExtAggICL                        DisplayString,
     cienaCesExtAggRole                       INTEGER,
     cienaCesExtAggRgNodeId                   Unsigned32,
     cienaCesExtAggRgDynamicPriority          Unsigned32,
     cienaCesExtAggRgOperKey                  Unsigned32,
     cienaCesExtAggRedundancyState            INTEGER,
     cienaCesExtAggConnectState               INTEGER,
     cienaCesExtAggRgMismatchStatus           INTEGER,
     cienaCesExtAggPeerSystemMac              MacAddress,
     cienaCesExtAggPeerRgNodeId               Unsigned32,
     cienaCesExtAggPeerRgDynamicPriority      Unsigned32,
     cienaCesExtAggPeerRgOperKey              Unsigned32,
     cienaCesExtAggPeerRgNumAddedPorts        Unsigned32,
     cienaCesExtAggPeerRgNumAvailablePorts    Unsigned32,
     cienaCesExtAggDisconnectRx               Counter32,
     cienaCesExtAggDisconnectTx               Counter32,
     cienaCesExtAggConfigMismatchRx           Counter32,
     cienaCesExtAggKeyMismatchCount           Counter32,
     cienaCesExtAggOutOfSequenceRx            Counter32,
     cienaCesExtAggPeerUnreachableCount       Counter32,
     cienaCesExtAggUnknownRx                  Counter32,
     cienaCesExtAggTotalRx                    Counter32,
     cienaCesExtAggTotalTx                    Counter32,
     cienaCesExtAggTotalDownTime              Unsigned32,
     cienaCesExtAggUpTime                     Unsigned32,
     cienaCesExtAggTimeInProtectState         Unsigned32,
     cienaCesExtAggLastTimeProtected          Unsigned32,
     cienaCesExtAggNumberOfSwitchovers        Counter32,
     cienaCesExtAggMultiChassis               INTEGER,
     cienaCesExtAggMinimumLinkAggregation     INTEGER,
     cienaCesExtAggMinimumLinkThreshold       Integer32,
     cienaCesExtAggAdminState                 INTEGER,
     cienaCesExtAggOperState                  INTEGER
 }

 cienaCesExtAggId OBJECT-TYPE
     SYNTAX     Integer32 (1..2147483647)
     MAX-ACCESS read-only
     STATUS     current
     DESCRIPTION
           "Object that specifies a unique entry in the
           cienaCesExtLagTable. A management station wishing
           to create a LAG should use a pseudo-random value 
           for this object when creating an instance of a 
           cienaCesExtLagEntry."
     ::= { cienaCesExtLagEntry 1 }

 cienaCesExtAggName OBJECT-TYPE
     SYNTAX      DisplayString (SIZE(1..32))
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "The name assigned to this LAG by the management
	   station. This object can only be set while creating the LAG. The LAG
	   cannot be renamed once it is created." 
     ::= { cienaCesExtLagEntry 2 }

 cienaCesExtAggIndex OBJECT-TYPE
    SYNTAX       Integer32 (1..2147483647)
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION
        "The unique identifier allocated to this LAG by
        the local system.  This attribute identifies an
        LAG instance among the subordinate managed
        objects of the containing object.
        This value is read-only. This object refers to the 
	dot3adAggIndex in the ieee-8023-lag-mib."
    REFERENCE
        "IEEE 802.3 Subclause 30.7.1.1.1"
    ::= { cienaCesExtLagEntry 3 }		
	
 cienaCesExtAggMode OBJECT-TYPE
     SYNTAX      INTEGER {
			lacp(1),
			manual(2)
		 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the mode in which the given aggregation is operating." 
     ::= { cienaCesExtLagEntry 4 } 
 
 cienaCesExtLagProtectionRevertState OBJECT-TYPE
     SYNTAX      INTEGER {
     				on(1),
     				off(2)
     				}     				
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies that if the primary port goes from operationally disabled to operationally enabled it 
            shall become active, and one of the secondary ports shall become backup if this MIB object is set to 'on' and the
            cienaCesLagProtectionRevertTimer timer expires." 
     ::= { cienaCesExtLagEntry 5 }
 
 cienaCesExtLagProtectionRevertTimer OBJECT-TYPE
     SYNTAX      INTEGER (0..60000)     				
     UNITS		 "msec"
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the revert protection timer value."
     DEFVAL		{5000}
     ::= { cienaCesExtLagEntry 6 } 

 cienaCesExtAggTotalAddedPorts OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the total number of member ports present in the LAG group."
     ::= { cienaCesExtLagEntry 7 }

 cienaCesExtAggTotalProtectionPorts OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the total number of protection member ports present in the LAG group."
     ::= { cienaCesExtLagEntry 8 }

 cienaCesExtLagProtectionMode OBJECT-TYPE
     SYNTAX      INTEGER {
                        proprietary(1),
                        standard(2),
                        none(3)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the LACP protection-mode in which the given aggregation is operating."
     ::= { cienaCesExtLagEntry 9 }

 cienaCesExtAggICL OBJECT-TYPE
     SYNTAX         DisplayString
     MAX-ACCESS     read-only
     STATUS         current
     DESCRIPTION
             "This object specifies the inter-chassis link name that the multi-chassis LAG is using."
     ::= { cienaCesExtLagEntry 10 }

 cienaCesExtAggRole OBJECT-TYPE
     SYNTAX      INTEGER {
                        primary(1),
                        backup(2),
                        none(3)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies if the MC-LAG node is primary or backup"
     ::= { cienaCesExtLagEntry 11 }

 cienaCesExtAggRgNodeId OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG RG node ID."
     ::= { cienaCesExtLagEntry 12 }

 cienaCesExtAggRgDynamicPriority OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG RG node dynamically assigned priority."
     ::= { cienaCesExtLagEntry 13 }

 cienaCesExtAggRgOperKey OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG RG node operational key."
     ::= { cienaCesExtLagEntry 14 }

 cienaCesExtAggRedundancyState OBJECT-TYPE
     SYNTAX      INTEGER  {
                          down(1),
                          unavailable(2),
                          active(3),
                          standby(4),
                          standalone(5),
                          none(6)
                  }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the oper state of the MC-LAG node"
     ::= { cienaCesExtLagEntry 15 }

 cienaCesExtAggConnectState OBJECT-TYPE
     SYNTAX      INTEGER  {
                         init(1),
                         disconnected(2),
                         connected(3),
                         mismatch(4),
                         none(5)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the Connect State of the MC-LAG node."
     ::= { cienaCesExtLagEntry 16 }

 cienaCesExtAggRgMismatchStatus OBJECT-TYPE
     SYNTAX      INTEGER  {
                         no(1),
                         rgpeer(2),
                         partner(3),
                         version(4),
                         none(5)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the Mismatch Status of the MC-LAG node."
     ::= { cienaCesExtLagEntry 17 }

 cienaCesExtAggPeerSystemMac OBJECT-TYPE
     SYNTAX         MacAddress
     MAX-ACCESS     read-only
     STATUS         current
     DESCRIPTION
             "This object specifies the MC-LAG peer node system MAC address."
    ::= { cienaCesExtLagEntry 18 }

 cienaCesExtAggPeerRgNodeId  OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG peer RG node ID."
     ::= { cienaCesExtLagEntry 19 }

 cienaCesExtAggPeerRgDynamicPriority OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG peer RG node dynamically assigned priority."
     ::= { cienaCesExtLagEntry 20 }

 cienaCesExtAggPeerRgOperKey OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the MC-LAG peer RG node operational key."
     ::= { cienaCesExtLagEntry 21 }

 cienaCesExtAggPeerRgNumAddedPorts OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies number of ports added to the MC-LAG peer RG node."
     ::= { cienaCesExtLagEntry 22 }

 cienaCesExtAggPeerRgNumAvailablePorts OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies number of ports available to the MC-LAG peer RG node."
     ::= { cienaCesExtLagEntry 23 }

 cienaCesExtAggDisconnectRx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of Disconnect messages received by the MC-LAG node."
     ::= { cienaCesExtLagEntry 24 }

 cienaCesExtAggDisconnectTx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of Disconnect messages transmitted by the MC-LAG node."
     ::= { cienaCesExtLagEntry 25 }

 cienaCesExtAggConfigMismatchRx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of mismatch config messages received by the MC-LAG node."
     ::= { cienaCesExtLagEntry 26 }

 cienaCesExtAggKeyMismatchCount OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of messages received with mismatching key by the MC-LAG node."
     ::= { cienaCesExtLagEntry 27 }

 cienaCesExtAggOutOfSequenceRx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of out of sequence messages received by the MC-LAG node."
     ::= { cienaCesExtLagEntry 28 }

 cienaCesExtAggPeerUnreachableCount OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of times peer was unreachable."
     ::= { cienaCesExtLagEntry 29 }

 cienaCesExtAggUnknownRx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number unknown messages received by the MC-LAG node."
     ::= { cienaCesExtLagEntry 30 }

 cienaCesExtAggTotalRx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the total number of messages received by the MC-LAG node."
     ::= { cienaCesExtLagEntry 31 }

 cienaCesExtAggTotalTx OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the total number of messages transmitted by MC-LAG node."
     ::= { cienaCesExtLagEntry 32 }

 cienaCesExtAggTotalDownTime OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies total time for which the MC-LAG node has been operationally down."
     ::= { cienaCesExtLagEntry 33 }

 cienaCesExtAggUpTime OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies time for which the MC-LAG node has been operationally up."
     ::= { cienaCesExtLagEntry 34 }

 cienaCesExtAggTimeInProtectState OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies time for which the MC-LAG node has been in protection state."
     ::= { cienaCesExtLagEntry 35 }

 cienaCesExtAggLastTimeProtected OBJECT-TYPE
     SYNTAX      Unsigned32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies time of day of the last MC-LAG protection switching."
     ::= { cienaCesExtLagEntry 36 }

 cienaCesExtAggNumberOfSwitchovers OBJECT-TYPE
     SYNTAX      Counter32
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the number of MC-LAG protection switching."
     ::= { cienaCesExtLagEntry 37 }

 cienaCesExtAggMultiChassis OBJECT-TYPE
     SYNTAX      INTEGER {
                        yes(1),
                        no(2)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies if the LAG is an MC-LAG"
     ::= { cienaCesExtLagEntry 38 }

 cienaCesExtAggMinimumLinkAggregation OBJECT-TYPE
     SYNTAX      INTEGER {
                        on(1),
                        off(2)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object enables minimum link aggregation mode for the LAG group"
     DEFVAL      {off}
     ::= { cienaCesExtLagEntry 39 }

 cienaCesExtAggMinimumLinkThreshold OBJECT-TYPE
     SYNTAX      Integer32 (1..8)
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies minimum link threshold value for minimum link aggregation mode."
     DEFVAL      {1}
     ::= { cienaCesExtLagEntry 40 }
 
 cienaCesExtAggAdminState OBJECT-TYPE
     SYNTAX      INTEGER {
                        up(1),
                        down(2)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object displays current value of Admin state of the LAG group"
     DEFVAL      {down}
     ::= { cienaCesExtLagEntry 41 }

 cienaCesExtAggOperState OBJECT-TYPE
     SYNTAX      INTEGER {
                        up(1),
                        down(2)
                 }
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object displays current value of Oper State of the LAG group"
     DEFVAL      {down}
     ::= { cienaCesExtLagEntry 42 }

--
-- lag Protection Table
-- 
 cienaCesLagProtectionTable OBJECT-TYPE
     SYNTAX     SEQUENCE OF CienaCesLagProtectionEntry
     MAX-ACCESS not-accessible
     STATUS     current
     DESCRIPTION
            "The (conceptual) table listing the protection ports for each aggregation."  
     ::= { cienaCesExtLag 4 }
		
 cienaCesLagProtectionEntry OBJECT-TYPE
     SYNTAX      CienaCesLagProtectionEntry
     MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
           "An entry (conceptual row) in the cienaCesLagProtectionTable."
     INDEX { cienaCesExtAggId, cienaCesLagProtectionPort  }
     ::= { cienaCesLagProtectionTable 1 }
		
 CienaCesLagProtectionEntry ::=  SEQUENCE {      
     cienaCesLagProtectionPort				INTEGER
 }
 
 cienaCesLagProtectionPort OBJECT-TYPE
     SYNTAX      INTEGER (1..65535)
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies the protection port number. It is also used as an index in the table." 
     ::= { cienaCesLagProtectionEntry 1 }

 cienaCesExtAggMarkerTimeout OBJECT-TYPE
     SYNTAX      Unsigned32 (0..1000)
     UNITS       "msec"
     MAX-ACCESS  read-only
     STATUS      current
     DESCRIPTION
           "This object specifies time for which Marker PDUs are sent periodically."
     ::= { cienaCesExtLag 5 }

 --
 -- Notification
 --     
 cienaCesExtLagMclagStateChange NOTIFICATION-TYPE
	OBJECTS	{
                cienaGlobalSeverity, 
                cienaGlobalMacAddress,
				cienaCesExtAggIndex,
				cienaCesExtAggRedundancyState				
            }
	STATUS	current
	DESCRIPTION
		"This notification is sent when MC-LAG oper state changes.
		 Var binding cienaCesExtAggId represents the MC-LAG PGID." 
	::= { cienaCesExtLagMIBNotifications 1 }

 END