-
Notifications
You must be signed in to change notification settings - Fork 0
/
VMWARE-AGENTCAP-MIB.mib
713 lines (566 loc) · 20.3 KB
/
VMWARE-AGENTCAP-MIB.mib
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
-- **********************************************************
-- Copyright 2008-2011 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-AGENTCAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
vmwareAgentCapabilities
FROM VMWARE-ROOT-MIB
AGENT-CAPABILITIES
FROM SNMPv2-CONF;
vmwAgentCapabilityMIB MODULE-IDENTITY
LAST-UPDATED "201010180000Z"
ORGANIZATION "VMware, Inc"
CONTACT-INFO
"VMware, Inc
3401 Hillview Ave
Palo Alto, CA 94304
Tel: 1-877-486-9273 or 650-427-5000
Fax: 650-427-5001
Web: http://communities.vmware.com/community/developer/forums/managementapi
"
DESCRIPTION
"This module defines agent capabilities for VMware agents."
REVISION "201010180000Z"
DESCRIPTION
"Capabilities for VMware ESX 5.0 added."
REVISION "200810270000Z"
DESCRIPTION
"Capabilities for VMware ESX 4.0 added."
::= { vmwareAgentCapabilities 1 }
vmwEsxCapability OBJECT IDENTIFIER ::= { vmwAgentCapabilityMIB 1 }
vmwESX50x AGENT-CAPABILITIES
PRODUCT-RELEASE
"5.0.x"
STATUS current
DESCRIPTION
"Release 5.0.x for VMware ESXi"
REFERENCE
"http://www.vmware.com/products"
-- RFC 3418
SUPPORTS SNMPv2-MIB
INCLUDES {
snmpGroup,
systemGroup,
snmpCommunityGroup,
snmpBasicNotificationsGroup,
snmpWarmStartNotificationGroup
-- groups not supported; snmpSetGroup, snmpNotificationGroup
}
VARIATION snmpSetSerialNo
ACCESS not-implemented
DESCRIPTION "Agent provides read-only view of system information."
VARIATION snmpTrapOID
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpTrapEnterprise
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpEnableAuthenTraps
SYNTAX INTEGER { disabled(2) }
ACCESS read-only
DESCRIPTION "Agent does not allow authentication traps. Poll snmpInBadCommunityNames for same info."
-- the above implies this:
-- VARIATION authenticationFailure
-- ACCESS not-implemented
-- DESCRIPTION "Agent does not provide this notification. snmpEnableAuthenTraps will return disabled."
-- ********************* ************ ************ *************** ***
-- RFC 2863
SUPPORTS IF-MIB
INCLUDES {
ifGeneralInformationGroup,
linkUpDownNotificationsGroup
}
VARIATION ifAdminStatus
ACCESS read-only
DESCRIPTION "Agent provides read-only view of administrative state for each physical interface.
Note: ESX virtual switches now may support changing administrative state
of physical network interfaces (nics) up or down."
VARIATION ifLinkUpDownTrapEnable
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information."
VARIATION ifAlias
ACCESS read-only
DESCRIPTION "ifIndexes may only change across reboot."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "This counter always returns 0."
-- ifRcvAddressGroup is interface/media specific
VARIATION ifRcvAddressStatus
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
VARIATION ifRcvAddressType
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
-- RFC 2790
SUPPORTS HOST-RESOURCES-MIB
INCLUDES {
hrSystemGroup,
hrStorageGroup, -- visorfs "ramdisks" are not reported
hrDeviceGroup,
hrSWRunGroup,
hrSWRunPerfGroup,
hrSWInstalledGroup -- updates once an hour
}
VARIATION hrSystemNumUsers
ACCESS read-only
DESCRIPTION "Value reports number of active login sessions in host agent (hostd)"
VARIATION hrSWRunName
ACCESS read-only
DESCRIPTION "Value does not match hrSWInstalledName"
VARIATION hrDeviceErrors
ACCESS not-implemented
DESCRIPTION "ESXi pcpu, network interface cards, do not provide error stats"
-- hrDeviceStatus reports unknown for: cpu. pnic either running/unknown.
-- disk reports running, warning, down, unknown
-- device error counters do not account for all failure cases
VARIATION hrSWOSIndex
ACCESS not-implemented
DESCRIPTION "No operatingSystem entry exists in hrSWRunGroup hrSWRunTable"
VARIATION hrFSLastFullBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrFSLastPartialBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterStatus
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterDetectedErrorState
ACCESS not-implemented
DESCRIPTION "is not implemented"
-- ********************* ************ ************ *************** ***
-- REVISION 201008020000Z
SUPPORTS VMWARE-SYSTEM-MIB
INCLUDES {
vmwSystemGroup
}
-- REVISION 200810150000Z
SUPPORTS VMWARE-RESOURCES-MIB
INCLUDES {
vmwResourceGroup
}
-- REVISION 201006220000Z
SUPPORTS VMWARE-VMINFO-MIB
INCLUDES {
vmwVmInfoGroup,
vmwVmInfoNotificationGroup
}
-- VARIATION vmwVmNetConnType
-- DESCRIPTION "This object was valid for ESX 2.5 systems only. Only value returned was 'monitor_dev'"
-- STATUS deprecated
-- REVISION 201005120000Z
SUPPORTS VMWARE-ENV-MIB
INCLUDES {
vmwEnvNotificationGroup
}
::= { vmwEsxCapability 3 }
--
--
--
vmwESX41x AGENT-CAPABILITIES
PRODUCT-RELEASE
"4.1.x"
STATUS current
DESCRIPTION
"Release 4.1.x for VMware ESX"
REFERENCE
"http://www.vmware.com/products"
-- RFC 3418
SUPPORTS SNMPv2-MIB
INCLUDES {
snmpGroup,
systemGroup,
snmpCommunityGroup,
snmpBasicNotificationsGroup,
snmpWarmStartNotificationGroup
-- groups not supported; snmpSetGroup, snmpNotificationGroup
}
VARIATION snmpSetSerialNo
ACCESS not-implemented
DESCRIPTION "Agent provides read-only view of system information."
VARIATION snmpTrapOID
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpTrapEnterprise
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpEnableAuthenTraps
SYNTAX INTEGER { disabled(2) }
ACCESS read-only
DESCRIPTION "Agent does not allow authentication traps. Poll snmpInBadCommunityNames for same info."
-- the above implies this:
-- VARIATION authenticationFailure
-- ACCESS not-implemented
-- DESCRIPTION "Agent does not provide this notification. snmpEnableAuthenTraps will return disabled."
-- ********************* ************ ************ *************** ***
-- RFC 2863
SUPPORTS IF-MIB
INCLUDES {
ifGeneralInformationGroup,
linkUpDownNotificationsGroup
}
VARIATION ifAdminStatus
ACCESS read-only
DESCRIPTION "Agent provides read-only view of administrative state for each interface.
ESX virtual layer 2 switches may support changing administrative state
of physical network interfaces (nics)."
VARIATION ifLinkUpDownTrapEnable
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information."
VARIATION ifAlias
ACCESS read-only
DESCRIPTION "ifIndexes may only change across reboot."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "This counter always returns 0."
-- ifRcvAddressGroup is interface/media specific
VARIATION ifRcvAddressStatus
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
VARIATION ifRcvAddressType
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
-- ********************* ************ ************ *************** ***
-- REVISION 200712270000Z
SUPPORTS VMWARE-SYSTEM-MIB
INCLUDES {
vmwSystemGroup
}
-- REVISION 200810150000Z
SUPPORTS VMWARE-RESOURCES-MIB
INCLUDES {
vmwResourceGroup
}
-- REVISION 200810230000Z
SUPPORTS VMWARE-VMINFO-MIB
INCLUDES {
vmwVmInfoGroup,
vmwVmInfoNotificationGroup
}
-- VARIATION vmwVmNetConnType
-- DESCRIPTION "This object was valid for ESX 2.5 systems only. Only value returned was 'monitor_dev'"
-- STATUS deprecated
-- REVISION 200712270000Z
SUPPORTS VMWARE-ENV-MIB
INCLUDES {
vmwEnvNotificationGroup
}
::= { vmwEsxCapability 2 }
--
--
--
vmwESX40x AGENT-CAPABILITIES
PRODUCT-RELEASE
"4.0.x"
STATUS current
DESCRIPTION
"Release 4.0.x for VMware ESX"
REFERENCE
"http://www.vmware.com/products"
-- RFC 3418
SUPPORTS SNMPv2-MIB
INCLUDES {
snmpGroup,
systemGroup,
snmpCommunityGroup,
snmpBasicNotificationsGroup,
snmpWarmStartNotificationGroup
-- groups not supported; snmpSetGroup, snmpNotificationGroup
}
VARIATION snmpSetSerialNo
ACCESS not-implemented
DESCRIPTION "Agent provides read-only view of system information."
VARIATION snmpTrapOID
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpTrapEnterprise
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpEnableAuthenTraps
SYNTAX INTEGER { disabled(2) }
ACCESS read-only
DESCRIPTION "Agent does not allow authentication traps. Poll snmpInBadCommunityNames for same info."
-- the above implies this:
-- VARIATION authenticationFailure
-- ACCESS not-implemented
-- DESCRIPTION "Agent does not provide this notification. snmpEnableAuthenTraps will return disabled."
-- ********************* ************ ************ *************** ***
-- RFC 2863
SUPPORTS IF-MIB
INCLUDES {
ifGeneralInformationGroup,
linkUpDownNotificationsGroup
}
VARIATION ifAdminStatus
SYNTAX INTEGER { up(1) }
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information and
does not support changing operational state."
VARIATION ifLinkUpDownTrapEnable
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information."
-- ifXTable not implemented
VARIATION ifTableLastChange
ACCESS not-implemented
DESCRIPTION "post RFC 1213 managed objects not implemented."
VARIATION ifConnectorPresent
ACCESS not-implemented
DESCRIPTION "ifXTable not implemented."
VARIATION ifHighSpeed
ACCESS not-implemented
DESCRIPTION "ifXTable not implemented."
VARIATION ifName
ACCESS not-implemented
DESCRIPTION "ifXTable not implemented."
VARIATION ifAlias
ACCESS not-implemented
DESCRIPTION "ifXTable not implemented."
-- ifFixedLengthGroup
VARIATION ifAlias
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
-- ifHCFixedLengthGroup
VARIATION ifHCInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
-- ifPacketGroup
VARIATION ifInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifMtu
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifPromiscuousMode
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
-- ifHCPacketGroup
VARIATION ifInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifMtu
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifPromiscuousMode
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
-- ifVHCPacketGroup
VARIATION ifHCInUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCInMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCInBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifHCOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutOctets
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutErrors
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifMtu
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifInDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutUcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutMulticastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutBroadcastPkts
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifOutDiscards
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
VARIATION ifPromiscuousMode
ACCESS not-implemented
DESCRIPTION "Performance counters not implemented."
-- ifCounterDiscontinuityGroup
VARIATION ifCounterDiscontinuityTime
ACCESS not-implemented
DESCRIPTION "Required if Performance counters are implemented."
-- ifRcvAddressGroup is interface/media specific
VARIATION ifRcvAddressStatus
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
VARIATION ifRcvAddressType
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
-- ********************* ************ ************ *************** ***
-- REVISION 200712270000Z
SUPPORTS VMWARE-SYSTEM-MIB
INCLUDES {
vmwSystemGroup
}
-- REVISION 200810150000Z
SUPPORTS VMWARE-RESOURCES-MIB
INCLUDES {
vmwResourceGroup
}
-- REVISION 200810230000Z
SUPPORTS VMWARE-VMINFO-MIB
INCLUDES {
vmwVmInfoGroup,
vmwVmInfoNotificationGroup
}
-- VARIATION vmwVmNetConnType
-- DESCRIPTION "This object was valid for ESX 2.5 systems only. Only value returned was 'monitor_dev'"
-- STATUS deprecated
-- REVISION 200712270000Z
SUPPORTS VMWARE-ENV-MIB
INCLUDES {
vmwEnvNotificationGroup
}
::= { vmwEsxCapability 1 }
END