-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-DIFFSERV-EXT-MIB-V1SMI.my
832 lines (749 loc) · 25.9 KB
/
CISCO-DIFFSERV-EXT-MIB-V1SMI.my
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
-- MIB file created 31-Mar-2006 10:32:28, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-DIFFSERV-EXT-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-DIFFSERV-EXT-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
RowStatus, TruthValue, RowPointer
FROM SNMPv2-TC-v1
ciscoMgmt
FROM CISCO-SMI
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InterfaceIndexOrZero
FROM IF-MIB
vsanIndex
FROM CISCO-VSAN-MIB
IndexInteger, diffServClfrId, IndexIntegerNextFree
FROM DIFFSERV-MIB
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoDiffServExtMIB OBJECT IDENTIFIER ::= { ciscoMgmt 381 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200411160000Z
-- OrgName
-- Cisco Systems Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
-- Tel: +1 800 553 -NETS
-- E-mail: [email protected]
-- Descr
-- This MIB is a Cisco extension to the
-- DIFFSERV-MIB, RFC 3289. This MIB defines
-- a Fibre Channel (FC) Multi Field filter to
-- be used in conjunction with the DIFFSERV-MIB.
-- It also helps in associating Differentiated
-- Services Classifiers to interfaces on a VSAN
-- (Virtual Storage Area Network) via the
-- cdsmDataPathTable defined in this MIB.
-- RevDate
-- 200411160000Z
-- RevDescr
-- Changed max lengths of cdsmClfrName and
-- cdsmFCMultiFieldClfrName to 63 bytes.
-- RevDate
-- 200312180000Z
-- RevDescr
-- Added cdsmClfrNextFreeElement and
-- cdsmFCMultiFieldClfrNextFreeStmt.
-- RevDate
-- 200312120000Z
-- RevDescr
-- Added cdsmChkSumTable.
-- Added cdsmFCMultiFieldMatchWildCard object to
-- cdsmFCMultiFieldMatchStmtTable.
-- RevDate
-- 200312050000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoDiffServExtMIBObjects OBJECT IDENTIFIER ::= { ciscoDiffServExtMIB 1 }
ciscoDiffServExtMIBConform OBJECT IDENTIFIER ::= { ciscoDiffServExtMIB 2 }
cdsmConfiguration OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBObjects 1 }
ciscoDiffServExtMIBCompliances OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBConform 1 }
ciscoDiffServExtMIBGroups OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBConform 2 }
CdsmDataDirection ::= INTEGER {
inbound(1),
outbound(2)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Specifies a direction of data travel on a VSAN.
-- 'inbound' traffic is operated on during reception from
-- the VSAN, while 'outbound' traffic is operated on prior
-- to transmission on the VSAN.
CdsmFcAddrAndMask ::= OCTET STRING(SIZE(0|3|6|8))
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Represents a Fibre Channel Address and, for some
-- formats, an associated mask. If a Fibre Channel
-- World Wide Name (WWN) is represented, the length
-- is 8 octets. If a Fibre Channel ID (FC-ID) is
-- represented, the length is 3 octets. If a Fibre
-- Channel ID is represented with the 3 octet mask,
-- then the length is 6 octets.
-- Objects defined with this syntax must specify the
-- meaning of the zero-length string.
cdsmDataPathTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmDataPathEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table facilitates setting up of data
path classifier elements in the DIFFSERV-MIB.
This table acts as a trigger for setting up
interface based classifier element(s) from a
VSAN based classifier element.
Creation of an entry in this table on a
VSAN and setting of cdsmDataPathClfrStart,
results in the classifier elements of the
data path elements from the corresponding
interface(s) being set. Specifically, the
instance(s) of diffServMeterSucceedNext
object in the diffServMeterTable, which is
pointed to by diffServDataPathStart of the
corresponding interface(s) in that VSAN,
are set with the value of
cdsmDataPathClfrStart object for that
VSAN.
Deletion of an entry in this table on a
VSAN or setting of cdsmDataPathClfrStart
to zeroDotZero on a VSAN, results in the
corresponding classifier element being removed
from the data path elements in the interface(s)
belonging to that VSAN."
::= { cdsmConfiguration 1 }
cdsmDataPathEntry OBJECT-TYPE
SYNTAX CdsmDataPathEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table."
INDEX { vsanIndex, cdsmDataPathDirection }
::= { cdsmDataPathTable 1 }
CdsmDataPathEntry ::= SEQUENCE {
cdsmDataPathDirection CdsmDataDirection,
cdsmDataPathClfrStart RowPointer,
cdsmDataPathStatus RowStatus
}
cdsmDataPathDirection OBJECT-TYPE
SYNTAX CdsmDataDirection
-- Rsyntax INTEGER {
-- inbound(1),
-- outbound(2)
-- }
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Specifies the direction of traffic flow on
this VSAN."
::= { cdsmDataPathEntry 1 }
cdsmDataPathClfrStart OBJECT-TYPE
SYNTAX RowPointer
-- Rsyntax OBJECT IDENTIFIER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object selects the first Differentiated
Services Classifier Element to handle
traffic on this VSAN.
This RowPointer should point to an instance of
diffServClfrEntry.
The value of this RowPointer will be copied to
instance(s) of diffServMeterSucceedNext object in
the diffServMeterEntry in the DIFFSERV-MIB, which
is (are) pointed to by corresponding
diffServDataPathStart object(s) from the
diffServDataPathTable.
A value of zeroDotZero in this attribute indicates
that no Differentiated Services classification is
performed on traffic of this data path and on the
interface(s) on this VSAN.
Setting this to point to a target that does not exist
results in an error. If the row pointed to is removed
or becomes inactive by other means, the treatment is
as if this attribute contains a value of zeroDotZero."
::= { cdsmDataPathEntry 2 }
cdsmDataPathStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this conceptual row."
::= { cdsmDataPathEntry 3 }
cdsmClfrTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmClfrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table is an extension to the
diffServClfrTable defined in the
DIFFSERV-MIB."
::= { cdsmConfiguration 2 }
cdsmClfrEntry OBJECT-TYPE
SYNTAX CdsmClfrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table."
INDEX { diffServClfrId }
-- Augments diffServClfrEntry FROM DIFFSERV-MIB
::= { cdsmClfrTable 1 }
CdsmClfrEntry ::= SEQUENCE {
cdsmClfrName SnmpAdminString,
cdsmClfrNextFreeElement IndexIntegerNextFree
}
cdsmClfrName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(1..63))
-- Rsyntax OCTET STRING(SIZE(1..63))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of this classifier entry. The name
of a classifier entry should be unique.
This object is a human readable string.
This object cannot be modified while the
value of the corresponding instance of
diffServClfrStatus in diffServClfrTable
is 'active'.
This object MUST be set before or concurrently
with setting the corresponding instance of
diffServClfrStatus object to 'active'."
::= { cdsmClfrEntry 1 }
cdsmClfrNextFreeElement OBJECT-TYPE
SYNTAX IndexIntegerNextFree
-- Rsyntax Gauge(0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains an unused value for
diffServClfrElementId for this value of
diffServClfrId, or a value of zero if
none exist."
::= { cdsmClfrEntry 2 }
cdsmFCMultiFieldClfrTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmFCMultiFieldClfrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of FC multi-field classifier filter
entries. These can be used to identify FC
traffic."
::= { cdsmConfiguration 3 }
cdsmFCMultiFieldClfrEntry OBJECT-TYPE
SYNTAX CdsmFCMultiFieldClfrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table
defines a single filter.
An instance of diffServClfrElementSpecific
object (in the diffServClfrElementTable of
DIFFSERV-MIB) which points to an entry in
this table, identifies a Fibre Channel
filter."
INDEX { cdsmFCMultiFieldClfrId }
::= { cdsmFCMultiFieldClfrTable 1 }
CdsmFCMultiFieldClfrEntry ::= SEQUENCE {
cdsmFCMultiFieldClfrId IndexInteger,
cdsmFCMultiFieldClfrName SnmpAdminString,
cdsmFCMultiFieldClfrMatch TruthValue,
cdsmFCMultiFieldClfrStatus RowStatus,
cdsmFCMultiFieldClfrNextFreeStmt IndexIntegerNextFree
}
cdsmFCMultiFieldClfrId OBJECT-TYPE
SYNTAX IndexInteger
-- Rsyntax Gauge(1..4294967295)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An index that enumerates the MultiField
Classifier filter entries."
::= { cdsmFCMultiFieldClfrEntry 1 }
cdsmFCMultiFieldClfrName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(1..63))
-- Rsyntax OCTET STRING(SIZE(1..63))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of this filter entry. The name should
be unique. This object is a human readable
string.
This object cannot be modified while the value
of the corresponding instance of
cdsmFCMultiFieldClfrStatus object is 'active'.
This object MUST be set before or concurrently
with setting the corresponding instance of
cdsmFCMultiFieldClfrStatus object to 'active'."
::= { cdsmFCMultiFieldClfrEntry 2 }
cdsmFCMultiFieldClfrMatch OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies how this filter should
be applied.
If this object is set to 'true', then all the
match statements associated with this filter must
be satisfied in order for this filter match to be
considered successful.
If this object is set to 'false', then even if
any one of the criteria associated with this filter
is satisfied, then the filter match is considered
successful."
::= { cdsmFCMultiFieldClfrEntry 3 }
cdsmFCMultiFieldClfrStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this conceptual row. All writable
objects in this row can be modified at any time,
with the exception of cdsmFCMultiFieldClfrName."
::= { cdsmFCMultiFieldClfrEntry 4 }
cdsmFCMultiFieldClfrNextFreeStmt OBJECT-TYPE
SYNTAX IndexIntegerNextFree
-- Rsyntax Gauge(0..4294967295)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains an unused value for
cdsmFCMultiFieldMatchId for this value of
cdsmFCMultiFieldClfrId, or a value of zero
if none exist."
::= { cdsmFCMultiFieldClfrEntry 5 }
cdsmFCMultiFieldMatchStmtTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmFCMultiFieldMatchStmtEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of FC match statements to be used for
classifying FC traffic after associating with
an FC multi-field classifier."
::= { cdsmConfiguration 4 }
cdsmFCMultiFieldMatchStmtEntry OBJECT-TYPE
SYNTAX CdsmFCMultiFieldMatchStmtEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table.
An FC multi-field classifier is represented by
cdsmFCMultiFieldClfrId and match statements are
represented by cdsmFCMultiFieldMatchId. All match
statements which belong to the same classifier
have a common cdsmFCMultiFieldClfrId.
Note that certain restrictions are applicable in
configuring match statements for MultiField
classifier entries.
1. Suppose the match statement(s) belong to a
classifier filter that has the corresponding
instance of cdsmFCMultiFieldClfrMatch object
set to 'true'. This essentially means that
all match statements belonging to that
classifier filter should be matched for the
match to be considered successful. In such a
case, a maximum of only one instance of each
criterion can be set in the corresponding match
statement(s). That is, there can be one
instance of the source address, one instance
of destination address and one of interface.
These can be in one or more match statements.
Attempt to set more than one instance of a
match criterion in this case, results in error.
2. Suppose there is a classifier filter that has
the corresponding instance of
cdsmFCMultiFieldClfrMatch object set to 'false'.
Such a classifier filter can have multiple
instances of match criteria associated with it.
However, it would be an error to set the
cdsmFCMultiFieldClfrMatch object for this
classifier filter to 'true', as it does not
comply with 1. above."
INDEX { cdsmFCMultiFieldClfrId, cdsmFCMultiFieldMatchId }
::= { cdsmFCMultiFieldMatchStmtTable 1 }
CdsmFCMultiFieldMatchStmtEntry ::= SEQUENCE {
cdsmFCMultiFieldMatchId Gauge,
cdsmFCMultiFieldMatchSrcAddr CdsmFcAddrAndMask,
cdsmFCMultiFieldMatchDstAddr CdsmFcAddrAndMask,
cdsmFCMultiFieldMatchIntf InterfaceIndexOrZero,
cdsmFCMultiFieldMatchStatus RowStatus,
cdsmFCMultiFieldMatchWildCard TruthValue
}
cdsmFCMultiFieldMatchId OBJECT-TYPE
SYNTAX Gauge(1..64)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Uniquely represents a match statement."
::= { cdsmFCMultiFieldMatchStmtEntry 1 }
cdsmFCMultiFieldMatchSrcAddr OBJECT-TYPE
SYNTAX CdsmFcAddrAndMask
-- Rsyntax OCTET STRING(SIZE(0|3|6|8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents an FC address that needs
to be matched with the source address in a
FC frame. This address can be either an 8 octet
long FC World Wide Name (WWN) or a 3 octet long
FC-ID. If this object is set to an FC-ID, then
it can be optionally followed by a 3 octet mask.
The mask can have one of the following values:
0xff0000 or 0xffff00 or 0xffffff.
The zero-length string means no address is
configured for matching with the source address
in a FC frame. Setting this object to the zero
length string is equivalent to disabling this
match criterion."
DEFVAL { ''H }
::= { cdsmFCMultiFieldMatchStmtEntry 2 }
cdsmFCMultiFieldMatchDstAddr OBJECT-TYPE
SYNTAX CdsmFcAddrAndMask
-- Rsyntax OCTET STRING(SIZE(0|3|6|8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents an FC address that needs
to be matched with the destination address in a
FC frame. This address can be either an 8 octet
long FC World Wide Name (WWN) or a 3 octet long
FC-ID. If this object is set to an FC-ID, then
it can be optionally followed by a 3 octet mask.
The mask can have one of the following values:
0xff0000 or 0xffff00 or 0xffffff.
The zero-length string means no address is
configured for matching with the destination
address in a FC frame. Setting this object to
the zero length string is equivalent to
disabling this match criterion."
DEFVAL { ''H }
::= { cdsmFCMultiFieldMatchStmtEntry 3 }
cdsmFCMultiFieldMatchIntf OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
-- Rsyntax INTEGER(0..2147483647)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object represents an FC interface on the
local device on which a frame should arrive in
order to be classified by this filter.
A value of zero indicates that no interface is
configured. Setting this object to zero is
equivalent to disabling this match criterion."
DEFVAL { 0 }
::= { cdsmFCMultiFieldMatchStmtEntry 4 }
cdsmFCMultiFieldMatchStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this conceptual row. All writable
objects in this row can be modified at any time."
::= { cdsmFCMultiFieldMatchStmtEntry 5 }
cdsmFCMultiFieldMatchWildCard OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies whether the wild-card option
has been set.
If this object is set to 'true', then the
wild-card option is set and all the FC traffic
will be considered to match the corresponding
multi-field classifier.
If this object is set to 'false', then the
wild-card option is not set.
Setting this object to 'true' in a multi-field
classifier which has other match criteria set is
an error."
DEFVAL { false }
::= { cdsmFCMultiFieldMatchStmtEntry 6 }
cdsmRateLimitTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmRateLimitEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table specifies a set of rate limit
parameter(s) for interfaces on the local
device."
::= { cdsmConfiguration 5 }
cdsmRateLimitEntry OBJECT-TYPE
SYNTAX CdsmRateLimitEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table.
An instance of diffServMeterSpecific object
(in the diffServMeterTable of DIFFSERV-MIB)
which points to an entry in this table,
identifies a rate-limit meter."
INDEX { cdsmRateLimitId }
::= { cdsmRateLimitTable 1 }
CdsmRateLimitEntry ::= SEQUENCE {
cdsmRateLimitId IndexInteger,
cdsmRateLimitPercent Gauge
}
cdsmRateLimitId OBJECT-TYPE
SYNTAX IndexInteger
-- Rsyntax Gauge(1..4294967295)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Uniquely represents a rate-limit meter."
::= { cdsmRateLimitEntry 1 }
cdsmRateLimitPercent OBJECT-TYPE
SYNTAX Gauge(1..100)
-- Units
-- percent
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies the rate-limit factor on this
interface."
DEFVAL { 100 }
::= { cdsmRateLimitEntry 2 }
cdsmSchedulerQTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmSchedulerQEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains configuration information
regarding the scheduler queues on the local
device."
::= { cdsmConfiguration 6 }
cdsmSchedulerQEntry OBJECT-TYPE
SYNTAX CdsmSchedulerQEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table."
INDEX { cdsmSchedulerQNum }
::= { cdsmSchedulerQTable 1 }
CdsmSchedulerQEntry ::= SEQUENCE {
cdsmSchedulerQNum Gauge,
cdsmSchedulerQWeight Gauge
}
cdsmSchedulerQNum OBJECT-TYPE
SYNTAX Gauge(1..3)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The index of this scheduler queue."
::= { cdsmSchedulerQEntry 1 }
cdsmSchedulerQWeight OBJECT-TYPE
SYNTAX Gauge(5..100)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The weight associated with this queue."
::= { cdsmSchedulerQEntry 2 }
cdsmChkSumTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdsmChkSumEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains checksums for the local
FC Qos configuration on all configured VSANs."
::= { cdsmConfiguration 7 }
cdsmChkSumEntry OBJECT-TYPE
SYNTAX CdsmChkSumEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in this table."
INDEX { vsanIndex }
::= { cdsmChkSumTable 1 }
CdsmChkSumEntry ::= SEQUENCE {
cdsmChkSumValue Gauge
}
cdsmChkSumValue OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The checksum corresponding to the local
FC Qos configuration on this VSAN."
::= { cdsmChkSumEntry 1 }
ciscoDiffServVsanGroup OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects for displaying and
-- configuring VSAN related information.
-- objects
-- cdsmDataPathClfrStart, cdsmDataPathStatus
ciscoDiffServExtGroup OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- A collection of objects for displaying and
-- configuring FC multi-field filters and other
-- extensions to the DIFFSERV-MIB.
-- objects
-- cdsmClfrName, cdsmFCMultiFieldClfrName,
-- cdsmFCMultiFieldClfrMatch, cdsmFCMultiFieldClfrStatus,
-- cdsmFCMultiFieldMatchSrcAddr, cdsmFCMultiFieldMatchDstAddr,
-- cdsmFCMultiFieldMatchIntf, cdsmFCMultiFieldMatchStatus,
-- cdsmRateLimitPercent
ciscoDiffServSchedQGroup OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects for displaying and
-- configuring DWRR scheduler Q weights.
-- objects
-- cdsmSchedulerQWeight
ciscoDiffServExtGroup1 OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 4 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- A collection of objects for displaying and
-- configuring FC multi-field filters and other
-- extensions to the DIFFSERV-MIB.
-- objects
-- cdsmClfrName, cdsmFCMultiFieldClfrName,
-- cdsmFCMultiFieldClfrMatch, cdsmFCMultiFieldClfrStatus,
-- cdsmFCMultiFieldMatchSrcAddr, cdsmFCMultiFieldMatchDstAddr,
-- cdsmFCMultiFieldMatchIntf, cdsmFCMultiFieldMatchStatus,
-- cdsmFCMultiFieldMatchWildCard, cdsmRateLimitPercent
ciscoDiffServChkSumGroup OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 5 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of object(s) for displaying FC
-- Qos configuration checksum.
-- objects
-- cdsmChkSumValue
ciscoDiffServExtGroup2 OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBGroups 6 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects for displaying and
-- configuring FC multi-field filters and other
-- extensions to the DIFFSERV-MIB.
-- objects
-- cdsmClfrName, cdsmClfrNextFreeElement,
-- cdsmFCMultiFieldClfrName, cdsmFCMultiFieldClfrMatch,
-- cdsmFCMultiFieldClfrStatus, cdsmFCMultiFieldClfrNextFreeStmt,
-- cdsmFCMultiFieldMatchSrcAddr, cdsmFCMultiFieldMatchDstAddr,
-- cdsmFCMultiFieldMatchIntf, cdsmFCMultiFieldMatchStatus,
-- cdsmFCMultiFieldMatchWildCard, cdsmRateLimitPercent
ciscoDiffServExtMIBCompliance OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for entities which
-- implement the Cisco Extension to the
-- DIFFSERV-MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoDiffServExtGroup
-- OptGroup
-- ciscoDiffServVsanGroup
-- OptGroup
-- ciscoDiffServSchedQGroup
-- ObjVar
-- cdsmDataPathStatus
-- ObjVar
-- cdsmFCMultiFieldMatchStatus
-- ObjVar
-- cdsmFCMultiFieldClfrStatus
ciscoDiffServExtMIBComplianceR1 OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for entities which
-- implement the Cisco Extension to the
-- DIFFSERV-MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoDiffServExtGroup1
-- OptGroup
-- ciscoDiffServVsanGroup
-- OptGroup
-- ciscoDiffServSchedQGroup
-- OptGroup
-- ciscoDiffServChkSumGroup
-- ObjVar
-- cdsmDataPathStatus
-- ObjVar
-- cdsmFCMultiFieldMatchStatus
-- ObjVar
-- cdsmFCMultiFieldClfrStatus
ciscoDiffServExtMIBComplianceR2 OBJECT IDENTIFIER ::= { ciscoDiffServExtMIBCompliances 3 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for entities which
-- implement the Cisco Extension to the
-- DIFFSERV-MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoDiffServExtGroup2
-- OptGroup
-- ciscoDiffServVsanGroup
-- OptGroup
-- ciscoDiffServSchedQGroup
-- OptGroup
-- ciscoDiffServChkSumGroup
-- ObjVar
-- cdsmDataPathStatus
-- ObjVar
-- cdsmFCMultiFieldMatchStatus
-- ObjVar
-- cdsmFCMultiFieldClfrStatus
END