summaryrefslogtreecommitdiff
path: root/pysnmp/smi/mibs/SNMP-VIEW-BASED-ACM-MIB.py
blob: 4cf64858233e901b7726d4a02835d6934dd1bafa (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
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
#
# This file is part of pysnmp software.
#
# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pysnmp/license.html
#
# ASN.1 source http://mibs.snmplabs.com:80/asn1/SNMP-VIEW-BASED-ACM-MIB
# Produced by pysmi-0.4.0 at Sun Feb 17 00:07:11 2019
#
if 'mibBuilder' not in globals():
    import sys

    sys.stderr.write(__doc__)
    sys.exit(1)

(Integer,
 OctetString,
 ObjectIdentifier) = mibBuilder.importSymbols(
    "ASN1",
    "Integer",
    "OctetString",
    "ObjectIdentifier")

(NamedValues,) = mibBuilder.importSymbols(
    "ASN1-ENUMERATION",
    "NamedValues")
(ConstraintsIntersection,
 SingleValueConstraint,
 ValueRangeConstraint,
 ValueSizeConstraint,
 ConstraintsUnion) = mibBuilder.importSymbols(
    "ASN1-REFINEMENT",
    "ConstraintsIntersection",
    "SingleValueConstraint",
    "ValueRangeConstraint",
    "ValueSizeConstraint",
    "ConstraintsUnion")

(SnmpSecurityLevel,
 SnmpSecurityModel,
 SnmpAdminString) = mibBuilder.importSymbols(
    "SNMP-FRAMEWORK-MIB",
    "SnmpSecurityLevel",
    "SnmpSecurityModel",
    "SnmpAdminString")

(ModuleCompliance,
 NotificationGroup,
 ObjectGroup) = mibBuilder.importSymbols(
    "SNMPv2-CONF",
    "ModuleCompliance",
    "NotificationGroup",
    "ObjectGroup")

(TimeTicks,
 ModuleIdentity,
 NotificationType,
 IpAddress,
 MibIdentifier,
 Integer32,
 MibScalar,
 MibTable,
 MibTableRow,
 MibTableColumn,
 iso,
 Counter64,
 ObjectIdentity,
 snmpModules,
 Bits,
 Gauge32,
 Unsigned32,
 Counter32) = mibBuilder.importSymbols(
    "SNMPv2-SMI",
    "TimeTicks",
    "ModuleIdentity",
    "NotificationType",
    "IpAddress",
    "MibIdentifier",
    "Integer32",
    "MibScalar",
    "MibTable",
    "MibTableRow",
    "MibTableColumn",
    "iso",
    "Counter64",
    "ObjectIdentity",
    "snmpModules",
    "Bits",
    "Gauge32",
    "Unsigned32",
    "Counter32")

(RowStatus,
 DisplayString,
 StorageType,
 TestAndIncr,
 TextualConvention) = mibBuilder.importSymbols(
    "SNMPv2-TC",
    "RowStatus",
    "DisplayString",
    "StorageType",
    "TestAndIncr",
    "TextualConvention")

snmpVacmMIB = ModuleIdentity(
    (1, 3, 6, 1, 6, 3, 16)
)
snmpVacmMIB.setRevisions(
        ("2002-10-16 00:00",
         "1999-01-20 00:00",
         "1997-11-20 00:00")
)
snmpVacmMIB.setLastUpdated("200210160000Z")
if mibBuilder.loadTexts:
    snmpVacmMIB.setOrganization("""\
SNMPv3 Working Group
""")
snmpVacmMIB.setContactInfo("""\
WG-email: snmpv3@lists.tislabs.com Subscribe: majordomo@lists.tislabs.com In
message body: subscribe snmpv3 Co-Chair: Russ Mundy Network Associates
Laboratories postal: 15204 Omega Drive, Suite 300 Rockville, MD 20850-4601 USA
email: mundy@tislabs.com phone: +1 301-947-7107 Co-Chair: David Harrington
Enterasys Networks Postal: 35 Industrial Way P. O. Box 5004 Rochester, New
Hampshire 03866-5005 USA EMail: dbh@enterasys.com Phone: +1 603-337-2614 Co-
editor: Bert Wijnen Lucent Technologies postal: Schagen 33 3461 GL Linschoten
Netherlands email: bwijnen@lucent.com phone: +31-348-480-685 Co-editor: Randy
Presuhn BMC Software, Inc. postal: 2141 North First Street San Jose, CA 95131
USA email: randy_presuhn@bmc.com phone: +1 408-546-1006 Co-editor: Keith
McCloghrie Cisco Systems, Inc. postal: 170 West Tasman Drive San Jose, CA
95134-1706 USA email: kzm@cisco.com phone: +1-408-526-5260
""")
if mibBuilder.loadTexts:
    snmpVacmMIB.setDescription("""\
The management information definitions for the View-based Access Control Model
for SNMP. Copyright (C) The Internet Society (2002). This version of this MIB
module is part of RFC 3415; see the RFC itself for full legal notices.
""")

_VacmMIBObjects_ObjectIdentity = ObjectIdentity
vacmMIBObjects = _VacmMIBObjects_ObjectIdentity(
    (1, 3, 6, 1, 6, 3, 16, 1)
)
_VacmContextTable_Object = MibTable
vacmContextTable = _VacmContextTable_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 1)
)
if mibBuilder.loadTexts:
    vacmContextTable.setStatus("current")
