summaryrefslogtreecommitdiff
path: root/MIBS/nokia/aos7/ALCATEL-IND1-MVRP-MIB
blob: 2ee6fde4a5f924b420f5e6d80068fd81dbe79740 (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
853
854
855
856
857
858
859
860
861
ALCATEL-IND1-MVRP-MIB DEFINITIONS ::= BEGIN

        IMPORTS
                Counter32, MODULE-IDENTITY,
                OBJECT-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32
                                                        FROM SNMPv2-SMI
                VlanId                  FROM Q-BRIDGE-MIB
                InterfaceIndex          FROM IF-MIB
                MODULE-COMPLIANCE, OBJECT-GROUP,
                NOTIFICATION-GROUP                      FROM SNMPv2-CONF
                TEXTUAL-CONVENTION, MacAddress          FROM SNMPv2-TC
                EnabledStatus           FROM P-BRIDGE-MIB
                softentIND1Mvrp         FROM ALCATEL-IND1-BASE;


        alcatelIND1MVRPMIB MODULE-IDENTITY
                LAST-UPDATED "201005130000Z"
                ORGANIZATION "Alcatel-Lucent"
                CONTACT-INFO
                        "Please consult with Customer Service to insure the most appropriate
                        version of this document is used with the products in question:

                        Alcatel-Lucent, Enterprise Solutions Division
                        (Formerly Alcatel Internetworking, Incorporated)
                        26801 West Agoura Road
                        Agoura Hills, CA  91301-5122
                        United States Of America

                        Telephone:                              North America  +1 800 995 2696
                                                                Latin America  +1 877 919 9526
                                                                Europe         +31 23 556 0100
                                                                Asia           +65 394 7933
                                                                All Other      +1 818 878 4507

                        Electronic Mail:                support@ind.alcatel.com
                        World Wide Web:                 http://alcatel-lucent.com/wps/portal/enterprise
                        File Transfer Protocol: ftp://ftp.ind.alcatel.com/pub/products/mibs"

                DESCRIPTION
                        "This module describes an authoritative enterprise-specific Simple
                        Network Management Protocol (SNMP) Management Information Base (MIB):

                        For the Birds Of Prey Product Line
                        MVRP for the distribution of VLAN configuration information.

                        The right to make changes in specification and other information
                        contained in this document without prior notice is reserved.

                        No liability shall be assumed for any incidental, indirect, special, or
                        consequential damages whatsoever arising from or related to this
                        document or the information contained herein.

                        Vendors, end-users, and other interested parties are granted
                        non-exclusive license to use this specification in connection with
                        management of the products for which it is intended to be used.

                        Copyright (C) 1995-2009 Alcatel-Lucent, Incorporated
                        ALL RIGHTS RESERVED WORLDWIDE"

        REVISION      "201005130000Z"
        DESCRIPTION
            "Fixed the Notifications to use MIB Module OID.0 as Notifications root."

                REVISION        "200908070000Z"

                DESCRIPTION
                        "The MVRP MIB defines a set of MVRP related management objects for VLANs
                        and ports that support Multiple VLAN Registration Protocol (MVRP). MVRP as a
                        protocol provides mechanisms to dynamically learn and further propagate VLAN
                        membership information across a bridged network, as recommended in standards
                        IEEE Std. 802.1ak-2007, which is an amendment to IEEE Std 802.1Q-2005 Edition.

                        This MVRP MIB extends already existing IETF_Q_BRIDGE MIB which is based on
                        RFC 2674 (Bridges with Traffic Classes, Multicast Filtering and Virtual LAN
                        Extensions), to accomodate the proprietary behavior of the device and for
                        defining objects as recommended by standards.

                        This MIB comprises proprietary managed objects as well the objects required
                        for conforming to the standards. However, the set of objects defined in this MIB,
                        do not duplicate, nor conflict with any MIB object definitions defined in the
                        IETF_Q_BRIDGE_MIB."
                ::= { softentIND1Mvrp 1}

----------------------------------------------------------------

        alcatelIND1MVRPMIBNotifications OBJECT-IDENTITY
        STATUS current
        DESCRIPTION
            "Branch For MVRP MIB Subsystem Notifications."
        ::= { alcatelIND1MVRPMIB 0 }

        alcatelIND1MVRPMIBObjects OBJECT-IDENTITY
                STATUS  current
                DESCRIPTION
                        "Branch For MVRP Subsystem Managed Objects."
                ::= { alcatelIND1MVRPMIB 1 }

        alcatelIND1MVRPMIBConformance OBJECT-IDENTITY
                STATUS  current
                DESCRIPTION
                        "Branch for MVRP Module MIB Subsystem Conformance Information."
                ::= { alcatelIND1MVRPMIB 2 }

        alcatelIND1MVRPMIBGroups OBJECT-IDENTITY
                STATUS  current
                DESCRIPTION
                        "Branch for MVRP Module MIB Subsystem Units of Conformance."
                ::= { alcatelIND1MVRPMIBConformance 1 }

        alcatelIND1MVRPMIBCompliances OBJECT-IDENTITY
                STATUS  current
                DESCRIPTION
                        "Branch for MVRP Module MIB Subsystem Compliance Statements."
                ::= { alcatelIND1MVRPMIBConformance 2 }

-- textual conventions
MvrpPortVlanRestrictBitmap  ::= TEXTUAL-CONVENTION
    STATUS     current
    DESCRIPTION
            "The bitmap that includes the status value for different type of restrictions that could be
            applied for a port VLAN combination.
            Each bit in the bitmap corresponds to the status of the restriction applied for a VLAN on a port.

            Having the bit 'noRestriction(0)' set indicates that the no restriction is applied for the VLAN
            on the port. No other option can be applied along with this option.

            Having the bit 'restrictRegistration(1)' set indicates that the VLAN is restricted from
            getting registered on the port.

            Having the bit 'restrictAdvertisement(2)' set indicates that the advertisement for the
            VLAN is restricted on the port.

            Having the bit 'restrictStaticVlanRegistration(3)' set indicates that the registration
            on a port for a static VLAN is restricted."

    SYNTAX  BITS {
                noRestriction(0),
                restrictRegistration(1),
                restrictAdvertisement(2),
                restrictStaticVlanRegistration(3)
            }

----------------------------------------------------------------

----------------------------------------------------------------
--MVRP MIB
----------------------------------------------------------------

        alaMvrpGlobalStatus OBJECT-TYPE
        SYNTAX      EnabledStatus
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
                "The administrative global status requested by management for
                MVRP.  The value enabled(1) indicates that MVRP should
                be enabled on this device.  When disabled(2), MVRP
                is disabled in the system and all MVRP packets will be
                forwarded transparently if transparent switching status is
                also enabled.  This object affects all MVRP Applicant and Registrar
                state machines.  A transition from disabled(2) to enabled(1) will cause a reset of all
                MVRP state machines on all ports."
        DEFVAL      { disabled }
        ::= { alcatelIND1MVRPMIBObjects 1 }

        alaMvrpGlobalClearStats OBJECT-TYPE
                SYNTAX  INTEGER
                                {
                                        default(0),
                                        reset(1)
                                }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines the global clear statistics control for MVRP.
                        The value reset (1) indicates that MVRP should clear all statistic
                        counters related to all ports in the system. By default, this object
                        contains a zero value."
                DEFVAL  { default }
        ::= { alcatelIND1MVRPMIBObjects 2 }

        alaMvrpTransparentSwitching OBJECT-TYPE
                SYNTAX      EnabledStatus
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines the behavior when MVRP is globally disabled on a device.
                        The value enabled (1) indicates that device behaves like a MVRP
                        transparent device and the MVRP frames will be flooded transparently.
                        Value disabled (2) disabled indicates that the device will not flood
                        MVRP frames and will simply discard the received MVRP frames."
                DEFVAL  { disabled }
        ::= { alcatelIND1MVRPMIBObjects 3 }

        alaMvrpMaxVlanLimit OBJECT-TYPE
                SYNTAX  Integer32 (32 .. 4094)
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines the maximum number of dynamic VLANs that can be created on the system by MVRP.
                        If the number of VLANs created by MVRP reaches this limit, the system will prevent
                        MVRP from creating additional VLANs."
                DEFVAL  { 256 }
        ::= { alcatelIND1MVRPMIBObjects 4 }

        alaMvrpVlanConflictInfo OBJECT-TYPE
                SYNTAX  OCTET STRING (SIZE(0 .. 100))
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "MVRP has received registration for Vlan which is configured for End To End Flow Control.
                        Notify the Management with the Port in which the MVRP PDU was recieved and the Vlan."
        ::= { alcatelIND1MVRPMIBObjects 5 }

        alaVlanRegistrationProtocolType OBJECT-TYPE
                SYNTAX  INTEGER
                                {
                                        gvrp(0),
                                        mvrp(1)
                                }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines which VLAN registration mode is running in the system."
                DEFVAL  { mvrp }
        ::= { alcatelIND1MVRPMIBObjects 6 }

----------------------------------------------------------------
--      NOTIFICATIONS (TRAPS)
--      These notifications will be sent to the management entity
--      whenever dynamically learnt vlans by mvrp across system reaches the defined limit
--      and when dynamically learnt vlans by mvrp at each NI reaches a defined limit.
----------------------------------------------------------------

        alaMvrpVlanLimitReachedEvent NOTIFICATION-TYPE
                OBJECTS
                        {
                                alaMvrpMaxVlanLimit
                        }
                STATUS  current
                DESCRIPTION
                        "The number of vlans learnt dynamically by MVRP has
                        reached a configured limit. Notify the management
                        entity with number of vlans learnt dynamically by
                        MVRP and the configured MVRP vlan limit."
        ::= { alcatelIND1MVRPMIBNotifications 1 }

        alaMvrpE2eVlanConflict NOTIFICATION-TYPE
                OBJECTS
                        {
                                alaMvrpVlanConflictInfo
                        }
                STATUS  current
                DESCRIPTION
                        "MVRP has recieved a registration for Vlan which is configured for End To End Flow Control.
                        Notify the Management with the Port in which the MVRP PDU was recieved and the Vlan."
        ::= { alcatelIND1MVRPMIBNotifications 2 }

---------------------------------------------------------------
--MVRP Port Config Table
---------------------------------------------------------------

--      DESCRIPTION:
--      "Port configuration information
--      data for the MVRP Module.
--      Implementation of this group is mandantory"


        alaMvrpPortConfig OBJECT IDENTIFIER ::= { alcatelIND1MVRPMIBObjects 7 }


        alaMvrpPortConfigTable OBJECT-TYPE
                SYNTAX  SEQUENCE OF AlaMvrpPortConfigEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A table containing MVRP port configuration information."
        ::= { alaMvrpPortConfig 1 }

        alaMvrpPortConfigEntry OBJECT-TYPE
                SYNTAX  AlaMvrpPortConfigEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A MVRP port configuration entry."
                INDEX { alaMvrpPortConfigIfIndex }
        ::= { alaMvrpPortConfigTable 1 }

        AlaMvrpPortConfigEntry ::= SEQUENCE {
                alaMvrpPortConfigIfIndex                                InterfaceIndex,
                alaMvrpPortStatus                                       EnabledStatus,
                alaMvrpPortConfigRegistrarMode                          INTEGER,
                alaMvrpPortConfigApplicantMode                          INTEGER,
                alaMvrpPortConfigJoinTimer                              Integer32,
                alaMvrpPortConfigLeaveTimer                             Integer32,
                alaMvrpPortConfigLeaveAllTimer                          Integer32,
                alaMvrpPortConfigPeriodicTimer                          Integer32,
                alaMvrpPortConfigPeriodicTransmissionStatus             EnabledStatus
        }

        alaMvrpPortConfigIfIndex OBJECT-TYPE
                SYNTAX  InterfaceIndex
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "The ifindex of the port on which MVRP is running"
        ::= { alaMvrpPortConfigEntry 1 }

        alaMvrpPortStatus OBJECT-TYPE
                SYNTAX          EnabledStatus
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "The state of MVRP operation on this port.  The value
                        enabled(1) indicates that MVRP is enabled on this port.
                        When disabled(2), MVRP is disabled on this port.
                        Any MVRP packets received will be silently discarded on
                        this port and no MVRP registrations will be propagated from
                        this port. This object affects all MVRP Applicant and
                        Registrar state machines on this port.  A transition
                        from disabled(2) to enabled(1) will cause a reset of all
                        MVRP state machines on this port."
                DEFVAL  { disabled }
        ::= { alaMvrpPortConfigEntry 2 }

        alaMvrpPortConfigRegistrarMode OBJECT-TYPE
                SYNTAX  INTEGER
                                {
                                        normal(1),
                                        fixed(2),
                                        forbidden(3)
                                }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines the mode of operation of all the registrar state machines associated to the port.
                        normal - registration as well as de-registration of VLANs are allowed.
                        fixed  - A VLAN that was previously mapped onto such a port either dynamically or statically
                        cannot be de-registered through MVRP. When the port registration mode is set to fixed,
                        VLAN(s) can only be mapped onto such port statically.
                        forbidden - dynamic VLAN registration or de-registration are not allowed on the port.

                        NOTE: The registrar state machines for the default VLAN will operate in Fixed Registration Mode
                        for all the ports on the switch."
                DEFVAL  { normal }
        ::= { alaMvrpPortConfigEntry 3 }


        alaMvrpPortConfigApplicantMode OBJECT-TYPE
                SYNTAX  INTEGER
                                {
                                        participant (1),
                                        nonparticipant (2),
                                        active (3)
                                }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Defines the mode of operation of all the applicant state machines associated to the port.
                        participant - The state machines participates normally  in MVRP protocol exchanges.
                        nonparticipant - The state machines does not send any MVRP PDU(s).
                        active - The state machines send MVRP frames even on ports that are in blocking state on
                        the active spanning tree instance."
                DEFVAL  { active }
        ::= { alaMvrpPortConfigEntry 4 }


        alaMvrpPortConfigJoinTimer OBJECT-TYPE
                SYNTAX  Integer32 (250 .. 2147483647)
                UNITS   "milliseconds"
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Maximum period of time that a MVRP instance waits before making declarations for VLANs."
                DEFVAL  { 600 }
        ::= { alaMvrpPortConfigEntry 5 }

        alaMvrpPortConfigLeaveTimer OBJECT-TYPE
                SYNTAX  Integer32 (750 .. 2147483647)
                UNITS   "milliseconds"
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Period of time that a registrar state machine of a MVRP instance waits, after receiving
                        a leave message on a port for a particular VLAN, to remove the registration of that VLAN
                        on the port.
                        The value for the Leave Timer must be greater than twice the value for the Join timer,
                        plus six times the timer resolution."
                DEFVAL  { 1800 }
        ::= { alaMvrpPortConfigEntry 6 }

        alaMvrpPortConfigLeaveAllTimer OBJECT-TYPE
                SYNTAX  Integer32 (750 .. 2147483647)
                UNITS   "milliseconds"
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Interval at which the Leave All state machine of a MVRP instance generates Leave All
                        messages. A Leave All message instructs MVRP to modify the state of all VLANs registered
                        on a port to Leaving.
                        The value for the LeaveAll Timer must be greater than the value for the Leave
                        timer."
                DEFVAL  { 30000  }
        ::= { alaMvrpPortConfigEntry 7 }

        alaMvrpPortConfigPeriodicTimer OBJECT-TYPE
                SYNTAX  Integer32 (1 .. 2147483647)
                UNITS   "seconds"
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Interval at which the Periodic transmission state machine of a MVRP instance generates
                        transmission opportunities for the MVRP instance."
                DEFVAL  { 1 }
        ::= { alaMvrpPortConfigEntry 8 }

        alaMvrpPortConfigPeriodicTransmissionStatus OBJECT-TYPE
                SYNTAX      EnabledStatus
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Used to enable or disable the Periodic transmission state machine of a MVRP instance."
                DEFVAL  { enabled }
        ::= { alaMvrpPortConfigEntry 9 }

---------------------------------------------------------------

---------------------------------------------------------------
--MVRP Port Statistics Table
---------------------------------------------------------------

--      DESCRIPTION:
--      "Port statistics information
--      for the MVRP Module.
--      Implementation of this group is mandantory"

        alaMvrpPortStats OBJECT IDENTIFIER ::= { alcatelIND1MVRPMIBObjects 8 }


        alaMvrpPortStatsTable OBJECT-TYPE
                SYNTAX  SEQUENCE OF AlaMvrpPortStatsEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A table containing MVRP port statistics information."
        ::= { alaMvrpPortStats 1 }

        alaMvrpPortStatsEntry OBJECT-TYPE
                SYNTAX  AlaMvrpPortStatsEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A MVRP port statistics entry."
                INDEX { alaMvrpPortStatsIfIndex }
        ::= { alaMvrpPortStatsTable 1 }

        AlaMvrpPortStatsEntry ::= SEQUENCE {
                alaMvrpPortStatsIfIndex                 InterfaceIndex,
                alaMvrpPortStatsNewReceived             Counter32,
                alaMvrpPortStatsJoinInReceived          Counter32,
                alaMvrpPortStatsJoinEmptyReceived       Counter32,
                alaMvrpPortStatsLeaveReceived           Counter32,
                alaMvrpPortStatsInReceived              Counter32,
                alaMvrpPortStatsEmptyReceived           Counter32,
                alaMvrpPortStatsLeaveAllReceived        Counter32,
                alaMvrpPortStatsNewTransmitted          Counter32,
                alaMvrpPortStatsJoinInTransmitted       Counter32,
                alaMvrpPortStatsJoinEmptyTransmitted    Counter32,
                alaMvrpPortStatsLeaveTransmitted        Counter32,
                alaMvrpPortStatsInTransmitted           Counter32,
                alaMvrpPortStatsEmptyTransmitted        Counter32,
                alaMvrpPortStatsLeaveAllTransmitted     Counter32,
                alaMvrpPortStatsTotalPDUReceived        Counter32,
                alaMvrpPortStatsTotalPDUTransmitted     Counter32,
                alaMvrpPortStatsTotalMsgsReceived       Counter32,
                alaMvrpPortStatsTotalMsgsTransmitted    Counter32,
                alaMvrpPortStatsInvalidMsgsReceived     Counter32,
                alaMvrpPortFailedRegistrations          Counter32,
                alaMvrpPortLastPduOrigin                MacAddress,
                alaMvrpPortStatsClearStats              INTEGER
        }

        alaMvrpPortStatsIfIndex OBJECT-TYPE
                SYNTAX  InterfaceIndex
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "The ifindex of the port on which MVRP is running"
        ::= { alaMvrpPortStatsEntry 1 }

        alaMvrpPortStatsNewReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of New messages received."
        ::= { alaMvrpPortStatsEntry 2}

        alaMvrpPortStatsJoinInReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS  read-only
                STATUS          current
                DESCRIPTION
                        "The number of Join In messages received."
        ::= { alaMvrpPortStatsEntry 3}

        alaMvrpPortStatsJoinEmptyReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Join Empty messages received."
        ::= { alaMvrpPortStatsEntry 4}

        alaMvrpPortStatsLeaveReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Leave messages received."
        ::= { alaMvrpPortStatsEntry 5}

        alaMvrpPortStatsInReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of In messages received."
        ::= { alaMvrpPortStatsEntry 6}

        alaMvrpPortStatsEmptyReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Empty messages received."
        ::= { alaMvrpPortStatsEntry 7}

        alaMvrpPortStatsLeaveAllReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Leave all messages received."
        ::= { alaMvrpPortStatsEntry 8}

        alaMvrpPortStatsNewTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of New messages transmitted."
        ::= { alaMvrpPortStatsEntry 9}

        alaMvrpPortStatsJoinInTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS  read-only
                STATUS          current
                DESCRIPTION
                        "The number of Join In messages transmitted."
        ::= { alaMvrpPortStatsEntry 10}

        alaMvrpPortStatsJoinEmptyTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Join Empty messages transmitted."
        ::= { alaMvrpPortStatsEntry 11}

        alaMvrpPortStatsLeaveTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Leave messages transmitted."
        ::= { alaMvrpPortStatsEntry 12}

        alaMvrpPortStatsInTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of In messages transmitted."
        ::= { alaMvrpPortStatsEntry 13}

        alaMvrpPortStatsEmptyTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Empty messages transmitted."
        ::= { alaMvrpPortStatsEntry 14}

        alaMvrpPortStatsLeaveAllTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Leave all messages transmitted."
        ::= { alaMvrpPortStatsEntry 15}

        alaMvrpPortStatsTotalPDUReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The total number of MVRP PDUs received."
        ::= { alaMvrpPortStatsEntry 16}

        alaMvrpPortStatsTotalPDUTransmitted     OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The total number of MVRP PDUs transmitted."
        ::= { alaMvrpPortStatsEntry 17}

        alaMvrpPortStatsTotalMsgsReceived OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The total number of MVRP messages received."
        ::= { alaMvrpPortStatsEntry 18}

        alaMvrpPortStatsTotalMsgsTransmitted OBJECT-TYPE
                SYNTAX  Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The total number of MVRP messages transmitted."
        ::= { alaMvrpPortStatsEntry 19}

        alaMvrpPortStatsInvalidMsgsReceived OBJECT-TYPE
                SYNTAX          Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The number of Invalid messages received."
        ::= { alaMvrpPortStatsEntry 20}

        alaMvrpPortFailedRegistrations OBJECT-TYPE
                SYNTAX          Counter32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The total number of failed GVRP registrations,
                        for any reason, on this port."
        ::= { alaMvrpPortStatsEntry 21}

        alaMvrpPortLastPduOrigin OBJECT-TYPE
                SYNTAX          MacAddress
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                        "The Source MAC Address of the last GVRP message
                        received on this port."
        ::= { alaMvrpPortStatsEntry 22}

        alaMvrpPortStatsClearStats OBJECT-TYPE
                SYNTAX  INTEGER
                                {
                                        default(0),
                                        reset(1)
                                }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                        "Reset all statistics parameters corresponding to this port.
                        By default, this objects contains a zero value."
                DEFVAL  { default }
        ::= { alaMvrpPortStatsEntry 23}

---------------------------------------------------------------
--MVRP Port Restrict VLAN Config Table
---------------------------------------------------------------

--      DESCRIPTION:
--      "Port Restrict VLAN configuration information
--      data for the MVRP Module.
--      Implementation of this group is mandantory"


        alaMvrpPortRestrictVlanConfig OBJECT IDENTIFIER ::= { alcatelIND1MVRPMIBObjects 9 }

        alaMvrpPortRestrictVlanConfigTable OBJECT-TYPE
                SYNTAX  SEQUENCE OF AlaMvrpPortRestrictVlanConfigEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A table containing MVRP port restrict VLAN configuration information."
        ::= { alaMvrpPortRestrictVlanConfig 1 }

        alaMvrpPortRestrictVlanConfigEntry OBJECT-TYPE
                SYNTAX  AlaMvrpPortRestrictVlanConfigEntry
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "A MVRP port restrict VLAN configuration entry."
                INDEX { alaMvrpPortRestrictVlanIfIndex, alaMvrpPortRestrictVlanID}
        ::= { alaMvrpPortRestrictVlanConfigTable 1 }

        AlaMvrpPortRestrictVlanConfigEntry ::= SEQUENCE {
                alaMvrpPortRestrictVlanIfIndex          InterfaceIndex,
                alaMvrpPortRestrictVlanID               VlanId,
                alaMvrpPortVlanRestrictions             MvrpPortVlanRestrictBitmap
        }

        alaMvrpPortRestrictVlanIfIndex OBJECT-TYPE
                SYNTAX          InterfaceIndex
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "The ifindex of the port on which MVRP is running"
        ::= { alaMvrpPortRestrictVlanConfigEntry 1 }

        alaMvrpPortRestrictVlanID OBJECT-TYPE
                SYNTAX          VlanId
                MAX-ACCESS      not-accessible
                STATUS          current
                DESCRIPTION
                        "An integer indicating VLAN-ID."
        ::= { alaMvrpPortRestrictVlanConfigEntry 2 }

         alaMvrpPortVlanRestrictions OBJECT-TYPE
                SYNTAX          MvrpPortVlanRestrictBitmap
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
                       "The bitmap includes the status value for different type of restrictions that could be
                        applied for a port VLAN combination. Each bit in the bitmap corresponds to the status
                        of a particular restriction applied for a VLAN on the port.
                        If the bit is set, the particular restriction is enabled for the VLAN port combination.

                        Having the bit 'noRestriction(0)' set indicates that the no restriction is applied for
                        the VLAN on the port. No other option can be applied along with this option.

                        Having the bit 'restrictRegistration(1)' set indicates that the VLAN is restricted from
                        getting registered on the port.

                        Having the bit 'restrictAdvertisement(2)' set indicates that the advertisement for the
                        VLAN is restricted on the port.

                        Having the bit 'restrictStaticVlanRegistration(3)' set indicates that the registration
                        on a port for a static VLAN is restricted."
                DEFVAL  { {noRestriction} }
        ::= { alaMvrpPortRestrictVlanConfigEntry 3 }

----------------------------------------------------------------

---------------------------------------------------------------
--COMPLIANCE
---------------------------------------------------------------

        alcatelIND1MVRPMIBCompliance MODULE-COMPLIANCE
                STATUS  current
                DESCRIPTION
                        "Compliance statement for MVRP."
                MODULE
                MANDATORY-GROUPS
                        {
                                alaMvrpBaseGroup,
                                alaMvrpPortConfigGroup,
                                alaMvrpPortStatsGroup,
                                alaMvrpPortRestrictVlanConfigGroup,
                                alaIND1MvrpNotificationGroup
                        }
        ::= { alcatelIND1MVRPMIBCompliances 1 }

---------------------------------------------------------------
--UNITS OF CONFORMANCE
---------------------------------------------------------------

        alaMvrpBaseGroup OBJECT-GROUP
                OBJECTS
                        {
                                alaMvrpGlobalStatus,
                                alaMvrpGlobalClearStats,
                                alaMvrpTransparentSwitching,
                                alaMvrpMaxVlanLimit,
                                alaMvrpVlanConflictInfo,
                                alaVlanRegistrationProtocolType
                        }
                STATUS  current
                DESCRIPTION
                        "Collection of objects for management of MVRP Base Group."
        ::= { alcatelIND1MVRPMIBGroups 1 }

        alaMvrpPortConfigGroup OBJECT-GROUP
                OBJECTS
                        {
                                alaMvrpPortStatus,
                                alaMvrpPortConfigRegistrarMode,
                                alaMvrpPortConfigApplicantMode,
                                alaMvrpPortConfigJoinTimer,
                                alaMvrpPortConfigLeaveTimer,
                                alaMvrpPortConfigLeaveAllTimer,
                                alaMvrpPortConfigPeriodicTimer,
                                alaMvrpPortConfigPeriodicTransmissionStatus
                        }
                STATUS  current
                DESCRIPTION
                        "Collection of objects for management of MVRP Port Configuration Table."
        ::= { alcatelIND1MVRPMIBGroups 2 }

        alaMvrpPortStatsGroup OBJECT-GROUP
                OBJECTS
                        {
                                alaMvrpPortStatsNewReceived,
                                alaMvrpPortStatsJoinInReceived,
                                alaMvrpPortStatsJoinEmptyReceived,
                                alaMvrpPortStatsLeaveReceived,
                                alaMvrpPortStatsInReceived,
                                alaMvrpPortStatsEmptyReceived,
                                alaMvrpPortStatsLeaveAllReceived,
                                alaMvrpPortStatsNewTransmitted,
                                alaMvrpPortStatsJoinInTransmitted,
                                alaMvrpPortStatsJoinEmptyTransmitted,
                                alaMvrpPortStatsLeaveTransmitted,
                                alaMvrpPortStatsInTransmitted,
                                alaMvrpPortStatsEmptyTransmitted,
                                alaMvrpPortStatsLeaveAllTransmitted,
                                alaMvrpPortStatsTotalPDUReceived,
                                alaMvrpPortStatsTotalPDUTransmitted,
                                alaMvrpPortStatsTotalMsgsReceived,
                                alaMvrpPortStatsTotalMsgsTransmitted,
                                alaMvrpPortStatsInvalidMsgsReceived,
                                alaMvrpPortFailedRegistrations,
                                alaMvrpPortLastPduOrigin,
                                alaMvrpPortStatsClearStats
                        }
                STATUS  current
                DESCRIPTION
                        "Collection of objects for management of MVRP Statistics Table."
        ::= { alcatelIND1MVRPMIBGroups 3 }

        alaMvrpPortRestrictVlanConfigGroup OBJECT-GROUP
                OBJECTS
                        {
                                alaMvrpPortVlanRestrictions
                        }
                STATUS  current
                DESCRIPTION
                        "Collection of objects for management of MVRP Port Restrict VLAN Configuration Table."
        ::= { alcatelIND1MVRPMIBGroups 4 }

        alaIND1MvrpNotificationGroup NOTIFICATION-GROUP
           NOTIFICATIONS
           {
               alaMvrpVlanLimitReachedEvent,
               alaMvrpE2eVlanConflict
           }
           STATUS  current
           DESCRIPTION
                "Collection of notifications for MVRP."
           ::= { alcatelIND1MVRPMIBGroups 5 }


---------------------------------------------------------------

END