summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-WS-SOFTWARE-MIB
blob: 4e8adafd512a9f786180645cc019944b18eff907 (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
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
-- This file was automatically generated from ciena-ws-software.yang. Do not edit.

CIENA-WS-SOFTWARE-MIB DEFINITIONS ::= BEGIN

IMPORTS
    cienaWsConfig
        FROM CIENA-WS-MIB
    StringMaxl128, StringMaxl256, StringMaxl32, StringMaxl64
        FROM CIENA-WS-TYPEDEFS-MIB
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    Integer32, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32
        FROM SNMPv2-SMI
    TEXTUAL-CONVENTION, TruthValue
        FROM SNMPv2-TC;

cienaWsSoftwareMIB MODULE-IDENTITY
    LAST-UPDATED "201707180000Z"
    ORGANIZATION "Ciena Corporation"
    CONTACT-INFO "Web URL: http://www.ciena.com/
Postal:  7035 Ridge Road
        Hanover, Maryland 21076
        U.S.A.
Phone:   +1 800-921-1144
Fax:     +1 410-694-5750"
    DESCRIPTION "This module defines software information representation for Ciena's Waveserver."
    REVISION "201707180000Z"
    DESCRIPTION "Waveserver Release 1.5
Removed 'Read only attribute' from 'index' description.
Removed 'config true' from all entries.
Obsolete: 'ws-software-reset-last-command-file' rpc.
Obsolete: 'ws-software-reset-last-config-file' rpc."
    REVISION "201703020000Z"
    DESCRIPTION "Waveserver R1.4 revision.

- Added coldrestartrequired enum to the upgrade-op-state.
- Added force option to ws-software-install and ws-software-activate RPCs.
- Added RPC ws-software-clear-cold-restart-required-alarm. 
- Aligned MIB files to respect YANG read/write status."
    REVISION "201611030000Z"
    DESCRIPTION "Waveserver Rel 1.3 revised.
'ws-software/installed' has been restructred. 
The change is made to support when number of installed items exceeds five."
    REVISION "201606140000Z"
    DESCRIPTION "Waveserver Rel 1.2 revised.
Major restructuring of this YANG module."
    REVISION "201509290000Z"
    DESCRIPTION "Initial version."
    ::= { cienaWsConfig 14 }

SoftwareOpState ::= TEXTUAL-CONVENTION
    STATUS current
    DESCRIPTION "None"
    SYNTAX INTEGER { unknown(0), normal(1), upgradeinprogress(2), restartinprogress(3), subsystemfailed(4), systemloaderror(5) }

SoftwareRtncode ::= TEXTUAL-CONVENTION
    STATUS current
    DESCRIPTION "Return code value used in the software module. 0 indicate success. None-zero indicate failure."
    SYNTAX Unsigned32

UpgradeOpState ::= TEXTUAL-CONVENTION
    STATUS current
    DESCRIPTION "None"
    SYNTAX INTEGER { unknown(0), idle(1), downloadinprogress(2), downloadcomplete(3), downloadfailed(4), installationinprogress(5), installationcomplete(6), installationfailed(7), activationinprogress(8), activationcomplete(9), activationfailed(10), commitinprogress(11), commitcomplete(12), commitfailed(13), cancelinprogress(14), cancelcomplete(15), cancelfailed(16), manualcommit(17), manualcancel(18), coldrestartrequired(19) }

cwsSoftwareStatusTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareStatusEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Waveserver software status information."
    ::= { cienaWsSoftwareMIB 3 }

cwsSoftwareStatusEntry OBJECT-TYPE
    SYNTAX CwsSoftwareStatusEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareStatusTable."
    INDEX { cwsSoftwareStatusTableSnmpKey }
    ::= { cwsSoftwareStatusTable 1 }

CwsSoftwareStatusEntry ::= SEQUENCE { 
    cwsSoftwareStatusTableSnmpKey Integer32,
    cwsSoftwareStatusSoftwareOperationalState SoftwareOpState,
    cwsSoftwareStatusUpgradeOperationalState UpgradeOpState,
    cwsSoftwareStatusCommittedVersion StringMaxl32,
    cwsSoftwareStatusActiveVersion StringMaxl32,
    cwsSoftwareStatusUpgradeToVersion StringMaxl32,
    cwsSoftwareStatusLastOperation StringMaxl128 
}

cwsSoftwareStatusTableSnmpKey OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique key for cwsSoftwareStatus"
    ::= { cwsSoftwareStatusEntry 1 }

cwsSoftwareStatusSoftwareOperationalState OBJECT-TYPE
    SYNTAX SoftwareOpState
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The current software operational state."
    ::= { cwsSoftwareStatusEntry 2 }

cwsSoftwareStatusUpgradeOperationalState OBJECT-TYPE
    SYNTAX UpgradeOpState
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The current upgrade operational state."
    ::= { cwsSoftwareStatusEntry 3 }

cwsSoftwareStatusCommittedVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software committed version."
    ::= { cwsSoftwareStatusEntry 4 }

cwsSoftwareStatusActiveVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software active version."
    ::= { cwsSoftwareStatusEntry 5 }

cwsSoftwareStatusUpgradeToVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software upgrade-to version."
    ::= { cwsSoftwareStatusEntry 6 }

cwsSoftwareStatusLastOperation OBJECT-TYPE
    SYNTAX StringMaxl128
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software upgrade last operation."
    ::= { cwsSoftwareStatusEntry 7 }

cwsSoftwareCheckStatusReportTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareCheckStatusReportEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Waveserver Software Check Status Report. This status report is generated after rpc ws-software-check has been run."
    ::= { cienaWsSoftwareMIB 4 }

cwsSoftwareCheckStatusReportEntry OBJECT-TYPE
    SYNTAX CwsSoftwareCheckStatusReportEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareCheckStatusReportTable."
    INDEX { cwsSoftwareCheckStatusReportTableSnmpKey }
    ::= { cwsSoftwareCheckStatusReportTable 1 }

CwsSoftwareCheckStatusReportEntry ::= SEQUENCE { 
    cwsSoftwareCheckStatusReportTableSnmpKey Integer32,
    cwsSoftwareCheckStatusReportActiveReleaseVersion StringMaxl32,
    cwsSoftwareCheckStatusReportServerReleaseVersion StringMaxl32,
    cwsSoftwareCheckStatusReportLocalReleaseVersion StringMaxl32,
    cwsSoftwareCheckStatusReportServerHostname StringMaxl32,
    cwsSoftwareCheckStatusReportServerPath StringMaxl256,
    cwsSoftwareCheckStatusReportTimestamp StringMaxl128,
    cwsSoftwareCheckStatusReportCheckOperationalState SoftwareOpState,
    cwsSoftwareCheckStatusReportCheckUpgradeState UpgradeOpState,
    cwsSoftwareCheckStatusReportRequiredActivationType StringMaxl32,
    cwsSoftwareCheckStatusReportServiceInterruptionActivation TruthValue 
}

cwsSoftwareCheckStatusReportTableSnmpKey OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique key for cwsSoftwareCheckStatusReport"
    ::= { cwsSoftwareCheckStatusReportEntry 1 }

cwsSoftwareCheckStatusReportActiveReleaseVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software active version."
    ::= { cwsSoftwareCheckStatusReportEntry 2 }

cwsSoftwareCheckStatusReportServerReleaseVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The remote server release version."
    ::= { cwsSoftwareCheckStatusReportEntry 3 }

cwsSoftwareCheckStatusReportLocalReleaseVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The Local release version."
    ::= { cwsSoftwareCheckStatusReportEntry 4 }

cwsSoftwareCheckStatusReportServerHostname OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The remote server host name."
    ::= { cwsSoftwareCheckStatusReportEntry 5 }

cwsSoftwareCheckStatusReportServerPath OBJECT-TYPE
    SYNTAX StringMaxl256
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The remote server path name."
    ::= { cwsSoftwareCheckStatusReportEntry 6 }

cwsSoftwareCheckStatusReportTimestamp OBJECT-TYPE
    SYNTAX StringMaxl128
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The check status timestamp"
    ::= { cwsSoftwareCheckStatusReportEntry 7 }

cwsSoftwareCheckStatusReportCheckOperationalState OBJECT-TYPE
    SYNTAX SoftwareOpState
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The Check Operational State of the check status report."
    ::= { cwsSoftwareCheckStatusReportEntry 8 }

cwsSoftwareCheckStatusReportCheckUpgradeState OBJECT-TYPE
    SYNTAX UpgradeOpState
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Check Upgrade State of the check status report."
    ::= { cwsSoftwareCheckStatusReportEntry 9 }

cwsSoftwareCheckStatusReportRequiredActivationType OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The activation type required for upgrading the remote version: cold restart or warm restart."
    ::= { cwsSoftwareCheckStatusReportEntry 10 }

cwsSoftwareCheckStatusReportServiceInterruptionActivation OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "This is to indicate whether the system service will be interrupted if the remote version is upgraded."
    ::= { cwsSoftwareCheckStatusReportEntry 11 }

cwsSoftwareUpgradeServerTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareUpgradeServerEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Waveserver remote upgrade server information."
    ::= { cienaWsSoftwareMIB 5 }

cwsSoftwareUpgradeServerEntry OBJECT-TYPE
    SYNTAX CwsSoftwareUpgradeServerEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareUpgradeServerTable."
    INDEX { cwsSoftwareUpgradeServerTableSnmpKey }
    ::= { cwsSoftwareUpgradeServerTable 1 }

CwsSoftwareUpgradeServerEntry ::= SEQUENCE { 
    cwsSoftwareUpgradeServerTableSnmpKey Integer32,
    cwsSoftwareUpgradeServerIndex Unsigned32,
    cwsSoftwareUpgradeServerServer StringMaxl64,
    cwsSoftwareUpgradeServerMode INTEGER,
    cwsSoftwareUpgradeServerRemotePath OCTET STRING,
    cwsSoftwareUpgradeServerLoginId StringMaxl32,
    cwsSoftwareUpgradeServerPassword StringMaxl32 
}

cwsSoftwareUpgradeServerTableSnmpKey OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique key for cwsSoftwareUpgradeServer"
    ::= { cwsSoftwareUpgradeServerEntry 1 }

cwsSoftwareUpgradeServerIndex OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "Unique id."
    ::= { cwsSoftwareUpgradeServerEntry 2 }

cwsSoftwareUpgradeServerServer OBJECT-TYPE
    SYNTAX StringMaxl64
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "Remote server hostname or IP address"
    ::= { cwsSoftwareUpgradeServerEntry 3 }

cwsSoftwareUpgradeServerMode OBJECT-TYPE
    SYNTAX INTEGER { tftp(0), ftp(1), sftp(2), scp(3) }
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "The protocol to access server, supported protcols are ftp, tftp, sftp, scp"
    ::= { cwsSoftwareUpgradeServerEntry 4 }

cwsSoftwareUpgradeServerRemotePath OBJECT-TYPE
    SYNTAX OCTET STRING(SIZE(0..256))
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "The remote server file system path that stores the RPM and bundle xml files."
    ::= { cwsSoftwareUpgradeServerEntry 5 }

cwsSoftwareUpgradeServerLoginId OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "The user name string to authenticate remote server."
    ::= { cwsSoftwareUpgradeServerEntry 6 }

cwsSoftwareUpgradeServerPassword OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION "The password for the username."
    ::= { cwsSoftwareUpgradeServerEntry 7 }

cwsSoftwareUpgradeLogListTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareUpgradeLogListEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "None"
    ::= { cienaWsSoftwareMIB 6 }

cwsSoftwareUpgradeLogListEntry OBJECT-TYPE
    SYNTAX CwsSoftwareUpgradeLogListEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareUpgradeLogListTable."
    INDEX { cwsSoftwareUpgradeLogListLogIndex }
    ::= { cwsSoftwareUpgradeLogListTable 1 }

CwsSoftwareUpgradeLogListEntry ::= SEQUENCE { 
    cwsSoftwareUpgradeLogListLogIndex Integer32,
    cwsSoftwareUpgradeLogListDateAndTime StringMaxl64,
    cwsSoftwareUpgradeLogListText StringMaxl256 
}

cwsSoftwareUpgradeLogListLogIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Softsare log index. Unique id, read-only attribute."
    ::= { cwsSoftwareUpgradeLogListEntry 1 }

cwsSoftwareUpgradeLogListDateAndTime OBJECT-TYPE
    SYNTAX StringMaxl64
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software log date and time, in string format."
    ::= { cwsSoftwareUpgradeLogListEntry 2 }

cwsSoftwareUpgradeLogListText OBJECT-TYPE
    SYNTAX StringMaxl256
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software log text."
    ::= { cwsSoftwareUpgradeLogListEntry 3 }

cwsSoftwareActiveSoftwareTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareActiveSoftwareEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Waveserver active software information."
    ::= { cienaWsSoftwareMIB 7 }

cwsSoftwareActiveSoftwareEntry OBJECT-TYPE
    SYNTAX CwsSoftwareActiveSoftwareEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareActiveSoftwareTable."
    INDEX { cwsSoftwareActiveSoftwareTableSnmpKey }
    ::= { cwsSoftwareActiveSoftwareTable 1 }

CwsSoftwareActiveSoftwareEntry ::= SEQUENCE { 
    cwsSoftwareActiveSoftwareTableSnmpKey Integer32,
    cwsSoftwareActiveSoftwareVersion StringMaxl32,
    cwsSoftwareActiveSoftwareBuildNumber StringMaxl32,
    cwsSoftwareActiveSoftwareBuildDate StringMaxl32,
    cwsSoftwareActiveSoftwareCatalogName StringMaxl64,
    cwsSoftwareActiveSoftwareNumberOfComponents Unsigned32 
}

cwsSoftwareActiveSoftwareTableSnmpKey OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique key for cwsSoftwareActiveSoftware"
    ::= { cwsSoftwareActiveSoftwareEntry 1 }

cwsSoftwareActiveSoftwareVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Active software release version."
    ::= { cwsSoftwareActiveSoftwareEntry 2 }

cwsSoftwareActiveSoftwareBuildNumber OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Active software release build number."
    ::= { cwsSoftwareActiveSoftwareEntry 3 }

cwsSoftwareActiveSoftwareBuildDate OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Active software release build date."
    ::= { cwsSoftwareActiveSoftwareEntry 4 }

cwsSoftwareActiveSoftwareCatalogName OBJECT-TYPE
    SYNTAX StringMaxl64
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Active software release catalog name."
    ::= { cwsSoftwareActiveSoftwareEntry 5 }

cwsSoftwareActiveSoftwareNumberOfComponents OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The active software release component count."
    ::= { cwsSoftwareActiveSoftwareEntry 6 }

cwsSoftwareActivecomponentsTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareActivecomponentsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "None"
    ::= { cienaWsSoftwareMIB 8 }

cwsSoftwareActivecomponentsEntry OBJECT-TYPE
    SYNTAX CwsSoftwareActivecomponentsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareActivecomponentsTable."
    INDEX { cwsSoftwareActivecomponentsComponentIndex }
    ::= { cwsSoftwareActivecomponentsTable 1 }

CwsSoftwareActivecomponentsEntry ::= SEQUENCE { 
    cwsSoftwareActivecomponentsComponentIndex Integer32,
    cwsSoftwareActivecomponentsName StringMaxl32,
    cwsSoftwareActivecomponentsVersion StringMaxl32,
    cwsSoftwareActivecomponentsBuildNumber StringMaxl32,
    cwsSoftwareActivecomponentsStatus INTEGER 
}

cwsSoftwareActivecomponentsComponentIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "The active software component index. Unique id, read-only attribute."
    ::= { cwsSoftwareActivecomponentsEntry 1 }

cwsSoftwareActivecomponentsName OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The active software component name."
    ::= { cwsSoftwareActivecomponentsEntry 2 }

cwsSoftwareActivecomponentsVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The active software component version."
    ::= { cwsSoftwareActivecomponentsEntry 3 }

cwsSoftwareActivecomponentsBuildNumber OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The active software component build number."
    ::= { cwsSoftwareActivecomponentsEntry 4 }

cwsSoftwareActivecomponentsStatus OBJECT-TYPE
    SYNTAX INTEGER { unknown(0), active(1), failed(2), pending(3), restarting(4) }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The active software component status."
    ::= { cwsSoftwareActivecomponentsEntry 5 }

cwsSoftwareBootPartitionListTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareBootPartitionListEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "None"
    ::= { cienaWsSoftwareMIB 9 }

cwsSoftwareBootPartitionListEntry OBJECT-TYPE
    SYNTAX CwsSoftwareBootPartitionListEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareBootPartitionListTable."
    INDEX { cwsSoftwareBootPartitionListIndex }
    ::= { cwsSoftwareBootPartitionListTable 1 }

CwsSoftwareBootPartitionListEntry ::= SEQUENCE { 
    cwsSoftwareBootPartitionListIndex Integer32,
    cwsSoftwareBootPartitionListName INTEGER,
    cwsSoftwareBootPartitionListVersion StringMaxl32,
    cwsSoftwareBootPartitionListDate StringMaxl32,
    cwsSoftwareBootPartitionListState INTEGER,
    cwsSoftwareBootPartitionListIntegrityCheck INTEGER 
}

cwsSoftwareBootPartitionListIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique id, read-only attribute."
    ::= { cwsSoftwareBootPartitionListEntry 1 }

cwsSoftwareBootPartitionListName OBJECT-TYPE
    SYNTAX INTEGER { unknown(0), kernel0(1), bootloader0(2), kernel1(3), bootloader1(4), firmware0(5), firmware1(6), backupbl(7) }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The partition name."
    ::= { cwsSoftwareBootPartitionListEntry 2 }

cwsSoftwareBootPartitionListVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The partition version."
    ::= { cwsSoftwareBootPartitionListEntry 3 }

cwsSoftwareBootPartitionListDate OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The partition date."
    ::= { cwsSoftwareBootPartitionListEntry 4 }

cwsSoftwareBootPartitionListState OBJECT-TYPE
    SYNTAX INTEGER { unknown(0), active(1), standby(2), notapplicable(3) }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The partition state."
    ::= { cwsSoftwareBootPartitionListEntry 5 }

cwsSoftwareBootPartitionListIntegrityCheck OBJECT-TYPE
    SYNTAX INTEGER { unknown(0), pass(1), invalid(2) }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The partition integrity check."
    ::= { cwsSoftwareBootPartitionListEntry 6 }

cwsSoftwareVersionsTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareVersionsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "None"
    ::= { cienaWsSoftwareMIB 10 }

cwsSoftwareVersionsEntry OBJECT-TYPE
    SYNTAX CwsSoftwareVersionsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareVersionsTable."
    INDEX { cwsSoftwareVersionsIndex }
    ::= { cwsSoftwareVersionsTable 1 }

CwsSoftwareVersionsEntry ::= SEQUENCE { 
    cwsSoftwareVersionsIndex Integer32,
    cwsSoftwareVersionsVersion StringMaxl32,
    cwsSoftwareVersionsBuildNumber StringMaxl32,
    cwsSoftwareVersionsBuildTag StringMaxl32,
    cwsSoftwareVersionsBuildDate StringMaxl32,
    cwsSoftwareVersionsSize Unsigned32,
    cwsSoftwareVersionsNumberOfComponents Unsigned32 
}

cwsSoftwareVersionsIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique id, read-only attribute."
    ::= { cwsSoftwareVersionsEntry 1 }

cwsSoftwareVersionsVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software installed version."
    ::= { cwsSoftwareVersionsEntry 2 }

cwsSoftwareVersionsBuildNumber OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software installed build number."
    ::= { cwsSoftwareVersionsEntry 3 }

cwsSoftwareVersionsBuildTag OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software installed build tag."
    ::= { cwsSoftwareVersionsEntry 4 }

cwsSoftwareVersionsBuildDate OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software release build date."
    ::= { cwsSoftwareVersionsEntry 5 }

cwsSoftwareVersionsSize OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The software package size in MB."
    ::= { cwsSoftwareVersionsEntry 6 }

cwsSoftwareVersionsNumberOfComponents OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component count."
    ::= { cwsSoftwareVersionsEntry 7 }

cwsSoftwareInstalledcomponentsTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsSoftwareInstalledcomponentsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "None"
    ::= { cienaWsSoftwareMIB 11 }

cwsSoftwareInstalledcomponentsEntry OBJECT-TYPE
    SYNTAX CwsSoftwareInstalledcomponentsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsSoftwareInstalledcomponentsTable."
    INDEX { cwsSoftwareVersionsIndex, cwsSoftwareInstalledcomponentsComponentIndex }
    ::= { cwsSoftwareInstalledcomponentsTable 1 }

CwsSoftwareInstalledcomponentsEntry ::= SEQUENCE { 
    cwsSoftwareInstalledcomponentsComponentIndex Integer32,
    cwsSoftwareInstalledcomponentsName StringMaxl32,
    cwsSoftwareInstalledcomponentsVersion StringMaxl32,
    cwsSoftwareInstalledcomponentsBuildNumber StringMaxl32,
    cwsSoftwareInstalledcomponentsBuildTag StringMaxl32,
    cwsSoftwareInstalledcomponentsBuildTimestamp StringMaxl32,
    cwsSoftwareInstalledcomponentsBuildSize Unsigned32 
}

cwsSoftwareInstalledcomponentsComponentIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Unique id, read-only attribute."
    ::= { cwsSoftwareInstalledcomponentsEntry 1 }

cwsSoftwareInstalledcomponentsName OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component name."
    ::= { cwsSoftwareInstalledcomponentsEntry 2 }

cwsSoftwareInstalledcomponentsVersion OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component version."
    ::= { cwsSoftwareInstalledcomponentsEntry 3 }

cwsSoftwareInstalledcomponentsBuildNumber OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component build number."
    ::= { cwsSoftwareInstalledcomponentsEntry 4 }

cwsSoftwareInstalledcomponentsBuildTag OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component build tag."
    ::= { cwsSoftwareInstalledcomponentsEntry 5 }

cwsSoftwareInstalledcomponentsBuildTimestamp OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component build timestamp."
    ::= { cwsSoftwareInstalledcomponentsEntry 6 }

cwsSoftwareInstalledcomponentsBuildSize OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The installed software component build size."
    ::= { cwsSoftwareInstalledcomponentsEntry 7 }



-- Conformance statements
cienaWsSoftwareObjects OBJECT IDENTIFIER
    ::= { cienaWsSoftwareMIB 1 }

cienaWsSoftwareConformance OBJECT IDENTIFIER
    ::= { cienaWsSoftwareMIB 2 }

cienaWsSoftwareGroups OBJECT IDENTIFIER
    ::= { cienaWsSoftwareConformance 1 }

cienaWsSoftwareGroup OBJECT-GROUP
    OBJECTS { 
        cwsSoftwareStatusSoftwareOperationalState,
        cwsSoftwareStatusUpgradeOperationalState,
        cwsSoftwareStatusCommittedVersion,
        cwsSoftwareStatusActiveVersion,
        cwsSoftwareStatusUpgradeToVersion,
        cwsSoftwareStatusLastOperation,
        cwsSoftwareCheckStatusReportActiveReleaseVersion,
        cwsSoftwareCheckStatusReportServerReleaseVersion,
        cwsSoftwareCheckStatusReportLocalReleaseVersion,
        cwsSoftwareCheckStatusReportServerHostname,
        cwsSoftwareCheckStatusReportServerPath,
        cwsSoftwareCheckStatusReportTimestamp,
        cwsSoftwareCheckStatusReportCheckOperationalState,
        cwsSoftwareCheckStatusReportCheckUpgradeState,
        cwsSoftwareCheckStatusReportRequiredActivationType,
        cwsSoftwareCheckStatusReportServiceInterruptionActivation,
        cwsSoftwareUpgradeServerIndex,
        cwsSoftwareUpgradeServerServer,
        cwsSoftwareUpgradeServerMode,
        cwsSoftwareUpgradeServerRemotePath,
        cwsSoftwareUpgradeServerLoginId,
        cwsSoftwareUpgradeServerPassword,
        cwsSoftwareUpgradeLogListDateAndTime,
        cwsSoftwareUpgradeLogListText,
        cwsSoftwareActiveSoftwareVersion,
        cwsSoftwareActiveSoftwareBuildNumber,
        cwsSoftwareActiveSoftwareBuildDate,
        cwsSoftwareActiveSoftwareCatalogName,
        cwsSoftwareActiveSoftwareNumberOfComponents,
        cwsSoftwareActivecomponentsName,
        cwsSoftwareActivecomponentsVersion,
        cwsSoftwareActivecomponentsBuildNumber,
        cwsSoftwareActivecomponentsStatus,
        cwsSoftwareBootPartitionListName,
        cwsSoftwareBootPartitionListVersion,
        cwsSoftwareBootPartitionListDate,
        cwsSoftwareBootPartitionListState,
        cwsSoftwareBootPartitionListIntegrityCheck,
        cwsSoftwareVersionsVersion,
        cwsSoftwareVersionsBuildNumber,
        cwsSoftwareVersionsBuildTag,
        cwsSoftwareVersionsBuildDate,
        cwsSoftwareVersionsSize,
        cwsSoftwareVersionsNumberOfComponents,
        cwsSoftwareInstalledcomponentsName,
        cwsSoftwareInstalledcomponentsVersion,
        cwsSoftwareInstalledcomponentsBuildNumber,
        cwsSoftwareInstalledcomponentsBuildTag,
        cwsSoftwareInstalledcomponentsBuildTimestamp,
        cwsSoftwareInstalledcomponentsBuildSize
    }
    STATUS current
    DESCRIPTION "Conformance Group"
    ::= { cienaWsSoftwareGroups 1 }

cienaWsSoftwareCompliances OBJECT IDENTIFIER
    ::= { cienaWsSoftwareConformance 2 }

cienaWsSoftwareCompliance MODULE-COMPLIANCE
    STATUS current
    DESCRIPTION "Compliance"
    MODULE MANDATORY-GROUPS { cienaWsSoftwareGroup }
    ::= { cienaWsSoftwareCompliances 1 }

END -- End module