if mibBuilder.loadTexts:
    vacmContextTable.setDescription("""\
The table of locally available contexts. This table provides information to
SNMP Command Generator applications so that they can properly configure the
vacmAccessTable to control access to all contexts at the SNMP entity. This
table may change dynamically if the SNMP entity allows that contexts are
added/deleted dynamically (for instance when its configuration changes). Such
changes would happen only if the management instrumentation at that SNMP entity
recognizes more (or fewer) contexts. The presence of entries in this table and
of entries in the vacmAccessTable are independent. That is, a context
identified by an entry in this table is not necessarily referenced by any
entries in the vacmAccessTable; and the context(s) referenced by an entry in
the vacmAccessTable does not necessarily currently exist and thus need not be
identified by an entry in this table. This table must be made accessible via
the default context so that Command Responder applications have a standard way
of retrieving the information. This table is read-only. It cannot be configured
via SNMP.
""")
_VacmContextEntry_Object = MibTableRow
vacmContextEntry = _VacmContextEntry_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 1, 1)
)
vacmContextEntry.setIndexNames(
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmContextName"),
)
if mibBuilder.loadTexts:
    vacmContextEntry.setStatus("current")
if mibBuilder.loadTexts:
    vacmContextEntry.setDescription("""\
Information about a particular context.
""")


class _VacmContextName_Type(SnmpAdminString):
    """Custom type vacmContextName based on SnmpAdminString"""
    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 32),
    )


_VacmContextName_Type.__name__ = "SnmpAdminString"
_VacmContextName_Object = MibTableColumn
vacmContextName = _VacmContextName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 1, 1, 1),
    _VacmContextName_Type()
)
vacmContextName.setMaxAccess("read-only")
if mibBuilder.loadTexts:
    vacmContextName.setStatus("current")
if mibBuilder.loadTexts:
    vacmContextName.setDescription("""\
A human readable name identifying a particular context at a particular SNMP
entity. The empty contextName (zero length) represents the default context.
""")

# NOTE: The RowStatus column is not present in the MIB

_VacmContextStatus_Type = RowStatus
_VacmContextStatus_Object = MibTableColumn
vacmContextStatus = _VacmContextStatus_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 1, 1, 2),
    _VacmContextStatus_Type()
)
vacmContextStatus.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmContextStatus.setStatus('current')
if mibBuilder.loadTexts:
    vacmContextStatus.setDescription("""\
The status of this conceptual row. Until instances of all corresponding columns
are appropriately configured, the value of the corresponding instance of the
vacmContextTableStatus column is 'notReady'. In particular, a newly created
row cannot be made active until a value has been set for vacmContextName. The
RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under
which circumstances other objects in this row can be modified: The value of
this object has no effect on whether other objects in this conceptual row can
be modified.
""")

_VacmSecurityToGroupTable_Object = MibTable
vacmSecurityToGroupTable = _VacmSecurityToGroupTable_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2)
)
if mibBuilder.loadTexts:
    vacmSecurityToGroupTable.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityToGroupTable.setDescription("""\
This table maps a combination of securityModel and securityName into a
groupName which is used to define an access control policy for a group of
principals.
""")
_VacmSecurityToGroupEntry_Object = MibTableRow
vacmSecurityToGroupEntry = _VacmSecurityToGroupEntry_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1)
)
vacmSecurityToGroupEntry.setIndexNames(
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmSecurityModel"),
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmSecurityName"),
)
if mibBuilder.loadTexts:
    vacmSecurityToGroupEntry.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityToGroupEntry.setDescription("""\
An entry in this table maps the combination of a securityModel and securityName
into a groupName.
""")


class _VacmSecurityModel_Type(SnmpSecurityModel):
    """Custom type vacmSecurityModel based on SnmpSecurityModel"""
    subtypeSpec = SnmpSecurityModel.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueRangeConstraint(1, 2147483647),
    )


