This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathFORTINET-FORTIGATE-MIB.mib
5014 lines (4319 loc) · 146 KB
/
FORTINET-FORTIGATE-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
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
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--
-- MODULE-IDENTITY
-- OrgName
-- Fortinet Technologies, Inc.
-- ContactInfo
-- Technical Support
-- e-mail: [email protected]
-- http://www.fortinet.com
--
FORTINET-FORTIGATE-MIB DEFINITIONS ::= BEGIN
IMPORTS
FnBoolState, FnIndex, fnAdminEntry, fnSysSerial, fortinet
FROM FORTINET-CORE-MIB
ifEntry, ifName
FROM IF-MIB
InetAddress, InetAddressPrefixLength, InetAddressType, InetPortNumber
FROM INET-ADDRESS-MIB
MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
FROM SNMPv2-CONF
sysName
FROM SNMPv2-MIB
Counter32, Counter64, Gauge32, Unsigned32, Integer32, IpAddress,
MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE, TimeTicks, OBJECT-IDENTITY
FROM SNMPv2-SMI
CounterBasedGauge64
FROM HCNUM-TC
DisplayString, TEXTUAL-CONVENTION, AutonomousType
FROM SNMPv2-TC;
fnFortiGateMib MODULE-IDENTITY
LAST-UPDATED "201101100000Z"
ORGANIZATION
"Fortinet Technologies, Inc."
CONTACT-INFO
"
Technical Support
email: [email protected]
http://www.fortinet.com"
DESCRIPTION
"MIB module for Fortinet FortiGate devices."
REVISION "201101100000Z"
DESCRIPTION
"Added OIDs for session setup rates and VPN tunnel stats"
REVISION "200911030000Z"
DESCRIPTION
"Added OIDs for Proxy information, CPU and low-memory usage"
REVISION "200910010000Z"
DESCRIPTION
"Added new FortiGate models."
REVISION "200907070000Z"
DESCRIPTION
"Added fgTrapFazDisconnect."
REVISION "200811030000Z"
DESCRIPTION
"Added fgVdTpTable. Re-ordered MIB tree to improve readability.
Replaced indexes for tables that had a dependent relationship
with another table."
REVISION "200809020000Z"
DESCRIPTION
"Added OIDs for compatibility with FORTIOS-300-MIB."
REVISION "200808190000Z"
DESCRIPTION
"Conformance statements."
REVISION "200806160000Z"
DESCRIPTION
"Spelling corrections."
REVISION "200804140000Z"
DESCRIPTION
"Initial version of FORTINET-FORTIGATE-MIB."
::= { fortinet 101 }
FgVdIndex ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"data type for virtual-domain indexes"
SYNTAX Integer32 (1..2147483647)
FgOpMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"enumerated type for device operation modes"
SYNTAX INTEGER { nat(1), transparent(2) }
FgHaMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"enumerated type for HA cluster modes"
SYNTAX INTEGER { standalone(1), activeActive(2),
activePassive(3) }
FgHaLBSchedule ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"enumerated type for HA load-balancing schedules"
SYNTAX INTEGER { none(1), hub(2), leastConnections(3),
roundRobin(4), weightedRoundRobin(5), random(6),
ipBased(7), ipPortBased(8) }
FgAdminPermLevel ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"enumerated type for administrative permissions"
SYNTAX INTEGER { readAdmin(0), writeAdmin(1), domainAdmin(15),
superAdmin(255) }
FgFwUserAuthType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"enumerated type for user authentication types"
SYNTAX INTEGER { local(1), radiusSingle(2), radiusMultiple(3),
ldap(4) }
FgSessProto ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"data type for session protocols"
SYNTAX INTEGER { ip(0), icmp(1), igmp(2), ipip(4), tcp(6),
egp(8), pup(12), udp(17), idp(22), ipv6(41),
rsvp(46), gre(47), esp(50), ah(51), ospf(89),
pim(103), comp(108), raw(255) }
FgP2PProto ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"data type for session protocols"
SYNTAX INTEGER { bitTorrent(0), eDonkey(1), gnutella(2),
kaZaa(3), skype(4), winNY(5) }
FgScanAvDisposition ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Scan AV Disposition for detected anomalies"
SYNTAX INTEGER { detected(1), blocked(2) }
FgWanOptProtocols ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"WAN optimization protocol types"
SYNTAX INTEGER { http(1), mapi(2), cifs(3),
ftp(4), tcp(5) }
FgWanOptHistPeriods ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"WAN optimization history statistics time period types"
SYNTAX INTEGER { last10Min(1), lastHour(2), lastDay(3),
lastMonth(4) }
--
-- fortinet.fnFortiGateMib.fgModel
--
fgModel OBJECT IDENTIFIER ::= { fnFortiGateMib 1 }
fwf20C OBJECT IDENTIFIER ::= { fgModel 210 }
fgt20C OBJECT IDENTIFIER ::= { fgModel 212 }
fgt30B OBJECT IDENTIFIER ::= { fgModel 302 }
fwf30B OBJECT IDENTIFIER ::= { fgModel 310 }
fgt40C OBJECT IDENTIFIER ::= { fgModel 410 }
fwf40C OBJECT IDENTIFIER ::= { fgModel 411 }
fgt50A OBJECT IDENTIFIER ::= { fgModel 500 }
fgt50AM OBJECT IDENTIFIER ::= { fgModel 501 }
fgt50B OBJECT IDENTIFIER ::= { fgModel 502 }
fgt51B OBJECT IDENTIFIER ::= { fgModel 504 }
fwf50B OBJECT IDENTIFIER ::= { fgModel 510 }
fgt60 OBJECT IDENTIFIER ::= { fgModel 600 }
fgt60M OBJECT IDENTIFIER ::= { fgModel 601 }
fgt60ADSL OBJECT IDENTIFIER ::= { fgModel 602 }
fgt60B OBJECT IDENTIFIER ::= { fgModel 603 }
fgt60C OBJECT IDENTIFIER ::= { fgModel 605 }
fwf60 OBJECT IDENTIFIER ::= { fgModel 610 }
fwf60A OBJECT IDENTIFIER ::= { fgModel 611 }
fwf60AM OBJECT IDENTIFIER ::= { fgModel 612 }
fwf60B OBJECT IDENTIFIER ::= { fgModel 613 }
fwf60C OBJECT IDENTIFIER ::= { fgModel 615 }
fw60CM OBJECT IDENTIFIER ::= { fgModel 616 }
fw60CA OBJECT IDENTIFIER ::= { fgModel 618 }
fw60CB OBJECT IDENTIFIER ::= { fgModel 617 }
fw6XMB OBJECT IDENTIFIER ::= { fgModel 619 }
fgt80C OBJECT IDENTIFIER ::= { fgModel 800 }
fgt80CM OBJECT IDENTIFIER ::= { fgModel 801 }
fgt82C OBJECT IDENTIFIER ::= { fgModel 802 }
fwf80CM OBJECT IDENTIFIER ::= { fgModel 810 }
fwf81CM OBJECT IDENTIFIER ::= { fgModel 811 }
fgt100 OBJECT IDENTIFIER ::= { fgModel 1000 }
fgt100A OBJECT IDENTIFIER ::= { fgModel 1001 }
fgt110C OBJECT IDENTIFIER ::= { fgModel 1002 }
fgt111C OBJECT IDENTIFIER ::= { fgModel 1003 }
fgt200 OBJECT IDENTIFIER ::= { fgModel 2000 }
fgt200A OBJECT IDENTIFIER ::= { fgModel 2001 }
fgt224B OBJECT IDENTIFIER ::= { fgModel 2002 }
fgt200B OBJECT IDENTIFIER ::= { fgModel 2003 }
fgt200BPOE OBJECT IDENTIFIER ::= { fgModel 2004 }
fgt300 OBJECT IDENTIFIER ::= { fgModel 3000 }
fgt300A OBJECT IDENTIFIER ::= { fgModel 3001 }
fgt310B OBJECT IDENTIFIER ::= { fgModel 3002 }
fgt300D OBJECT IDENTIFIER ::= { fgModel 3003 }
fgt311B OBJECT IDENTIFIER ::= { fgModel 3004 }
fgt300C OBJECT IDENTIFIER ::= { fgModel 3005 }
fgt400 OBJECT IDENTIFIER ::= { fgModel 4000 }
fgt400A OBJECT IDENTIFIER ::= { fgModel 4001 }
fgt500 OBJECT IDENTIFIER ::= { fgModel 5000 }
fgt500A OBJECT IDENTIFIER ::= { fgModel 5001 }
fgt620B OBJECT IDENTIFIER ::= { fgModel 6200 }
fgt621B OBJECT IDENTIFIER ::= { fgModel 6210 }
fgt600D OBJECT IDENTIFIER ::= { fgModel 6201 }
fgt600C OBJECT IDENTIFIER ::= { fgModel 6003 }
fgt800 OBJECT IDENTIFIER ::= { fgModel 8000 }
fgt800F OBJECT IDENTIFIER ::= { fgModel 8001 }
fgt1000 OBJECT IDENTIFIER ::= { fgModel 10000 }
fgt1000A OBJECT IDENTIFIER ::= { fgModel 10001 }
fgt1000AFA2 OBJECT IDENTIFIER ::= { fgModel 10002 }
fgt1000ALENC OBJECT IDENTIFIER ::= { fgModel 10003 }
fgt1000C OBJECT IDENTIFIER ::= { fgModel 10004 }
fgt1240B OBJECT IDENTIFIER ::= { fgModel 12400 }
fgt2000 OBJECT IDENTIFIER ::= { fgModel 20000 }
fgt3000 OBJECT IDENTIFIER ::= { fgModel 30000 }
fgt3016B OBJECT IDENTIFIER ::= { fgModel 30160 }
fgtONE OBJECT IDENTIFIER ::= { fgModel 10 }
fgtVM OBJECT IDENTIFIER ::= { fgModel 20 }
fgtVM64 OBJECT IDENTIFIER ::= { fgModel 30 }
fgt3040B OBJECT IDENTIFIER ::= { fgModel 30400 }
fgt3140B OBJECT IDENTIFIER ::= { fgModel 30401 }
fgt3600 OBJECT IDENTIFIER ::= { fgModel 36000 }
fgt3600A OBJECT IDENTIFIER ::= { fgModel 36003 }
fgt3810A OBJECT IDENTIFIER ::= { fgModel 38100 }
fgt3950B OBJECT IDENTIFIER ::= { fgModel 39500 }
fgt3951B OBJECT IDENTIFIER ::= { fgModel 39501 }
fgt4000 OBJECT IDENTIFIER ::= { fgModel 40000 }
fgt5000 OBJECT IDENTIFIER ::= { fgModel 50000 }
fgt5001 OBJECT IDENTIFIER ::= { fgModel 50010 }
fgt5001A OBJECT IDENTIFIER ::= { fgModel 50011 }
fgt5001FA2 OBJECT IDENTIFIER ::= { fgModel 50012 }
fgt5001B OBJECT IDENTIFIER ::= { fgModel 50013 }
fgt5002A OBJECT IDENTIFIER ::= { fgModel 50021 }
fgt5002FB2 OBJECT IDENTIFIER ::= { fgModel 50001 }
fgt5004 OBJECT IDENTIFIER ::= { fgModel 50040 }
fgt5005 OBJECT IDENTIFIER ::= { fgModel 50050 }
fgt5005FA2 OBJECT IDENTIFIER ::= { fgModel 50051 }
--
-- fortinet.fnFortiGateMib.fgTraps
--
fgTraps OBJECT IDENTIFIER
::= { fnFortiGateMib 2 }
fgTrapPrefix OBJECT IDENTIFIER
::= { fgTraps 0 }
--
-- fortinet.fnFortiGateMib.fgVirtualDomain
--
fgVirtualDomain OBJECT IDENTIFIER
::= { fnFortiGateMib 3 }
--
-- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdInfo
--
fgVdInfo OBJECT IDENTIFIER
::= { fgVirtualDomain 1 }
fgVdNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of virtual domains in vdTable"
::= { fgVdInfo 1 }
fgVdMaxVdoms OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of virtual domains allowed on the device as allowed by hardware and/or licensing"
::= { fgVdInfo 2 }
fgVdEnabled OBJECT-TYPE
SYNTAX FnBoolState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether virtual domains are enabled on this device"
::= { fgVdInfo 3 }
--
-- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables
--
fgVdTables OBJECT IDENTIFIER
::= { fgVirtualDomain 2 }
--
-- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables.fgVdTable
--
fgVdTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgVdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of virtual domains configured on the device"
::= { fgVdTables 1 }
fgVdEntry OBJECT-TYPE
SYNTAX FgVdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing information applicable
to a particular virtual domain"
INDEX { fgVdEntIndex }
::= { fgVdTable 1 }
FgVdEntry ::= SEQUENCE {
fgVdEntIndex FgVdIndex,
fgVdEntName DisplayString,
fgVdEntOpMode FgOpMode
}
fgVdEntIndex OBJECT-TYPE
SYNTAX FgVdIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain."
::= { fgVdEntry 1 }
fgVdEntName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the virtual domain"
::= { fgVdEntry 2 }
fgVdEntOpMode OBJECT-TYPE
SYNTAX FgOpMode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Operation mode of the virtual domain (NAT or Transparent)"
::= { fgVdEntry 3 }
--
-- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables.fgVdTpTable
--
fgVdTpTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgVdTpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of virtual domains in transparent operation mode. This table has a
sparse dependent relationship with fgVdTable."
::= { fgVdTables 2 }
fgVdTpEntry OBJECT-TYPE
SYNTAX FgVdTpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing information applicable
to a particular virtual domain in transparent mode"
INDEX { fgVdEntIndex }
::= { fgVdTpTable 1 }
FgVdTpEntry ::= SEQUENCE {
fgVdTpMgmtAddrType InetAddressType,
fgVdTpMgmtAddr InetAddress,
fgVdTpMgmtMask InetAddressPrefixLength
}
fgVdTpMgmtAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of address stored in fgVdTpMgmtAddr, in compliance with INET-ADDRESS-MIB"
::= { fgVdTpEntry 1 }
fgVdTpMgmtAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The management IP address of the virtual domain in transparent mode,
typically an IPv4 address. The address type/format is determined by fgVdTpMgmtAddrType."
::= { fgVdTpEntry 2 }
fgVdTpMgmtMask OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address prefix length (or network mask) applied to the fgVdTpMgmtAddr"
::= { fgVdTpEntry 3 }
--
-- fortinet.fnFortiGateMib.fgSystem
--
fgSystem OBJECT IDENTIFIER
::= { fnFortiGateMib 4 }
--
-- fortinet.fnFortiGateMib.fgSystem.fgSystemInfo
--
fgSystemInfo OBJECT IDENTIFIER
::= { fgSystem 1 }
fgSysVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Firmware version of the device"
::= { fgSystemInfo 1 }
fgSysMgmtVdom OBJECT-TYPE
SYNTAX FgVdIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index that identifies the management virtual domain. This index corresponds to the index used by fgVdTable."
::= { fgSystemInfo 2 }
fgSysCpuUsage OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current CPU usage (percentage)"
::= { fgSystemInfo 3 }
fgSysMemUsage OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current memory utilization (percentage)"
::= { fgSystemInfo 4 }
fgSysMemCapacity OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total physical memory (RAM) installed (KB)"
::= { fgSystemInfo 5 }
fgSysDiskUsage OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current hard disk usage (MB), if disk is present"
::= { fgSystemInfo 6 }
fgSysDiskCapacity OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total hard disk capacity (MB), if disk is present"
::= { fgSystemInfo 7 }
fgSysSesCount OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active sessions on the device"
::= { fgSystemInfo 8 }
fgSysLowMemUsage OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current lowmem utilization (percentage). Lowmem is memory available
for the kernel's own data structures and kernel specific tables. The
system can get into a bad state if it runs out of lowmem."
::= { fgSystemInfo 9 }
fgSysLowMemCapacity OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total lowmem capacity (KB). See fgSysLowMemUsage for the description
of lowmem."
::= { fgSystemInfo 10 }
fgSysSesRate1 OBJECT-TYPE
SYNTAX Gauge32
UNITS "Sessions Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average session setup rate over the past minute."
::= { fgSystemInfo 11 }
fgSysSesRate10 OBJECT-TYPE
SYNTAX Gauge32
UNITS "Sessions Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average session setup rate over the past 10 minutes."
::= { fgSystemInfo 12 }
fgSysSesRate30 OBJECT-TYPE
SYNTAX Gauge32
UNITS "Sessions Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average session setup rate over the past 30 minutes."
::= { fgSystemInfo 13 }
fgSysSesRate60 OBJECT-TYPE
SYNTAX Gauge32
UNITS "Sessions Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average session setup rate over the past 60 minutes."
::= { fgSystemInfo 14 }
--
-- fortinet.fnFortiGateMib.fgSystem.fgSoftware
--
fgSoftware OBJECT IDENTIFIER
::= { fgSystem 2 }
fgSysVersionAv OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Virus signature database version installed on the device"
::= { fgSoftware 1 }
fgSysVersionIps OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IPS signature database version installed on the device"
::= { fgSoftware 2 }
--
-- fortinet.fnFortiGateMib.fgSystem.fgHwSensors
--
fgHwSensors OBJECT IDENTIFIER
::= { fgSystem 3 }
fgHwSensorCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of entries in fgHwSensorTable"
::= { fgHwSensors 1 }
fgHwSensorTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgHwSensorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of device specific hardware sensors and values. Because different devices have different hardware sensor capabilities, this table may or may not contain any values."
::= { fgHwSensors 2 }
fgHwSensorEntry OBJECT-TYPE
SYNTAX FgHwSensorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing the name, value, and alarm status of a given hardware sensor"
INDEX { fgHwSensorEntIndex }
::= { fgHwSensorTable 1 }
FgHwSensorEntry ::= SEQUENCE {
fgHwSensorEntIndex FnIndex,
fgHwSensorEntName DisplayString,
fgHwSensorEntValue DisplayString,
fgHwSensorEntAlarmStatus INTEGER
}
fgHwSensorEntIndex OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique identifier within the fgHwSensorTable"
::= { fgHwSensorEntry 1 }
fgHwSensorEntName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string identifying the sensor by name"
::= { fgHwSensorEntry 2 }
fgHwSensorEntValue OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string representation of the value of the sensor. Because sensors can present data in different formats, string representation is most general format. Interpretation of the value (units of measure, for example) is dependent on the individual sensor."
::= { fgHwSensorEntry 3 }
fgHwSensorEntAlarmStatus OBJECT-TYPE
SYNTAX INTEGER { false(0), true(1) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"If the sensor has an alarm threshold and has exceeded it, this will indicate its status. Not all sensors have alarms."
::= { fgHwSensorEntry 4 }
--
-- fortinet.fnFortiGateMib.fgSystem.fgProcessors
--
fgProcessors OBJECT IDENTIFIER
::= { fgSystem 4 }
fgProcessorCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of entries in fgProcessorTable"
::= { fgProcessors 1 }
fgProcessorTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgProcessorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that lists information for each processor"
::= { fgProcessors 2 }
fgProcessorEntry OBJECT-TYPE
SYNTAX FgProcessorEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing information for a particular processor"
INDEX { fgProcessorEntIndex }
::= { fgProcessorTable 1 }
FgProcessorEntry ::= SEQUENCE {
fgProcessorEntIndex FnIndex,
fgProcessorUsage Gauge32,
fgProcessorUsage5sec Gauge32,
fgProcessorType AutonomousType,
fgProcessorContainedIn FnIndex,
fgProcessorPktRxCount Counter64,
fgProcessorPktTxCount Counter64,
fgProcessorPktDroppedCount Counter64
}
fgProcessorEntIndex OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique identifier within the fgProcessorTable"
::= { fgProcessorEntry 1 }
fgProcessorUsage OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The processor's CPU usage (percentage), which is an average
calculated over the last minute."
::= { fgProcessorEntry 2 }
fgProcessorUsage5sec OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The processor's CPU usage (percentage), which is an average
calculated over the last 5 sec."
::= { fgProcessorEntry 3 }
fgProcessorType OBJECT-TYPE
SYNTAX AutonomousType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An indication of the type of the processor.
Types are defined in fgProcessorTypes."
::= { fgProcessorEntry 4 }
fgProcessorContainedIn OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index to the processor module entry in the fgProcessorModuleTable
that contains this processor."
::= { fgProcessorEntry 5 }
fgProcessorPktRxCount OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets received by this processor
(only valid for processors types that support this statistic)."
::= { fgProcessorEntry 6 }
fgProcessorPktTxCount OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets transmitted by this processor
(only valid for processors types that support this statistic)."
::= { fgProcessorEntry 7 }
fgProcessorPktDroppedCount OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets dropped by this processor
(only valid for processors types that support this statistic)."
::= { fgProcessorEntry 8 }
--
-- Registrations for processor types, for use with fgProcessorType
--
fgProcessorTypes OBJECT IDENTIFIER
::= { fgProcessors 3 }
fgProcessorOther OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor type identifier used when no other defined
type is appropriate."
::= { fgProcessorTypes 1 }
fgProcessorIntel OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor type identifier used for Intel CPU."
::= { fgProcessorTypes 2 }
fgProcessorAMD OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor type identifier used for AMD CPU."
::= { fgProcessorTypes 3 }
fgProcessorXlr OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor type identifier used for RMI XLR processor."
::= { fgProcessorTypes 4 }
fgProcessorFnSoc OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor type identifier used for Fortinet FortiSoc processor."
::= { fgProcessorTypes 5 }
--
-- fortinet.fnFortiGateMib.fgSystem.fgProcessorModules
--
fgProcessorModules OBJECT IDENTIFIER
::= { fgSystem 5 }
--
-- Registrations for processor module types, for use with fgProcModType
--
fgProcessorModuleTypes OBJECT IDENTIFIER
::= { fgProcessorModules 1 }
fgProcModOther OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used when no other defined
type is appropriate."
::= { fgProcessorModuleTypes 1 }
fgProcModIntegrated OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used for the main CPUs
built in the device."
::= { fgProcessorModuleTypes 2 }
fgProcModFnXE2 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used for
Fortinet AMC module ADM-XE2."
::= { fgProcessorModuleTypes 3 }
fgProcModFnCE4 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used for
Fortinet AMC module ASM-CE4."
::= { fgProcessorModuleTypes 4 }
fgProcModFnFE8 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used for
Fortinet AMC module ADM-FE8."
::= { fgProcessorModuleTypes 5 }
fgProcModFnXG2 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The processor module type identifier used for
Fortinet FMC module FMC-XG2."
::= { fgProcessorModuleTypes 6 }
fgProcessorModuleCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of entries in fgProcessorModuleTable"
::= { fgProcessorModules 2 }
fgProcessorModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgProcModEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that lists information for each processor module"
::= { fgProcessorModules 3 }
fgProcessorModuleEntry OBJECT-TYPE
SYNTAX FgProcModEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing information for a particular processor module"
INDEX { fgProcModIndex }
::= { fgProcessorModuleTable 1 }
FgProcModEntry ::= SEQUENCE {
fgProcModIndex FnIndex,
fgProcModType AutonomousType,
fgProcModName DisplayString,
fgProcModDescr DisplayString,
fgProcModProcessorCount Integer32,
fgProcModMemCapacity Gauge32,
fgProcModMemUsage Gauge32,
fgProcModSessionCount Gauge32,
fgProcModSACount Gauge32
}
fgProcModIndex OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique identifier within the fgProcessorModuleTable"
::= { fgProcessorModuleEntry 1 }
fgProcModType OBJECT-TYPE
SYNTAX AutonomousType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An indication of the type of the processor module.
Types are defined in fgProcessorModuleTypes."
::= { fgProcessorModuleEntry 2 }
fgProcModName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual name of this processor module."
::= { fgProcessorModuleEntry 3 }
fgProcModDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A textual description of this processor module."
::= { fgProcessorModuleEntry 4 }
fgProcModProcessorCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of processors contained by this module."
::= { fgProcessorModuleEntry 5}
fgProcModMemCapacity OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total physical memory (RAM) installed (KB) on this processor module."
::= { fgProcessorModuleEntry 6 }
fgProcModMemUsage OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current memory utilization (percentage) on this processor module."
::= { fgProcessorModuleEntry 7 }
fgProcModSessionCount OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active sessions on this processor module
(only valid for processors types that support this statistic)."
::= { fgProcessorModuleEntry 8}
fgProcModSACount OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of IPsec Security Associations on this processor module
(only valid for processors types that support this statistic)."
::= { fgProcessorModuleEntry 9}
--
-- fortinet.fnFortiGateMib.fgFirewall
--
fgFirewall OBJECT IDENTIFIER
::= { fnFortiGateMib 5 }
--
-- fortinet.fnFortiGateMib.fgFirewall.fgFwPolicies
--
fgFwPolicies OBJECT IDENTIFIER
::= { fgFirewall 1 }
fgFwPolInfo OBJECT IDENTIFIER
::= { fgFwPolicies 1 }
fgFwPolTables OBJECT IDENTIFIER
::= { fgFwPolicies 2 }
fgFwPolStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF FgFwPolStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Firewall policy statistics table. This table has a dependent expansion relationship with fgVdTable.
Only virtual domains with enabled policies are present in this table."
::= { fgFwPolTables 1 }
fgFwPolStatsEntry OBJECT-TYPE
SYNTAX FgFwPolStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Firewall policy statistics on a virtual domain"
INDEX { fgVdEntIndex, fgFwPolID }
::= { fgFwPolStatsTable 1 }
FgFwPolStatsEntry ::= SEQUENCE {
fgFwPolID FnIndex,
fgFwPolPktCount Counter32,
fgFwPolByteCount Counter32
}
fgFwPolID OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible