summaryrefslogtreecommitdiff
path: root/MIBS/awplus/AT-VCSTACK-MIB
blob: f6410c349c4ec28349f216b8126e393d1c6cea6b (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
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
--  ============================================================================
-- AT-VCSTACK.MIB, Allied Telesis enterprise MIB: Virtual Chassis Stack
--
-- Copyright (c) 2009 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================

    AT-VCSTACK-MIB DEFINITIONS ::= BEGIN

        IMPORTS
            sysinfo
                FROM AT-SMI-MIB
            IpAddress, Integer32, Unsigned32, Counter32, OBJECT-TYPE,
            MODULE-IDENTITY, NOTIFICATION-TYPE
                FROM SNMPv2-SMI
            DisplayString, MacAddress, TruthValue
                FROM SNMPv2-TC;


        vcstack MODULE-IDENTITY
            LAST-UPDATED "201705110000Z"

            ORGANIZATION
                "Allied Telesis, Inc"
            CONTACT-INFO
                "http://www.alliedtelesis.com"
            DESCRIPTION
                "This MIB file contains definitions of managed objects for
                Virtual Chassis Stacking in AlliedWare Plus. "
            REVISION "201705110000Z"
            DESCRIPTION
                "Added new field expansionModule to vcstackActiveStkHardware and
                 deprecated fields xemStk(1), stackXG(4) and x6EMXS2(5).
                 Added the missing field stackQS(6) as it is supported on x930."
            REVISION "201412240000Z"
            DESCRIPTION
                "Allow value range (0-12) for object vcstackBayid"
            REVISION "201407040000Z"
            DESCRIPTION
                "Added a new value for object vcstackStatus"
            REVISION "201405260000Z"
            DESCRIPTION
                "Updated vcstackStkPortxNeighbourId descriptions for VCS+."
            REVISION "201404240000Z"
            DESCRIPTION
                "Deprecated vcstackStkPort1Status, vcstackStkPort1NeighbourId,
                 vcstackStkPort2Status, vcstackStkPort2NeighbourId"
            REVISION "201404150000Z"
            DESCRIPTION
                "Added vcstackPortTable table"
            REVISION "201404090000Z"
            DESCRIPTION
                "Updated vcstackVirtualMacAddr description with small change in behaviour"
            REVISION "201111030000Z"
            DESCRIPTION "Add x6EM/XS2 hardware type"
            REVISION "201009070000Z"
            DESCRIPTION
                "Generic syntax tidy up"
            REVISION "201009030000Z"
            DESCRIPTION
                "Added disabled master monitoring object and a new resiliency-link status"
            REVISION "201006150015Z"
            DESCRIPTION
                "MIB revision history dates in descriptions updated."
            REVISION "201005240119Z"
            DESCRIPTION
                "OID of vcstackTraps was reverted to 6 but deprecated. Added vcstackNotifications"
            REVISION "201001150039Z"
            DESCRIPTION
                "Changed the OID value of vcstackTraps from 6 to 0 to meet RFC 3584 3.1"
            REVISION "200911050000Z"
            DESCRIPTION
                "Obsoleted fallback-config, added new status object"
            REVISION "200906080000Z"
            DESCRIPTION
                "Added stack master object and corrected allowable ranges
                for learned neighbour stack ID's."
            REVISION "200901200000Z"
            DESCRIPTION
                "Added Virtual MAC address objects."
            REVISION "200803190000Z"
            DESCRIPTION
                "Initial version."
            ::= { sysinfo 13 }




--
-- Node definitions
--

--
-- The VCS Notification Objects (For RFC3584 compliance)
--
        vcstackNotifications OBJECT IDENTIFIER ::= { vcstack 0 }


        vcstackRoleChangeNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackRole }
            STATUS current
            DESCRIPTION
                "A notification generated when the stack member's role is changed."
            ::= { vcstackNotifications 1 }


        vcstackMemberJoinNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackNbrMemberIdNotify }
            STATUS current
            DESCRIPTION
                "A notification generated when a member joins in the stack."
            ::= { vcstackNotifications 2 }


        vcstackMemberLeaveNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackNbrMemberIdNotify }
            STATUS current
            DESCRIPTION
                "A notification generated when a member leaves from the stack."
            ::= { vcstackNotifications 3 }


        vcstackResiliencyLinkHealthCheckReceivingNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackResiliencyLinkInterfaceName }
            STATUS current
            DESCRIPTION
                "A notification generated when the resiliency link is activated."
            ::= { vcstackNotifications 4 }


        vcstackResiliencyLinkHealthCheckTimeOutNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackResiliencyLinkInterfaceName }
            STATUS current
            DESCRIPTION
                "A notification generated when the slave's receive timer has timed out
                indicating that the Slave has lost contact with the Master
                via the resiliency link."
            ::= { vcstackNotifications 5 }


        vcstackStkPortLinkUpNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackStkPortNameNotify }
            STATUS current
            DESCRIPTION
                "A notification generated when the link of stack port is up."
            ::= { vcstackNotifications 6 }


        vcstackStkPortLinkDownNotify NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackStkPortNameNotify }
            STATUS current
            DESCRIPTION
                "A notification generated when the link of stack port is down."
            ::= { vcstackNotifications 7 }


        vcstackNbrMemberIdNotify OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "The stack member id of the neighbor of the member sent this notification."
            ::= { vcstackNotifications 8 }


        vcstackStkPortNameNotify OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "The stack port name related this notification."
            ::= { vcstackNotifications 9 }


        vcstackStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                normalOperation(1),
                operatingInFailoverState(2),
                standaloneUnit(3),
                ringTopologyBroken(4),
                vcsDisabled(5),
                allStkPortsNotUp(6)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The overall stack status."
            ::= { vcstack 1 }


        vcstackOperationalStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                enabled(1),
                disabled(2)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Whether the stack is enabled or disabled."
            ::= { vcstack 2 }


        vcstackMgmtVlanId OBJECT-TYPE
            SYNTAX Integer32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The current stacking management VLAN ID."
            ::= { vcstack 3 }


        vcstackMgmtVlanSubnetAddr OBJECT-TYPE
            SYNTAX IpAddress
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The current stacking management VLAN subnet address."
            ::= { vcstack 4 }


        vcstackTable OBJECT-TYPE
            SYNTAX SEQUENCE OF VCStackEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A list of stack members."
            ::= { vcstack 5 }


        vcstackEntry OBJECT-TYPE
            SYNTAX VCStackEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A set of parameters that describe the status of a stack member"
            INDEX { vcstackId }
            ::= { vcstackTable 1 }


        VCStackEntry ::=
            SEQUENCE {
                vcstackId
                    Unsigned32,
                vcstackPendingId
                    Unsigned32,
                vcstackMacAddr
                    MacAddress,
                vcstackPriority
                    Unsigned32,
                vcstackRole
                    INTEGER,
                vcstackLastRoleChange
                    DisplayString,
                vcstackHostname
                    DisplayString,
                vcstackProductType
                    DisplayString,
                vcstackSWVersionAutoSync
                    TruthValue,
                vcstackFallbackConfigStatus
                    INTEGER,
                vcstackFallbackConfigFilename
                    DisplayString,
                vcstackResiliencyLinkStatus
                    INTEGER,
                vcstackResiliencyLinkInterfaceName
                    DisplayString,
                vcstackActiveStkHardware
                    INTEGER,
                vcstackStkPort1Status
                    INTEGER,
                vcstackStkPort1NeighbourId
                    Unsigned32,
                vcstackStkPort2Status
                    INTEGER,
                vcstackStkPort2NeighbourId
                    Unsigned32,
                vcstackNumMembersJoined
                    Counter32,
                vcstackNumMembersLeft
                    Counter32,
                vcstackNumIdConflict
                    Counter32,
                vcstackNumMasterConflict
                    Counter32,
                vcstackNumMasterFailover
                    Counter32,
                vcstackNumStkPort1NbrIncompatible
                    Counter32,
                vcstackNumStkPort2NbrIncompatible
                    Counter32,
                vcstackReadinessStatus
                    INTEGER
             }

        vcstackId OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member ID."
            ::= { vcstackEntry 1 }


        vcstackPendingId OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The pending stack member ID."
            ::= { vcstackEntry 2 }


        vcstackMacAddr OBJECT-TYPE
            SYNTAX MacAddress
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member's hardware MAC address."
            ::= { vcstackEntry 3 }


        vcstackPriority OBJECT-TYPE
            SYNTAX Unsigned32 (0..255)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The priority for election of the stack master. The lowest number has the highest priority."
            ::= { vcstackEntry 4 }


        vcstackRole OBJECT-TYPE
            SYNTAX INTEGER
                {
                leaving(1),
                discovering(2),
                synchronizing(3),
                backupMember(4),
                pendingMaster(5),
                disabledMaster(6),
                fallbackMaster(7),
                activeMaster(8)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member's role in the stack.
                Note: value type fallbackMaster(7) is deprecated."
            ::= { vcstackEntry 5 }


        vcstackLastRoleChange OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The time and date when the stack member last changed its role in the stack."
            ::= { vcstackEntry 6 }


        vcstackHostname OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member's hostname."
            ::= { vcstackEntry 7 }


        vcstackProductType OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack members product type."
            ::= { vcstackEntry 8 }


        vcstackSWVersionAutoSync OBJECT-TYPE
            SYNTAX TruthValue
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Whether or not to automatically upgrade the stack member's software."
            ::= { vcstackEntry 9 }


        vcstackFallbackConfigStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                fileExists(1),
                fileNotFound(2),
                notConfigured(3)
                }
            MAX-ACCESS read-only
            STATUS obsolete
            DESCRIPTION
                "The status of the fallback configuration file.
                For AW+ releases, this object is not supported as from software
                release 5.3.4."
            ::= { vcstackEntry 10 }


        vcstackFallbackConfigFilename OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS obsolete
            DESCRIPTION
                "The filename of the fallback configuration file.
                For AW+ releases, this object is not supported as from software
                release 5.3.4."
            ::= { vcstackEntry 11 }


        vcstackResiliencyLinkStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                configured(1),
                successful(2),
                failed(3),
                notConfigured(4),
                stopped(5)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The status of the stack members resilency link."
            ::= { vcstackEntry 12 }


        vcstackResiliencyLinkInterfaceName OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The name of the interface the resiliency link is configured on."
            ::= { vcstackEntry 13 }


        vcstackActiveStkHardware OBJECT-TYPE
            SYNTAX INTEGER
                {
                xemStk(1),
                builtinStackingPorts(2),
                none(3),
                stackXG(4),
                x6EMXS2(5),
                stackQS(6),
                expansionModule(7)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The stack ports hardware type.
                Note: Value type none(3) is deprecated.
                Value types xemStk(1), stackXG(4) and x6EMXS2(5) are deprecated as
                these modules are no longer supported."
            ::= { vcstackEntry 14 }


        vcstackStkPort1Status OBJECT-TYPE
            SYNTAX INTEGER
                {
                down(1),
                neighbourIncompatible(2),
                discoveringNeighbour(3),
                learntNeighbour(4)
                }
            MAX-ACCESS read-only
            STATUS deprecated
            DESCRIPTION
                "Status of the stack port 1."
            ::= { vcstackEntry 15 }


        vcstackStkPort1NeighbourId OBJECT-TYPE
            SYNTAX Unsigned32 (0..8)
            MAX-ACCESS read-only
            STATUS deprecated
            DESCRIPTION
                "The ID of the neighbour on stack port 1. A value of zero
                indicates no learned neighbour. For VCStack Plus, 1-12 refers
                to the cards on chassis member 1 and 13-24 refers to the cards
                on chassis member 2. Refer to chassisMappingTable for more details."
            ::= { vcstackEntry 16 }


        vcstackStkPort2Status OBJECT-TYPE
            SYNTAX INTEGER
                {
                down(1),
                neighbourIncompatible(2),
                discoveringNeighbour(3),
                learntNeighbour(4)
                }
            MAX-ACCESS read-only
            STATUS deprecated
            DESCRIPTION
                "Status of the stack port 2."
            ::= { vcstackEntry 17 }


        vcstackStkPort2NeighbourId OBJECT-TYPE
            SYNTAX Unsigned32 (0..8)
            MAX-ACCESS read-only
            STATUS deprecated
            DESCRIPTION
                "The ID of the neighbour on stack port 2. A value of zero
                indicates no learned neighbour.  For VCStack Plus, 1-12 refers
                to the cards on chassis member 1 and 13-24 refers to the cards
                on chassis member 2. Refer to chassisMappingTable for more details."
            ::= { vcstackEntry 18 }


        vcstackNumMembersJoined OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times the stack acquires a member."
            ::= { vcstackEntry 19 }


        vcstackNumMembersLeft OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times the stack loses a member."
            ::= { vcstackEntry 20 }


        vcstackNumIdConflict OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times that a stack member ID conflicts."
            ::= { vcstackEntry 21 }


        vcstackNumMasterConflict OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times that a stack master conflict occurs."
            ::= { vcstackEntry 22 }


        vcstackNumMasterFailover OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times that the stack master fails."
            ::= { vcstackEntry 23 }


        vcstackNumStkPort1NbrIncompatible OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times that the neighbour is detected as incompatible on stack port 1."
            ::= { vcstackEntry 24 }


        vcstackNumStkPort2NbrIncompatible OBJECT-TYPE
            SYNTAX Counter32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The number of times that the neighbour is detected as incompatible on stack port 2."
            ::= { vcstackEntry 25 }


        vcstackReadinessStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                init(1),
                syncing(2),
                ready(3),
                syncError(4)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Indicates how readily a stack member can take over as master
                if the current stack master were to fail. Possible values are:

                init (1) - the stack member is completing startup initialization.
                syncing (2) - the stack member is synchronizing state information
                with the stack master following startup.
                ready (3) - the stack member is fully synchronized with the current
                master and is ready to take over immediately.
                syncError (4) - state information on the stack member is not correctly
                synchronized with the current stack master.

                For a stack member to take over as stack master with the least possible
                network disruption, it must have the 'ready (3)' status."
            ::= { vcstackEntry 26 }


--
-- The VCS SNMP Trap Objects (Deprecated and replaced by vcstackNotifications )
--

        vcstackTraps OBJECT IDENTIFIER ::= { vcstack 6 }


        vcstackRoleChange NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackRole }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when the stack member's role is changed."
            ::= { vcstackTraps 1 }


        vcstackMemberJoin NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackNbrMemberId }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when a member joins in the stack."
            ::= { vcstackTraps 2 }


        vcstackMemberLeave NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackNbrMemberId }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when a member leaves from the stack."
            ::= { vcstackTraps 3 }


        vcstackResiliencyLinkHealthCheckReceiving NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackResiliencyLinkInterfaceName }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when the resiliency link is activated."
            ::= { vcstackTraps 4 }


        vcstackResiliencyLinkHealthCheckTimeOut NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackResiliencyLinkInterfaceName }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when the slave's receive timer has timed out
                indicating that the Slave has lost contact with the Master
                via the resiliency link."
            ::= { vcstackTraps 5 }


        vcstackStkPortLinkUp NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackStkPortName }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when the link of stack port is up."
            ::= { vcstackTraps 6 }


        vcstackStkPortLinkDown NOTIFICATION-TYPE
            OBJECTS { vcstackId, vcstackStkPortName }
            STATUS deprecated
            DESCRIPTION
                "A trap generated when the link of stack port is down."
            ::= { vcstackTraps 7 }


        vcstackNbrMemberId OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS accessible-for-notify
            STATUS deprecated
            DESCRIPTION
                "The stack member id of the neighbor of the member sent this trap."
            ::= { vcstackTraps 8 }


        vcstackStkPortName OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS accessible-for-notify
            STATUS deprecated
            DESCRIPTION
                "The stack port name related this trap."
            ::= { vcstackTraps 9 }


        vcstackVirtualMacAddressStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                enabled(1),
                disabled(2)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Whether the virtual MAC address is enabled or disabled."
            ::= { vcstack 7 }


        vcstackVirtualChassisId OBJECT-TYPE
            SYNTAX Integer32
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The current virtual chassis ID."
            ::= { vcstack 8 }


        vcstackVirtualMacAddr OBJECT-TYPE
            SYNTAX MacAddress
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The virtual MAC address used by the stack.

                 If the virtual MAC address feature is not enabled, this returns
                 the hardware MAC address used by the system."
            ::= { vcstack 9 }


        vcstackMasterId OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The stack ID of the master unit."
            ::= { vcstack 10 }


        vcstackDisabledMasterMonitoringStatus OBJECT-TYPE
            SYNTAX INTEGER
                {
                enabled(1),
                disabled(2),
                inactive(3)
                }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Whether the disabled master monitoring is enabled or disabled."
            ::= { vcstack 11 }