_VacmSecurityModel_Type.__name__ = "SnmpSecurityModel"
_VacmSecurityModel_Object = MibTableColumn
vacmSecurityModel = _VacmSecurityModel_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1, 1),
    _VacmSecurityModel_Type()
)
vacmSecurityModel.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmSecurityModel.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityModel.setDescription("""\
The Security Model, by which the vacmSecurityName referenced by this entry is
provided. Note, this object may not take the 'any' (0) value.
""")


class _VacmSecurityName_Type(SnmpAdminString):
    """Custom type vacmSecurityName based on SnmpAdminString"""
    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(1, 32),
    )


_VacmSecurityName_Type.__name__ = "SnmpAdminString"
_VacmSecurityName_Object = MibTableColumn
vacmSecurityName = _VacmSecurityName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1, 2),
    _VacmSecurityName_Type()
)
vacmSecurityName.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmSecurityName.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityName.setDescription("""\
The securityName for the principal, represented in a Security Model independent
format, which is mapped by this entry to a groupName.
""")


class _VacmGroupName_Type(SnmpAdminString):
    """Custom type vacmGroupName based on SnmpAdminString"""
    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(1, 32),
    )


_VacmGroupName_Type.__name__ = "SnmpAdminString"
_VacmGroupName_Object = MibTableColumn
vacmGroupName = _VacmGroupName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1, 3),
    _VacmGroupName_Type()
)
vacmGroupName.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmGroupName.setStatus("current")
if mibBuilder.loadTexts:
    vacmGroupName.setDescription("""\
The name of the group to which this entry (e.g., the combination of
securityModel and securityName) belongs. This groupName is used as index into
the vacmAccessTable to select an access control policy. However, a value in
this table does not imply that an instance with the value exists in table
vacmAccesTable.
""")


class _VacmSecurityToGroupStorageType_Type(StorageType):
    """Custom type vacmSecurityToGroupStorageType based on StorageType"""


_VacmSecurityToGroupStorageType_Object = MibTableColumn
vacmSecurityToGroupStorageType = _VacmSecurityToGroupStorageType_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1, 4),
    _VacmSecurityToGroupStorageType_Type().clone('nonVolatile')
)
vacmSecurityToGroupStorageType.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmSecurityToGroupStorageType.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityToGroupStorageType.setDescription("""\
The storage type for this conceptual row. Conceptual rows having the value
'permanent' need not allow write-access to any columnar objects in the row.
""")
_VacmSecurityToGroupStatus_Type = RowStatus
_VacmSecurityToGroupStatus_Object = MibTableColumn
vacmSecurityToGroupStatus = _VacmSecurityToGroupStatus_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 2, 1, 5),
    _VacmSecurityToGroupStatus_Type()
)
vacmSecurityToGroupStatus.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmSecurityToGroupStatus.setStatus("current")
if mibBuilder.loadTexts:
    vacmSecurityToGroupStatus.setDescription("""\
The status of this conceptual row. Until instances of all corresponding columns
are appropriately configured, the value of the corresponding instance of the
vacmSecurityToGroupStatus column is 'notReady'. In particular, a newly created
row cannot be made active until a value has been set for vacmGroupName. The
RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which
circumstances other objects in this row can be modified: The value of this
object has no effect on whether other objects in this conceptual row can be
modified.
""")
_VacmAccessTable_Object = MibTable
vacmAccessTable = _VacmAccessTable_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4)
)
if mibBuilder.loadTexts:
    vacmAccessTable.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessTable.setDescription("""\
The table of access rights for groups. Each entry is indexed by a groupName, a
contextPrefix, a securityModel and a securityLevel. To determine whether access
is allowed, one entry from this table needs to be selected and the proper
viewName from that entry must be used for access control checking. To select
the proper entry, follow these steps: 1) the set of possible matches is formed
by the intersection of the following sets of entries: the set of entries with
identical vacmGroupName the union of these two sets: - the set with identical
vacmAccessContextPrefix - the set of entries with vacmAccessContextMatch value
of 'prefix' and matching vacmAccessContextPrefix intersected with the union of
these two sets: - the set of entries with identical vacmSecurityModel - the set
of entries with vacmSecurityModel value of 'any' intersected with the set of
entries with vacmAccessSecurityLevel value less than or equal to the requested
securityLevel 2) if this set has only one member, we're done otherwise, it
comes down to deciding how to weight the preferences between ContextPrefixes,
SecurityModels, and SecurityLevels as follows: a) if the subset of entries with
securityModel matching the securityModel in the message is not empty, then
discard the rest. b) if the subset of entries with vacmAccessContextPrefix
matching the contextName in the message is not empty, then discard the rest c)
discard all entries with ContextPrefixes shorter than the longest one remaining
in the set d) select the entry with the highest securityLevel Please note that
for securityLevel noAuthNoPriv, all groups are really equivalent since the
assumption that the securityName has been authenticated does not hold.
""")
_VacmAccessEntry_Object = MibTableRow
vacmAccessEntry = _VacmAccessEntry_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1)
)
vacmAccessEntry.setIndexNames(
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmGroupName"),
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmAccessContextPrefix"),
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmAccessSecurityModel"),
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmAccessSecurityLevel"),
)
if mibBuilder.loadTexts:
    vacmAccessEntry.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessEntry.setDescription("""\
An access right configured in the Local Configuration Datastore (LCD)
authorizing access to an SNMP context. Entries in this table can use an
instance value for object vacmGroupName even if no entry in table
vacmAccessSecurityToGroupTable has a corresponding value for object
vacmGroupName.
""")


