-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-HW-MODULE-CONTROL-MIB-V1SMI.my
440 lines (389 loc) · 14.9 KB
/
CISCO-HW-MODULE-CONTROL-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
-- MIB file created 03-Sep-2010 10:56:22, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-HW-MODULE-CONTROL-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-HW-MODULE-CONTROL-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
entPhysicalIndex
FROM ENTITY-MIB
CiscoInterfaceIndexList
FROM CISCO-TC
ciscoMgmt
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoHwModuleControlMIB OBJECT IDENTIFIER ::= { ciscoMgmt 714 }
-- MODULE-IDENTITY
-- LastUpdated
-- 201008090000Z
-- 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
-- The MIB module providing configuration and control
-- information for management of hardware modules and
-- components on Cisco devices.
--
-- The following features are managed: bandwidth
-- oversubscription, clearing of HoL(Head of Line)
-- blocking, etc.
--
-- Bandwidth oversubscription: a group of ports are
-- said to be operating in bandwidth oversubscription
-- mode if the amount of internal forwarding fabric
-- bandwidth allocated to the group of ports on a
-- switching or routing device is less than the aggregate
-- maximum connection speeds of these ports.
--
-- Clearing of HoL blocking: refers to the process
-- in which if any port of a port group receives a
-- pause frame from the remote side, it will block
-- packet transmission on all ports of the port group
-- till a packet is delivered to the flow controlled
-- port. If the clearing of HoL blocking feature is
-- disabled, the device will drop packets destined
-- for the jammed ports and continue delivering
-- packets for the other ports.
-- RevDate
-- 201008090000Z
-- RevDescr
-- Added ciscoHmcMIBOperModeGroup.
-- RevDate
-- 200911120000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoHwModuleControlMIBNotifs OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIB 0 }
ciscoHwModuleControlMIBObjects OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIB 1 }
ciscoHwModuleControlMIBConform OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIB 2 }
chmcOversubscription OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIBObjects 1 }
chmcOperationalMode OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIBObjects 2 }
chmcHwModuleControlMIBCompliances OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIBConform 1 }
chmcHwModuleControlMIBGroups OBJECT IDENTIFIER ::= { ciscoHwModuleControlMIBConform 2 }
chmcOversubModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChmcOversubModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Contains information for managing bandwidth
oversubscription feature for physical modules
capable of providing such feature."
::= { chmcOversubscription 1 }
chmcOversubModuleEntry OBJECT-TYPE
SYNTAX ChmcOversubModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry provides management information for a
specific physical module as indicated by the value
of entPhysicalIndex, which is capable of providing
bandwidth oversubscription feature."
INDEX { entPhysicalIndex }
::= { chmcOversubModuleTable 1 }
ChmcOversubModuleEntry ::= SEQUENCE {
chmcOversubModuleCapabilities OCTET STRING,
chmcOversubModOversubStatus INTEGER
}
chmcOversubModuleCapabilities OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(1..2))
-- BITS are:
-- oversubConfigModuleLevel(0)
-- oversubConfigPortGroupLevel(1)
-- clearblockConfigPortGroupLevel(2)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the attributes of this module with
respective to the bandwidth oversubscription feature.
oversubConfigModuleLevel(0) -
This bit is set if configuration of bandwidth
oversubscription is supported at module level.
oversubConfigPortGroupLevel(1) -
This bit is set if configuration of bandwidth
oversubscription is supported at port group
level.
clearblockConfigPortGroupLevel(2) -
This bit is set if configuration of clearing
of HoL blocking is supported at port group
level."
::= { chmcOversubModuleEntry 1 }
chmcOversubModOversubStatus OBJECT-TYPE
SYNTAX INTEGER {
enabledOnAllPortGroups(1),
disabledOnAllPortGroups(2),
portGroupSpecific(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies the state of the bandwidth oversubscription
feature for this module.
enabledOnAllPortGroups --
the bandwidth oversubscription feature
is enabled on all port groups of this
module.
disabledOnAllPortGroups --
the bandwidth oversubscription feature
is disabled on all port groups of this
module.
portGroupSpecific --
the bandwidth oversubscription feature
is enabled on some port groups of this
module while being disabled at the
remaining port groups of this module.
This value is a read-only value and
can not be set on any instance of
this object.
This object will only be configurable when the
instance value of chmcOversubModuleCapabilities of this
entry has the 'oversubConfigModuleLevel' bit set to 1."
::= { chmcOversubModuleEntry 2 }
chmcOversubPortGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChmcOversubPortGroupEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Contains information for managing bandwidth
oversubscription and clearing of HoL blocking
features for port groups of the physical modules
capable of providing bandwidth oversubscription
feature."
::= { chmcOversubscription 2 }
chmcOversubPortGroupEntry OBJECT-TYPE
SYNTAX ChmcOversubPortGroupEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry contains management information for a
specific port group on a specific physical module as
indicated by the value of entPhysicalIndex, which is
capable of providing bandwidth oversubscription feature."
INDEX { entPhysicalIndex, chmcOversubPortGrpIndex }
::= { chmcOversubPortGroupTable 1 }
ChmcOversubPortGroupEntry ::= SEQUENCE {
chmcOversubPortGrpIndex Gauge,
chmcOversubPortGrpIfIndexList CiscoInterfaceIndexList,
chmcOversubPortGrpOversubStatus INTEGER,
chmcOversubPortGrpClearBlkStatus INTEGER
}
chmcOversubPortGrpIndex OBJECT-TYPE
SYNTAX Gauge(1..4294967295)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A unique value assigned to a specific port group on a
module."
::= { chmcOversubPortGroupEntry 1 }
chmcOversubPortGrpIfIndexList OBJECT-TYPE
SYNTAX CiscoInterfaceIndexList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Contains ifIndex values for the list of the ports in
the port group."
::= { chmcOversubPortGroupEntry 2 }
chmcOversubPortGrpOversubStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enabled(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies the state of the bandwidth oversubscription
feature on this port group.
other - none of the following. This value is a
read-only value and can not be set on
any instance of this object.
enabled - this port group is enabled to operate
in bandwidth oversubscription mode.
disabled - this port group is disabled to operate
in bandwidth oversubscription mode. The
first port indicated by the first four
bytes of the value of
chmcOversubPortGrpIfIndexList of this
port group will keep its administrative
status and the remaining ports of this port
group will be administratively shut down.
This object will only be configurable when the instance value
of chmcOversubModuleCapabilities for the corresponding module
has the 'oversubConfigPortGroupLevel' bit set to 1."
::= { chmcOversubPortGroupEntry 3 }
chmcOversubPortGrpClearBlkStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enabled(2),
disabled(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies the state of the clearing of HoL blocking
feature on this port group.
other - none of the following. This value is a
read-only value and can not be set on
any instance of this object.
enabled - the clearing of HoL blocking feature is
enabled.
disabled - the clearing of HoL blocking feature
is disabled.
This object will only take effect when the instance value
of chmcOversubPortGrpOversubStatus of this entry is 'enabled'.
This object will only be configurable when the instance
value of chmcOversubPortGrpOversubStatus of this entry is
'enabled' and the instance value of
chmcOversubModuleCapabilities for the corresponding module
has the 'clearblockConfigPortGroupLevel' bit set to 1."
::= { chmcOversubPortGroupEntry 4 }
chmcOperModePortGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChmcOperModePortGroupEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Contains information for managing operational mode
features for port groups of the physical modules
capable of providing operational mode configuration."
::= { chmcOperationalMode 1 }
chmcOperModePortGroupEntry OBJECT-TYPE
SYNTAX ChmcOperModePortGroupEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry contains operational mode information for a
specific port group on a specific physical module as
indicated by the value of entPhysicalIndex, which is
capable of providing operational mode configuration."
INDEX { entPhysicalIndex, chmcOperModePortGrpIndex }
::= { chmcOperModePortGroupTable 1 }
ChmcOperModePortGroupEntry ::= SEQUENCE {
chmcOperModePortGrpIndex Gauge,
chmcOperModePortGrpOperMode INTEGER,
chmcOperModePortGrpIfIndexList CiscoInterfaceIndexList
}
chmcOperModePortGrpIndex OBJECT-TYPE
SYNTAX Gauge(1..4294967295)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A unique value assigned to a specific port group on a
module."
::= { chmcOperModePortGroupEntry 1 }
chmcOperModePortGrpOperMode OBJECT-TYPE
SYNTAX INTEGER {
other(1),
tenGigabitEthernet(2),
fortyGigabitEthernet(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies the operational mode of the port group.
other - none of the following. This value is a
read-only value and can not be set on
any instance of this object.
tenGigabitEthernet - this port group is operated with
10 Gigibit Ethernet port mode.
forthGigabitEthernet - this port group is operated with
40 Gigabit Ethernet port mode.
Modification on the instance value of this object may cause
the corresponding module to be reset."
::= { chmcOperModePortGroupEntry 2 }
chmcOperModePortGrpIfIndexList OBJECT-TYPE
SYNTAX CiscoInterfaceIndexList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Contains ifIndex values for the list of the ports in
the port group. The instance value of this object may be
changed after modification on the corresponding instance
value of chmcOperModePortGrpOperMode."
::= { chmcOperModePortGroupEntry 3 }
ciscoHmcMIBOversubBaseGroup OBJECT IDENTIFIER ::= { chmcHwModuleControlMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing information about
-- the bandwidth oversubscription and/or clearing of HoL
-- blocking features for hardware modules capable of
-- providing such features.
-- objects
-- chmcOversubModuleCapabilities, chmcOversubModOversubStatus,
-- chmcOversubPortGrpIfIndexList,
-- chmcOversubPortGrpOversubStatus
ciscoHmcMIBOversubPgClearBlkGrp OBJECT IDENTIFIER ::= { chmcHwModuleControlMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects describing the clearing
-- of HoL blocking support at port group level for
-- each hardware module capable of providing such
-- feature.
-- objects
-- chmcOversubPortGrpClearBlkStatus
ciscoHmcMIBOperModeGroup OBJECT IDENTIFIER ::= { chmcHwModuleControlMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing the operational
-- mode information at port group level for each
-- physical module capable of providing such feature.
-- objects
-- chmcOperModePortGrpOperMode, chmcOperModePortGrpIfIndexList
chmcHwModuleControlMIBCompliance OBJECT IDENTIFIER ::= { chmcHwModuleControlMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
-- Module
-- >>current<<
-- OptGroup
-- ciscoHmcMIBOversubBaseGroup
-- OptGroup
-- ciscoHmcMIBOversubPgClearBlkGrp
-- ObjVar
-- chmcOversubModOversubStatus
-- ObjVar
-- chmcOversubPortGrpOversubStatus
-- ObjVar
-- chmcOversubPortGrpClearBlkStatus
chmcHwModuleControlMIBCompliance1 OBJECT IDENTIFIER ::= { chmcHwModuleControlMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
-- Module
-- >>current<<
-- OptGroup
-- ciscoHmcMIBOversubBaseGroup
-- OptGroup
-- ciscoHmcMIBOversubPgClearBlkGrp
-- OptGroup
-- ciscoHmcMIBOperModeGroup
-- ObjVar
-- chmcOversubModOversubStatus
-- ObjVar
-- chmcOversubPortGrpOversubStatus
-- ObjVar
-- chmcOversubPortGrpClearBlkStatus
-- ObjVar
-- chmcOperModePortGrpOperMode
END