--
-- Mib table for stacking ports
--
        vcstackPortTable OBJECT-TYPE
            SYNTAX SEQUENCE OF VCStackPortEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A list of stack ports."
            ::= { vcstack 12 }


        vcstackPortEntry OBJECT-TYPE
            SYNTAX VCStackPortEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A set of parameters that describe the status of a stack port"
            INDEX { vcstackMemberId, vcstackBayId, vcstackPort }
            ::= { vcstackPortTable 1 }


        VCStackPortEntry ::=
            SEQUENCE {
                vcstackMemberId
                    Unsigned32,
                vcstackBayId
                    Unsigned32,
                vcstackPort
                    Unsigned32,
                vcstackPortString
                    DisplayString,
                vcstackPortStatus
                    INTEGER,
                vcstackPortNeighbourName
                    DisplayString
            }


        vcstackMemberId OBJECT-TYPE
            SYNTAX Unsigned32 (1..8)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member ID"
            ::= { vcstackPortEntry 1 }


        vcstackBayId OBJECT-TYPE
            SYNTAX Unsigned32 (0..12)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack member bay number"
            ::= { vcstackPortEntry 2 }


        vcstackPort OBJECT-TYPE
            SYNTAX Unsigned32 (1..4)
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Stack port number"
            ::= { vcstackPortEntry 3 }


        vcstackPortString OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Display stack port name as a string"
            ::= { vcstackPortEntry 4 }


        vcstackPortStatus OBJECT-TYPE
            SYNTAX INTEGER
            {
            down(1),
            neighbourIncompatible(2),
            discoveringNeighbour(3),
            learntNeighbour(4)
            }
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "Status of stack port."
            ::= { vcstackPortEntry 5 }


        vcstackPortNeighbourName OBJECT-TYPE
            SYNTAX DisplayString
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
               "The port name of the neighbour the is connected
                to. None means no neighbour present"
           ::= { vcstackPortEntry 6 }

    END

--
-- at-vcstack.mib
--