class _VacmAccessContextPrefix_Type(SnmpAdminString):
    """Custom type vacmAccessContextPrefix based on SnmpAdminString"""
    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 32),
    )


_VacmAccessContextPrefix_Type.__name__ = "SnmpAdminString"
_VacmAccessContextPrefix_Object = MibTableColumn
vacmAccessContextPrefix = _VacmAccessContextPrefix_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 1),
    _VacmAccessContextPrefix_Type()
)
vacmAccessContextPrefix.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmAccessContextPrefix.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessContextPrefix.setDescription("""\
In order to gain the access rights allowed by this conceptual row, a
contextName must match exactly (if the value of vacmAccessContextMatch is
'exact') or partially (if the value of vacmAccessContextMatch is 'prefix') to
the value of the instance of this object.
""")
_VacmAccessSecurityModel_Type = SnmpSecurityModel
_VacmAccessSecurityModel_Object = MibTableColumn
vacmAccessSecurityModel = _VacmAccessSecurityModel_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 2),
    _VacmAccessSecurityModel_Type()
)
vacmAccessSecurityModel.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmAccessSecurityModel.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessSecurityModel.setDescription("""\
In order to gain the access rights allowed by this conceptual row, this
securityModel must be in use.
""")
_VacmAccessSecurityLevel_Type = SnmpSecurityLevel
_VacmAccessSecurityLevel_Object = MibTableColumn
vacmAccessSecurityLevel = _VacmAccessSecurityLevel_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 3),
    _VacmAccessSecurityLevel_Type()
)
vacmAccessSecurityLevel.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmAccessSecurityLevel.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessSecurityLevel.setDescription("""\
The minimum level of security required in order to gain the access rights
allowed by this conceptual row. A securityLevel of noAuthNoPriv is less than
authNoPriv which in turn is less than authPriv. If multiple entries are equally
indexed except for this vacmAccessSecurityLevel index, then the entry which has
the highest value for vacmAccessSecurityLevel is selected.
""")


class _VacmAccessContextMatch_Type(Integer32):
    """Custom type vacmAccessContextMatch based on Integer32"""
    defaultValue = 1

    subtypeSpec = Integer32.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        SingleValueConstraint(
            *(1,
              2)
        )
    )
    namedValues = NamedValues(
        *(("exact", 1),
          ("prefix", 2))
    )


_VacmAccessContextMatch_Type.__name__ = "Integer32"
_VacmAccessContextMatch_Object = MibTableColumn
vacmAccessContextMatch = _VacmAccessContextMatch_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 4),
    _VacmAccessContextMatch_Type().clone('exact')
)
vacmAccessContextMatch.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessContextMatch.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessContextMatch.setDescription("""\
If the value of this object is exact(1), then all rows where the contextName
exactly matches vacmAccessContextPrefix are selected. If the value of this
object is prefix(2), then all rows where the contextName whose starting octets
exactly match vacmAccessContextPrefix are selected. This allows for a simple
form of wildcarding.
""")


class _VacmAccessReadViewName_Type(SnmpAdminString):
    """Custom type vacmAccessReadViewName based on SnmpAdminString"""
    defaultHexValue = ""

    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 32),
    )


_VacmAccessReadViewName_Type.__name__ = "SnmpAdminString"
_VacmAccessReadViewName_Object = MibTableColumn
vacmAccessReadViewName = _VacmAccessReadViewName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 5),
    _VacmAccessReadViewName_Type()
)
vacmAccessReadViewName.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessReadViewName.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessReadViewName.setDescription("""\
The value of an instance of this object identifies the MIB view of the SNMP
context to which this conceptual row authorizes read access. The identified MIB
view is that one for which the vacmViewTreeFamilyViewName has the same value as
the instance of this object; if the value is the empty string or if there is no
active MIB view having this value of vacmViewTreeFamilyViewName, then no access
is granted.
""")


