summaryrefslogtreecommitdiff
path: root/MIBS/cisco/CISCO-CONTEXT-MAPPING-MIB
blob: 94451564d8c07080fcd637a06dcd0a29e2785571 (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
-- *****************************************************************
-- CISCO-CONTEXT-MAPPING-MIB.my:  Cisco Context Mapping MIB
--   
-- January 2005, Chinna Pellacuru.
--   
-- May 2008, Sheethal Gunjal.
--   
-- Copyright (c) 2004-2005, 2008 by cisco Systems Inc.
-- All rights reserved.
--   
-- ****************************************************************

CISCO-CONTEXT-MAPPING-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE
        FROM SNMPv2-SMI
    MODULE-COMPLIANCE,
    OBJECT-GROUP
        FROM SNMPv2-CONF
    SnmpAdminString
        FROM SNMP-FRAMEWORK-MIB
    RowStatus,
    StorageType
        FROM SNMPv2-TC
    CiscoBridgeDomain
        FROM CISCO-TC
    ciscoMgmt
        FROM CISCO-SMI;


ciscoContextMappingMIB MODULE-IDENTITY
    LAST-UPDATED    "200811220000Z"
    ORGANIZATION    "Cisco Systems, Inc."
    CONTACT-INFO
            "Cisco Systems
            Customer Service

            Postal: 170 W Tasman Drive
            San Jose, CA  95134
            USA

            Tel: +1 800 553-NETS

            E-mail: cs-snmp@cisco.com"
    DESCRIPTION
        "A single SNMP agent sometimes needs to support multiple
        instances of the same MIB module, and does so through the
        use of multiple SNMP contexts.  This typically occurs because
        the technology has evolved to have extra dimension(s), i.e.,
        one or more extra data and/or identifier values which are
        different in the different contexts, but were not defined in
        INDEX clause(s) of the original MIB module.  In such cases,
        network management applications need to know the specific
        data/identifier values in each context, and this MIB module
        provides mapping tables which contain that information.

        Within a network there can be multiple Virtual Private
        Networks (VPNs) configured using Virtual Routing and
        Forwarding Instances (VRFs). Within a VPN there can be
        multiple topologies when Multi-topology Routing (MTR) is
        used. Also, Interior Gateway Protocols (IGPs) can have
        multiple protocol instances running on the device.
        A network can have multiple broadcast domains configured
        using Bridge Domain Identifiers.

        With MTR routing, VRFs, and Bridge domains, a router now 
        needs to support multiple instances of several existing 
        MIB modules, and this can be achieved if the router's SNMP 
        agent provides access to each instance of the same MIB module 
        via a different SNMP context (see Section 3.1.1 of RFC 3411).
        For MTR routing, VRFs, and Bridge domains, a different SNMP 
        context is needed depending on one or more of the following: 
        the VRF, the topology-identifier, the routing protocol instance,
        and the bridge domain identifier.
        In other words, the router's management information can be
        accessed through multiple SNMP contexts where each such
        context represents a specific VRF, a specific
        topology-identifier, a specific routing protocol instance 
        and/or a bridge domain identifier. This MIB module provides 
        a mapping of each such SNMP context to the corresponding VRF,
        the corresponding topology, the corresponding routing protocol 
        instance, and the corresponding bridge domain identifier.
        Some SNMP contexts are independent of VRFs, independent of
        a topology, independent of a routing protocol instance, or 
        independent of a bridge domain and in such a case, the mapping
        is to the zero length string.

        With the Cisco package licensing strategy, the features 
        available in the image are grouped into multiple packages 
        and each packages can be managed to operate at different 
        feature levels based on the available license. This MIB 
        module provides option to associate an SNMP context to a 
        feature package group. This will allow manageability of 
        license MIB objects specific to a feature package group.

        As technology evolves more we may need additional
        identifiers to identify the context. Then we would need
        to add those additional identifiers into the mapping."
    REVISION        "200811220000Z"
    DESCRIPTION
        "Added New Table cContextMappingLicenseGroupTable
        to provide SNMP Context support for license package groups.

        Added cContextMappingLicenseGroupDataGroup in OBJECT-GROUP
        Added cContextMappingMIBComplianceRev2 in MODULE-COMPLIANCE

        Updated the MIB description to indicate the use of
        the above additions"
    REVISION        "200805300000Z"
    DESCRIPTION
        "Add cContextMappingBridgeInstanceTable.

        Added cContextMappingBridgeInstanceDataGroup.
        Deprecated cContextMappingMIBComplianceRev1 and added
        cContextMappingMIBComplianceRev2 compliance statement."
    REVISION        "200802010000Z"
    DESCRIPTION
        "Added New Table cContextMappingBridgeDomainTable
        to provide SNMP context support to the Bridge Domain.

        Added cContextMappingBridgeDomainDataGroup in OBJECT-GROUP
        Added cContextMappingMIBComplianceRev1 in MODULE-COMPLIANCE"
    REVISION        "200503170000Z"
    DESCRIPTION
        "Initial version of the MIB module."
    ::= { ciscoMgmt 468 }


cContextMappingMIBObjects  OBJECT IDENTIFIER
    ::= { ciscoContextMappingMIB 1 }

cContextMappingMIBConformance  OBJECT IDENTIFIER
    ::= { ciscoContextMappingMIB 2 }


cContextMappingTable OBJECT-TYPE
    SYNTAX          SEQUENCE OF CContextMappingEntry 
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "This table contains information on which
        cContextMappingVacmContextName is mapped to
        which VRF, topology, and routing protocol instance.

        This table is indexed by SNMP VACM context.

        Configuring a row in this table for an SNMP context
        does not require that the context be already defined,
        i.e., a row can be created in this table for a context
        before the corresponding row is created in RFC 3415's
        vacmContextTable.

        To create a row in this table, a manager must set
        cContextMappingRowStatus to either 'createAndGo' or
        'createAndWait'.

        To delete a row in this table, a manager must set
        cContextMappingRowStatus to 'destroy'."
    ::= { cContextMappingMIBObjects 1 }

cContextMappingEntry OBJECT-TYPE
    SYNTAX          CContextMappingEntry
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "Information relating to a single mapping of
        cContextMappingVacmContextName to the corresponding VRF,
        the corresponding topology, and the corresponding routing
        protocol instance."
    INDEX           { cContextMappingVacmContextName } 
    ::= { cContextMappingTable 1 }

CContextMappingEntry ::= SEQUENCE {
        cContextMappingVacmContextName SnmpAdminString,
        cContextMappingVrfName         SnmpAdminString,
        cContextMappingTopologyName    SnmpAdminString,
        cContextMappingProtoInstName   SnmpAdminString,
        cContextMappingStorageType     StorageType,
        cContextMappingRowStatus       RowStatus
}

cContextMappingVacmContextName OBJECT-TYPE
    SYNTAX          SnmpAdminString (SIZE  (0..32))
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "The vacmContextName given to the SNMP context.

        This is a human readable name identifying a particular
        SNMP VACM context at a particular SNMP entity.
        The empty contextName (zero length) represents the
        default context." 
    ::= { cContextMappingEntry 1 }

cContextMappingVrfName OBJECT-TYPE
    SYNTAX          SnmpAdminString (SIZE  (0..32))
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The value of an instance of this object identifies
        the name given to the VRF to which the SNMP context
        is mapped to.

        This is typically a human-readable string. This is
        the same ASCII string used in the router's console
        interface to refer to this VRF.

        When the value of this object is the zero length
        string it indicates that the SNMP context is independent
        of any VRF."
    DEFVAL          { ''H } 
    ::= { cContextMappingEntry 2 }

cContextMappingTopologyName OBJECT-TYPE
    SYNTAX          SnmpAdminString (SIZE  (0..32))
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The value of an instance of this object identifies
        the name given to the topology to which the SNMP
        context is mapped to.

        This is typically a human-readable string. This is
        the same ASCII string used in the router's console
        interface to refer to this topology.

        When the value of this object is the zero length
        string it indicates that the SNMP context is independent
        of any topology."
    DEFVAL          { ''H } 
    ::= { cContextMappingEntry 3 }

cContextMappingProtoInstName OBJECT-TYPE
    SYNTAX          SnmpAdminString (SIZE  (0..32))
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The value of an instance of this object identifies
        the name given to the protocol instance to which the
        SNMP context is mapped to.

        This is typically a human-readable string. This is
        the same ASCII string used in the router's console
        interface to refer to this protocol instance.

        When the value of this object is the zero length
        string it indicates that the SNMP context is independent
        of any protocol instance."
    DEFVAL          { ''H } 
    ::= { cContextMappingEntry 4 }

cContextMappingStorageType OBJECT-TYPE
    SYNTAX          StorageType
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "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."
    DEFVAL          { nonVolatile } 
    ::= { cContextMappingEntry 5 }

cContextMappingRowStatus OBJECT-TYPE
    SYNTAX          RowStatus
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "This object facilitates the creation, modification, or
        deletion of a conceptual row in this table." 
    ::= { cContextMappingEntry 6 }
 


cContextMappingBridgeDomainTable OBJECT-TYPE
    SYNTAX          SEQUENCE OF CContextMappingBridgeDomainEntry 
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "This table contains information on which
        cContextMappingVacmContextName is mapped to
        which bridge domain.

        A Bridge Domain is one of the means by which it is possible 
        to define an Ethernet broadcast domain on a bridging device. 
        A network can have multiple broadcast domains configured.
        This table helps the network management personnel to find 
        out the  details of various broadcast domains configured 
        in the network.

        An entry need to exist in cContextMappingTable, to create 
        an entry in this table."
    ::= { cContextMappingMIBObjects 2 }

cContextMappingBridgeDomainEntry OBJECT-TYPE
    SYNTAX          CContextMappingBridgeDomainEntry
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "Information relating to a single mapping of
        cContextMappingVacmContextName to the 
        corresponding bridge domain.

        To create a row in this table, a manager must set
        cContextMappingBridgeDomainRowStatus to either 
        'createAndGo' or 'createAndWait'.

        To delete a row in this table, a manager must set
        cContextMappingBridgeDomainRowStatus to 'destroy'."
    INDEX           { cContextMappingVacmContextName } 
    ::= { cContextMappingBridgeDomainTable 1 }

CContextMappingBridgeDomainEntry ::= SEQUENCE {
        cContextMappingBridgeDomainIdentifier  CiscoBridgeDomain,
        cContextMappingBridgeDomainStorageType StorageType,
        cContextMappingBridgeDomainRowStatus   RowStatus
}

cContextMappingBridgeDomainIdentifier OBJECT-TYPE
    SYNTAX          CiscoBridgeDomain
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The value of an instance of this object identifies
        the bridge domain to which the SNMP context is 
        mapped to."
    REFERENCE       "CISCO-BRIDGE-DOMAIN-MIB" 
    ::= { cContextMappingBridgeDomainEntry 1 }

cContextMappingBridgeDomainStorageType OBJECT-TYPE
    SYNTAX          StorageType
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "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."
    DEFVAL          { nonVolatile } 
    ::= { cContextMappingBridgeDomainEntry 2 }

cContextMappingBridgeDomainRowStatus OBJECT-TYPE
    SYNTAX          RowStatus
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "This object facilitates the creation, modification, or
        deletion of a conceptual row in this table." 
    ::= { cContextMappingBridgeDomainEntry 3 }
 


cContextMappingBridgeInstanceTable OBJECT-TYPE
    SYNTAX          SEQUENCE OF CContextMappingBridgeInstanceEntry 
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "This table contains information on mapping between
        cContextMappingVacmContextName and bridge instance.

        Bridge instance is an instance of a physical or logical 
        bridge which has unique bridge-id.

        If an entry is deleted from cContextMappingTable, the
        corresponding entry in this table will also get deleted.

        If an entry needs to be created in this table, the
        corresponding entry must exist in cContextMappingTable."
    REFERENCE       "BRIDGE-MIB"
    ::= { cContextMappingMIBObjects 3 }

cContextMappingBridgeInstanceEntry OBJECT-TYPE
    SYNTAX          CContextMappingBridgeInstanceEntry
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "Information relating to a single mapping of
        cContextMappingVacmContextName to the 
        corresponding bridge instance.

        To create a row in this table, a manager must set
        cContextMappingBridgeInstRowStatus to either 
        'createAndGo' or 'createAndWait'.

        To delete a row in this table, a manager must set
        cContextMappingBridgeInstRowStatus to 'destroy'."
    INDEX           { cContextMappingVacmContextName } 
    ::= { cContextMappingBridgeInstanceTable 1 }

CContextMappingBridgeInstanceEntry ::= SEQUENCE {
        cContextMappingBridgeInstName        SnmpAdminString,
        cContextMappingBridgeInstStorageType StorageType,
        cContextMappingBridgeInstRowStatus   RowStatus
}

cContextMappingBridgeInstName OBJECT-TYPE
    SYNTAX          SnmpAdminString
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The object identifies the name given to bridge
        instance to which the SNMP context is mapped to.

        Value of this object cannot be changed when the 
        RowStatus object in the same row is 'active'.

        This is typically a human-readable string. This is
        the same ASCII string used in the router's console
        interface to refer to this bridge instance.

        When the value of this object is a zero length
        string, it indicates that the SNMP context is
        independent of any bridge instances." 
    ::= { cContextMappingBridgeInstanceEntry 1 }

cContextMappingBridgeInstStorageType OBJECT-TYPE
    SYNTAX          StorageType
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The storage type for this conceptual row.

        Value of this object cannot be changed when the 
        RowStatus object in the same row is 'active'.

        Conceptual rows having the value 'permanent' need not
        allow write-access to any columnar objects in the row."
    DEFVAL          { nonVolatile } 
    ::= { cContextMappingBridgeInstanceEntry 2 }

cContextMappingBridgeInstRowStatus OBJECT-TYPE
    SYNTAX          RowStatus
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "This object facilitates the creation, modification, or
        deletion of a conceptual row in this table." 
    ::= { cContextMappingBridgeInstanceEntry 3 }
 


cContextMappingLicenseGroupTable OBJECT-TYPE
    SYNTAX          SEQUENCE OF CContextMappingLicenseGroupEntry 
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "This table contains information on which
        cContextMappingVacmContextName is mapped to
        which License Group.
        Group level licensing is used where each
        Technology Package is enabled via a License."
    ::= { cContextMappingMIBObjects 4 }

cContextMappingLicenseGroupEntry OBJECT-TYPE
    SYNTAX          CContextMappingLicenseGroupEntry
    MAX-ACCESS      not-accessible
    STATUS          current
    DESCRIPTION
        "Information relating to a single mapping of
        CContextMappingVacmContextName to the
        corresponding License Group."
    INDEX           { cContextMappingVacmContextName } 
    ::= { cContextMappingLicenseGroupTable 1 }

CContextMappingLicenseGroupEntry ::= SEQUENCE {
        cContextMappingLicenseGroupName        SnmpAdminString,
        cContextMappingLicenseGroupStorageType StorageType,
        cContextMappingLicenseGroupRowStatus   RowStatus
}

cContextMappingLicenseGroupName OBJECT-TYPE
    SYNTAX          SnmpAdminString (SIZE  (0..32))
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "The value of an instance of this object identifies
        the name given to the Group to which the SNMP context
        is mapped.

        Feature sets from all groups will be combined to form 
        universal image. User can configure multiple groups as needed.

        For example: In Next generation ISRs will use
        the universal image package level licensing model
        for its licensing need. Each group has
        the feature set needed for that specific technology.
        Feature sets from different groups are combined to 
        form universal image and each feature set for a group 
        can be enabled using a valid license key. There will 
        be a base level ipbase package in which the router 
        boots with out any license key.

        The following are the different Technology Groups.
        1.crypto
        2.data
        3.ip
        4.legacy
        5.novpn-security
        6.security
        7.uc" 
    ::= { cContextMappingLicenseGroupEntry 1 }

cContextMappingLicenseGroupStorageType OBJECT-TYPE
    SYNTAX          StorageType
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "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."
    DEFVAL          { nonVolatile } 
    ::= { cContextMappingLicenseGroupEntry 2 }

cContextMappingLicenseGroupRowStatus OBJECT-TYPE
    SYNTAX          RowStatus
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
        "This object facilitates the creation, modification, or
        deletion of a conceptual row in this table." 
    ::= { cContextMappingLicenseGroupEntry 3 }
 

-- Conformance

cContextMappingMIBCompliances  OBJECT IDENTIFIER
    ::= { cContextMappingMIBConformance 1 }

cContextMappingMIBGroups  OBJECT IDENTIFIER
    ::= { cContextMappingMIBConformance 2 }


-- Compliance

cContextMappingMIBCompliance MODULE-COMPLIANCE
    STATUS          deprecated
    DESCRIPTION
        "The compliance statement for entities which implement
        the CISCO-CONTEXT-MAPPING-MIB."
    MODULE          -- this module
    MANDATORY-GROUPS { cContextMappingDataGroup }

    OBJECT          cContextMappingVrfName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingTopologyName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingProtoInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."
    ::= { cContextMappingMIBCompliances 1 }

cContextMappingMIBComplianceRev1 MODULE-COMPLIANCE
    STATUS          deprecated
    DESCRIPTION
        "The compliance statement for entities which implement
        the CISCO-CONTEXT-MAPPING-MIB. This compliance statement 
        is superceded by cContextMappingMIBComplianceRev2."
    MODULE          -- this module
    MANDATORY-GROUPS {
                        cContextMappingDataGroup,
                        cContextMappingBridgeDomainDataGroup
                    }

    OBJECT          cContextMappingVrfName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingTopologyName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingProtoInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."

    OBJECT          cContextMappingBridgeDomainIdentifier
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."
    ::= { cContextMappingMIBCompliances 2 }

cContextMappingMIBComplianceRev2 MODULE-COMPLIANCE
    STATUS          deprecated
    DESCRIPTION
        "The compliance statement for entities which implement
        the CISCO-CONTEXT-MAPPING-MIB."
    MODULE          -- this module
    MANDATORY-GROUPS {
                        cContextMappingDataGroup,
                        cContextMappingBridgeDomainDataGroup,
                        cContextMappingBridgeInstanceDataGroup
                    }

    OBJECT          cContextMappingVrfName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingTopologyName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingProtoInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."

    OBJECT          cContextMappingBridgeDomainIdentifier
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingBridgeDomainTable is not required."

    OBJECT          cContextMappingBridgeInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeInstStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeInstRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingBridgeInstanceTable is not required."
    ::= { cContextMappingMIBCompliances 3 }

cContextMappingMIBComplianceRev3 MODULE-COMPLIANCE
    STATUS          current
    DESCRIPTION
        "The compliance statement for entities which implement
        the CISCO-CONTEXT-MAPPING-MIB."
    MODULE          -- this module
    MANDATORY-GROUPS {
                        cContextMappingDataGroup,
                        cContextMappingBridgeDomainDataGroup,
                        cContextMappingBridgeInstanceDataGroup,
                        cContextMappingLicenseGroupDataGroup
                    }

    OBJECT          cContextMappingVrfName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingTopologyName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingProtoInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."

    OBJECT          cContextMappingBridgeDomainIdentifier
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeDomainRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingBridgeDomainTable is not required."

    OBJECT          cContextMappingBridgeInstName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeInstStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingBridgeInstRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingBridgeInstanceTable is not required."

    OBJECT          cContextMappingLicenseGroupName
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingLicenseGroupStorageType
    MIN-ACCESS      read-only
    DESCRIPTION
        "Write access is not required."

    OBJECT          cContextMappingLicenseGroupRowStatus
    MIN-ACCESS      read-only
    DESCRIPTION
        "Create/delete/modify access to the
        cContextMappingTable is not required."
    ::= { cContextMappingMIBCompliances 4 }

-- Units of Conformance

cContextMappingDataGroup OBJECT-GROUP
    OBJECTS         {
                        cContextMappingVrfName,
                        cContextMappingTopologyName,
                        cContextMappingProtoInstName,
                        cContextMappingStorageType,
                        cContextMappingRowStatus
                    }
    STATUS          current
    DESCRIPTION
        "The collection of objects providing the context
        mapping data between the SNMP context to the
        corresponding VRF, the corresponding topology,
        and the corresponding routing protocol instance."
    ::= { cContextMappingMIBGroups 1 }

cContextMappingBridgeDomainDataGroup OBJECT-GROUP
    OBJECTS         {
                        cContextMappingBridgeDomainIdentifier,
                        cContextMappingBridgeDomainStorageType,
                        cContextMappingBridgeDomainRowStatus
                    }
    STATUS          current
    DESCRIPTION
        "The collection of objects providing the context
        mapping data between the SNMP context to the
        corresponding bridge domain."
    ::= { cContextMappingMIBGroups 2 }

cContextMappingBridgeInstanceDataGroup OBJECT-GROUP
    OBJECTS         {
                        cContextMappingBridgeInstName,
                        cContextMappingBridgeInstStorageType,
                        cContextMappingBridgeInstRowStatus
                    }
    STATUS          current
    DESCRIPTION
        "The collection of objects providing the context
        mapping data between the SNMP context to the
        corresponding bridge instance."
    ::= { cContextMappingMIBGroups 3 }

cContextMappingLicenseGroupDataGroup OBJECT-GROUP
    OBJECTS         {
                        cContextMappingLicenseGroupName,
                        cContextMappingLicenseGroupStorageType,
                        cContextMappingLicenseGroupStorageType,
                        cContextMappingLicenseGroupRowStatus
                    }
    STATUS          current
    DESCRIPTION
        "The collection of objects providing the context
        mapping data between the SNMP context to the
        corresponding LicenseGroupName."
    ::= { cContextMappingMIBGroups 4 }

END