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
|
F5-EM-MIB DEFINITIONS ::= BEGIN
--================================================================
-- F5-EM-MIB
-- A private enterprise MIB for F5 enterprise management
-- systems.
-- VERSION: PRODUCT_VERSION
--================================================================
IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
Integer32, Opaque, enterprises, Counter32, Counter64
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, MacAddress, DisplayString, DateAndTime
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
InetAddress, InetAddressType
FROM INET-ADDRESS-MIB
bigipCompliances, bigipGroups, LongDisplayString, f5
FROM F5-BIGIP-COMMON-MIB;
--================================================================
enterpriseManagement MODULE-IDENTITY
LAST-UPDATED "201202072039Z" -- Tue Feb 07 20:39:15 UTC 2012
ORGANIZATION "F5 Networks, Inc."
CONTACT-INFO
"postal: F5 Networks, Inc.
401 Elliott Ave. West
Seattle, WA 98119
phone: (206) 272-5555
email: support@f5.com"
DESCRIPTION
"Top-level infrastructure of the F5 enterprise MIB tree."
::= { f5 3 }
--================================================================
-- enterpriseManagement
emDevices OBJECT IDENTIFIER ::= { enterpriseManagement 1 }
emDeviceGroups OBJECT IDENTIFIER ::= { enterpriseManagement 2 }
emImages OBJECT IDENTIFIER ::= { enterpriseManagement 3 }
emArchives OBJECT IDENTIFIER ::= { enterpriseManagement 4 }
emGlobals OBJECT IDENTIFIER ::= { enterpriseManagement 5 }
emAlert OBJECT IDENTIFIER ::= { enterpriseManagement 6 }
emAlerts OBJECT IDENTIFIER ::= { emAlert 0 }
emAlertObjects OBJECT IDENTIFIER ::= { emAlert 1 }
emAlertConfigObjects OBJECT IDENTIFIER ::= { emAlerts 0 }
--emDevices
emDeviceList OBJECT IDENTIFIER ::= { emDevices 1 }
--==================================================================
-- emDevices
--==================================================================
--emDeviceList
deviceNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of device entries in the table."
::= { emDeviceList 1 }
deviceEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF DeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of device."
::= { emDeviceList 2 }
deviceEntry OBJECT-TYPE
SYNTAX DeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns in the deviceEntry Table"
INDEX {
deviceName
}
::= { deviceEntryTable 1 }
DeviceEntry ::=
SEQUENCE {
deviceName DisplayString,
deviceAddressType InetAddressType,
deviceAddress InetAddress
}
deviceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the device."
::= { deviceEntry 1 }
deviceAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of IP address of the device."
::= { deviceEntry 2 }
deviceAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the device."
::= { deviceEntry 3 }
--==================================================================
-- emDevicGroups
--==================================================================
groupNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of group entries in the table."
::= { emDeviceGroups 1 }
groupEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF GroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of groups."
::= { emDeviceGroups 2 }
groupEntry OBJECT-TYPE
SYNTAX GroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns in the groupEntry Table"
INDEX {
groupName
}
::= { groupEntryTable 1 }
GroupEntry ::=
SEQUENCE {
groupName DisplayString,
groupDescription DisplayString
}
groupName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A name for a group of managed devices."
::= { groupEntry 1 }
groupDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A description of a group of managed devices."
::= { groupEntry 2 }
--==================================================================
-- emImages
--==================================================================
imageNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of image entries in the table."
::= { emImages 1 }
imageEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF ImageEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of images."
::= { emImages 2 }
imageEntry OBJECT-TYPE
SYNTAX ImageEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns in the imageEntry Table"
INDEX {
imageVersion
}
::= { imageEntryTable 1 }
ImageEntry ::=
SEQUENCE {
imageVersion DisplayString,
imageDescription DisplayString
}
imageVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The software version, including build number and hotfixes."
::= { imageEntry 1 }
imageDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Further details about the contents of an iso image."
::= { imageEntry 2 }
--==================================================================
-- emArchives
--==================================================================
archiveNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The number of archive entries in the table."
::= { emArchives 1 }
archiveEntryTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArchiveEntry
MAX-ACCESS not-accessible
STATUS obsolete
DESCRIPTION
"The table of archives."
::= { emArchives 2 }
archiveEntry OBJECT-TYPE
SYNTAX ArchiveEntry
MAX-ACCESS not-accessible
STATUS obsolete
DESCRIPTION
"Columns in the archiveEntry Table"
INDEX {
archiveSourceDevice
}
::= { archiveEntryTable 1 }
ArchiveEntry ::=
SEQUENCE {
archiveSourceDevice DisplayString,
archiveProduct DisplayString,
archiveVersion DisplayString,
archiveTimeStamp DateAndTime,
archiveFilename DisplayString,
archiveDescription DisplayString
}
archiveSourceDevice OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The name of the device from which the archive came."
::= { archiveEntry 1 }
archiveProduct OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The type of software running on the device from which the
archive came."
::= { archiveEntry 2 }
archiveVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The software version, including build number, of the device
from which the archive came."
::= { archiveEntry 3 }
archiveTimeStamp OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The date and time that the archive was created."
::= { archiveEntry 4 }
archiveFilename OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The name of the file, not including path, of the device archive."
::= { archiveEntry 5 }
archiveDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"User supplied details regarding the archive."
::= { archiveEntry 6 }
--==================================================================
-- emGlobals
--==================================================================
emMaxConcurrentUpdates OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The maximum number of simultaneous updates."
::= { emGlobals 1 }
emRefreshInterval OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"The interval between device status updates."
::= { emGlobals 2 }
emVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION
"Version of the EM software."
::= { emGlobals 3 }
--================================================================
-- emAlertObjects
--
emAlertObjMsg OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The additional information about the related alert."
::= { emAlertObjects 1 }
--==================================================================
-- emNotifications
--==================================================================
emDeviceUnreachable NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"An managed device is unreachable."
::= { emAlerts 1 }
emSoftwareInstallComplete NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Software installation has completed."
::= { emAlerts 2 }
emSoftwareInstallFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Software installation has failed."
::= { emAlerts 3 }
emDeviceClockSkew NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device clock is out of sync with EM."
::= { emAlerts 4 }
emDiskUsage NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A disk partition is exceeding configured usage limits."
::= { emAlerts 5 }
emMemoryUsage NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"The system memory is exceeding configured usage limits."
::= { emAlerts 6 }
emHotfixInstallComplete NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A hotfix has been installed on a managed device."
::= { emAlerts 7 }
emHotfixInstallFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A hotfix installation has failed."
::= { emAlerts 8 }
emCpuUsage NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"The cpu is exceeding configured usage limits."
::= { emAlerts 9 }
emCertificateExpiration NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device certificate will expire soon."
::= { emAlerts 10 }
emScheduledArchiveFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A scheduled configuration archive failed."
::= { emAlerts 11 }
emDeviceActiveMode NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device changed from non-ACTIVE to ACTIVE state."
::= { emAlerts 12 }
emDeviceStandbyMode NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device changed from non-STANDBY to STANDBY state."
::= { emAlerts 13 }
emDeviceConfigSync NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device's configuration is out of sync with its peer."
::= { emAlerts 14 }
emRaidDriveFailureDetected NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"The system RAID drive failure has been detected."
::= { emAlerts 15 }
emRaidDriveRebuildComplete NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"The system RAID drive rebuild is complete."
::= { emAlerts 16 }
--emFirmwareInstallComplete NOTIFICATION-TYPE
-- OBJECTS {
-- emAlertObjMsg
-- }
-- STATUS current
-- DESCRIPTION
-- "A firmware has been installed on a managed device."
-- ::= { emAlerts 17 }
--emFirmwareInstallFailed NOTIFICATION-TYPE
-- OBJECTS {
-- emAlertObjMsg
-- }
-- STATUS current
-- DESCRIPTION
-- "A firmware installation has failed."
-- ::= { emAlerts 18 }
emHaSyncFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"EM HA Sync has failed."
::= { emAlerts 19 }
emASMSigInstallComplete NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"ASM signature has been installed on a managed device."
::= { emAlerts 20 }
emASMSigInstallFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"ASM signature installation has failed."
::= { emAlerts 21 }
emASMSigUpdateAvailable NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"ASM signature update is available."
::= { emAlerts 22 }
emASMSigUpdateFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"ASM signature update failed."
::= { emAlerts 23 }
emPerformanceStorageDays NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Performance storage capacity is about to fall below configured number of days."
::= { emAlerts 25 }
emPerformanceStorageCap NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Performance storage capacity is lower than the amount of space reserved."
::= { emAlerts 26 }
emPerformanceThreshold NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Threshold has been violated for a performance-data object."
::= { emAlerts 27 }
emSchedBackupFailed NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Scheduled performance data backup has failed."
::= { emAlerts 28 }
emStatsCollectionRateCap NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Performance-monitoring data collection rate exceeds recommended limit"
::= { emAlerts 29 }
emDeviceOfflineMode NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device changed from non-OFFLINE to OFFLINE state."
::= { emAlerts 30 }
emDeviceForcedOfflineMode NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"A device changed from non-FORCED OFFLINE to FORCED OFFLINE state."
::= { emAlerts 31 }
emServiceContractExpiry NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Device service contract will expire soon."
::= { emAlerts 32 }
emStatsDBConnectivityLost NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Statistics database connectivity is lost."
::= { emAlerts 33 }
emGatherServiceContractFailure NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Gathering service contract end date failed."
::= { emAlerts 34 }
emDeviceImpaired NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"An managed device is impaired."
::= { emAlerts 35 }
emStatsDBConnectivityRestored NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS current
DESCRIPTION
"Statistics database connectivity is restored."
::= { emAlerts 36 }
emDeviceConfigSettingChanged NOTIFICATION-TYPE
OBJECTS {
emAlertObjMsg
}
STATUS obsolete
DESCRIPTION
"A configuration has been changed on a device."
::= { emAlertConfigObjects 1 }
END
|