class _VacmAccessWriteViewName_Type(SnmpAdminString):
    """Custom type vacmAccessWriteViewName based on SnmpAdminString"""
    defaultHexValue = ""

    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 32),
    )


_VacmAccessWriteViewName_Type.__name__ = "SnmpAdminString"
_VacmAccessWriteViewName_Object = MibTableColumn
vacmAccessWriteViewName = _VacmAccessWriteViewName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 6),
    _VacmAccessWriteViewName_Type()
)
vacmAccessWriteViewName.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessWriteViewName.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessWriteViewName.setDescription("""\
The value of an instance of this object identifies the MIB view of the SNMP
context to which this conceptual row authorizes write access. The identified
MIB view is that one for which the vacmViewTreeFamilyViewName has the same
value as the instance of this object; if the value is the empty string or if
there is no active MIB view having this value of vacmViewTreeFamilyViewName,
then no access is granted.
""")


class _VacmAccessNotifyViewName_Type(SnmpAdminString):
    """Custom type vacmAccessNotifyViewName based on SnmpAdminString"""
    defaultHexValue = ""

    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 32),
    )


_VacmAccessNotifyViewName_Type.__name__ = "SnmpAdminString"
_VacmAccessNotifyViewName_Object = MibTableColumn
vacmAccessNotifyViewName = _VacmAccessNotifyViewName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 7),
    _VacmAccessNotifyViewName_Type()
)
vacmAccessNotifyViewName.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessNotifyViewName.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessNotifyViewName.setDescription("""\
The value of an instance of this object identifies the MIB view of the SNMP
context to which this conceptual row authorizes access for notifications. The
identified MIB view is that one for which the vacmViewTreeFamilyViewName has
the same value as the instance of this object; if the value is the empty string
or if there is no active MIB view having this value of
vacmViewTreeFamilyViewName, then no access is granted.
""")


class _VacmAccessStorageType_Type(StorageType):
    """Custom type vacmAccessStorageType based on StorageType"""


