summaryrefslogtreecommitdiff
path: root/MIBS/fortinet/FORTINET-FORTIMAIL-MIB
blob: 6d93f431c589dbc591ee4f9021ae8f5aa0767e7b (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
--
-- MODULE-IDENTITY
--  OrgName
--    Fortinet, Inc.
--  ContactInfo
--     Technical Support
--     e-mail: support@fortinet.com
--     http://www.fortinet.com
--

FORTINET-FORTIMAIL-MIB DEFINITIONS ::= BEGIN
	IMPORTS
		MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
			FROM SNMPv2-CONF
		DisplayString, TEXTUAL-CONVENTION
			FROM SNMPv2-TC
		MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, Gauge32, 
		IpAddress
			FROM SNMPv2-SMI
		ifIndex
			FROM IF-MIB
		FnBoolState, FnIndex, FnSessionProto, fortinet
			FROM FORTINET-CORE-MIB;

fnFortiMailMib MODULE-IDENTITY
    LAST-UPDATED "201306280000Z"
    ORGANIZATION 
        "Fortinet Technologies, Inc."
    CONTACT-INFO 
        "Technical Support
         email: support@fortinet.com
         http://www.fortinet.com
        "
	DESCRIPTION
		"Add fmlMailQueueStatistics listing mail queues and 
			number of emails and size of emails in queues"
	REVISION	"201306280000Z"
	DESCRIPTION
		"MIB module for Fortinet FortiMail devices"
	REVISION	"201003230000Z"
    DESCRIPTION 
		"Inherit FORTINET-CORE-MIB, combine FortiMail traps"
    REVISION    "200910220000Z"
    DESCRIPTION 
        "MIB module for FortiMail devices."
    ::= { fortinet 105 }

	--
	-- Textual conventions --
	--

	FmlIpv6Address ::= TEXTUAL-CONVENTION
             DISPLAY-HINT "2x:"
             STATUS       current
             DESCRIPTION
               "This data type is used to model IPv6 addresses.
                This is a binary string of 16 octets in network
                byte-order."
             SYNTAX       OCTET STRING (SIZE (16))

	FmlOpMode ::= TEXTUAL-CONVENTION
        STATUS      current
        DESCRIPTION
            "fortimail operation mode."
        SYNTAX      INTEGER {
			gateway     (1),
			transparent (2),
			server		(3)
	}

	FmlSysEventCodeVal ::= TEXTUAL-CONVENTION
        STATUS      current
        DESCRIPTION
            "enumerated type for System component events."
        SYNTAX      INTEGER {
			systemHalt (1),
			systemReboot (2),
			systemReload (3),
			systemUpgrade (4),
			guiUpgrade (5),
			logdiskFormat (6),
			maildiskFormat (7),
			avDBUpdateSuccess (8),
			avDBUpdateNetworkError (9),
			avDBUpdateFailure (10)
		}

	FmlRAIDCodeVal ::= TEXTUAL-CONVENTION
        STATUS      current
        DESCRIPTION
            "enumerated type for RAID system events."
        SYNTAX      INTEGER {
			degradedArray (1),
			sparesMissing (2),
			rebuildStarted (3),
			rebuildFinished (4),
			fail (5),
			failSpare (6),
			spareActive (7)
		}	
	
	FmlHAEventIdVal ::= TEXTUAL-CONVENTION
        STATUS      current
        DESCRIPTION
            "enumerated type for HA events."
        SYNTAX      INTEGER {
			masterUnitSwitch (1),
			slaveUnitSwitch  (2),
			unitShutdown (3)
		}	
	
	FmlHAModeVal ::= TEXTUAL-CONVENTION
        STATUS      current
        DESCRIPTION
            "enumerated type for HA mode."
		SYNTAX 		INTEGER {
			off	   (0),
			master (1),
			slave  (2),
			configMaster (3),
			configSlave (4)
		}	
	
	
	--
	--
	--

	fmlTraps			OBJECT IDENTIFIER ::=  { fnFortiMailMib 0 }
	fmlSystem       	OBJECT IDENTIFIER ::=  { fnFortiMailMib 1 }
	fmlSysOptions   	OBJECT IDENTIFIER ::=  { fmlSystem 101 }
	fmlIp				OBJECT IDENTIFIER ::=  { fmlSystem 102 }
	fmlMailOptions  	OBJECT IDENTIFIER ::=  { fmlSystem 103 }
	fmlHwSensors		OBJECT IDENTIFIER ::=  { fmlSystem 110 }
	fmlSysHA			OBJECT IDENTIFIER ::=  { fmlSystem 200 }
	fmlMIBConformance 	OBJECT IDENTIFIER ::=  { fnFortiMailMib 600 }

	
	--
	-- fnFortiMailMib.fmlSystem
	--

	fmlSysModel          OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 64  ) ) 
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "System model string"
		::= { fmlSystem    1 }

	fmlSysSerial         OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 32  ) ) 
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Device serial number"
		::= { fmlSystem    2 }

	fmlSysVersion        OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 128 ) ) 
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Device firmware version"
		::= { fmlSystem    3 }

	fmlSysVersionAv      OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 128 ) ) 
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Antivirus DB version"
		::= { fmlSystem    4 }

	fmlSysOpMode         OBJECT-TYPE
		SYNTAX          FmlOpMode
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Operational mode (Gateway, Transparent or Server)"
		::= { fmlSystem    5 }

	fmlSysCpuUsage       OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous CPU usage"
		::= { fmlSystem    6 }

	fmlSysMemUsage       OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous memory utilization"
		::= { fmlSystem    7 }

	fmlSysLogDiskUsage   OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous log disk usage"
		::= { fmlSystem    8 }

	fmlSysMailDiskUsage  OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous mail disk usage"
		::= { fmlSystem    9 }

	fmlSysSesCount       OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous session count"
		::= { fmlSystem    10 }

	fmlSysEventCode OBJECT-TYPE
		SYNTAX          FmlSysEventCodeVal
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "System component events"
		::= { fmlSystem  11 }

	fmlRAIDCode OBJECT-TYPE
		SYNTAX          FmlRAIDCodeVal
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "RAID system events"
		::= { fmlSystem  12 }

	fmlRAIDDevName      OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 32  ) ) 
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "RAID Device name"
		::= { fmlSystem    13 }

	fmlHAEventId OBJECT-TYPE
		SYNTAX          FmlHAEventIdVal
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "HA event type ID"
		::= { fmlSystem  14 }

	fmlHAUnitIp OBJECT-TYPE
		SYNTAX          IpAddress
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "Unit IP address where event occurs "
		::= { fmlSystem  15 }

	fmlHAEventReason      OBJECT-TYPE
		SYNTAX          DisplayString  ( SIZE ( 0 .. 32  ) ) 
		MAX-ACCESS      accessible-for-notify
		STATUS          current
		DESCRIPTION     "The reason for the HA event"
		::= { fmlSystem    16 }

	fmlSysLoad       OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Instantaneous system load"
		::= { fmlSystem    30 }

	fmlRemoteStorageStatus OBJECT-TYPE
		SYNTAX          INTEGER { false(0), true(1) }
		MAX-ACCESS		accessible-for-notify
		STATUS          obsolete
		DESCRIPTION     "Remote Storage Status"
		::= { fmlSystem 31 }
	--
	-- fnFortiMailMib.fmlSystem.fmlSysOptions
	--

	fmlSysOptIdleTimeout OBJECT-TYPE
		SYNTAX          Integer32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Idle period after which the administrator
		                 is automatically logged out off the system"
		::= { fmlSysOptions  1 }

	fmlSysOptAuthTimeout	OBJECT-TYPE	
		SYNTAX          Integer32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Authentication idle timeout value"
		::= { fmlSysOptions  2 }
		
	--		
	-- fnFortiMailMib.fmlSystem.fmlIp
	--

	fmlIpSessTable       OBJECT-TYPE
        	SYNTAX      SEQUENCE OF FmlIpSessEntry
	        MAX-ACCESS  not-accessible
        	STATUS      current
	        DESCRIPTION "IP Sessions Info"
        	::= { fmlIp        2 }

	fmlIpSessEntry	OBJECT-TYPE
        	SYNTAX      FmlIpSessEntry
	        MAX-ACCESS  not-accessible
        	STATUS      current
	        DESCRIPTION "Particular IP Session info"
	        INDEX       { fmlIpSessIndex }
        	::= { fmlIpSessTable 1 }

	FmlIpSessEntry ::=
        	SEQUENCE {
		    fmlIpSessIndex	     FnIndex,
		    fmlIpSessProto	     FnSessionProto,
		    fmlIpSessFromAddr	 IpAddress,
			fmlIpv6SessFromAddr	 FmlIpv6Address,
		    fmlIpSessFromPort	 Integer32,
		    fmlIpSessToAddr	     IpAddress,
			fmlIpv6SessToAddr	 FmlIpv6Address,
		    fmlIpSessToPort	     Integer32,
		    fmlIpSessExp		 Gauge32 
        	}

	fmlIpSessIndex	OBJECT-TYPE	
		SYNTAX      FnIndex
		MAX-ACCESS 	not-accessible 
		STATUS      current
		DESCRIPTION "An index value that uniquely identifies
                	     an IP session"
		::=  { fmlIpSessEntry  1 }

	fmlIpSessProto	OBJECT-TYPE	
		SYNTAX      FnSessionProto
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "The protocol of the connection"
		::=  { fmlIpSessEntry  2 }

	fmlIpSessFromAddr	OBJECT-TYPE	
		SYNTAX      IpAddress
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Source IP address"
		::=  { fmlIpSessEntry  3 }

	fmlIpv6SessFromAddr  OBJECT-TYPE
		SYNTAX      FmlIpv6Address
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Source IP address"
		::= { fmlIpSessEntry 4}


	fmlIpSessFromPort	OBJECT-TYPE	
		SYNTAX      Integer32 ( 0 .. 65535  )
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Source Port number"
		::=  { fmlIpSessEntry  5 }

	fmlIpSessToAddr	OBJECT-TYPE	
		SYNTAX      IpAddress
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Destination IP address"
		::=  { fmlIpSessEntry  6 }

	fmlIpv6SessToAddr  OBJECT-TYPE
		SYNTAX      FmlIpv6Address
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Source IP address"
		::= { fmlIpSessEntry 7}


	fmlIpSessToPort	OBJECT-TYPE	
		SYNTAX      Integer32 ( 0 .. 65535  )
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Destination Port number"
		::=  { fmlIpSessEntry  8 }

	fmlIpSessExp	OBJECT-TYPE	
		SYNTAX      Gauge32
		MAX-ACCESS  read-only
		STATUS      current
		DESCRIPTION "Time (in seconds) before connection expires"
		::=  { fmlIpSessEntry  9 }

	--
	-- fnFortiMailMib.fmlSystem.fmlMailOptions
	--
	fmlMailOptionsDeferQueue OBJECT-TYPE
		SYNTAX          Gauge32
		MAX-ACCESS      read-only
		STATUS          obsolete
		DESCRIPTION     "Instantaneous deferred emails number"
		::= { fmlMailOptions  1 }

	fmlMailQueueStatistics		OBJECT-TYPE
		SYNTAX			SEQUENCE OF FmlMailQueueEntry
		MAX-ACCESS		not-accessible
		STATUS			current
		DESCRIPTION		"Statistics of mail queues"
		::= { fmlMailOptions 2 }
		
	fmlMailQueueEntry		OBJECT-TYPE
		SYNTAX			FmlMailQueueEntry
		MAX-ACCESS		not-accessible
		STATUS			current
		DESCRIPTION		"Statistics of a mail queue, e.g. number of mails in queue, size of mails"
		INDEX			{ fmlMailQueueIndex }
		::= { fmlMailQueueStatistics 1 }
	
	FmlMailQueueEntry ::= SEQUENCE {
		fmlMailQueueIndex		FnIndex,
		fmlMailQueueName		DisplayString,
		fmlMailQueueMailCount	Gauge32,
		fmlMailQueueMailSize	Gauge32
	}
	
	fmlMailQueueIndex		OBJECT-TYPE
		SYNTAX			FnIndex
		MAX-ACCESS		read-only
		STATUS			current
		DESCRIPTION		"mail queue index"
		::= { fmlMailQueueEntry 1 }
	
	fmlMailQueueName		OBJECT-TYPE
		SYNTAX			DisplayString
		MAX-ACCESS		read-only
		STATUS			current
		DESCRIPTION		"mail queue name"
		::= { fmlMailQueueEntry 2 }
	
	fmlMailQueueMailCount	OBJECT-TYPE
		SYNTAX			Gauge32
		MAX-ACCESS		read-only
		STATUS			current
		DESCRIPTION		"number of emails in mail queue"
		::= { fmlMailQueueEntry 3 }

	fmlMailQueueMailSize	OBJECT-TYPE
		SYNTAX			Gauge32
		MAX-ACCESS		read-only
		STATUS			current
		DESCRIPTION		"size of emails in mail queue in KB"
		::= { fmlMailQueueEntry 4 }

	--			
	-- fnFortiMailMib.fmlSystem.fmlHwSensors
	--

	fmlHwSensorCount         OBJECT-TYPE
		SYNTAX          Integer32
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "The number of hardware sensors in the system"
		::= { fmlHwSensors 1 }

	fmlHwSensorTable         OBJECT-TYPE
		SYNTAX          SEQUENCE OF FmlHwSensorEntry
		MAX-ACCESS      not-accessible
		STATUS          current
		DESCRIPTION     "A list of hardware sensors in the system user accounts"
		::= { fmlHwSensors 2 }

	fmlHwSensorEntry         OBJECT-TYPE
		SYNTAX          FmlHwSensorEntry
		MAX-ACCESS      not-accessible
		STATUS          current
		DESCRIPTION     "An entry containing information of hardware sensors"
		INDEX           { fmlHwSensorEntIndex }
		::= { fmlHwSensorTable 1 }

	FmlHwSensorEntry ::= SEQUENCE {
		fmlHwSensorEntIndex       FnIndex,
		fmlHwSensorEntName        DisplayString,
		fmlHwSensorEntValue       DisplayString,
		fmlHwSensorEntAlarmStatus INTEGER
	}

	fmlHwSensorEntIndex      OBJECT-TYPE
		SYNTAX          FnIndex 
		MAX-ACCESS      not-accessible
		STATUS          current
		DESCRIPTION     "Index of the hardware sensors"
		::= { fmlHwSensorEntry 1 }

	fmlHwSensorEntName       OBJECT-TYPE
		SYNTAX          DisplayString
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Sensor Name"
		::= { fmlHwSensorEntry 2 }

	fmlHwSensorEntValue      OBJECT-TYPE
		SYNTAX          DisplayString
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Reading value of the sensor"
		::= { fmlHwSensorEntry 3 }

	fmlHwSensorEntAlarmStatus OBJECT-TYPE
		SYNTAX          INTEGER { false(0), true(1) }
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Alarm status of the sensor"
		::= { fmlHwSensorEntry 4 }

	--
	-- fnFortiMailMib.fmlSystem.fmlSysHA
	--

	fmlHAMode OBJECT-TYPE
		SYNTAX          FmlHAModeVal
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Configured HA mode"
		::= { fmlSysHA 1 }

	fmlHAEffectiveMode OBJECT-TYPE
		SYNTAX          FmlHAModeVal
		MAX-ACCESS      read-only
		STATUS          current
		DESCRIPTION     "Effective HA mode"
		::= { fmlSysHA  2 }

	--
	-- fnFortiMailMib.fmlTraps
	--

	fmlTrapCpuHighThreshold  NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial }
		STATUS        obsolete
		DESCRIPTION   "Trap being sent if CPU usage becomes too high, which is defined in FORTINET-CORE-MIB"
		::=  {  fmlTraps  101  }

	fmlTrapMemLowThreshold  NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial }
		STATUS        obsolete
		DESCRIPTION   "Trap being sent if memory usage becomes too high, which is defined in FORTINET-CORE-MIB"
		::=  {  fmlTraps  102  }

	fmlTrapLogDiskHighThreshold  NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial }
		STATUS        obsolete
		DESCRIPTION   "Trap being sent if Log disk usage becomes too high, which is defined in FORTINET-CORE-MIB"
		::=  {  fmlTraps  103  }

	fmlTrapMailDiskHighThreshold  NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial}
		STATUS        current
		DESCRIPTION   "Trap being sent if Mailbox disk usage becomes too high"
		::=  {  fmlTraps  104  }		
		
	fmlTrapMailDeferredQueueHighThreshold  NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial }
		STATUS        current
		DESCRIPTION   "Trap being sent if Mail server deferred emails becomes too high"
		::=  {  fmlTraps  105  }		
		
	fmlTrapAvThresholdEvent	NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial }
		STATUS       current
		DESCRIPTION   "Trap being sent when detected virus number reaches the threshold"
		::=  {  fmlTraps  106  }	

	fmlTrapSpamThresholdEvent	NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial }
		STATUS       current
		DESCRIPTION   "Trap being sent when detected spam email number reaches the threshold"
		::=  {  fmlTraps  107  }	

	fmlTrapPSUFailureEvent  NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial, fmlHwSensorEntName, fmlHwSensorEntValue, fmlHwSensorEntAlarmStatus }
		STATUS       obsolete
		DESCRIPTION   "Trap being sent when detected a power suply unit failure, which is defined in FORTINET-CORE-MIB"
		::=  {  fmlTraps  108  }

	fmlTrapSystemEvent	NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial, fmlSysEventCode }
		STATUS       current
		DESCRIPTION   "Trap being sent when system component halt, reboot, upgrade etc.,"
		::=  {  fmlTraps  201  }
		
	fmlTrapRAIDEvent	NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial, fmlRAIDCode, fmlRAIDDevName }
		STATUS       current
		DESCRIPTION   "Trap being sent for RAID operation"
		::=  {  fmlTraps  202  }

	fmlTrapHAEvent	NOTIFICATION-TYPE
		OBJECTS      { fmlSysSerial, fmlHAEventId, fmlHAUnitIp, fmlHAEventReason }
		STATUS       current
		DESCRIPTION   "Trap being sent when HA event occurs"
		::=  {  fmlTraps  203  }

	fmlTrapRemoteStorage NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial, fmlRemoteStorageStatus }
		STATUS        obsolete
		DESCRIPTION   "Trap being sent when status of the remote storage changes"
		::=  {  fmlTraps  205  }

	fmlTrapIpChange NOTIFICATION-TYPE
		OBJECTS       { fmlSysSerial, ifIndex }
		STATUS        obsolete
		DESCRIPTION   "Trap being sent when IP address of
					   the specified interface has been
					   changed, which is defined in FORTINET-CORE-MIB"
		::=  {  fmlTraps  301  }

	--
	-- fnFortiMailMib.fmlMIBConformance
	--
	
	fmlSystemConformanceGroup OBJECT-GROUP
		OBJECTS 	{ fmlSysModel, fmlSysSerial, fmlSysVersion, fmlSysVersionAv, fmlSysOpMode, fmlSysCpuUsage,
					fmlSysMemUsage, fmlSysLogDiskUsage, fmlSysMailDiskUsage, fmlSysSesCount, fmlSysEventCode,
					fmlRAIDCode, fmlRAIDDevName, fmlHAEventId, fmlHAUnitIp, fmlHAEventReason,
					fmlSysLoad }
		STATUS 		current
		DESCRIPTION
				"object related to fortimail system."
		::= { fmlMIBConformance 1 }

	fmlSysOptionsConformanceGroup OBJECT-GROUP
		OBJECTS 	{ fmlSysOptIdleTimeout, fmlSysOptAuthTimeout }
		STATUS		current
		DESCRIPTION
				"object related to fortimail system option."
		::= { fmlMIBConformance 2 }
	
	fmlIpConformanceGroup OBJECT-GROUP
		OBJECTS 	{ fmlIpSessProto, fmlIpSessFromAddr, fmlIpSessFromPort, fmlIpSessToAddr,
					fmlIpSessToPort, fmlIpSessExp }
		STATUS		current
		DESCRIPTION
				"object related to fortimail ip."
		::= { fmlMIBConformance 3 }
	
	fmlMailOptionsConformanceGroup OBJECT-GROUP
		OBJECTS		{ fmlMailQueueName, fmlMailQueueMailCount, fmlMailQueueMailSize }
		STATUS		current
		DESCRIPTION
				"object related to fortimail mail options." 
		::= { fmlMIBConformance 4 }

	fmlHwSensorsConformanceGroup OBJECT-GROUP
		OBJECTS 	{ fmlHwSensorCount, fmlHwSensorEntName, fmlHwSensorEntValue, 
					fmlHwSensorEntAlarmStatus }
		STATUS		current
		DESCRIPTION
				"object related to fortimail hw sensors."
		::= { fmlMIBConformance 5 }

	fmlHAModeConformanceGroup OBJECT-GROUP
		OBJECTS 	{ fmlHAMode, fmlHAEffectiveMode }
		STATUS		current
		DESCRIPTION
				"object related to fortimail HA mode."
		::= { fmlMIBConformance 6 }

	fmlTrapsComplianceGroup NOTIFICATION-GROUP
		NOTIFICATIONS {
			fmlTrapMailDiskHighThreshold,
			fmlTrapMailDeferredQueueHighThreshold,
			fmlTrapAvThresholdEvent,
			fmlTrapSpamThresholdEvent,
			fmlTrapSystemEvent,
			fmlTrapRAIDEvent,
			fmlTrapHAEvent
		}
		STATUS current
		DESCRIPTION "Event notifications"
		::= { fmlMIBConformance 7 }
		
	fmlObsoleteTrapsComplianceGroup NOTIFICATION-GROUP
		NOTIFICATIONS {
			fmlTrapCpuHighThreshold,
			fmlTrapMemLowThreshold,
			fmlTrapLogDiskHighThreshold,
			fmlTrapPSUFailureEvent,
			fmlTrapIpChange
		}
		STATUS obsolete
		DESCRIPTION "Event notifications, items in this group are defined in FORTINET-CORE-MIB"
		::= { fmlMIBConformance 8 }
		
	fmlMIBCompliance MODULE-COMPLIANCE
		STATUS 		current
		DESCRIPTION 
			"the compliance statement for the application MIB."
		
		MODULE		-- this module
		
			GROUP	fmlSystemConformanceGroup
			DESCRIPTION 
				"this group is mandatory for all Fortimail appliances supporting this MIB."
			
			GROUP	fmlSysOptionsConformanceGroup	
			DESCRIPTION 
				"this group is mandatory for all Fortimail appliances supporting this MIB."
			
			GROUP	fmlIpConformanceGroup	
			DESCRIPTION 
				"this group is mandatory for all Fortimail appliances supporting this MIB."

			GROUP	fmlMailOptionsConformanceGroup	
			DESCRIPTION 
				"this group is mandatory for all Fortimail appliances supporting this MIB."

			GROUP 	fmlHwSensorsConformanceGroup
			DESCRIPTION
				"this group is mandatory for all Fortimail appliances supporting this MIB."

			GROUP 	fmlHAModeConformanceGroup
			DESCRIPTION
				"this group is mandatory for all Fortimail appliances supporting this MIB."

			GROUP	fmlTrapsComplianceGroup
			DESCRIPTION
				"this group is mandatory for all Fortimail appliances supporting this MIB."

			::= { fmlMIBConformance 100 }

	fmlObsoleteMIBCompliance MODULE-COMPLIANCE
		STATUS 		obsolete
		DESCRIPTION 
			"the obsolete compliance statement for the application MIB."
		
		MODULE
	
			GROUP	fmlObsoleteTrapsComplianceGroup
			DESCRIPTION
				"items in this group are defined in FORTINET-CORE-MIB."

			::= { fmlMIBConformance 101 }	

END