_VacmAccessStorageType_Object = MibTableColumn
vacmAccessStorageType = _VacmAccessStorageType_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 8),
    _VacmAccessStorageType_Type().clone('nonVolatile')
)
vacmAccessStorageType.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessStorageType.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessStorageType.setDescription("""\
The storage type for this conceptual row. Conceptual rows having the value
'permanent' need not allow write-access to any columnar objects in the row.
""")
_VacmAccessStatus_Type = RowStatus
_VacmAccessStatus_Object = MibTableColumn
vacmAccessStatus = _VacmAccessStatus_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 4, 1, 9),
    _VacmAccessStatus_Type()
)
vacmAccessStatus.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmAccessStatus.setStatus("current")
if mibBuilder.loadTexts:
    vacmAccessStatus.setDescription("""\
The status of this conceptual row. The RowStatus TC [RFC2579] requires that
this DESCRIPTION clause states under which circumstances other objects in this
row can be modified: The value of this object has no effect on whether other
objects in this conceptual row can be modified.
""")
_VacmMIBViews_ObjectIdentity = ObjectIdentity
vacmMIBViews = _VacmMIBViews_ObjectIdentity(
    (1, 3, 6, 1, 6, 3, 16, 1, 5)
)
_VacmViewSpinLock_Type = TestAndIncr
_VacmViewSpinLock_Object = MibScalar
vacmViewSpinLock = _VacmViewSpinLock_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 1),
    _VacmViewSpinLock_Type()
)
vacmViewSpinLock.setMaxAccess("read-write")
if mibBuilder.loadTexts:
    vacmViewSpinLock.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewSpinLock.setDescription("""\
An advisory lock used to allow cooperating SNMP Command Generator applications
to coordinate their use of the Set operation in creating or modifying views.
When creating a new view or altering an existing view, it is important to
understand the potential interactions with other uses of the view. The
vacmViewSpinLock should be retrieved. The name of the view to be created should
be determined to be unique by the SNMP Command Generator application by
consulting the vacmViewTreeFamilyTable. Finally, the named view may be created
(Set), including the advisory lock. If another SNMP Command Generator
application has altered the views in the meantime, then the spin lock's value
will have changed, and so this creation will fail because it will specify the
wrong value for the spin lock. Since this is an advisory lock, the use of this
lock is not enforced.
""")
_VacmViewTreeFamilyTable_Object = MibTable
vacmViewTreeFamilyTable = _VacmViewTreeFamilyTable_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2)
)
if mibBuilder.loadTexts:
    vacmViewTreeFamilyTable.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyTable.setDescription("""\
Locally held information about families of subtrees within MIB views. Each MIB
view is defined by two sets of view subtrees: - the included view subtrees, and
- the excluded view subtrees. Every such view subtree, both the included and
the excluded ones, is defined in this table. To determine if a particular
object instance is in a particular MIB view, compare the object instance's
OBJECT IDENTIFIER with each of the MIB view's active entries in this table. If
none match, then the object instance is not in the MIB view. If one or more
match, then the object instance is included in, or excluded from, the MIB view
according to the value of vacmViewTreeFamilyType in the entry whose value of
vacmViewTreeFamilySubtree has the most sub-identifiers. If multiple entries
match and have the same number of sub-identifiers (when wildcarding is
specified with the value of vacmViewTreeFamilyMask), then the lexicographically
greatest instance of vacmViewTreeFamilyType determines the inclusion or
exclusion. An object instance's OBJECT IDENTIFIER X matches an active entry in
this table when the number of sub-identifiers in X is at least as many as in
the value of vacmViewTreeFamilySubtree for the entry, and each sub-identifier
in the value of vacmViewTreeFamilySubtree matches its corresponding sub-
identifier in X. Two sub-identifiers match either if the corresponding bit of
the value of vacmViewTreeFamilyMask for the entry is zero (the 'wild card'
value), or if they are equal. A 'family' of subtrees is the set of subtrees
defined by a particular combination of values of vacmViewTreeFamilySubtree and
vacmViewTreeFamilyMask. In the case where no 'wild card' is defined in the
vacmViewTreeFamilyMask, the family of subtrees reduces to a single subtree.
When creating or changing MIB views, an SNMP Command Generator application
should utilize the vacmViewSpinLock to try to avoid collisions. See DESCRIPTION
clause of vacmViewSpinLock. When creating MIB views, it is strongly advised
that first the 'excluded' vacmViewTreeFamilyEntries are created and then the
'included' entries. When deleting MIB views, it is strongly advised that first
the 'included' vacmViewTreeFamilyEntries are deleted and then the 'excluded'
entries. If a create for an entry for instance-level access control is received
and the implementation does not support instance-level granularity, then an
inconsistentName error must be returned.
""")
_VacmViewTreeFamilyEntry_Object = MibTableRow
vacmViewTreeFamilyEntry = _VacmViewTreeFamilyEntry_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1)
)
vacmViewTreeFamilyEntry.setIndexNames(
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilyViewName"),
    (0, "SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilySubtree"),
)
if mibBuilder.loadTexts:
    vacmViewTreeFamilyEntry.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyEntry.setDescription("""\
Information on a particular family of view subtrees included in or excluded
from a particular SNMP context's MIB view. Implementations must not restrict
the number of families of view subtrees for a given MIB view, except as
dictated by resource constraints on the overall number of entries in the
vacmViewTreeFamilyTable. If no conceptual rows exist in this table for a given
MIB view (viewName), that view may be thought of as consisting of the empty set
of view subtrees.
""")


class _VacmViewTreeFamilyViewName_Type(SnmpAdminString):
    """Custom type vacmViewTreeFamilyViewName based on SnmpAdminString"""
    subtypeSpec = SnmpAdminString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(1, 32),
    )


_VacmViewTreeFamilyViewName_Type.__name__ = "SnmpAdminString"
_VacmViewTreeFamilyViewName_Object = MibTableColumn
vacmViewTreeFamilyViewName = _VacmViewTreeFamilyViewName_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 1),
    _VacmViewTreeFamilyViewName_Type()
)
vacmViewTreeFamilyViewName.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyViewName.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyViewName.setDescription("""\
The human readable name for a family of view subtrees.
""")
_VacmViewTreeFamilySubtree_Type = ObjectIdentifier
_VacmViewTreeFamilySubtree_Object = MibTableColumn
vacmViewTreeFamilySubtree = _VacmViewTreeFamilySubtree_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 2),
    _VacmViewTreeFamilySubtree_Type()
)
vacmViewTreeFamilySubtree.setMaxAccess("not-accessible")
if mibBuilder.loadTexts:
    vacmViewTreeFamilySubtree.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilySubtree.setDescription("""\
The MIB subtree which when combined with the corresponding instance of
vacmViewTreeFamilyMask defines a family of view subtrees.
""")


class _VacmViewTreeFamilyMask_Type(OctetString):
    """Custom type vacmViewTreeFamilyMask based on OctetString"""
    defaultHexValue = ""

    subtypeSpec = OctetString.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        ValueSizeConstraint(0, 16),
    )


_VacmViewTreeFamilyMask_Type.__name__ = "OctetString"
_VacmViewTreeFamilyMask_Object = MibTableColumn
vacmViewTreeFamilyMask = _VacmViewTreeFamilyMask_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 3),
    _VacmViewTreeFamilyMask_Type()
)
vacmViewTreeFamilyMask.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyMask.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyMask.setDescription("""\
The bit mask which, in combination with the corresponding instance of
vacmViewTreeFamilySubtree, defines a family of view subtrees. Each bit of this
bit mask corresponds to a sub-identifier of vacmViewTreeFamilySubtree, with the
most significant bit of the i-th octet of this octet string value (extended if
necessary, see below) corresponding to the (8*i - 7)-th sub-identifier, and the
least significant bit of the i-th octet of this octet string corresponding to
the (8*i)-th sub-identifier, where i is in the range 1 through 16. Each bit of
this bit mask specifies whether or not the corresponding sub-identifiers must
match when determining if an OBJECT IDENTIFIER is in this family of view
subtrees; a '1' indicates that an exact match must occur; a '0' indicates 'wild
card', i.e., any sub-identifier value matches. Thus, the OBJECT IDENTIFIER X of
an object instance is contained in a family of view subtrees if, for each sub-
identifier of the value of vacmViewTreeFamilySubtree, either: the i-th bit of
vacmViewTreeFamilyMask is 0, or the i-th sub-identifier of X is equal to the
i-th sub-identifier of the value of vacmViewTreeFamilySubtree. If the value of
this bit mask is M bits long and there are more than M sub-identifiers in the
corresponding instance of vacmViewTreeFamilySubtree, then the bit mask is
extended with 1's to be the required length. Note that when the value of this
object is the zero-length string, this extension rule results in a mask of
all-1's being used (i.e., no 'wild card'), and the family of view subtrees is
the one view subtree uniquely identified by the corresponding instance of
vacmViewTreeFamilySubtree. Note that masks of length greater than zero length
do not need to be supported. In this case this object is made read-only.
""")


class _VacmViewTreeFamilyType_Type(Integer32):
    """Custom type vacmViewTreeFamilyType based on Integer32"""
    defaultValue = 1

    subtypeSpec = Integer32.subtypeSpec
    subtypeSpec += ConstraintsUnion(
        SingleValueConstraint(
            *(1,
              2)
        )
    )
    namedValues = NamedValues(
        *(("excluded", 2),
          ("included", 1))
    )


_VacmViewTreeFamilyType_Type.__name__ = "Integer32"
_VacmViewTreeFamilyType_Object = MibTableColumn
vacmViewTreeFamilyType = _VacmViewTreeFamilyType_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 4),
    _VacmViewTreeFamilyType_Type().clone('included')
)
vacmViewTreeFamilyType.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyType.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyType.setDescription("""\
Indicates whether the corresponding instances of vacmViewTreeFamilySubtree and
vacmViewTreeFamilyMask define a family of view subtrees which is included in or
excluded from the MIB view.
""")


class _VacmViewTreeFamilyStorageType_Type(StorageType):
    """Custom type vacmViewTreeFamilyStorageType based on StorageType"""


_VacmViewTreeFamilyStorageType_Object = MibTableColumn
vacmViewTreeFamilyStorageType = _VacmViewTreeFamilyStorageType_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 5),
    _VacmViewTreeFamilyStorageType_Type().clone('nonVolatile')
)
vacmViewTreeFamilyStorageType.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyStorageType.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyStorageType.setDescription("""\
The storage type for this conceptual row. Conceptual rows having the value
'permanent' need not allow write-access to any columnar objects in the row.
""")
_VacmViewTreeFamilyStatus_Type = RowStatus
_VacmViewTreeFamilyStatus_Object = MibTableColumn
vacmViewTreeFamilyStatus = _VacmViewTreeFamilyStatus_Object(
    (1, 3, 6, 1, 6, 3, 16, 1, 5, 2, 1, 6),
    _VacmViewTreeFamilyStatus_Type()
)
vacmViewTreeFamilyStatus.setMaxAccess("read-create")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyStatus.setStatus("current")
if mibBuilder.loadTexts:
    vacmViewTreeFamilyStatus.setDescription("""\
The status of this conceptual row. The RowStatus TC [RFC2579] requires that
this DESCRIPTION clause states under which circumstances other objects in this
row can be modified: The value of this object has no effect on whether other
objects in this conceptual row can be modified.
""")
_VacmMIBConformance_ObjectIdentity = ObjectIdentity
vacmMIBConformance = _VacmMIBConformance_ObjectIdentity(
    (1, 3, 6, 1, 6, 3, 16, 2)
)
_VacmMIBCompliances_ObjectIdentity = ObjectIdentity
vacmMIBCompliances = _VacmMIBCompliances_ObjectIdentity(
    (1, 3, 6, 1, 6, 3, 16, 2, 1)
)
_VacmMIBGroups_ObjectIdentity = ObjectIdentity
vacmMIBGroups = _VacmMIBGroups_ObjectIdentity(
    (1, 3, 6, 1, 6, 3, 16, 2, 2)
)

vacmBasicGroup = ObjectGroup(
    (1, 3, 6, 1, 6, 3, 16, 2, 2, 1)
)
vacmBasicGroup.setObjects(
      *(("SNMP-VIEW-BASED-ACM-MIB", "vacmContextName"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmGroupName"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmSecurityToGroupStorageType"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmSecurityToGroupStatus"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessContextMatch"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessReadViewName"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessWriteViewName"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessNotifyViewName"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessStorageType"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmAccessStatus"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmViewSpinLock"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilyMask"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilyType"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilyStorageType"),
        ("SNMP-VIEW-BASED-ACM-MIB", "vacmViewTreeFamilyStatus"))
)
if mibBuilder.loadTexts:
    vacmBasicGroup.setStatus("current")
if mibBuilder.loadTexts:
    vacmBasicGroup.setDescription("""\
A collection of objects providing for remote configuration of an SNMP engine
which implements the SNMP View-based Access Control Model.
""")

vacmMIBCompliance = ModuleCompliance(
    (1, 3, 6, 1, 6, 3, 16, 2, 1, 1)
)
if mibBuilder.loadTexts:
    vacmMIBCompliance.setStatus(
        "current"
    )
if mibBuilder.loadTexts:
    vacmMIBCompliance.setDescription("""\
The compliance statement for SNMP engines which implement the SNMP View-based
Access Control Model configuration MIB.
""")

mibBuilder.exportSymbols(
    "SNMP-VIEW-BASED-ACM-MIB",
    **{"snmpVacmMIB": snmpVacmMIB,
       "vacmMIBObjects": vacmMIBObjects,
       "vacmContextTable": vacmContextTable,
       "vacmContextEntry": vacmContextEntry,
       "vacmContextName": vacmContextName,
       "vacmContextStatus": vacmContextStatus,
       "vacmSecurityToGroupTable": vacmSecurityToGroupTable,
       "vacmSecurityToGroupEntry": vacmSecurityToGroupEntry,
       "vacmSecurityModel": vacmSecurityModel,
       "vacmSecurityName": vacmSecurityName,
       "vacmGroupName": vacmGroupName,
       "vacmSecurityToGroupStorageType": vacmSecurityToGroupStorageType,
       "vacmSecurityToGroupStatus": vacmSecurityToGroupStatus,
       "vacmAccessTable": vacmAccessTable,
       "vacmAccessEntry": vacmAccessEntry,
       "vacmAccessContextPrefix": vacmAccessContextPrefix,
       "vacmAccessSecurityModel": vacmAccessSecurityModel,
       "vacmAccessSecurityLevel": vacmAccessSecurityLevel,
       "vacmAccessContextMatch": vacmAccessContextMatch,
       "vacmAccessReadViewName": vacmAccessReadViewName,
       "vacmAccessWriteViewName": vacmAccessWriteViewName,
       "vacmAccessNotifyViewName": vacmAccessNotifyViewName,
       "vacmAccessStorageType": vacmAccessStorageType,
       "vacmAccessStatus": vacmAccessStatus,
       "vacmMIBViews": vacmMIBViews,
       "vacmViewSpinLock": vacmViewSpinLock,
       "vacmViewTreeFamilyTable": vacmViewTreeFamilyTable,
       "vacmViewTreeFamilyEntry": vacmViewTreeFamilyEntry,
       "vacmViewTreeFamilyViewName": vacmViewTreeFamilyViewName,
       "vacmViewTreeFamilySubtree": vacmViewTreeFamilySubtree,
       "vacmViewTreeFamilyMask": vacmViewTreeFamilyMask,
       "vacmViewTreeFamilyType": vacmViewTreeFamilyType,
       "vacmViewTreeFamilyStorageType": vacmViewTreeFamilyStorageType,
       "vacmViewTreeFamilyStatus": vacmViewTreeFamilyStatus,
       "vacmMIBConformance": vacmMIBConformance,
       "vacmMIBCompliances": vacmMIBCompliances,
       "vacmMIBCompliance": vacmMIBCompliance,
       "vacmMIBGroups": vacmMIBGroups,
       "vacmBasicGroup": vacmBasicGroup}
)