Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.75 KB | None | 0 0
  1. --
  2. -- MODULE-IDENTITY
  3. -- OrgName
  4. -- Fortinet Technologies, Inc.
  5. -- ContactInfo
  6. -- Technical Support
  7. -- e-mail: support@fortinet.com
  8. -- http://www.fortinet.com
  9. --
  10.  
  11. FORTINET-FORTIGATE-MIB DEFINITIONS ::= BEGIN
  12.  
  13. IMPORTS
  14. FnBoolState, FnIndex, fnAdminEntry, fnSysSerial, fortinet
  15. FROM FORTINET-CORE-MIB
  16. ifEntry, ifName
  17. FROM IF-MIB
  18. InetAddress, InetAddressPrefixLength, InetAddressType, InetPortNumber
  19. FROM INET-ADDRESS-MIB
  20. MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
  21. FROM SNMPv2-CONF
  22. sysName
  23. FROM SNMPv2-MIB
  24. Counter32, Counter64, Gauge32, Unsigned32, Integer32, IpAddress,
  25. MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE, TimeTicks, OBJECT-IDENTITY
  26. FROM SNMPv2-SMI
  27. CounterBasedGauge64
  28. FROM HCNUM-TC
  29. DisplayString, TEXTUAL-CONVENTION, AutonomousType
  30. FROM SNMPv2-TC;
  31.  
  32. fnFortiGateMib MODULE-IDENTITY
  33. LAST-UPDATED "201101100000Z"
  34. ORGANIZATION
  35. "Fortinet Technologies, Inc."
  36. CONTACT-INFO
  37. "
  38. Technical Support
  39. email: support@fortinet.com
  40. http://www.fortinet.com"
  41. DESCRIPTION
  42. "MIB module for Fortinet FortiGate devices."
  43. REVISION "201101100000Z"
  44. DESCRIPTION
  45. "Added OIDs for session setup rates and VPN tunnel stats"
  46. REVISION "200911030000Z"
  47. DESCRIPTION
  48. "Added OIDs for Proxy information, CPU and low-memory usage"
  49. REVISION "200910010000Z"
  50. DESCRIPTION
  51. "Added new FortiGate models."
  52. REVISION "200907070000Z"
  53. DESCRIPTION
  54. "Added fgTrapFazDisconnect."
  55. REVISION "200811030000Z"
  56. DESCRIPTION
  57. "Added fgVdTpTable. Re-ordered MIB tree to improve readability.
  58. Replaced indexes for tables that had a dependent relationship
  59. with another table."
  60. REVISION "200809020000Z"
  61. DESCRIPTION
  62. "Added OIDs for compatibility with FORTIOS-300-MIB."
  63. REVISION "200808190000Z"
  64. DESCRIPTION
  65. "Conformance statements."
  66. REVISION "200806160000Z"
  67. DESCRIPTION
  68. "Spelling corrections."
  69. REVISION "200804140000Z"
  70. DESCRIPTION
  71. "Initial version of FORTINET-FORTIGATE-MIB."
  72. ::= { fortinet 101 }
  73.  
  74.  
  75. FgVdIndex ::= TEXTUAL-CONVENTION
  76. DISPLAY-HINT "d"
  77. STATUS current
  78. DESCRIPTION
  79. "data type for virtual-domain indexes"
  80. SYNTAX Integer32 (1..2147483647)
  81.  
  82. FgOpMode ::= TEXTUAL-CONVENTION
  83. STATUS current
  84. DESCRIPTION
  85. "enumerated type for device operation modes"
  86. SYNTAX INTEGER { nat(1), transparent(2) }
  87.  
  88. FgHaMode ::= TEXTUAL-CONVENTION
  89. STATUS current
  90. DESCRIPTION
  91. "enumerated type for HA cluster modes"
  92. SYNTAX INTEGER { standalone(1), activeActive(2),
  93. activePassive(3) }
  94.  
  95. FgHaLBSchedule ::= TEXTUAL-CONVENTION
  96. STATUS current
  97. DESCRIPTION
  98. "enumerated type for HA load-balancing schedules"
  99. SYNTAX INTEGER { none(1), hub(2), leastConnections(3),
  100. roundRobin(4), weightedRoundRobin(5), random(6),
  101. ipBased(7), ipPortBased(8) }
  102.  
  103. FgAdminPermLevel ::= TEXTUAL-CONVENTION
  104. STATUS current
  105. DESCRIPTION
  106. "enumerated type for administrative permissions"
  107. SYNTAX INTEGER { readAdmin(0), writeAdmin(1), domainAdmin(15),
  108. superAdmin(255) }
  109.  
  110. FgFwUserAuthType ::= TEXTUAL-CONVENTION
  111. STATUS current
  112. DESCRIPTION
  113. "enumerated type for user authentication types"
  114. SYNTAX INTEGER { local(1), radiusSingle(2), radiusMultiple(3),
  115. ldap(4) }
  116.  
  117. FgSessProto ::= TEXTUAL-CONVENTION
  118. STATUS current
  119. DESCRIPTION
  120. "data type for session protocols"
  121. SYNTAX INTEGER { ip(0), icmp(1), igmp(2), ipip(4), tcp(6),
  122. egp(8), pup(12), udp(17), idp(22), ipv6(41),
  123. rsvp(46), gre(47), esp(50), ah(51), ospf(89),
  124. pim(103), comp(108), raw(255) }
  125.  
  126. FgP2PProto ::= TEXTUAL-CONVENTION
  127. STATUS current
  128. DESCRIPTION
  129. "data type for session protocols"
  130. SYNTAX INTEGER { bitTorrent(0), eDonkey(1), gnutella(2),
  131. kaZaa(3), skype(4), winNY(5) }
  132.  
  133. FgScanAvDisposition ::= TEXTUAL-CONVENTION
  134. STATUS current
  135. DESCRIPTION
  136. "Scan AV Disposition for detected anomalies"
  137. SYNTAX INTEGER { detected(1), blocked(2) }
  138.  
  139. FgWanOptProtocols ::= TEXTUAL-CONVENTION
  140. STATUS current
  141. DESCRIPTION
  142. "WAN optimization protocol types"
  143. SYNTAX INTEGER { http(1), mapi(2), cifs(3),
  144. ftp(4), tcp(5) }
  145.  
  146. FgWanOptHistPeriods ::= TEXTUAL-CONVENTION
  147. STATUS current
  148. DESCRIPTION
  149. "WAN optimization history statistics time period types"
  150. SYNTAX INTEGER { last10Min(1), lastHour(2), lastDay(3),
  151. lastMonth(4) }
  152.  
  153. --
  154. -- fortinet.fnFortiGateMib.fgModel
  155. --
  156.  
  157. fgModel OBJECT IDENTIFIER ::= { fnFortiGateMib 1 }
  158.  
  159. fwf20C OBJECT IDENTIFIER ::= { fgModel 210 }
  160. fgt20C OBJECT IDENTIFIER ::= { fgModel 212 }
  161. fgt30B OBJECT IDENTIFIER ::= { fgModel 302 }
  162. fwf30B OBJECT IDENTIFIER ::= { fgModel 310 }
  163. fgt40C OBJECT IDENTIFIER ::= { fgModel 410 }
  164. fwf40C OBJECT IDENTIFIER ::= { fgModel 411 }
  165. fgt50A OBJECT IDENTIFIER ::= { fgModel 500 }
  166. fgt50AM OBJECT IDENTIFIER ::= { fgModel 501 }
  167. fgt50B OBJECT IDENTIFIER ::= { fgModel 502 }
  168. fgt51B OBJECT IDENTIFIER ::= { fgModel 504 }
  169. fwf50B OBJECT IDENTIFIER ::= { fgModel 510 }
  170. fgt60 OBJECT IDENTIFIER ::= { fgModel 600 }
  171. fgt60M OBJECT IDENTIFIER ::= { fgModel 601 }
  172. fgt60ADSL OBJECT IDENTIFIER ::= { fgModel 602 }
  173. fgt60B OBJECT IDENTIFIER ::= { fgModel 603 }
  174. fgt60C OBJECT IDENTIFIER ::= { fgModel 605 }
  175. fwf60 OBJECT IDENTIFIER ::= { fgModel 610 }
  176. fwf60A OBJECT IDENTIFIER ::= { fgModel 611 }
  177. fwf60AM OBJECT IDENTIFIER ::= { fgModel 612 }
  178. fwf60B OBJECT IDENTIFIER ::= { fgModel 613 }
  179. fwf60C OBJECT IDENTIFIER ::= { fgModel 615 }
  180. fw60CM OBJECT IDENTIFIER ::= { fgModel 616 }
  181. fw60CA OBJECT IDENTIFIER ::= { fgModel 618 }
  182. fw60CB OBJECT IDENTIFIER ::= { fgModel 617 }
  183. fw6XMB OBJECT IDENTIFIER ::= { fgModel 619 }
  184. fgt80C OBJECT IDENTIFIER ::= { fgModel 800 }
  185. fgt80CM OBJECT IDENTIFIER ::= { fgModel 801 }
  186. fgt82C OBJECT IDENTIFIER ::= { fgModel 802 }
  187. fwf80CM OBJECT IDENTIFIER ::= { fgModel 810 }
  188. fwf81CM OBJECT IDENTIFIER ::= { fgModel 811 }
  189. fgt100 OBJECT IDENTIFIER ::= { fgModel 1000 }
  190. fgt100A OBJECT IDENTIFIER ::= { fgModel 1001 }
  191. fgt110C OBJECT IDENTIFIER ::= { fgModel 1002 }
  192. fgt111C OBJECT IDENTIFIER ::= { fgModel 1003 }
  193. fgt200 OBJECT IDENTIFIER ::= { fgModel 2000 }
  194. fgt200A OBJECT IDENTIFIER ::= { fgModel 2001 }
  195. fgt224B OBJECT IDENTIFIER ::= { fgModel 2002 }
  196. fgt200B OBJECT IDENTIFIER ::= { fgModel 2003 }
  197. fgt200BPOE OBJECT IDENTIFIER ::= { fgModel 2004 }
  198. fgt300 OBJECT IDENTIFIER ::= { fgModel 3000 }
  199. fgt300A OBJECT IDENTIFIER ::= { fgModel 3001 }
  200. fgt310B OBJECT IDENTIFIER ::= { fgModel 3002 }
  201. fgt300D OBJECT IDENTIFIER ::= { fgModel 3003 }
  202. fgt311B OBJECT IDENTIFIER ::= { fgModel 3004 }
  203. fgt300C OBJECT IDENTIFIER ::= { fgModel 3005 }
  204. fgt400 OBJECT IDENTIFIER ::= { fgModel 4000 }
  205. fgt400A OBJECT IDENTIFIER ::= { fgModel 4001 }
  206. fgt500 OBJECT IDENTIFIER ::= { fgModel 5000 }
  207. fgt500A OBJECT IDENTIFIER ::= { fgModel 5001 }
  208. fgt620B OBJECT IDENTIFIER ::= { fgModel 6200 }
  209. fgt621B OBJECT IDENTIFIER ::= { fgModel 6210 }
  210. fgt600D OBJECT IDENTIFIER ::= { fgModel 6201 }
  211. fgt600C OBJECT IDENTIFIER ::= { fgModel 6003 }
  212. fgt800 OBJECT IDENTIFIER ::= { fgModel 8000 }
  213. fgt800F OBJECT IDENTIFIER ::= { fgModel 8001 }
  214. fgt1000 OBJECT IDENTIFIER ::= { fgModel 10000 }
  215. fgt1000A OBJECT IDENTIFIER ::= { fgModel 10001 }
  216. fgt1000AFA2 OBJECT IDENTIFIER ::= { fgModel 10002 }
  217. fgt1000ALENC OBJECT IDENTIFIER ::= { fgModel 10003 }
  218. fgt1000C OBJECT IDENTIFIER ::= { fgModel 10004 }
  219. fgt1240B OBJECT IDENTIFIER ::= { fgModel 12400 }
  220. fgt2000 OBJECT IDENTIFIER ::= { fgModel 20000 }
  221. fgt3000 OBJECT IDENTIFIER ::= { fgModel 30000 }
  222. fgt3016B OBJECT IDENTIFIER ::= { fgModel 30160 }
  223. fgtONE OBJECT IDENTIFIER ::= { fgModel 10 }
  224. fgtVM OBJECT IDENTIFIER ::= { fgModel 20 }
  225. fgtVM64 OBJECT IDENTIFIER ::= { fgModel 30 }
  226. fgt3040B OBJECT IDENTIFIER ::= { fgModel 30400 }
  227. fgt3140B OBJECT IDENTIFIER ::= { fgModel 30401 }
  228. fgt3600 OBJECT IDENTIFIER ::= { fgModel 36000 }
  229. fgt3600A OBJECT IDENTIFIER ::= { fgModel 36003 }
  230. fgt3810A OBJECT IDENTIFIER ::= { fgModel 38100 }
  231. fgt3950B OBJECT IDENTIFIER ::= { fgModel 39500 }
  232. fgt3951B OBJECT IDENTIFIER ::= { fgModel 39501 }
  233. fgt4000 OBJECT IDENTIFIER ::= { fgModel 40000 }
  234. fgt5000 OBJECT IDENTIFIER ::= { fgModel 50000 }
  235. fgt5001 OBJECT IDENTIFIER ::= { fgModel 50010 }
  236. fgt5001A OBJECT IDENTIFIER ::= { fgModel 50011 }
  237. fgt5001FA2 OBJECT IDENTIFIER ::= { fgModel 50012 }
  238. fgt5001B OBJECT IDENTIFIER ::= { fgModel 50013 }
  239. fgt5002A OBJECT IDENTIFIER ::= { fgModel 50021 }
  240. fgt5002FB2 OBJECT IDENTIFIER ::= { fgModel 50001 }
  241. fgt5004 OBJECT IDENTIFIER ::= { fgModel 50040 }
  242. fgt5005 OBJECT IDENTIFIER ::= { fgModel 50050 }
  243. fgt5005FA2 OBJECT IDENTIFIER ::= { fgModel 50051 }
  244.  
  245. --
  246. -- fortinet.fnFortiGateMib.fgTraps
  247. --
  248.  
  249. fgTraps OBJECT IDENTIFIER
  250. ::= { fnFortiGateMib 2 }
  251.  
  252. fgTrapPrefix OBJECT IDENTIFIER
  253. ::= { fgTraps 0 }
  254.  
  255. --
  256. -- fortinet.fnFortiGateMib.fgVirtualDomain
  257. --
  258.  
  259. fgVirtualDomain OBJECT IDENTIFIER
  260. ::= { fnFortiGateMib 3 }
  261.  
  262. --
  263. -- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdInfo
  264. --
  265.  
  266. fgVdInfo OBJECT IDENTIFIER
  267. ::= { fgVirtualDomain 1 }
  268.  
  269. fgVdNumber OBJECT-TYPE
  270. SYNTAX Integer32
  271. MAX-ACCESS read-only
  272. STATUS current
  273. DESCRIPTION
  274. "The number of virtual domains in vdTable"
  275. ::= { fgVdInfo 1 }
  276.  
  277. fgVdMaxVdoms OBJECT-TYPE
  278. SYNTAX Integer32
  279. MAX-ACCESS read-only
  280. STATUS current
  281. DESCRIPTION
  282. "The maximum number of virtual domains allowed on the device as allowed by hardware and/or licensing"
  283. ::= { fgVdInfo 2 }
  284.  
  285. fgVdEnabled OBJECT-TYPE
  286. SYNTAX FnBoolState
  287. MAX-ACCESS read-only
  288. STATUS current
  289. DESCRIPTION
  290. "Whether virtual domains are enabled on this device"
  291. ::= { fgVdInfo 3 }
  292.  
  293. --
  294. -- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables
  295. --
  296.  
  297. fgVdTables OBJECT IDENTIFIER
  298. ::= { fgVirtualDomain 2 }
  299.  
  300. --
  301. -- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables.fgVdTable
  302. --
  303.  
  304. fgVdTable OBJECT-TYPE
  305. SYNTAX SEQUENCE OF FgVdEntry
  306. MAX-ACCESS not-accessible
  307. STATUS current
  308. DESCRIPTION
  309. "A table of virtual domains configured on the device"
  310. ::= { fgVdTables 1 }
  311.  
  312. fgVdEntry OBJECT-TYPE
  313. SYNTAX FgVdEntry
  314. MAX-ACCESS not-accessible
  315. STATUS current
  316. DESCRIPTION
  317. "An entry containing information applicable
  318. to a particular virtual domain"
  319. INDEX { fgVdEntIndex }
  320. ::= { fgVdTable 1 }
  321.  
  322. FgVdEntry ::= SEQUENCE {
  323. fgVdEntIndex FgVdIndex,
  324. fgVdEntName DisplayString,
  325. fgVdEntOpMode FgOpMode
  326. }
  327.  
  328. fgVdEntIndex OBJECT-TYPE
  329. SYNTAX FgVdIndex
  330. MAX-ACCESS not-accessible
  331. STATUS current
  332. DESCRIPTION
  333. "Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain."
  334. ::= { fgVdEntry 1 }
  335.  
  336. fgVdEntName OBJECT-TYPE
  337. SYNTAX DisplayString
  338. MAX-ACCESS read-only
  339. STATUS current
  340. DESCRIPTION
  341. "The name of the virtual domain"
  342. ::= { fgVdEntry 2 }
  343.  
  344. fgVdEntOpMode OBJECT-TYPE
  345. SYNTAX FgOpMode
  346. MAX-ACCESS read-only
  347. STATUS current
  348. DESCRIPTION
  349. "Operation mode of the virtual domain (NAT or Transparent)"
  350. ::= { fgVdEntry 3 }
  351.  
  352. --
  353. -- fortinet.fnFortiGateMib.fgVirtualDomain.fgVdTables.fgVdTpTable
  354. --
  355.  
  356. fgVdTpTable OBJECT-TYPE
  357. SYNTAX SEQUENCE OF FgVdTpEntry
  358. MAX-ACCESS not-accessible
  359. STATUS current
  360. DESCRIPTION
  361. "A table of virtual domains in transparent operation mode. This table has a
  362. sparse dependent relationship with fgVdTable."
  363. ::= { fgVdTables 2 }
  364.  
  365. fgVdTpEntry OBJECT-TYPE
  366. SYNTAX FgVdTpEntry
  367. MAX-ACCESS not-accessible
  368. STATUS current
  369. DESCRIPTION
  370. "An entry containing information applicable
  371. to a particular virtual domain in transparent mode"
  372. INDEX { fgVdEntIndex }
  373. ::= { fgVdTpTable 1 }
  374.  
  375. FgVdTpEntry ::= SEQUENCE {
  376. fgVdTpMgmtAddrType InetAddressType,
  377. fgVdTpMgmtAddr InetAddress,
  378. fgVdTpMgmtMask InetAddressPrefixLength
  379. }
  380.  
  381. fgVdTpMgmtAddrType OBJECT-TYPE
  382. SYNTAX InetAddressType
  383. MAX-ACCESS read-only
  384. STATUS current
  385. DESCRIPTION
  386. "The type of address stored in fgVdTpMgmtAddr, in compliance with INET-ADDRESS-MIB"
  387. ::= { fgVdTpEntry 1 }
  388.  
  389. fgVdTpMgmtAddr OBJECT-TYPE
  390. SYNTAX InetAddress
  391. MAX-ACCESS read-only
  392. STATUS current
  393. DESCRIPTION
  394. "The management IP address of the virtual domain in transparent mode,
  395. typically an IPv4 address. The address type/format is determined by fgVdTpMgmtAddrType."
  396. ::= { fgVdTpEntry 2 }
  397.  
  398. fgVdTpMgmtMask OBJECT-TYPE
  399. SYNTAX InetAddressPrefixLength
  400. MAX-ACCESS read-only
  401. STATUS current
  402. DESCRIPTION
  403. "The address prefix length (or network mask) applied to the fgVdTpMgmtAddr"
  404. ::= { fgVdTpEntry 3 }
  405.  
  406. --
  407. -- fortinet.fnFortiGateMib.fgSystem
  408. --
  409.  
  410. fgSystem OBJECT IDENTIFIER
  411. ::= { fnFortiGateMib 4 }
  412.  
  413. --
  414. -- fortinet.fnFortiGateMib.fgSystem.fgSystemInfo
  415. --
  416.  
  417. fgSystemInfo OBJECT IDENTIFIER
  418. ::= { fgSystem 1 }
  419.  
  420. fgSysVersion OBJECT-TYPE
  421. SYNTAX DisplayString (SIZE(0..128))
  422. MAX-ACCESS read-only
  423. STATUS current
  424. DESCRIPTION
  425. "Firmware version of the device"
  426. ::= { fgSystemInfo 1 }
  427.  
  428. fgSysMgmtVdom OBJECT-TYPE
  429. SYNTAX FgVdIndex
  430. MAX-ACCESS not-accessible
  431. STATUS current
  432. DESCRIPTION
  433. "Index that identifies the management virtual domain. This index corresponds to the index used by fgVdTable."
  434. ::= { fgSystemInfo 2 }
  435.  
  436. fgSysCpuUsage OBJECT-TYPE
  437. SYNTAX Gauge32 (0..100)
  438. MAX-ACCESS read-only
  439. STATUS current
  440. DESCRIPTION
  441. "Current CPU usage (percentage)"
  442. ::= { fgSystemInfo 3 }
  443.  
  444. fgSysMemUsage OBJECT-TYPE
  445. SYNTAX Gauge32 (0..100)
  446. MAX-ACCESS read-only
  447. STATUS current
  448. DESCRIPTION
  449. "Current memory utilization (percentage)"
  450. ::= { fgSystemInfo 4 }
  451.  
  452. fgSysMemCapacity OBJECT-TYPE
  453. SYNTAX Gauge32
  454. MAX-ACCESS read-only
  455. STATUS current
  456. DESCRIPTION
  457. "Total physical memory (RAM) installed (KB)"
  458. ::= { fgSystemInfo 5 }
  459.  
  460. fgSysDiskUsage OBJECT-TYPE
  461. SYNTAX Gauge32
  462. MAX-ACCESS read-only
  463. STATUS current
  464. DESCRIPTION
  465. "Current hard disk usage (MB), if disk is present"
  466. ::= { fgSystemInfo 6 }
  467.  
  468. fgSysDiskCapacity OBJECT-TYPE
  469. SYNTAX Gauge32
  470. MAX-ACCESS read-only
  471. STATUS current
  472. DESCRIPTION
  473. "Total hard disk capacity (MB), if disk is present"
  474. ::= { fgSystemInfo 7 }
  475.  
  476. fgSysSesCount OBJECT-TYPE
  477. SYNTAX Gauge32
  478. MAX-ACCESS read-only
  479. STATUS current
  480. DESCRIPTION
  481. "Number of active sessions on the device"
  482. ::= { fgSystemInfo 8 }
  483.  
  484. fgSysLowMemUsage OBJECT-TYPE
  485. SYNTAX Gauge32 (0..100)
  486. MAX-ACCESS read-only
  487. STATUS current
  488. DESCRIPTION
  489. "Current lowmem utilization (percentage). Lowmem is memory available
  490. for the kernel's own data structures and kernel specific tables. The
  491. system can get into a bad state if it runs out of lowmem."
  492. ::= { fgSystemInfo 9 }
  493.  
  494. fgSysLowMemCapacity OBJECT-TYPE
  495. SYNTAX Gauge32
  496. MAX-ACCESS read-only
  497. STATUS current
  498. DESCRIPTION
  499. "Total lowmem capacity (KB). See fgSysLowMemUsage for the description
  500. of lowmem."
  501. ::= { fgSystemInfo 10 }
  502.  
  503. fgSysSesRate1 OBJECT-TYPE
  504. SYNTAX Gauge32
  505. UNITS "Sessions Per Second"
  506. MAX-ACCESS read-only
  507. STATUS current
  508. DESCRIPTION
  509. "The average session setup rate over the past minute."
  510. ::= { fgSystemInfo 11 }
  511.  
  512. fgSysSesRate10 OBJECT-TYPE
  513. SYNTAX Gauge32
  514. UNITS "Sessions Per Second"
  515. MAX-ACCESS read-only
  516. STATUS current
  517. DESCRIPTION
  518. "The average session setup rate over the past 10 minutes."
  519. ::= { fgSystemInfo 12 }
  520.  
  521. fgSysSesRate30 OBJECT-TYPE
  522. SYNTAX Gauge32
  523. UNITS "Sessions Per Second"
  524. MAX-ACCESS read-only
  525. STATUS current
  526. DESCRIPTION
  527. "The average session setup rate over the past 30 minutes."
  528. ::= { fgSystemInfo 13 }
  529.  
  530. fgSysSesRate60 OBJECT-TYPE
  531. SYNTAX Gauge32
  532. UNITS "Sessions Per Second"
  533. MAX-ACCESS read-only
  534. STATUS current
  535. DESCRIPTION
  536. "The average session setup rate over the past 60 minutes."
  537. ::= { fgSystemInfo 14 }
  538.  
  539. --
  540. -- fortinet.fnFortiGateMib.fgSystem.fgSoftware
  541. --
  542.  
  543. fgSoftware OBJECT IDENTIFIER
  544. ::= { fgSystem 2 }
  545.  
  546. fgSysVersionAv OBJECT-TYPE
  547. SYNTAX DisplayString (SIZE(0..128))
  548. MAX-ACCESS read-only
  549. STATUS current
  550. DESCRIPTION
  551. "Virus signature database version installed on the device"
  552. ::= { fgSoftware 1 }
  553.  
  554. fgSysVersionIps OBJECT-TYPE
  555. SYNTAX DisplayString (SIZE(0..128))
  556. MAX-ACCESS read-only
  557. STATUS current
  558. DESCRIPTION
  559. "IPS signature database version installed on the device"
  560. ::= { fgSoftware 2 }
  561.  
  562. --
  563. -- fortinet.fnFortiGateMib.fgSystem.fgHwSensors
  564. --
  565.  
  566. fgHwSensors OBJECT IDENTIFIER
  567. ::= { fgSystem 3 }
  568.  
  569. fgHwSensorCount OBJECT-TYPE
  570. SYNTAX Integer32
  571. MAX-ACCESS read-only
  572. STATUS current
  573. DESCRIPTION
  574. "The number of entries in fgHwSensorTable"
  575. ::= { fgHwSensors 1 }
  576.  
  577. fgHwSensorTable OBJECT-TYPE
  578. SYNTAX SEQUENCE OF FgHwSensorEntry
  579. MAX-ACCESS not-accessible
  580. STATUS current
  581. DESCRIPTION
  582. "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."
  583. ::= { fgHwSensors 2 }
  584.  
  585. fgHwSensorEntry OBJECT-TYPE
  586. SYNTAX FgHwSensorEntry
  587. MAX-ACCESS not-accessible
  588. STATUS current
  589. DESCRIPTION
  590. "An entry containing the name, value, and alarm status of a given hardware sensor"
  591. INDEX { fgHwSensorEntIndex }
  592. ::= { fgHwSensorTable 1 }
  593.  
  594. FgHwSensorEntry ::= SEQUENCE {
  595. fgHwSensorEntIndex FnIndex,
  596. fgHwSensorEntName DisplayString,
  597. fgHwSensorEntValue DisplayString,
  598. fgHwSensorEntAlarmStatus INTEGER
  599. }
  600.  
  601. fgHwSensorEntIndex OBJECT-TYPE
  602. SYNTAX FnIndex
  603. MAX-ACCESS not-accessible
  604. STATUS current
  605. DESCRIPTION
  606. "A unique identifier within the fgHwSensorTable"
  607. ::= { fgHwSensorEntry 1 }
  608.  
  609. fgHwSensorEntName OBJECT-TYPE
  610. SYNTAX DisplayString
  611. MAX-ACCESS read-only
  612. STATUS current
  613. DESCRIPTION
  614. "A string identifying the sensor by name"
  615. ::= { fgHwSensorEntry 2 }
  616.  
  617. fgHwSensorEntValue OBJECT-TYPE
  618. SYNTAX DisplayString
  619. MAX-ACCESS read-only
  620. STATUS current
  621. DESCRIPTION
  622. "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."
  623. ::= { fgHwSensorEntry 3 }
  624.  
  625. fgHwSensorEntAlarmStatus OBJECT-TYPE
  626. SYNTAX INTEGER { false(0), true(1) }
  627. MAX-ACCESS read-only
  628. STATUS current
  629. DESCRIPTION
  630. "If the sensor has an alarm threshold and has exceeded it, this will indicate its status. Not all sensors have alarms."
  631. ::= { fgHwSensorEntry 4 }
  632.  
  633. --
  634. -- fortinet.fnFortiGateMib.fgSystem.fgProcessors
  635. --
  636.  
  637. fgProcessors OBJECT IDENTIFIER
  638. ::= { fgSystem 4 }
  639.  
  640. fgProcessorCount OBJECT-TYPE
  641. SYNTAX Integer32
  642. MAX-ACCESS read-only
  643. STATUS current
  644. DESCRIPTION
  645. "The number of entries in fgProcessorTable"
  646. ::= { fgProcessors 1 }
  647.  
  648. fgProcessorTable OBJECT-TYPE
  649. SYNTAX SEQUENCE OF FgProcessorEntry
  650. MAX-ACCESS not-accessible
  651. STATUS current
  652. DESCRIPTION
  653. "A table that lists information for each processor"
  654. ::= { fgProcessors 2 }
  655.  
  656. fgProcessorEntry OBJECT-TYPE
  657. SYNTAX FgProcessorEntry
  658. MAX-ACCESS not-accessible
  659. STATUS current
  660. DESCRIPTION
  661. "An entry containing information for a particular processor"
  662. INDEX { fgProcessorEntIndex }
  663. ::= { fgProcessorTable 1 }
  664.  
  665. FgProcessorEntry ::= SEQUENCE {
  666. fgProcessorEntIndex FnIndex,
  667. fgProcessorUsage Gauge32,
  668. fgProcessorUsage5sec Gauge32,
  669. fgProcessorType AutonomousType,
  670. fgProcessorContainedIn FnIndex,
  671. fgProcessorPktRxCount Counter64,
  672. fgProcessorPktTxCount Counter64,
  673. fgProcessorPktDroppedCount Counter64
  674. }
  675.  
  676. fgProcessorEntIndex OBJECT-TYPE
  677. SYNTAX FnIndex
  678. MAX-ACCESS not-accessible
  679. STATUS current
  680. DESCRIPTION
  681. "A unique identifier within the fgProcessorTable"
  682. ::= { fgProcessorEntry 1 }
  683.  
  684. fgProcessorUsage OBJECT-TYPE
  685. SYNTAX Gauge32
  686. MAX-ACCESS read-only
  687. STATUS current
  688. DESCRIPTION
  689. "The processor's CPU usage (percentage), which is an average
  690. calculated over the last minute."
  691. ::= { fgProcessorEntry 2 }
  692.  
  693. fgProcessorUsage5sec OBJECT-TYPE
  694. SYNTAX Gauge32
  695. MAX-ACCESS read-only
  696. STATUS current
  697. DESCRIPTION
  698. "The processor's CPU usage (percentage), which is an average
  699. calculated over the last 5 sec."
  700. ::= { fgProcessorEntry 3 }
  701.  
  702. fgProcessorType OBJECT-TYPE
  703. SYNTAX AutonomousType
  704. MAX-ACCESS read-only
  705. STATUS current
  706. DESCRIPTION
  707. "An indication of the type of the processor.
  708. Types are defined in fgProcessorTypes."
  709. ::= { fgProcessorEntry 4 }
  710.  
  711. fgProcessorContainedIn OBJECT-TYPE
  712. SYNTAX FnIndex
  713. MAX-ACCESS read-only
  714. STATUS current
  715. DESCRIPTION
  716. "The index to the processor module entry in the fgProcessorModuleTable
  717. that contains this processor."
  718. ::= { fgProcessorEntry 5 }
  719.  
  720. fgProcessorPktRxCount OBJECT-TYPE
  721. SYNTAX Counter64
  722. MAX-ACCESS read-only
  723. STATUS current
  724. DESCRIPTION
  725. "The total number of packets received by this processor
  726. (only valid for processors types that support this statistic)."
  727. ::= { fgProcessorEntry 6 }
  728.  
  729. fgProcessorPktTxCount OBJECT-TYPE
  730. SYNTAX Counter64
  731. MAX-ACCESS read-only
  732. STATUS current
  733. DESCRIPTION
  734. "The total number of packets transmitted by this processor
  735. (only valid for processors types that support this statistic)."
  736. ::= { fgProcessorEntry 7 }
  737.  
  738. fgProcessorPktDroppedCount OBJECT-TYPE
  739. SYNTAX Counter64
  740. MAX-ACCESS read-only
  741. STATUS current
  742. DESCRIPTION
  743. "The total number of packets dropped by this processor
  744. (only valid for processors types that support this statistic)."
  745. ::= { fgProcessorEntry 8 }
  746.  
  747. --
  748. -- Registrations for processor types, for use with fgProcessorType
  749. --
  750. fgProcessorTypes OBJECT IDENTIFIER
  751. ::= { fgProcessors 3 }
  752.  
  753. fgProcessorOther OBJECT-IDENTITY
  754. STATUS current
  755. DESCRIPTION
  756. "The processor type identifier used when no other defined
  757. type is appropriate."
  758. ::= { fgProcessorTypes 1 }
  759.  
  760. fgProcessorIntel OBJECT-IDENTITY
  761. STATUS current
  762. DESCRIPTION
  763. "The processor type identifier used for Intel CPU."
  764. ::= { fgProcessorTypes 2 }
  765.  
  766. fgProcessorAMD OBJECT-IDENTITY
  767. STATUS current
  768. DESCRIPTION
  769. "The processor type identifier used for AMD CPU."
  770. ::= { fgProcessorTypes 3 }
  771.  
  772. fgProcessorXlr OBJECT-IDENTITY
  773. STATUS current
  774. DESCRIPTION
  775. "The processor type identifier used for RMI XLR processor."
  776. ::= { fgProcessorTypes 4 }
  777.  
  778. fgProcessorFnSoc OBJECT-IDENTITY
  779. STATUS current
  780. DESCRIPTION
  781. "The processor type identifier used for Fortinet FortiSoc processor."
  782. ::= { fgProcessorTypes 5 }
  783.  
  784.  
  785. --
  786. -- fortinet.fnFortiGateMib.fgSystem.fgProcessorModules
  787. --
  788.  
  789. fgProcessorModules OBJECT IDENTIFIER
  790. ::= { fgSystem 5 }
  791.  
  792. --
  793. -- Registrations for processor module types, for use with fgProcModType
  794. --
  795. fgProcessorModuleTypes OBJECT IDENTIFIER
  796. ::= { fgProcessorModules 1 }
  797.  
  798. fgProcModOther OBJECT-IDENTITY
  799. STATUS current
  800. DESCRIPTION
  801. "The processor module type identifier used when no other defined
  802. type is appropriate."
  803. ::= { fgProcessorModuleTypes 1 }
  804.  
  805. fgProcModIntegrated OBJECT-IDENTITY
  806. STATUS current
  807. DESCRIPTION
  808. "The processor module type identifier used for the main CPUs
  809. built in the device."
  810. ::= { fgProcessorModuleTypes 2 }
  811.  
  812. fgProcModFnXE2 OBJECT-IDENTITY
  813. STATUS current
  814. DESCRIPTION
  815. "The processor module type identifier used for
  816. Fortinet AMC module ADM-XE2."
  817. ::= { fgProcessorModuleTypes 3 }
  818.  
  819. fgProcModFnCE4 OBJECT-IDENTITY
  820. STATUS current
  821. DESCRIPTION
  822. "The processor module type identifier used for
  823. Fortinet AMC module ASM-CE4."
  824. ::= { fgProcessorModuleTypes 4 }
  825.  
  826. fgProcModFnFE8 OBJECT-IDENTITY
  827. STATUS current
  828. DESCRIPTION
  829. "The processor module type identifier used for
  830. Fortinet AMC module ADM-FE8."
  831. ::= { fgProcessorModuleTypes 5 }
  832.  
  833. fgProcModFnXG2 OBJECT-IDENTITY
  834. STATUS current
  835. DESCRIPTION
  836. "The processor module type identifier used for
  837. Fortinet FMC module FMC-XG2."
  838. ::= { fgProcessorModuleTypes 6 }
  839.  
  840.  
  841. fgProcessorModuleCount OBJECT-TYPE
  842. SYNTAX Integer32
  843. MAX-ACCESS read-only
  844. STATUS current
  845. DESCRIPTION
  846. "The number of entries in fgProcessorModuleTable"
  847. ::= { fgProcessorModules 2 }
  848.  
  849. fgProcessorModuleTable OBJECT-TYPE
  850. SYNTAX SEQUENCE OF FgProcModEntry
  851. MAX-ACCESS not-accessible
  852. STATUS current
  853. DESCRIPTION
  854. "A table that lists information for each processor module"
  855. ::= { fgProcessorModules 3 }
  856.  
  857. fgProcessorModuleEntry OBJECT-TYPE
  858. SYNTAX FgProcModEntry
  859. MAX-ACCESS not-accessible
  860. STATUS current
  861. DESCRIPTION
  862. "An entry containing information for a particular processor module"
  863. INDEX { fgProcModIndex }
  864. ::= { fgProcessorModuleTable 1 }
  865.  
  866.  
  867. FgProcModEntry ::= SEQUENCE {
  868. fgProcModIndex FnIndex,
  869. fgProcModType AutonomousType,
  870. fgProcModName DisplayString,
  871. fgProcModDescr DisplayString,
  872. fgProcModProcessorCount Integer32,
  873. fgProcModMemCapacity Gauge32,
  874. fgProcModMemUsage Gauge32,
  875. fgProcModSessionCount Gauge32,
  876. fgProcModSACount Gauge32
  877. }
  878.  
  879. fgProcModIndex OBJECT-TYPE
  880. SYNTAX FnIndex
  881. MAX-ACCESS not-accessible
  882. STATUS current
  883. DESCRIPTION
  884. "A unique identifier within the fgProcessorModuleTable"
  885. ::= { fgProcessorModuleEntry 1 }
  886.  
  887. fgProcModType OBJECT-TYPE
  888. SYNTAX AutonomousType
  889. MAX-ACCESS read-only
  890. STATUS current
  891. DESCRIPTION
  892. "An indication of the type of the processor module.
  893. Types are defined in fgProcessorModuleTypes."
  894. ::= { fgProcessorModuleEntry 2 }
  895.  
  896. fgProcModName OBJECT-TYPE
  897. SYNTAX DisplayString (SIZE (0..32))
  898. MAX-ACCESS read-only
  899. STATUS current
  900. DESCRIPTION
  901. "A textual name of this processor module."
  902. ::= { fgProcessorModuleEntry 3 }
  903.  
  904. fgProcModDescr OBJECT-TYPE
  905. SYNTAX DisplayString (SIZE (0..64))
  906. MAX-ACCESS read-only
  907. STATUS current
  908. DESCRIPTION
  909. "A textual description of this processor module."
  910. ::= { fgProcessorModuleEntry 4 }
  911.  
  912. fgProcModProcessorCount OBJECT-TYPE
  913. SYNTAX Integer32
  914. MAX-ACCESS read-only
  915. STATUS current
  916. DESCRIPTION
  917. "Total number of processors contained by this module."
  918. ::= { fgProcessorModuleEntry 5}
  919.  
  920. fgProcModMemCapacity OBJECT-TYPE
  921. SYNTAX Gauge32
  922. MAX-ACCESS read-only
  923. STATUS current
  924. DESCRIPTION
  925. "Total physical memory (RAM) installed (KB) on this processor module."
  926. ::= { fgProcessorModuleEntry 6 }
  927.  
  928. fgProcModMemUsage OBJECT-TYPE
  929. SYNTAX Gauge32 (0..100)
  930. MAX-ACCESS read-only
  931. STATUS current
  932. DESCRIPTION
  933. "Current memory utilization (percentage) on this processor module."
  934. ::= { fgProcessorModuleEntry 7 }
  935.  
  936. fgProcModSessionCount OBJECT-TYPE
  937. SYNTAX Gauge32
  938. MAX-ACCESS read-only
  939. STATUS current
  940. DESCRIPTION
  941. "Number of active sessions on this processor module
  942. (only valid for processors types that support this statistic)."
  943. ::= { fgProcessorModuleEntry 8}
  944.  
  945. fgProcModSACount OBJECT-TYPE
  946. SYNTAX Gauge32
  947. MAX-ACCESS read-only
  948. STATUS current
  949. DESCRIPTION
  950. "Number of IPsec Security Associations on this processor module
  951. (only valid for processors types that support this statistic)."
  952. ::= { fgProcessorModuleEntry 9}
  953.  
  954. --
  955. -- fortinet.fnFortiGateMib.fgFirewall
  956. --
  957.  
  958. fgFirewall OBJECT IDENTIFIER
  959. ::= { fnFortiGateMib 5 }
  960.  
  961. --
  962. -- fortinet.fnFortiGateMib.fgFirewall.fgFwPolicies
  963. --
  964.  
  965. fgFwPolicies OBJECT IDENTIFIER
  966. ::= { fgFirewall 1 }
  967.  
  968. fgFwPolInfo OBJECT IDENTIFIER
  969. ::= { fgFwPolicies 1 }
  970.  
  971. fgFwPolTables OBJECT IDENTIFIER
  972. ::= { fgFwPolicies 2 }
  973.  
  974. fgFwPolStatsTable OBJECT-TYPE
  975. SYNTAX SEQUENCE OF FgFwPolStatsEntry
  976. MAX-ACCESS not-accessible
  977. STATUS current
  978. DESCRIPTION
  979. "Firewall policy statistics table. This table has a dependent expansion relationship with fgVdTable.
  980. Only virtual domains with enabled policies are present in this table."
  981. ::= { fgFwPolTables 1 }
  982.  
  983. fgFwPolStatsEntry OBJECT-TYPE
  984. SYNTAX FgFwPolStatsEntry
  985. MAX-ACCESS not-accessible
  986. STATUS current
  987. DESCRIPTION
  988. "Firewall policy statistics on a virtual domain"
  989. INDEX { fgVdEntIndex, fgFwPolID }
  990. ::= { fgFwPolStatsTable 1 }
  991.  
  992. FgFwPolStatsEntry ::= SEQUENCE {
  993. fgFwPolID FnIndex,
  994. fgFwPolPktCount Counter32,
  995. fgFwPolByteCount Counter32
  996. }
  997.  
  998. fgFwPolID OBJECT-TYPE
  999. SYNTAX FnIndex
  1000. MAX-ACCESS not-accessible
  1001. STATUS current
  1002. DESCRIPTION
  1003. "Firewall policy ID. Only enabled policies are present in this table. Policy IDs are only unique within a virtual domain."
  1004. ::= { fgFwPolStatsEntry 1 }
  1005.  
  1006. fgFwPolPktCount OBJECT-TYPE
  1007. SYNTAX Counter32
  1008. MAX-ACCESS read-only
  1009. STATUS current
  1010. DESCRIPTION
  1011. "Number of packets matched to policy (passed or blocked, depending on policy action). Count is from the time the policy became active."
  1012. ::= { fgFwPolStatsEntry 2 }
  1013.  
  1014. fgFwPolByteCount OBJECT-TYPE
  1015. SYNTAX Counter32
  1016. MAX-ACCESS read-only
  1017. STATUS current
  1018. DESCRIPTION
  1019. "Number of bytes in packets matching the policy. See fgFwPolPktCount."
  1020. ::= { fgFwPolStatsEntry 3 }
  1021.  
  1022. --
  1023. -- fortinet.fnFortiGateMib.fgFirewall.fgFwUsers
  1024. --
  1025.  
  1026. fgFwUsers OBJECT IDENTIFIER
  1027. ::= { fgFirewall 2 }
  1028.  
  1029. fgFwUserInfo OBJECT IDENTIFIER
  1030. ::= { fgFwUsers 1 }
  1031.  
  1032. fgFwUserNumber OBJECT-TYPE
  1033. SYNTAX Integer32
  1034. MAX-ACCESS read-only
  1035. STATUS current
  1036. DESCRIPTION
  1037. "The number of user accounts in fgFwUserTable"
  1038. ::= { fgFwUserInfo 1 }
  1039.  
  1040. fgFwUserAuthTimeout OBJECT-TYPE
  1041. SYNTAX Integer32
  1042. MAX-ACCESS read-only
  1043. STATUS current
  1044. DESCRIPTION
  1045. "Idle period after which a firewall-authentication user's session
  1046. is automatically expired"
  1047. ::= { fgFwUserInfo 2 }
  1048.  
  1049. fgFwUserTables OBJECT IDENTIFIER
  1050. ::= { fgFwUsers 2 }
  1051.  
  1052. fgFwUserTable OBJECT-TYPE
  1053. SYNTAX SEQUENCE OF FgFwUserEntry
  1054. MAX-ACCESS not-accessible
  1055. STATUS current
  1056. DESCRIPTION
  1057. "A list of local and proxy (Radius server)
  1058. user accounts for use with firewall user authentication"
  1059. ::= { fgFwUserTables 1 }
  1060.  
  1061. fgFwUserEntry OBJECT-TYPE
  1062. SYNTAX FgFwUserEntry
  1063. MAX-ACCESS not-accessible
  1064. STATUS current
  1065. DESCRIPTION
  1066. "An entry containing information applicable
  1067. to a particular user account"
  1068. INDEX { fgFwUserIndex }
  1069. ::= { fgFwUserTable 1 }
  1070.  
  1071. FgFwUserEntry ::= SEQUENCE {
  1072. fgFwUserIndex FnIndex,
  1073. fgFwUserName DisplayString,
  1074. fgFwUserAuth FgFwUserAuthType,
  1075. fgFwUserState FnBoolState,
  1076. fgFwUserVdom FgVdIndex
  1077. }
  1078.  
  1079. fgFwUserIndex OBJECT-TYPE
  1080. SYNTAX FnIndex
  1081. MAX-ACCESS not-accessible
  1082. STATUS current
  1083. DESCRIPTION
  1084. "An index for uniquely identifying the users in fgFwUserTable"
  1085. ::= { fgFwUserEntry 1 }
  1086.  
  1087. fgFwUserName OBJECT-TYPE
  1088. SYNTAX DisplayString
  1089. MAX-ACCESS read-only
  1090. STATUS current
  1091. DESCRIPTION
  1092. "User-name of the specified account"
  1093. ::= { fgFwUserEntry 2 }
  1094.  
  1095. fgFwUserAuth OBJECT-TYPE
  1096. SYNTAX FgFwUserAuthType
  1097. MAX-ACCESS read-only
  1098. STATUS current
  1099. DESCRIPTION
  1100. "Type of authentication the account uses (local, RADIUS, LDAP, etc.)"
  1101. ::= { fgFwUserEntry 3 }
  1102.  
  1103. fgFwUserState OBJECT-TYPE
  1104. SYNTAX FnBoolState
  1105. MAX-ACCESS read-only
  1106. STATUS current
  1107. DESCRIPTION
  1108. "Status of the user account (enable/disable)"
  1109. ::= { fgFwUserEntry 4 }
  1110.  
  1111. fgFwUserVdom OBJECT-TYPE
  1112. SYNTAX FgVdIndex
  1113. MAX-ACCESS read-only
  1114. STATUS current
  1115. DESCRIPTION
  1116. "Virtual domain the user account exists in. This index corresponds to the index used in fgVdTable."
  1117. ::= { fgFwUserEntry 5 }
  1118.  
  1119. --
  1120. -- fortinet.fnFortiGateMib.fgMgmt
  1121. --
  1122.  
  1123. fgMgmt OBJECT IDENTIFIER
  1124. ::= { fnFortiGateMib 6 }
  1125.  
  1126. fgFmTrapPrefix OBJECT IDENTIFIER
  1127. ::= { fgMgmt 0 }
  1128.  
  1129. fgAdmin OBJECT IDENTIFIER
  1130. ::= { fgMgmt 1 }
  1131.  
  1132. --
  1133. -- fortinet.fnFortiGateMib.fgMgmt.fgAdmin.fgAdminOptions
  1134. --
  1135.  
  1136. fgAdminOptions OBJECT IDENTIFIER
  1137. ::= { fgAdmin 1 }
  1138.  
  1139. fgAdminIdleTimeout OBJECT-TYPE
  1140. SYNTAX Integer32
  1141. MAX-ACCESS read-only
  1142. STATUS current
  1143. DESCRIPTION
  1144. "Idle period after which an administrator
  1145. is automatically logged out of the system"
  1146. ::= { fgAdminOptions 1 }
  1147.  
  1148. fgAdminLcdProtection OBJECT-TYPE
  1149. SYNTAX FnBoolState
  1150. MAX-ACCESS read-only
  1151. STATUS current
  1152. DESCRIPTION
  1153. "Status of the LCD protection (enabled/disabled)"
  1154. ::= { fgAdminOptions 2 }
  1155.  
  1156. --
  1157. -- fortinet.fnFortiGateMib.fgMgmt.fgAdmin.fgAdminTables
  1158. --
  1159.  
  1160. fgAdminTables OBJECT IDENTIFIER
  1161. ::= { fgAdmin 2 }
  1162.  
  1163. fgAdminTable OBJECT-TYPE
  1164. SYNTAX SEQUENCE OF FgAdminEntry
  1165. MAX-ACCESS not-accessible
  1166. STATUS current
  1167. DESCRIPTION
  1168. "A table of administrator accounts on the device"
  1169. ::= { fgAdminTables 1 }
  1170.  
  1171. fgAdminEntry OBJECT-TYPE
  1172. SYNTAX FgAdminEntry
  1173. MAX-ACCESS not-accessible
  1174. STATUS current
  1175. DESCRIPTION
  1176. "An entry containing information applicable
  1177. to a particular admin account"
  1178. AUGMENTS { fnAdminEntry }
  1179. ::= { fgAdminTable 1 }
  1180.  
  1181. FgAdminEntry ::= SEQUENCE {
  1182. fgAdminVdom FgVdIndex
  1183. }
  1184.  
  1185. fgAdminVdom OBJECT-TYPE
  1186. SYNTAX FgVdIndex
  1187. MAX-ACCESS read-only
  1188. STATUS current
  1189. DESCRIPTION
  1190. "The virtual domain the administrator belongs to"
  1191. ::= { fgAdminEntry 1 }
  1192.  
  1193. --
  1194. -- fortinet.fnFortiGateMib.fgMgmt.fgAdmin.fgMgmtTrapObjects
  1195. --
  1196.  
  1197. fgMgmtTrapObjects OBJECT IDENTIFIER
  1198. ::= { fgMgmt 2 }
  1199.  
  1200. fgManIfIp OBJECT-TYPE
  1201. SYNTAX IpAddress
  1202. MAX-ACCESS accessible-for-notify
  1203. STATUS current
  1204. DESCRIPTION
  1205. "IP address of the interface listed in the trap"
  1206. ::= { fgMgmtTrapObjects 1 }
  1207.  
  1208. fgManIfMask OBJECT-TYPE
  1209. SYNTAX IpAddress
  1210. MAX-ACCESS accessible-for-notify
  1211. STATUS current
  1212. DESCRIPTION
  1213. "Mask of subnet the interface belongs to"
  1214. ::= { fgMgmtTrapObjects 2 }
  1215.  
  1216. --
  1217. -- fortinet.fnFortiGateMib.fgIntf
  1218. --
  1219.  
  1220. fgIntf OBJECT IDENTIFIER
  1221. ::= { fnFortiGateMib 7 }
  1222.  
  1223. fgIntfInfo OBJECT IDENTIFIER
  1224. ::= { fgIntf 1 }
  1225.  
  1226. fgIntfTables OBJECT IDENTIFIER
  1227. ::= { fgIntf 2 }
  1228.  
  1229. fgIntfTable OBJECT-TYPE
  1230. SYNTAX SEQUENCE OF FgIntfEntry
  1231. MAX-ACCESS not-accessible
  1232. STATUS current
  1233. DESCRIPTION
  1234. "Fortinet specific extensions to MIB-2 ifTable"
  1235. ::= { fgIntfTables 1 }
  1236.  
  1237. fgIntfEntry OBJECT-TYPE
  1238. SYNTAX FgIntfEntry
  1239. MAX-ACCESS not-accessible
  1240. STATUS current
  1241. DESCRIPTION
  1242. "Fortinet specific information about an ifEntry. This table augments the standard ifTable, so the same indexing is used."
  1243. AUGMENTS { ifEntry }
  1244. ::= { fgIntfTable 1 }
  1245.  
  1246. FgIntfEntry ::= SEQUENCE {
  1247. fgIntfEntVdom FgVdIndex
  1248. }
  1249.  
  1250. fgIntfEntVdom OBJECT-TYPE
  1251. SYNTAX FgVdIndex
  1252. MAX-ACCESS read-only
  1253. STATUS current
  1254. DESCRIPTION
  1255. "The virtual domain the interface belongs to. This index corresponds to the index used by fgVdTable."
  1256. ::= { fgIntfEntry 1 }
  1257.  
  1258. --
  1259. -- fortinet.fnFortiGateMib.fgAntivirus
  1260. --
  1261.  
  1262. fgAntivirus OBJECT IDENTIFIER
  1263. ::= { fnFortiGateMib 8 }
  1264.  
  1265. fgAvInfo OBJECT IDENTIFIER
  1266. ::= { fgAntivirus 1 }
  1267.  
  1268. fgAvTables OBJECT IDENTIFIER
  1269. ::= { fgAntivirus 2 }
  1270.  
  1271. fgAvStatsTable OBJECT-TYPE
  1272. SYNTAX SEQUENCE OF FgAvStatsEntry
  1273. MAX-ACCESS not-accessible
  1274. STATUS current
  1275. DESCRIPTION
  1276. "A table of Anti-virus statistics per virtual domain"
  1277. ::= { fgAvTables 1 }
  1278.  
  1279. fgAvStatsEntry OBJECT-TYPE
  1280. SYNTAX FgAvStatsEntry
  1281. MAX-ACCESS not-accessible
  1282. STATUS current
  1283. DESCRIPTION
  1284. "Anti-virus statistics for a particular virtual domain"
  1285. AUGMENTS { fgVdEntry }
  1286. ::= { fgAvStatsTable 1 }
  1287.  
  1288. FgAvStatsEntry ::= SEQUENCE {
  1289. fgAvVirusDetected Counter32,
  1290. fgAvVirusBlocked Counter32,
  1291. fgAvHTTPVirusDetected Counter32,
  1292. fgAvHTTPVirusBlocked Counter32,
  1293. fgAvSMTPVirusDetected Counter32,
  1294. fgAvSMTPVirusBlocked Counter32,
  1295. fgAvPOP3VirusDetected Counter32,
  1296. fgAvPOP3VirusBlocked Counter32,
  1297. fgAvIMAPVirusDetected Counter32,
  1298. fgAvIMAPVirusBlocked Counter32,
  1299. fgAvFTPVirusDetected Counter32,
  1300. fgAvFTPVirusBlocked Counter32,
  1301. fgAvIMVirusDetected Counter32,
  1302. fgAvIMVirusBlocked Counter32,
  1303. fgAvNNTPVirusDetected Counter32,
  1304. fgAvNNTPVirusBlocked Counter32,
  1305. fgAvOversizedDetected Counter32,
  1306. fgAvOversizedBlocked Counter32
  1307. }
  1308.  
  1309. fgAvVirusDetected OBJECT-TYPE
  1310. SYNTAX Counter32
  1311. MAX-ACCESS read-only
  1312. STATUS current
  1313. DESCRIPTION
  1314. "Number of virus transmissions detected in the virtual domain since start-up"
  1315. ::= { fgAvStatsEntry 1 }
  1316.  
  1317. fgAvVirusBlocked OBJECT-TYPE
  1318. SYNTAX Counter32
  1319. MAX-ACCESS read-only
  1320. STATUS current
  1321. DESCRIPTION
  1322. "Number of virus transmissions blocked in the virtual domain since start-up"
  1323. ::= { fgAvStatsEntry 2 }
  1324.  
  1325. fgAvHTTPVirusDetected OBJECT-TYPE
  1326. SYNTAX Counter32
  1327. MAX-ACCESS read-only
  1328. STATUS current
  1329. DESCRIPTION
  1330. "Number of virus transmissions over HTTP detected in the virtual domain since start-up"
  1331. ::= { fgAvStatsEntry 3 }
  1332.  
  1333. fgAvHTTPVirusBlocked OBJECT-TYPE
  1334. SYNTAX Counter32
  1335. MAX-ACCESS read-only
  1336. STATUS current
  1337. DESCRIPTION
  1338. "Number of virus transmissions over HTTP blocked in the virtual domain since start-up"
  1339. ::= { fgAvStatsEntry 4 }
  1340.  
  1341. fgAvSMTPVirusDetected OBJECT-TYPE
  1342. SYNTAX Counter32
  1343. MAX-ACCESS read-only
  1344. STATUS current
  1345. DESCRIPTION
  1346. "Number of virus transmissions over SMTP detected in the virtual domain since start-up"
  1347. ::= { fgAvStatsEntry 5 }
  1348.  
  1349. fgAvSMTPVirusBlocked OBJECT-TYPE
  1350. SYNTAX Counter32
  1351. MAX-ACCESS read-only
  1352. STATUS current
  1353. DESCRIPTION
  1354. "Number of virus transmissions over SMTP blocked in the virtual domain since start-up"
  1355. ::= { fgAvStatsEntry 6 }
  1356.  
  1357. fgAvPOP3VirusDetected OBJECT-TYPE
  1358. SYNTAX Counter32
  1359. MAX-ACCESS read-only
  1360. STATUS current
  1361. DESCRIPTION
  1362. "Number of virus transmissions over POP3 detected in the virtual domain since start-up"
  1363. ::= { fgAvStatsEntry 7 }
  1364.  
  1365. fgAvPOP3VirusBlocked OBJECT-TYPE
  1366. SYNTAX Counter32
  1367. MAX-ACCESS read-only
  1368. STATUS current
  1369. DESCRIPTION
  1370. "Number of virus transmissions over POP3 blocked in the virtual domain since start-up"
  1371. ::= { fgAvStatsEntry 8 }
  1372.  
  1373. fgAvIMAPVirusDetected OBJECT-TYPE
  1374. SYNTAX Counter32
  1375. MAX-ACCESS read-only
  1376. STATUS current
  1377. DESCRIPTION
  1378. "Number of virus transmissions over IMAP detected in the virtual domain since start-up"
  1379. ::= { fgAvStatsEntry 9 }
  1380.  
  1381. fgAvIMAPVirusBlocked OBJECT-TYPE
  1382. SYNTAX Counter32
  1383. MAX-ACCESS read-only
  1384. STATUS current
  1385. DESCRIPTION
  1386. "Number of virus transmissions over IMAP blocked in the virtual domain since start-up"
  1387. ::= { fgAvStatsEntry 10 }
  1388.  
  1389. fgAvFTPVirusDetected OBJECT-TYPE
  1390. SYNTAX Counter32
  1391. MAX-ACCESS read-only
  1392. STATUS current
  1393. DESCRIPTION
  1394. "Number of virus transmissions over FTP detected in the virtual domain since start-up"
  1395. ::= { fgAvStatsEntry 11 }
  1396.  
  1397. fgAvFTPVirusBlocked OBJECT-TYPE
  1398. SYNTAX Counter32
  1399. MAX-ACCESS read-only
  1400. STATUS current
  1401. DESCRIPTION
  1402. "Number of virus transmissions over FTP blocked in the virtual domain since start-up"
  1403. ::= { fgAvStatsEntry 12 }
  1404.  
  1405. fgAvIMVirusDetected OBJECT-TYPE
  1406. SYNTAX Counter32
  1407. MAX-ACCESS read-only
  1408. STATUS current
  1409. DESCRIPTION
  1410. "Number of virus transmissions over IM protocols detected in the virtual domain since start-up"
  1411. ::= { fgAvStatsEntry 13 }
  1412.  
  1413. fgAvIMVirusBlocked OBJECT-TYPE
  1414. SYNTAX Counter32
  1415. MAX-ACCESS read-only
  1416. STATUS current
  1417. DESCRIPTION
  1418. "Number of virus transmissions over IM protocols blocked in the virtual domain since start-up"
  1419. ::= { fgAvStatsEntry 14 }
  1420.  
  1421. fgAvNNTPVirusDetected OBJECT-TYPE
  1422. SYNTAX Counter32
  1423. MAX-ACCESS read-only
  1424. STATUS current
  1425. DESCRIPTION
  1426. "Number of virus transmissions over NNTP detected in the virtual domain since start-up"
  1427. ::= { fgAvStatsEntry 15 }
  1428.  
  1429. fgAvNNTPVirusBlocked OBJECT-TYPE
  1430. SYNTAX Counter32
  1431. MAX-ACCESS read-only
  1432. STATUS current
  1433. DESCRIPTION
  1434. "Number of virus transmissions over NNTP blocked in the virtual domain since start-up"
  1435. ::= { fgAvStatsEntry 16 }
  1436.  
  1437. fgAvOversizedDetected OBJECT-TYPE
  1438. SYNTAX Counter32
  1439. MAX-ACCESS read-only
  1440. STATUS current
  1441. DESCRIPTION
  1442. "Number of over-sized file transmissions detected in the virtual domain since start-up"
  1443. ::= { fgAvStatsEntry 17 }
  1444.  
  1445. fgAvOversizedBlocked OBJECT-TYPE
  1446. SYNTAX Counter32
  1447. MAX-ACCESS read-only
  1448. STATUS current
  1449. DESCRIPTION
  1450. "Number of over-sized file transmissions blocked in the virtual domain since start-up"
  1451. ::= { fgAvStatsEntry 18 }
  1452.  
  1453. --
  1454. -- fortinet.fnFortiGateMib.fgAntivirus.fgAvTrapObjects
  1455. --
  1456.  
  1457. fgAvTrapObjects OBJECT IDENTIFIER
  1458. ::= { fgAntivirus 3 }
  1459.  
  1460. fgAvTrapVirName OBJECT-TYPE
  1461. SYNTAX DisplayString
  1462. MAX-ACCESS accessible-for-notify
  1463. STATUS current
  1464. DESCRIPTION
  1465. "Virus name that triggered event"
  1466. ::= { fgAvTrapObjects 1 }
  1467.  
  1468. --
  1469. -- fortinet.fnFortiGateMib.fgIps
  1470. --
  1471.  
  1472. fgIps OBJECT IDENTIFIER
  1473. ::= { fnFortiGateMib 9 }
  1474.  
  1475. fgIpsInfo OBJECT IDENTIFIER
  1476. ::= { fgIps 1 }
  1477.  
  1478. fgIpsTables OBJECT IDENTIFIER
  1479. ::= { fgIps 2 }
  1480.  
  1481. fgIpsStatsTable OBJECT-TYPE
  1482. SYNTAX SEQUENCE OF FgIpsStatsEntry
  1483. MAX-ACCESS not-accessible
  1484. STATUS current
  1485. DESCRIPTION
  1486. "A table of IPS/IDS statistics per virtual domain"
  1487. ::= { fgIpsTables 1 }
  1488.  
  1489. fgIpsStatsEntry OBJECT-TYPE
  1490. SYNTAX FgIpsStatsEntry
  1491. MAX-ACCESS not-accessible
  1492. STATUS current
  1493. DESCRIPTION
  1494. "IPS/IDS statistics for a particular virtual domain"
  1495. AUGMENTS { fgVdEntry }
  1496. ::= { fgIpsStatsTable 1 }
  1497.  
  1498. FgIpsStatsEntry ::= SEQUENCE {
  1499. fgIpsIntrusionsDetected Counter32,
  1500. fgIpsIntrusionsBlocked Counter32,
  1501. fgIpsCritSevDetections Counter32,
  1502. fgIpsHighSevDetections Counter32,
  1503. fgIpsMedSevDetections Counter32,
  1504. fgIpsLowSevDetections Counter32,
  1505. fgIpsInfoSevDetections Counter32,
  1506. fgIpsSignatureDetections Counter32,
  1507. fgIpsAnomalyDetections Counter32
  1508. }
  1509.  
  1510. fgIpsIntrusionsDetected OBJECT-TYPE
  1511. SYNTAX Counter32
  1512. MAX-ACCESS read-only
  1513. STATUS current
  1514. DESCRIPTION
  1515. "Number of intrusions detected since start-up in this virtual domain"
  1516. ::= { fgIpsStatsEntry 1 }
  1517.  
  1518. fgIpsIntrusionsBlocked OBJECT-TYPE
  1519. SYNTAX Counter32
  1520. MAX-ACCESS read-only
  1521. STATUS current
  1522. DESCRIPTION
  1523. "Number of intrusions blocked since start-up in this virtual domain"
  1524. ::= { fgIpsStatsEntry 2 }
  1525.  
  1526. fgIpsCritSevDetections OBJECT-TYPE
  1527. SYNTAX Counter32
  1528. MAX-ACCESS read-only
  1529. STATUS current
  1530. DESCRIPTION
  1531. "Number of critical severity intrusions
  1532. detected since start-up in this virtual domain"
  1533. ::= { fgIpsStatsEntry 3 }
  1534.  
  1535. fgIpsHighSevDetections OBJECT-TYPE
  1536. SYNTAX Counter32
  1537. MAX-ACCESS read-only
  1538. STATUS current
  1539. DESCRIPTION
  1540. "Number of high severity intrusions
  1541. detected since start-up in this virtual domain"
  1542. ::= { fgIpsStatsEntry 4 }
  1543.  
  1544. fgIpsMedSevDetections OBJECT-TYPE
  1545. SYNTAX Counter32
  1546. MAX-ACCESS read-only
  1547. STATUS current
  1548. DESCRIPTION
  1549. "Number of medium severity intrusions
  1550. detected since start-up in this virtual domain"
  1551. ::= { fgIpsStatsEntry 5 }
  1552.  
  1553. fgIpsLowSevDetections OBJECT-TYPE
  1554. SYNTAX Counter32
  1555. MAX-ACCESS read-only
  1556. STATUS current
  1557. DESCRIPTION
  1558. "Number of low severity intrusions
  1559. detected since start-up in this virtual domain"
  1560. ::= { fgIpsStatsEntry 6 }
  1561.  
  1562. fgIpsInfoSevDetections OBJECT-TYPE
  1563. SYNTAX Counter32
  1564. MAX-ACCESS read-only
  1565. STATUS current
  1566. DESCRIPTION
  1567. "Number of informational severity intrusions
  1568. detected since start-up in this virtual domain"
  1569. ::= { fgIpsStatsEntry 7 }
  1570.  
  1571. fgIpsSignatureDetections OBJECT-TYPE
  1572. SYNTAX Counter32
  1573. MAX-ACCESS read-only
  1574. STATUS current
  1575. DESCRIPTION
  1576. "Number of intrusions detected by signature
  1577. since start-up in this virtual domain"
  1578. ::= { fgIpsStatsEntry 8 }
  1579.  
  1580. fgIpsAnomalyDetections OBJECT-TYPE
  1581. SYNTAX Counter32
  1582. MAX-ACCESS read-only
  1583. STATUS current
  1584. DESCRIPTION
  1585. "Number of intrusions DECed as anomalies
  1586. since start-up in this virtual domain"
  1587. ::= { fgIpsStatsEntry 9 }
  1588.  
  1589. --
  1590. -- fortinet.fnFortiGateMib.fgIps.fgIpsTrapObjects
  1591. --
  1592.  
  1593. fgIpsTrapObjects OBJECT IDENTIFIER
  1594. ::= { fgIps 3 }
  1595.  
  1596. fgIpsTrapSigId OBJECT-TYPE
  1597. SYNTAX FnIndex
  1598. MAX-ACCESS accessible-for-notify
  1599. STATUS current
  1600. DESCRIPTION
  1601. "ID of IPS signature identified in trap"
  1602. ::= { fgIpsTrapObjects 1 }
  1603.  
  1604. fgIpsTrapSrcIp OBJECT-TYPE
  1605. SYNTAX IpAddress
  1606. MAX-ACCESS accessible-for-notify
  1607. STATUS current
  1608. DESCRIPTION
  1609. "Source IP Address of the IPS signature trigger"
  1610. ::= { fgIpsTrapObjects 2 }
  1611.  
  1612. fgIpsTrapSigMsg OBJECT-TYPE
  1613. SYNTAX DisplayString
  1614. MAX-ACCESS accessible-for-notify
  1615. STATUS current
  1616. DESCRIPTION
  1617. "Message associated with IPS event"
  1618. ::= { fgIpsTrapObjects 3 }
  1619.  
  1620. --
  1621. -- fortinet.fnFortiGateMib.fgApplications
  1622. --
  1623.  
  1624. fgApplications OBJECT IDENTIFIER
  1625. ::= { fnFortiGateMib 10 }
  1626.  
  1627. fgWebfilter OBJECT IDENTIFIER
  1628. ::= { fgApplications 1 }
  1629.  
  1630. fgWebfilterInfo OBJECT IDENTIFIER
  1631. ::= { fgWebfilter 1 }
  1632.  
  1633. fgWebfilterTables OBJECT IDENTIFIER
  1634. ::= { fgWebfilter 2 }
  1635.  
  1636. --
  1637. -- fortinet.fnFortiGateMib.fgApplications.fgWebfilter.fgWebfilterTables.fgWebfilterStatsTable
  1638. --
  1639.  
  1640. fgWebfilterStatsTable OBJECT-TYPE
  1641. SYNTAX SEQUENCE OF FgWebfilterStatsEntry
  1642. MAX-ACCESS not-accessible
  1643. STATUS current
  1644. DESCRIPTION
  1645. "A table of Web-filter statistics per virtual domain"
  1646. ::= { fgWebfilterTables 1 }
  1647.  
  1648. fgWebfilterStatsEntry OBJECT-TYPE
  1649. SYNTAX FgWebfilterStatsEntry
  1650. MAX-ACCESS not-accessible
  1651. STATUS current
  1652. DESCRIPTION
  1653. "Web-filter statistics for a particular virtual domain"
  1654. AUGMENTS { fgVdEntry }
  1655. ::= { fgWebfilterStatsTable 1 }
  1656.  
  1657. FgWebfilterStatsEntry ::= SEQUENCE {
  1658. fgWfHTTPBlocked Counter32,
  1659. fgWfHTTPSBlocked Counter32,
  1660. fgWfHTTPURLBlocked Counter32,
  1661. fgWfHTTPSURLBlocked Counter32,
  1662. fgWfActiveXBlocked Counter32,
  1663. fgWfCookieBlocked Counter32,
  1664. fgWfAppletBlocked Counter32
  1665. }
  1666.  
  1667. fgWfHTTPBlocked OBJECT-TYPE
  1668. SYNTAX Counter32
  1669. MAX-ACCESS read-only
  1670. STATUS current
  1671. DESCRIPTION
  1672. "Number of HTTP sessions blocked by Web-filter since start-up"
  1673. ::= { fgWebfilterStatsEntry 1 }
  1674.  
  1675. fgWfHTTPSBlocked OBJECT-TYPE
  1676. SYNTAX Counter32
  1677. MAX-ACCESS read-only
  1678. STATUS current
  1679. DESCRIPTION
  1680. "Number of HTTPS sessions blocked by Web-filter since start-up"
  1681. ::= { fgWebfilterStatsEntry 2 }
  1682.  
  1683. fgWfHTTPURLBlocked OBJECT-TYPE
  1684. SYNTAX Counter32
  1685. MAX-ACCESS read-only
  1686. STATUS current
  1687. DESCRIPTION
  1688. "Number of HTTP URLs blocked by Web-filter since start-up"
  1689. ::= { fgWebfilterStatsEntry 3 }
  1690.  
  1691. fgWfHTTPSURLBlocked OBJECT-TYPE
  1692. SYNTAX Counter32
  1693. MAX-ACCESS read-only
  1694. STATUS current
  1695. DESCRIPTION
  1696. "Number of HTTPS URLs blocked by Web-filter since start-up"
  1697. ::= { fgWebfilterStatsEntry 4 }
  1698.  
  1699. fgWfActiveXBlocked OBJECT-TYPE
  1700. SYNTAX Counter32
  1701. MAX-ACCESS read-only
  1702. STATUS current
  1703. DESCRIPTION
  1704. "Number of ActiveX downloads blocked by Web-filter since start-up"
  1705. ::= { fgWebfilterStatsEntry 5 }
  1706.  
  1707. fgWfCookieBlocked OBJECT-TYPE
  1708. SYNTAX Counter32
  1709. MAX-ACCESS read-only
  1710. STATUS current
  1711. DESCRIPTION
  1712. "Number of HTTP Cookies blocked by Web-filter since start-up"
  1713. ::= { fgWebfilterStatsEntry 6 }
  1714.  
  1715. fgWfAppletBlocked OBJECT-TYPE
  1716. SYNTAX Counter32
  1717. MAX-ACCESS read-only
  1718. STATUS current
  1719. DESCRIPTION
  1720. "Number of Applets blocked by Web-filter since start-up"
  1721. ::= { fgWebfilterStatsEntry 7 }
  1722.  
  1723. --
  1724. -- fortinet.fnFortiGateMib.fgApplications.fgWebfilter.fgWebfilterTables.fgFortiGuardStatsTable
  1725. --
  1726.  
  1727. fgFortiGuardStatsTable OBJECT-TYPE
  1728. SYNTAX SEQUENCE OF FgFortiGuardStatsEntry
  1729. MAX-ACCESS not-accessible
  1730. STATUS current
  1731. DESCRIPTION
  1732. "A table of FortiGuard statistics per virtual domain"
  1733. ::= { fgWebfilterTables 2 }
  1734.  
  1735. fgFortiGuardStatsEntry OBJECT-TYPE
  1736. SYNTAX FgFortiGuardStatsEntry
  1737. MAX-ACCESS not-accessible
  1738. STATUS current
  1739. DESCRIPTION
  1740. "FortiGuard statistics for a particular virtual domain"
  1741. AUGMENTS { fgVdEntry }
  1742. ::= { fgFortiGuardStatsTable 1 }
  1743.  
  1744. FgFortiGuardStatsEntry ::= SEQUENCE {
  1745. fgFgWfHTTPExamined Counter32,
  1746. fgFgWfHTTPSExamined Counter32,
  1747. fgFgWfHTTPAllowed Counter32,
  1748. fgFgWfHTTPSAllowed Counter32,
  1749. fgFgWfHTTPBlocked Counter32,
  1750. fgFgWfHTTPSBlocked Counter32,
  1751. fgFgWfHTTPLogged Counter32,
  1752. fgFgWfHTTPSLogged Counter32,
  1753. fgFgWfHTTPOverridden Counter32,
  1754. fgFgWfHTTPSOverridden Counter32
  1755. }
  1756.  
  1757. fgFgWfHTTPExamined OBJECT-TYPE
  1758. SYNTAX Counter32
  1759. MAX-ACCESS read-only
  1760. STATUS current
  1761. DESCRIPTION
  1762. "Number of HTTP requests examined using FortiGuard since start-up"
  1763. ::= { fgFortiGuardStatsEntry 1 }
  1764.  
  1765. fgFgWfHTTPSExamined OBJECT-TYPE
  1766. SYNTAX Counter32
  1767. MAX-ACCESS read-only
  1768. STATUS current
  1769. DESCRIPTION
  1770. "Number of HTTPS requests examined using FortiGuard since start-up"
  1771. ::= { fgFortiGuardStatsEntry 2 }
  1772.  
  1773. fgFgWfHTTPAllowed OBJECT-TYPE
  1774. SYNTAX Counter32
  1775. MAX-ACCESS read-only
  1776. STATUS current
  1777. DESCRIPTION
  1778. "Number of HTTP requests allowed to proceed using FortiGuard since start-up"
  1779. ::= { fgFortiGuardStatsEntry 3 }
  1780.  
  1781. fgFgWfHTTPSAllowed OBJECT-TYPE
  1782. SYNTAX Counter32
  1783. MAX-ACCESS read-only
  1784. STATUS current
  1785. DESCRIPTION
  1786. "Number of HTTPS requests allowed to proceed using FortiGuard since start-up"
  1787. ::= { fgFortiGuardStatsEntry 4 }
  1788.  
  1789. fgFgWfHTTPBlocked OBJECT-TYPE
  1790. SYNTAX Counter32
  1791. MAX-ACCESS read-only
  1792. STATUS current
  1793. DESCRIPTION
  1794. "Number of HTTP requests blocked using FortiGuard since start-up"
  1795. ::= { fgFortiGuardStatsEntry 5 }
  1796.  
  1797. fgFgWfHTTPSBlocked OBJECT-TYPE
  1798. SYNTAX Counter32
  1799. MAX-ACCESS read-only
  1800. STATUS current
  1801. DESCRIPTION
  1802. "Number of HTTPS requests blocked using FortiGuard since start-up"
  1803. ::= { fgFortiGuardStatsEntry 6 }
  1804.  
  1805. fgFgWfHTTPLogged OBJECT-TYPE
  1806. SYNTAX Counter32
  1807. MAX-ACCESS read-only
  1808. STATUS current
  1809. DESCRIPTION
  1810. "Number of HTTP requests logged using FortiGuard since start-up"
  1811. ::= { fgFortiGuardStatsEntry 7 }
  1812.  
  1813. fgFgWfHTTPSLogged OBJECT-TYPE
  1814. SYNTAX Counter32
  1815. MAX-ACCESS read-only
  1816. STATUS current
  1817. DESCRIPTION
  1818. "Number of HTTPS requests logged using FortiGuard since start-up"
  1819. ::= { fgFortiGuardStatsEntry 8 }
  1820.  
  1821. fgFgWfHTTPOverridden OBJECT-TYPE
  1822. SYNTAX Counter32
  1823. MAX-ACCESS read-only
  1824. STATUS current
  1825. DESCRIPTION
  1826. "Number of HTTP requests overridden using FortiGuard since start-up"
  1827. ::= { fgFortiGuardStatsEntry 9 }
  1828.  
  1829. fgFgWfHTTPSOverridden OBJECT-TYPE
  1830. SYNTAX Counter32
  1831. MAX-ACCESS read-only
  1832. STATUS current
  1833. DESCRIPTION
  1834. "Number of HTTPS requests overridden using FortiGuard since start-up"
  1835. ::= { fgFortiGuardStatsEntry 10 }
  1836.  
  1837. --
  1838. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyHTTP
  1839. --
  1840.  
  1841. fgAppProxyHTTP OBJECT IDENTIFIER
  1842. ::= { fgApplications 100 }
  1843.  
  1844. fgApHTTPUpTime OBJECT-TYPE
  1845. SYNTAX Counter32
  1846. MAX-ACCESS read-only
  1847. STATUS deprecated
  1848. DESCRIPTION
  1849. "HTTP proxy up-time (in seconds)"
  1850. ::= { fgAppProxyHTTP 1 }
  1851.  
  1852. fgApHTTPMemUsage OBJECT-TYPE
  1853. SYNTAX Gauge32 (0..100)
  1854. MAX-ACCESS read-only
  1855. STATUS deprecated
  1856. DESCRIPTION
  1857. "HTTP proxy memory usage (percentage of system total)"
  1858. ::= { fgAppProxyHTTP 2 }
  1859.  
  1860. fgApHTTPConnections OBJECT-TYPE
  1861. SYNTAX Unsigned32
  1862. MAX-ACCESS read-only
  1863. STATUS current
  1864. DESCRIPTION "HTTP proxy current connections"
  1865. ::= { fgAppProxyHTTP 4 }
  1866.  
  1867. fgApHTTPMaxConnections OBJECT-TYPE
  1868. SYNTAX Unsigned32
  1869. MAX-ACCESS read-only
  1870. STATUS current
  1871. DESCRIPTION "Maximum number of connections supported by HTTP proxy"
  1872. ::= { fgAppProxyHTTP 5 }
  1873.  
  1874. fgApHTTPStatsTable OBJECT-TYPE
  1875. SYNTAX SEQUENCE OF FgApHTTPStatsEntry
  1876. MAX-ACCESS not-accessible
  1877. STATUS current
  1878. DESCRIPTION
  1879. "A table of HTTP Proxy statistics per virtual domain"
  1880. ::= { fgAppProxyHTTP 3 }
  1881.  
  1882. fgApHTTPStatsEntry OBJECT-TYPE
  1883. SYNTAX FgApHTTPStatsEntry
  1884. MAX-ACCESS not-accessible
  1885. STATUS current
  1886. DESCRIPTION
  1887. "HTTP Proxy statistics for a particular virtual domain"
  1888. AUGMENTS { fgVdEntry }
  1889. ::= { fgApHTTPStatsTable 1 }
  1890.  
  1891. FgApHTTPStatsEntry ::= SEQUENCE {
  1892. fgApHTTPReqProcessed Counter32
  1893. }
  1894.  
  1895. fgApHTTPReqProcessed OBJECT-TYPE
  1896. SYNTAX Counter32
  1897. MAX-ACCESS read-only
  1898. STATUS current
  1899. DESCRIPTION
  1900. "Number of HTTP requests in this virtual domain processed by the HTTP proxy since start-up"
  1901. ::= { fgApHTTPStatsEntry 1 }
  1902.  
  1903. --
  1904. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxySMTP
  1905. --
  1906.  
  1907. fgAppProxySMTP OBJECT IDENTIFIER
  1908. ::= { fgApplications 101 }
  1909.  
  1910. fgApSMTPUpTime OBJECT-TYPE
  1911. SYNTAX Counter32
  1912. MAX-ACCESS read-only
  1913. STATUS deprecated
  1914. DESCRIPTION
  1915. "SMTP Proxy up-time, in seconds"
  1916. ::= { fgAppProxySMTP 1 }
  1917.  
  1918. fgApSMTPMemUsage OBJECT-TYPE
  1919. SYNTAX Gauge32 (0..100)
  1920. MAX-ACCESS read-only
  1921. STATUS deprecated
  1922. DESCRIPTION
  1923. "SMTP Proxy memory utilization (percentage of system total)"
  1924. ::= { fgAppProxySMTP 2 }
  1925.  
  1926. fgApSMTPConnections OBJECT-TYPE
  1927. SYNTAX Unsigned32
  1928. MAX-ACCESS read-only
  1929. STATUS current
  1930. DESCRIPTION "SMTP proxy current connections"
  1931. ::= { fgAppProxySMTP 4 }
  1932.  
  1933. fgApSMTPMaxConnections OBJECT-TYPE
  1934. SYNTAX Unsigned32
  1935. MAX-ACCESS read-only
  1936. STATUS current
  1937. DESCRIPTION "Maximum number of connections supported by SMTP proxy"
  1938. ::= { fgAppProxySMTP 5 }
  1939.  
  1940. fgApSMTPStatsTable OBJECT-TYPE
  1941. SYNTAX SEQUENCE OF FgApSMTPStatsEntry
  1942. MAX-ACCESS not-accessible
  1943. STATUS current
  1944. DESCRIPTION
  1945. "A table of SMTP proxy statistics per virtual domain"
  1946. ::= { fgAppProxySMTP 3 }
  1947.  
  1948. fgApSMTPStatsEntry OBJECT-TYPE
  1949. SYNTAX FgApSMTPStatsEntry
  1950. MAX-ACCESS not-accessible
  1951. STATUS current
  1952. DESCRIPTION
  1953. "SMTP Proxy statistics for a particular virtual domain"
  1954. AUGMENTS { fgVdEntry }
  1955. ::= { fgApSMTPStatsTable 1 }
  1956.  
  1957. FgApSMTPStatsEntry ::= SEQUENCE {
  1958. fgApSMTPReqProcessed Counter32,
  1959. fgApSMTPSpamDetected Counter32
  1960. }
  1961.  
  1962. fgApSMTPReqProcessed OBJECT-TYPE
  1963. SYNTAX Counter32
  1964. MAX-ACCESS read-only
  1965. STATUS current
  1966. DESCRIPTION
  1967. "Number of requests in this virtual domain processed by the SMTP proxy since start-up"
  1968. ::= { fgApSMTPStatsEntry 1 }
  1969.  
  1970. fgApSMTPSpamDetected OBJECT-TYPE
  1971. SYNTAX Counter32
  1972. MAX-ACCESS read-only
  1973. STATUS current
  1974. DESCRIPTION
  1975. "Number of spam detected in this virtual domain by the SMTP proxy since start-up"
  1976. ::= { fgApSMTPStatsEntry 2 }
  1977.  
  1978. --
  1979. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyPOP3
  1980. --
  1981.  
  1982. fgAppProxyPOP3 OBJECT IDENTIFIER
  1983. ::= { fgApplications 102 }
  1984.  
  1985. fgApPOP3UpTime OBJECT-TYPE
  1986. SYNTAX Counter32
  1987. MAX-ACCESS read-only
  1988. STATUS deprecated
  1989. DESCRIPTION
  1990. "Up-time of the POP3 proxy, in seconds"
  1991. ::= { fgAppProxyPOP3 1 }
  1992.  
  1993. fgApPOP3MemUsage OBJECT-TYPE
  1994. SYNTAX Gauge32 (0..100)
  1995. MAX-ACCESS read-only
  1996. STATUS deprecated
  1997. DESCRIPTION
  1998. "Memory usage of the POP3 Proxy (percentage of system total)"
  1999. ::= { fgAppProxyPOP3 2 }
  2000.  
  2001. fgApPOP3Connections OBJECT-TYPE
  2002. SYNTAX Unsigned32
  2003. MAX-ACCESS read-only
  2004. STATUS current
  2005. DESCRIPTION "POP3 proxy current connections"
  2006. ::= { fgAppProxyPOP3 4 }
  2007.  
  2008. fgApPOP3MaxConnections OBJECT-TYPE
  2009. SYNTAX Unsigned32
  2010. MAX-ACCESS read-only
  2011. STATUS current
  2012. DESCRIPTION "Maximum number of connections supported by POP3 proxy"
  2013. ::= { fgAppProxyPOP3 5 }
  2014.  
  2015. fgApPOP3StatsTable OBJECT-TYPE
  2016. SYNTAX SEQUENCE OF FgApPOP3StatsEntry
  2017. MAX-ACCESS not-accessible
  2018. STATUS current
  2019. DESCRIPTION
  2020. "A table of POP3 proxy statistics per virtual domain"
  2021. ::= { fgAppProxyPOP3 3 }
  2022.  
  2023. fgApPOP3StatsEntry OBJECT-TYPE
  2024. SYNTAX FgApPOP3StatsEntry
  2025. MAX-ACCESS not-accessible
  2026. STATUS current
  2027. DESCRIPTION
  2028. "Proxy pop3 statistics for a particular virtual domain"
  2029. AUGMENTS { fgVdEntry }
  2030. ::= { fgApPOP3StatsTable 1 }
  2031.  
  2032. FgApPOP3StatsEntry ::= SEQUENCE {
  2033. fgApPOP3ReqProcessed Counter32,
  2034. fgApPOP3SpamDetected Counter32
  2035. }
  2036.  
  2037. fgApPOP3ReqProcessed OBJECT-TYPE
  2038. SYNTAX Counter32
  2039. MAX-ACCESS read-only
  2040. STATUS current
  2041. DESCRIPTION
  2042. "Number of requests in this virtual domain processed by the POP3 proxy since start-up"
  2043. ::= { fgApPOP3StatsEntry 1 }
  2044.  
  2045. fgApPOP3SpamDetected OBJECT-TYPE
  2046. SYNTAX Counter32
  2047. MAX-ACCESS read-only
  2048. STATUS current
  2049. DESCRIPTION
  2050. "Number of spam detected in this virtual domain by the POP3 Proxy since start-up"
  2051. ::= { fgApPOP3StatsEntry 2 }
  2052.  
  2053. --
  2054. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyIMAP
  2055. --
  2056.  
  2057. fgAppProxyIMAP OBJECT IDENTIFIER
  2058. ::= { fgApplications 103 }
  2059.  
  2060. fgApIMAPUpTime OBJECT-TYPE
  2061. SYNTAX Counter32
  2062. MAX-ACCESS read-only
  2063. STATUS deprecated
  2064. DESCRIPTION
  2065. "Up-time of the IMAP proxy, in seconds"
  2066. ::= { fgAppProxyIMAP 1 }
  2067.  
  2068. fgApIMAPMemUsage OBJECT-TYPE
  2069. SYNTAX Gauge32 (0..100)
  2070. MAX-ACCESS read-only
  2071. STATUS deprecated
  2072. DESCRIPTION
  2073. "Memory utilization of the IMAP Proxy (as a percentage of the system total)"
  2074. ::= { fgAppProxyIMAP 2 }
  2075.  
  2076. fgApIMAPConnections OBJECT-TYPE
  2077. SYNTAX Unsigned32
  2078. MAX-ACCESS read-only
  2079. STATUS current
  2080. DESCRIPTION "IMAP proxy current connections"
  2081. ::= { fgAppProxyIMAP 4 }
  2082.  
  2083. fgApIMAPMaxConnections OBJECT-TYPE
  2084. SYNTAX Unsigned32
  2085. MAX-ACCESS read-only
  2086. STATUS current
  2087. DESCRIPTION "Maximum number of connections supported by IMAP proxy"
  2088. ::= { fgAppProxyIMAP 5 }
  2089.  
  2090. fgApIMAPStatsTable OBJECT-TYPE
  2091. SYNTAX SEQUENCE OF FgApIMAPStatsEntry
  2092. MAX-ACCESS not-accessible
  2093. STATUS current
  2094. DESCRIPTION
  2095. "A table of IMAP proxy statistics per virtual domain"
  2096. ::= { fgAppProxyIMAP 3 }
  2097.  
  2098. fgApIMAPStatsEntry OBJECT-TYPE
  2099. SYNTAX FgApIMAPStatsEntry
  2100. MAX-ACCESS not-accessible
  2101. STATUS current
  2102. DESCRIPTION
  2103. "IMAP Proxy statistics for a particular virtual domain"
  2104. AUGMENTS { fgVdEntry }
  2105. ::= { fgApIMAPStatsTable 1 }
  2106.  
  2107. FgApIMAPStatsEntry ::= SEQUENCE {
  2108. fgApIMAPReqProcessed Counter32,
  2109. fgApIMAPSpamDetected Counter32
  2110. }
  2111.  
  2112. fgApIMAPReqProcessed OBJECT-TYPE
  2113. SYNTAX Counter32
  2114. MAX-ACCESS read-only
  2115. STATUS current
  2116. DESCRIPTION
  2117. "Number of requests in this virtual domain processed by the IMAP proxy since start-up"
  2118. ::= { fgApIMAPStatsEntry 1 }
  2119.  
  2120. fgApIMAPSpamDetected OBJECT-TYPE
  2121. SYNTAX Counter32
  2122. MAX-ACCESS read-only
  2123. STATUS current
  2124. DESCRIPTION
  2125. "Number of spam detected in this virtual domain by the IMAP proxy since start-up"
  2126. ::= { fgApIMAPStatsEntry 2 }
  2127.  
  2128. --
  2129. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyNNTP
  2130. --
  2131.  
  2132. fgAppProxyNNTP OBJECT IDENTIFIER
  2133. ::= { fgApplications 104 }
  2134.  
  2135. fgApNNTPUpTime OBJECT-TYPE
  2136. SYNTAX Counter32
  2137. MAX-ACCESS read-only
  2138. STATUS deprecated
  2139. DESCRIPTION
  2140. "Up-time of the NNTP proxy, in seconds"
  2141. ::= { fgAppProxyNNTP 1 }
  2142.  
  2143. fgApNNTPMemUsage OBJECT-TYPE
  2144. SYNTAX Gauge32 (0..100)
  2145. MAX-ACCESS read-only
  2146. STATUS deprecated
  2147. DESCRIPTION
  2148. "Memory utilization of the NNTP proxy, as a percentage of the system total"
  2149. ::= { fgAppProxyNNTP 2 }
  2150.  
  2151. fgApNNTPConnections OBJECT-TYPE
  2152. SYNTAX Unsigned32
  2153. MAX-ACCESS read-only
  2154. STATUS current
  2155. DESCRIPTION "NNTP proxy current connections"
  2156. ::= { fgAppProxyNNTP 4 }
  2157.  
  2158. fgApNNTPMaxConnections OBJECT-TYPE
  2159. SYNTAX Unsigned32
  2160. MAX-ACCESS read-only
  2161. STATUS current
  2162. DESCRIPTION "Maximum number of connections supported by NNTP proxy"
  2163. ::= { fgAppProxyNNTP 5 }
  2164.  
  2165. fgApNNTPStatsTable OBJECT-TYPE
  2166. SYNTAX SEQUENCE OF FgApNNTPStatsEntry
  2167. MAX-ACCESS not-accessible
  2168. STATUS current
  2169. DESCRIPTION
  2170. "A table of NNTP proxy statistics per virtual domain"
  2171. ::= { fgAppProxyNNTP 3 }
  2172.  
  2173. fgApNNTPStatsEntry OBJECT-TYPE
  2174. SYNTAX FgApNNTPStatsEntry
  2175. MAX-ACCESS not-accessible
  2176. STATUS current
  2177. DESCRIPTION
  2178. "NNTP Proxy statistics for a particular virtual domain"
  2179. AUGMENTS { fgVdEntry }
  2180. ::= { fgApNNTPStatsTable 1 }
  2181.  
  2182. FgApNNTPStatsEntry ::= SEQUENCE {
  2183. fgApNNTPReqProcessed Counter32
  2184. }
  2185.  
  2186. fgApNNTPReqProcessed OBJECT-TYPE
  2187. SYNTAX Counter32
  2188. MAX-ACCESS read-only
  2189. STATUS current
  2190. DESCRIPTION
  2191. "Number of requests in the virtual domain processed by the NNTP proxy since start-up"
  2192. ::= { fgApNNTPStatsEntry 1 }
  2193.  
  2194. --
  2195. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyIM
  2196. --
  2197.  
  2198. fgAppProxyIM OBJECT IDENTIFIER
  2199. ::= { fgApplications 105 }
  2200.  
  2201. fgApIMUpTime OBJECT-TYPE
  2202. SYNTAX Counter32
  2203. MAX-ACCESS read-only
  2204. STATUS current
  2205. DESCRIPTION
  2206. "Up-time of the IM proxy, in seconds"
  2207. ::= { fgAppProxyIM 1 }
  2208.  
  2209. fgApIMMemUsage OBJECT-TYPE
  2210. SYNTAX Gauge32 (0..100)
  2211. MAX-ACCESS read-only
  2212. STATUS current
  2213. DESCRIPTION
  2214. "IM Proxy memory usage, as a percentage of the system total"
  2215. ::= { fgAppProxyIM 2 }
  2216.  
  2217. fgApIMStatsTable OBJECT-TYPE
  2218. SYNTAX SEQUENCE OF FgApIMStatsEntry
  2219. MAX-ACCESS not-accessible
  2220. STATUS current
  2221. DESCRIPTION
  2222. "A table of IM proxy statistics per virtual domain"
  2223. ::= { fgAppProxyIM 3 }
  2224.  
  2225. fgApIMStatsEntry OBJECT-TYPE
  2226. SYNTAX FgApIMStatsEntry
  2227. MAX-ACCESS not-accessible
  2228. STATUS current
  2229. DESCRIPTION
  2230. "IM Proxy statistics for a particular virtual domain"
  2231. AUGMENTS { fgVdEntry }
  2232. ::= { fgApIMStatsTable 1 }
  2233.  
  2234. FgApIMStatsEntry ::= SEQUENCE {
  2235. fgApIMReqProcessed Counter32
  2236. }
  2237.  
  2238. fgApIMReqProcessed OBJECT-TYPE
  2239. SYNTAX Counter32
  2240. MAX-ACCESS read-only
  2241. STATUS current
  2242. DESCRIPTION
  2243. "Number of requests in this virtual domain processed by the IM proxy since start-up"
  2244. ::= { fgApIMStatsEntry 1 }
  2245.  
  2246. --
  2247. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxySIP
  2248. --
  2249.  
  2250. fgAppProxySIP OBJECT IDENTIFIER
  2251. ::= { fgApplications 106 }
  2252.  
  2253. fgApSIPUpTime OBJECT-TYPE
  2254. SYNTAX Counter32
  2255. MAX-ACCESS read-only
  2256. STATUS current
  2257. DESCRIPTION
  2258. "Up-time of the SIP Proxy, in seconds"
  2259. ::= { fgAppProxySIP 1 }
  2260.  
  2261. fgApSIPMemUsage OBJECT-TYPE
  2262. SYNTAX Gauge32 (0..100)
  2263. MAX-ACCESS read-only
  2264. STATUS current
  2265. DESCRIPTION
  2266. "SIP Proxy memory utilization, as a percentage of the system total"
  2267. ::= { fgAppProxySIP 2 }
  2268.  
  2269. fgApSIPStatsTable OBJECT-TYPE
  2270. SYNTAX SEQUENCE OF FgApSIPStatsEntry
  2271. MAX-ACCESS not-accessible
  2272. STATUS current
  2273. DESCRIPTION
  2274. "A table of SIP proxy statistics per virtual domain"
  2275. ::= { fgAppProxySIP 3 }
  2276.  
  2277. fgApSIPStatsEntry OBJECT-TYPE
  2278. SYNTAX FgApSIPStatsEntry
  2279. MAX-ACCESS not-accessible
  2280. STATUS current
  2281. DESCRIPTION
  2282. "SIP Proxy statistics for a particular virtual domain"
  2283. AUGMENTS { fgVdEntry }
  2284. ::= { fgApSIPStatsTable 1 }
  2285.  
  2286. FgApSIPStatsEntry ::= SEQUENCE {
  2287. fgApSIPClientReg Counter32,
  2288. fgApSIPCallHandling Counter32,
  2289. fgApSIPServices Counter32,
  2290. fgApSIPOtherReq Counter32
  2291. }
  2292.  
  2293. fgApSIPClientReg OBJECT-TYPE
  2294. SYNTAX Counter32
  2295. MAX-ACCESS read-only
  2296. STATUS current
  2297. DESCRIPTION
  2298. "Number of client registration requests (Register and Options) in this virtual domain
  2299. processed by the SIP proxy since start-up"
  2300. ::= { fgApSIPStatsEntry 1 }
  2301.  
  2302. fgApSIPCallHandling OBJECT-TYPE
  2303. SYNTAX Counter32
  2304. MAX-ACCESS read-only
  2305. STATUS current
  2306. DESCRIPTION
  2307. "Number of call handling requests (Invite, Ack, Bye, Cancel and Refer) in this virtual domain
  2308. processed by the SIP proxy since start-up"
  2309. ::= { fgApSIPStatsEntry 2 }
  2310.  
  2311. fgApSIPServices OBJECT-TYPE
  2312. SYNTAX Counter32
  2313. MAX-ACCESS read-only
  2314. STATUS current
  2315. DESCRIPTION
  2316. "Number of service requests (Subscribe, notify and Message) in this virtual domain
  2317. processed by the SIP proxy since start-up"
  2318. ::= { fgApSIPStatsEntry 3 }
  2319.  
  2320. fgApSIPOtherReq OBJECT-TYPE
  2321. SYNTAX Counter32
  2322. MAX-ACCESS read-only
  2323. STATUS current
  2324. DESCRIPTION
  2325. "Number of other sip requests in this virtual domain processed by the SIP proxy since start-up"
  2326. ::= { fgApSIPStatsEntry 4 }
  2327.  
  2328. --
  2329. -- fortinet.fnFortiGateMib.fgApplications.fgAppScanUnit
  2330. --
  2331.  
  2332. fgAppScanUnit OBJECT IDENTIFIER
  2333. ::= { fgApplications 107 }
  2334.  
  2335. fgAppSuNumber OBJECT-TYPE
  2336. SYNTAX Counter32
  2337. MAX-ACCESS read-only
  2338. STATUS current
  2339. DESCRIPTION
  2340. "The number of scan units in the fgAppSuStatsTable"
  2341. ::= { fgAppScanUnit 1 }
  2342.  
  2343. fgAppSuStatsTable OBJECT-TYPE
  2344. SYNTAX SEQUENCE OF FgAppSuStatsEntry
  2345. MAX-ACCESS not-accessible
  2346. STATUS current
  2347. DESCRIPTION
  2348. "A table of scan unit statistics"
  2349. ::= { fgAppScanUnit 2 }
  2350.  
  2351. fgAppSuStatsEntry OBJECT-TYPE
  2352. SYNTAX FgAppSuStatsEntry
  2353. MAX-ACCESS not-accessible
  2354. STATUS current
  2355. DESCRIPTION
  2356. "Statistics entry for a particular scan unit"
  2357. INDEX { fgAppSuIndex }
  2358. ::= { fgAppSuStatsTable 1 }
  2359.  
  2360. FgAppSuStatsEntry ::= SEQUENCE {
  2361. fgAppSuIndex FnIndex,
  2362. fgAppSuFileScanned Counter32
  2363. }
  2364.  
  2365. fgAppSuIndex OBJECT-TYPE
  2366. SYNTAX FnIndex
  2367. MAX-ACCESS not-accessible
  2368. STATUS current
  2369. DESCRIPTION
  2370. "Index that uniquely identifies a scan unit in the fgAppSuStatsTable"
  2371. ::= { fgAppSuStatsEntry 1 }
  2372.  
  2373. fgAppSuFileScanned OBJECT-TYPE
  2374. SYNTAX Counter32
  2375. MAX-ACCESS read-only
  2376. STATUS current
  2377. DESCRIPTION
  2378. "Number of files scanned by this scan unit"
  2379. ::= { fgAppSuStatsEntry 2 }
  2380.  
  2381. --
  2382. -- fortinet.fnFortiGateMib.fgApplications.fgAppVoIP
  2383. --
  2384.  
  2385. fgAppVoIP OBJECT IDENTIFIER
  2386. ::= { fgApplications 108 }
  2387.  
  2388. fgAppVoIPStatsTable OBJECT-TYPE
  2389. SYNTAX SEQUENCE OF FgAppVoIPStatsEntry
  2390. MAX-ACCESS not-accessible
  2391. STATUS current
  2392. DESCRIPTION
  2393. "A table of VoIP related statistics per virtual domain"
  2394. ::= { fgAppVoIP 1 }
  2395.  
  2396. fgAppVoIPStatsEntry OBJECT-TYPE
  2397. SYNTAX FgAppVoIPStatsEntry
  2398. MAX-ACCESS not-accessible
  2399. STATUS current
  2400. DESCRIPTION
  2401. "VoIP statistics for a particular virtual domain"
  2402. AUGMENTS { fgVdEntry }
  2403. ::= { fgAppVoIPStatsTable 1 }
  2404.  
  2405. FgAppVoIPStatsEntry ::= SEQUENCE {
  2406. fgAppVoIPConn Counter32,
  2407. fgAppVoIPCallBlocked Counter32
  2408. }
  2409.  
  2410. fgAppVoIPConn OBJECT-TYPE
  2411. SYNTAX Counter32
  2412. MAX-ACCESS read-only
  2413. STATUS current
  2414. DESCRIPTION
  2415. "The current number of VoIP connections on the virtual domain"
  2416. ::= { fgAppVoIPStatsEntry 1 }
  2417.  
  2418. fgAppVoIPCallBlocked OBJECT-TYPE
  2419. SYNTAX Counter32
  2420. MAX-ACCESS read-only
  2421. STATUS current
  2422. DESCRIPTION
  2423. "Number of VoIP calls blocked (SIP Invites blocked and
  2424. SCCP calls blocked) in this virtual domain"
  2425. ::= { fgAppVoIPStatsEntry 2 }
  2426.  
  2427. --
  2428. -- fortinet.fnFortiGateMib.fgApplications.fgAppP2P
  2429. --
  2430.  
  2431. fgAppP2P OBJECT IDENTIFIER
  2432. ::= { fgApplications 109 }
  2433.  
  2434. --
  2435. -- fortinet.fnFortiGateMib.fgApplications.fgAppP2P.fgAppP2PStatsTable
  2436. --
  2437.  
  2438. fgAppP2PStatsTable OBJECT-TYPE
  2439. SYNTAX SEQUENCE OF FgAppP2PStatsEntry
  2440. MAX-ACCESS not-accessible
  2441. STATUS current
  2442. DESCRIPTION
  2443. "A table of P2P protocol related statistics per virtual domain"
  2444. ::= { fgAppP2P 1 }
  2445.  
  2446. fgAppP2PStatsEntry OBJECT-TYPE
  2447. SYNTAX FgAppP2PStatsEntry
  2448. MAX-ACCESS not-accessible
  2449. STATUS current
  2450. DESCRIPTION
  2451. "P2P statistics for a particular virtual domain"
  2452. AUGMENTS { fgVdEntry }
  2453. ::= { fgAppP2PStatsTable 1 }
  2454.  
  2455. FgAppP2PStatsEntry ::= SEQUENCE {
  2456. fgAppP2PConnBlocked Counter32
  2457. }
  2458.  
  2459. fgAppP2PConnBlocked OBJECT-TYPE
  2460. SYNTAX Counter32
  2461. MAX-ACCESS read-only
  2462. STATUS current
  2463. DESCRIPTION
  2464. "Number of P2P connections blocked in this virtual domain"
  2465. ::= { fgAppP2PStatsEntry 1 }
  2466.  
  2467. --
  2468. -- fortinet.fnFortiGateMib.fgApplications.fgAppP2P.fgAppP2PProtoTable
  2469. --
  2470.  
  2471. fgAppP2PProtoTable OBJECT-TYPE
  2472. SYNTAX SEQUENCE OF FgAppP2PProtoEntry
  2473. MAX-ACCESS not-accessible
  2474. STATUS current
  2475. DESCRIPTION
  2476. "A table of peer to peer statistics per virtual domain per protocol.
  2477. This table has a dependent expansion relationship with fgVdTable."
  2478. ::= { fgAppP2P 2 }
  2479.  
  2480. fgAppP2PProtoEntry OBJECT-TYPE
  2481. SYNTAX FgAppP2PProtoEntry
  2482. MAX-ACCESS not-accessible
  2483. STATUS current
  2484. DESCRIPTION
  2485. "P2P statistics for a particular virtual domain and protocol"
  2486. INDEX { fgVdEntIndex, fgAppP2PProtEntProto }
  2487. ::= { fgAppP2PProtoTable 1 }
  2488.  
  2489. FgAppP2PProtoEntry ::= SEQUENCE {
  2490. fgAppP2PProtEntProto FgP2PProto,
  2491. fgAppP2PProtEntBytes Counter64,
  2492. fgAppP2PProtoEntLastReset TimeTicks
  2493. }
  2494.  
  2495. fgAppP2PProtEntProto OBJECT-TYPE
  2496. SYNTAX FgP2PProto
  2497. MAX-ACCESS not-accessible
  2498. STATUS current
  2499. DESCRIPTION
  2500. "P2P protocol this row of statistics is for, within the specified virtual domain"
  2501. ::= { fgAppP2PProtoEntry 1 }
  2502.  
  2503. fgAppP2PProtEntBytes OBJECT-TYPE
  2504. SYNTAX Counter64
  2505. MAX-ACCESS read-only
  2506. STATUS current
  2507. DESCRIPTION
  2508. "Number of bytes transferred through this virtual domain on this P2P protocol since last reset"
  2509. ::= { fgAppP2PProtoEntry 2 }
  2510.  
  2511. fgAppP2PProtoEntLastReset OBJECT-TYPE
  2512. SYNTAX TimeTicks
  2513. MAX-ACCESS read-only
  2514. STATUS current
  2515. DESCRIPTION
  2516. "Time elapsed since the corresponding fgAppP2PProtEntBytes was
  2517. last reset to 0."
  2518. ::= { fgAppP2PProtoEntry 3 }
  2519.  
  2520. --
  2521. -- fortinet.fnFortiGateMib.fgApplications.fgAppIM
  2522. --
  2523.  
  2524. fgAppIM OBJECT IDENTIFIER
  2525. ::= { fgApplications 110 }
  2526.  
  2527. fgAppIMStatsTable OBJECT-TYPE
  2528. SYNTAX SEQUENCE OF FgAppIMStatsEntry
  2529. MAX-ACCESS not-accessible
  2530. STATUS current
  2531. DESCRIPTION
  2532. "A table of instant messaging statistics per virtual domain"
  2533. ::= { fgAppIM 1 }
  2534.  
  2535. fgAppIMStatsEntry OBJECT-TYPE
  2536. SYNTAX FgAppIMStatsEntry
  2537. MAX-ACCESS not-accessible
  2538. STATUS current
  2539. DESCRIPTION
  2540. "IM statistics for a particular virtual domain"
  2541. AUGMENTS { fgVdEntry }
  2542. ::= { fgAppIMStatsTable 1 }
  2543.  
  2544. FgAppIMStatsEntry ::= SEQUENCE {
  2545. fgAppIMMessages Counter32,
  2546. fgAppIMFileTransfered Counter32,
  2547. fgAppIMFileTxBlocked Counter32,
  2548. fgAppIMConnBlocked Counter32
  2549. }
  2550.  
  2551. fgAppIMMessages OBJECT-TYPE
  2552. SYNTAX Counter32
  2553. MAX-ACCESS read-only
  2554. STATUS current
  2555. DESCRIPTION
  2556. "Total number of IM messages processed in this virtual domain"
  2557. ::= { fgAppIMStatsEntry 1 }
  2558.  
  2559. fgAppIMFileTransfered OBJECT-TYPE
  2560. SYNTAX Counter32
  2561. MAX-ACCESS read-only
  2562. STATUS current
  2563. DESCRIPTION
  2564. "Number of files transferred through this virtual domain"
  2565. ::= { fgAppIMStatsEntry 2 }
  2566.  
  2567. fgAppIMFileTxBlocked OBJECT-TYPE
  2568. SYNTAX Counter32
  2569. MAX-ACCESS read-only
  2570. STATUS current
  2571. DESCRIPTION
  2572. "Number of blocked file transfers in this virtual domain"
  2573. ::= { fgAppIMStatsEntry 3 }
  2574.  
  2575. fgAppIMConnBlocked OBJECT-TYPE
  2576. SYNTAX Counter32
  2577. MAX-ACCESS read-only
  2578. STATUS current
  2579. DESCRIPTION
  2580. "Number of connections blocked in this virtual domain"
  2581. ::= { fgAppIMStatsEntry 4 }
  2582.  
  2583. --
  2584. -- fortinet.fnFortiGateMib.fgApplications.fgAppProxyFTP
  2585. --
  2586.  
  2587. fgAppProxyFTP OBJECT IDENTIFIER
  2588. ::= { fgApplications 111 }
  2589.  
  2590. fgApFTPUpTime OBJECT-TYPE
  2591. SYNTAX Counter32
  2592. MAX-ACCESS read-only
  2593. STATUS deprecated
  2594. DESCRIPTION
  2595. "Up-time of the FTP proxy, in seconds"
  2596. ::= { fgAppProxyFTP 1 }
  2597.  
  2598. fgApFTPMemUsage OBJECT-TYPE
  2599. SYNTAX Gauge32 (0..100)
  2600. MAX-ACCESS read-only
  2601. STATUS deprecated
  2602. DESCRIPTION
  2603. "FTP Proxy memory utilization, as a percentage of the system total"
  2604. ::= { fgAppProxyFTP 2 }
  2605.  
  2606. fgApFTPConnections OBJECT-TYPE
  2607. SYNTAX Unsigned32
  2608. MAX-ACCESS read-only
  2609. STATUS current
  2610. DESCRIPTION "FTP proxy current connections"
  2611. ::= { fgAppProxyFTP 4 }
  2612.  
  2613. fgApFTPMaxConnections OBJECT-TYPE
  2614. SYNTAX Unsigned32
  2615. MAX-ACCESS read-only
  2616. STATUS current
  2617. DESCRIPTION "Maximum number of connections supported by FTP proxy"
  2618. ::= { fgAppProxyFTP 5 }
  2619.  
  2620. fgApFTPStatsTable OBJECT-TYPE
  2621. SYNTAX SEQUENCE OF FgApFTPStatsEntry
  2622. MAX-ACCESS not-accessible
  2623. STATUS current
  2624. DESCRIPTION
  2625. "A table of FTP proxy statistics per virtual domain"
  2626. ::= { fgAppProxyFTP 3 }
  2627.  
  2628. fgApFTPStatsEntry OBJECT-TYPE
  2629. SYNTAX FgApFTPStatsEntry
  2630. MAX-ACCESS not-accessible
  2631. STATUS current
  2632. DESCRIPTION
  2633. "FTP Proxy statistics for a particular virtual domain"
  2634. AUGMENTS { fgVdEntry }
  2635. ::= { fgApFTPStatsTable 1 }
  2636.  
  2637. FgApFTPStatsEntry ::= SEQUENCE {
  2638. fgApFTPReqProcessed Counter32
  2639. }
  2640.  
  2641. fgApFTPReqProcessed OBJECT-TYPE
  2642. SYNTAX Counter32
  2643. MAX-ACCESS read-only
  2644. STATUS current
  2645. DESCRIPTION
  2646. "Number of requests in this virtual domain processed by the FTP proxy since start-up"
  2647. ::= { fgApFTPStatsEntry 1 }
  2648.  
  2649. --
  2650. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy
  2651. --
  2652.  
  2653. fgAppExplicitProxy OBJECT IDENTIFIER
  2654. ::= { fgApplications 112 }
  2655.  
  2656. --
  2657. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy.fgExplicitProxyInfo
  2658. --
  2659.  
  2660. fgExplicitProxyInfo OBJECT IDENTIFIER
  2661. ::= { fgAppExplicitProxy 1 }
  2662.  
  2663. fgExplicitProxyUpTime OBJECT-TYPE
  2664. SYNTAX Counter32
  2665. MAX-ACCESS read-only
  2666. STATUS current
  2667. DESCRIPTION
  2668. "Explicit proxy up-time (in seconds)"
  2669. ::= { fgExplicitProxyInfo 1 }
  2670.  
  2671. fgExplicitProxyMemUsage OBJECT-TYPE
  2672. SYNTAX Gauge32 (0..100)
  2673. MAX-ACCESS read-only
  2674. STATUS current
  2675. DESCRIPTION
  2676. "Explicit proxy memory usage (percentage of system total)"
  2677. ::= { fgExplicitProxyInfo 2 }
  2678.  
  2679. fgExplicitProxyRequests OBJECT-TYPE
  2680. SYNTAX Counter64
  2681. MAX-ACCESS read-only
  2682. STATUS current
  2683. DESCRIPTION
  2684. "Explicit proxy total number of requests"
  2685. ::= { fgExplicitProxyInfo 3 }
  2686.  
  2687. --
  2688. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy.fgExplicitProxyStatsTable
  2689. --
  2690.  
  2691. fgExplicitProxyStatsTable OBJECT-TYPE
  2692. SYNTAX SEQUENCE OF FgExplicitProxyStatsEntry
  2693. MAX-ACCESS not-accessible
  2694. STATUS current
  2695. DESCRIPTION
  2696. "A table of explicit proxy statistics per virtual domain"
  2697. ::= { fgAppExplicitProxy 2 }
  2698.  
  2699. fgExplicitProxyStatsEntry OBJECT-TYPE
  2700. SYNTAX FgExplicitProxyStatsEntry
  2701. MAX-ACCESS not-accessible
  2702. STATUS current
  2703. DESCRIPTION
  2704. "Explicit proxy statistics for a particular virtual domain"
  2705. INDEX { fgVdEntIndex }
  2706. ::= { fgExplicitProxyStatsTable 1 }
  2707.  
  2708. FgExplicitProxyStatsEntry ::= SEQUENCE {
  2709. fgExplicitProxyUsers Integer32,
  2710. fgExplicitProxySessions Integer32
  2711. }
  2712.  
  2713. fgExplicitProxyUsers OBJECT-TYPE
  2714. SYNTAX Integer32
  2715. MAX-ACCESS read-only
  2716. STATUS current
  2717. DESCRIPTION
  2718. "Number of current users in this virtual domain"
  2719. ::= { fgExplicitProxyStatsEntry 1 }
  2720.  
  2721. fgExplicitProxySessions OBJECT-TYPE
  2722. SYNTAX Integer32
  2723. MAX-ACCESS read-only
  2724. STATUS current
  2725. DESCRIPTION
  2726. "Number of current sessions in this virtual domain"
  2727. ::= { fgExplicitProxyStatsEntry 2 }
  2728.  
  2729. --
  2730. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy.fgExplicitProxyScanStatsTable
  2731. --
  2732.  
  2733. fgExplicitProxyScanStatsTable OBJECT-TYPE
  2734. SYNTAX SEQUENCE OF FgExplicitProxyScanStatsEntry
  2735. MAX-ACCESS not-accessible
  2736. STATUS current
  2737. DESCRIPTION
  2738. "A table of explicit proxy scan statistics per virtual domain"
  2739. ::= { fgAppExplicitProxy 3 }
  2740.  
  2741. fgExplicitProxyScanStatsEntry OBJECT-TYPE
  2742. SYNTAX FgExplicitProxyScanStatsEntry
  2743. MAX-ACCESS not-accessible
  2744. STATUS current
  2745. DESCRIPTION
  2746. "Explicit proxy scan statistics for a particular virtual domain"
  2747. INDEX { fgVdEntIndex, fgExplicitProxyScanStatsDisp }
  2748. ::= { fgExplicitProxyScanStatsTable 1 }
  2749.  
  2750. FgExplicitProxyScanStatsEntry ::= SEQUENCE {
  2751. fgExplicitProxyScanStatsDisp FgScanAvDisposition,
  2752. fgExplicitProxyVirus Counter32,
  2753. fgExplicitProxyBannedWords Counter32,
  2754. fgExplicitProxyPolicy Counter32,
  2755. fgExplicitProxyOversized Counter32,
  2756. fgExplicitProxyArchNest Counter32,
  2757. fgExplicitProxyArchSize Counter32,
  2758. fgExplicitProxyArchEncrypted Counter32,
  2759. fgExplicitProxyArchMultiPart Counter32,
  2760. fgExplicitProxyArchUnsupported Counter32,
  2761. fgExplicitProxyArchBomb Counter32,
  2762. fgExplicitProxyArchCorrupt Counter32
  2763. }
  2764.  
  2765. fgExplicitProxyScanStatsDisp OBJECT-TYPE
  2766. SYNTAX FgScanAvDisposition
  2767. MAX-ACCESS not-accessible
  2768. STATUS current
  2769. DESCRIPTION
  2770. "Disposition of an Scan result"
  2771. ::= { fgExplicitProxyScanStatsEntry 1 }
  2772.  
  2773. fgExplicitProxyVirus OBJECT-TYPE
  2774. SYNTAX Counter32
  2775. MAX-ACCESS read-only
  2776. STATUS current
  2777. DESCRIPTION
  2778. "Number of viruses in this virtual domain"
  2779. ::= { fgExplicitProxyScanStatsEntry 2 }
  2780.  
  2781. fgExplicitProxyBannedWords OBJECT-TYPE
  2782. SYNTAX Counter32
  2783. MAX-ACCESS read-only
  2784. STATUS current
  2785. DESCRIPTION
  2786. "Number of elements containing banned words in this virtual domain"
  2787. ::= { fgExplicitProxyScanStatsEntry 3 }
  2788.  
  2789. fgExplicitProxyPolicy OBJECT-TYPE
  2790. SYNTAX Counter32
  2791. MAX-ACCESS read-only
  2792. STATUS current
  2793. DESCRIPTION
  2794. "Number of elements violating policy (e.g. filename or file type rules) in this virtual domain"
  2795. ::= { fgExplicitProxyScanStatsEntry 4 }
  2796.  
  2797. fgExplicitProxyOversized OBJECT-TYPE
  2798. SYNTAX Counter32
  2799. MAX-ACCESS read-only
  2800. STATUS current
  2801. DESCRIPTION
  2802. "Number of oversized elements in this virtual domain"
  2803. ::= { fgExplicitProxyScanStatsEntry 5 }
  2804.  
  2805. fgExplicitProxyArchNest OBJECT-TYPE
  2806. SYNTAX Counter32
  2807. MAX-ACCESS read-only
  2808. STATUS current
  2809. DESCRIPTION
  2810. "Number of too deeply nested archives in this virtual domain"
  2811. ::= { fgExplicitProxyScanStatsEntry 6 }
  2812.  
  2813. fgExplicitProxyArchSize OBJECT-TYPE
  2814. SYNTAX Counter32
  2815. MAX-ACCESS read-only
  2816. STATUS current
  2817. DESCRIPTION
  2818. "Number of archives that decompress beyond size limit in this virtual domain"
  2819. ::= { fgExplicitProxyScanStatsEntry 7 }
  2820.  
  2821. fgExplicitProxyArchEncrypted OBJECT-TYPE
  2822. SYNTAX Counter32
  2823. MAX-ACCESS read-only
  2824. STATUS current
  2825. DESCRIPTION
  2826. "Number of encrypted archives in this virtual domain"
  2827. ::= { fgExplicitProxyScanStatsEntry 8 }
  2828.  
  2829. fgExplicitProxyArchMultiPart OBJECT-TYPE
  2830. SYNTAX Counter32
  2831. MAX-ACCESS read-only
  2832. STATUS current
  2833. DESCRIPTION
  2834. "Number of multipart archives in this virtual domain"
  2835. ::= { fgExplicitProxyScanStatsEntry 9 }
  2836.  
  2837. fgExplicitProxyArchUnsupported OBJECT-TYPE
  2838. SYNTAX Counter32
  2839. MAX-ACCESS read-only
  2840. STATUS current
  2841. DESCRIPTION
  2842. "Number of archives with unsupported (but known) formats in this virtual domain"
  2843. ::= { fgExplicitProxyScanStatsEntry 10 }
  2844.  
  2845. fgExplicitProxyArchBomb OBJECT-TYPE
  2846. SYNTAX Counter32
  2847. MAX-ACCESS read-only
  2848. STATUS current
  2849. DESCRIPTION
  2850. "Number of archive bombs in this virtual domain"
  2851. ::= { fgExplicitProxyScanStatsEntry 11 }
  2852.  
  2853. fgExplicitProxyArchCorrupt OBJECT-TYPE
  2854. SYNTAX Counter32
  2855. MAX-ACCESS read-only
  2856. STATUS current
  2857. DESCRIPTION
  2858. "Number of corrupt archives in this virtual domain"
  2859. ::= { fgExplicitProxyScanStatsEntry 12 }
  2860.  
  2861. --
  2862. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy.fgExplicitProxyScriptStatsTable
  2863. --
  2864.  
  2865. fgExplicitProxyScriptStatsTable OBJECT-TYPE
  2866. SYNTAX SEQUENCE OF FgExplicitProxyScriptStatsEntry
  2867. MAX-ACCESS not-accessible
  2868. STATUS current
  2869. DESCRIPTION
  2870. "A table of explicit proxy script filtering statistics per virtual domain"
  2871. ::= { fgAppExplicitProxy 4 }
  2872.  
  2873. fgExplicitProxyScriptStatsEntry OBJECT-TYPE
  2874. SYNTAX FgExplicitProxyScriptStatsEntry
  2875. MAX-ACCESS not-accessible
  2876. STATUS current
  2877. DESCRIPTION
  2878. "Explicit proxy scan statistics for a particular virtual domain"
  2879. INDEX { fgVdEntIndex }
  2880. ::= { fgExplicitProxyScriptStatsTable 1 }
  2881.  
  2882. FgExplicitProxyScriptStatsEntry ::= SEQUENCE {
  2883. fgExplicitProxyFilteredApplets Counter32,
  2884. fgExplicitProxyFilteredActiveX Counter32,
  2885. fgExplicitProxyFilteredJScript Counter32,
  2886. fgExplicitProxyFilteredJS Counter32,
  2887. fgExplicitProxyFilteredVBS Counter32,
  2888. fgExplicitProxyFilteredOthScript Counter32
  2889. }
  2890.  
  2891. fgExplicitProxyFilteredApplets OBJECT-TYPE
  2892. SYNTAX Counter32
  2893. MAX-ACCESS read-only
  2894. STATUS current
  2895. DESCRIPTION
  2896. "Number of applets filtered from files in this virtual domain"
  2897. ::= { fgExplicitProxyScriptStatsEntry 1 }
  2898.  
  2899. fgExplicitProxyFilteredActiveX OBJECT-TYPE
  2900. SYNTAX Counter32
  2901. MAX-ACCESS read-only
  2902. STATUS current
  2903. DESCRIPTION
  2904. "Number of ActiveX scripts filtered from files in this virtual domain"
  2905. ::= { fgExplicitProxyScriptStatsEntry 2 }
  2906.  
  2907. fgExplicitProxyFilteredJScript OBJECT-TYPE
  2908. SYNTAX Counter32
  2909. MAX-ACCESS read-only
  2910. STATUS current
  2911. DESCRIPTION
  2912. "Number of JScript scripts filtered from files in this virtual domain"
  2913. ::= { fgExplicitProxyScriptStatsEntry 3 }
  2914.  
  2915. fgExplicitProxyFilteredJS OBJECT-TYPE
  2916. SYNTAX Counter32
  2917. MAX-ACCESS read-only
  2918. STATUS current
  2919. DESCRIPTION
  2920. "Number of JavaScript scripts filtered from files in this virtual domain"
  2921. ::= { fgExplicitProxyScriptStatsEntry 4 }
  2922.  
  2923. fgExplicitProxyFilteredVBS OBJECT-TYPE
  2924. SYNTAX Counter32
  2925. MAX-ACCESS read-only
  2926. STATUS current
  2927. DESCRIPTION
  2928. "Number of Visual Basic scripts filtered from files in this virtual domain"
  2929. ::= { fgExplicitProxyScriptStatsEntry 5 }
  2930.  
  2931. fgExplicitProxyFilteredOthScript OBJECT-TYPE
  2932. SYNTAX Counter32
  2933. MAX-ACCESS read-only
  2934. STATUS current
  2935. DESCRIPTION
  2936. "Number of other types of scripts filtered from files in this virtual domain"
  2937. ::= { fgExplicitProxyScriptStatsEntry 6 }
  2938.  
  2939. --
  2940. -- fortinet.fnFortiGateMib.fgApplications.fgAppExplicitProxy.fgExplicitProxyFilterStatsTable
  2941. --
  2942.  
  2943. fgExplicitProxyFilterStatsTable OBJECT-TYPE
  2944. SYNTAX SEQUENCE OF FgExplicitProxyFilterStatsEntry
  2945. MAX-ACCESS not-accessible
  2946. STATUS current
  2947. DESCRIPTION
  2948. "A table of explicit proxy policy enforcement statistics per virtual domain"
  2949. ::= { fgAppExplicitProxy 5 }
  2950.  
  2951. fgExplicitProxyFilterStatsEntry OBJECT-TYPE
  2952. SYNTAX FgExplicitProxyFilterStatsEntry
  2953. MAX-ACCESS not-accessible
  2954. STATUS current
  2955. DESCRIPTION
  2956. "Explicit proxy scan statistics for a particular virtual domain"
  2957. INDEX { fgVdEntIndex }
  2958. ::= { fgExplicitProxyFilterStatsTable 1 }
  2959.  
  2960. FgExplicitProxyFilterStatsEntry ::= SEQUENCE {
  2961. fgExplicitProxyBlockedDLP Counter32,
  2962. fgExplicitProxyBlockedConType Counter32,
  2963. fgExplicitProxyExaminedURLs Counter32,
  2964. fgExplicitProxyAllowedURLs Counter32,
  2965. fgExplicitProxyBlockedURLs Counter32,
  2966. fgExplicitProxyLoggedURLs Counter32,
  2967. fgExplicitProxyOverriddenURLs Counter32
  2968. }
  2969.  
  2970. fgExplicitProxyBlockedDLP OBJECT-TYPE
  2971. SYNTAX Counter32
  2972. MAX-ACCESS read-only
  2973. STATUS current
  2974. DESCRIPTION
  2975. "Number of elements blocked due to Data Leak Prevention in this virtual domain"
  2976. ::= { fgExplicitProxyFilterStatsEntry 1 }
  2977.  
  2978. fgExplicitProxyBlockedConType OBJECT-TYPE
  2979. SYNTAX Counter32
  2980. MAX-ACCESS read-only
  2981. STATUS current
  2982. DESCRIPTION
  2983. "Number of elements blocked due to Content-Type filtering rules in this virtual domain"
  2984. ::= { fgExplicitProxyFilterStatsEntry 2 }
  2985.  
  2986. fgExplicitProxyExaminedURLs OBJECT-TYPE
  2987. SYNTAX Counter32
  2988. MAX-ACCESS read-only
  2989. STATUS current
  2990. DESCRIPTION
  2991. "Number of URLs inspected against filtering rules in this virtual domain"
  2992. ::= { fgExplicitProxyFilterStatsEntry 3 }
  2993.  
  2994. fgExplicitProxyAllowedURLs OBJECT-TYPE
  2995. SYNTAX Counter32
  2996. MAX-ACCESS read-only
  2997. STATUS current
  2998. DESCRIPTION
  2999. "Number of URLs explicitly allowed due to filtering rules in this virtual domain"
  3000. ::= { fgExplicitProxyFilterStatsEntry 4 }
  3001.  
  3002. fgExplicitProxyBlockedURLs OBJECT-TYPE
  3003. SYNTAX Counter32
  3004. MAX-ACCESS read-only
  3005. STATUS current
  3006. DESCRIPTION
  3007. "Number of URLs explicitly blocked due to filtering rules in this virtual domain"
  3008. ::= { fgExplicitProxyFilterStatsEntry 5 }
  3009.  
  3010. fgExplicitProxyLoggedURLs OBJECT-TYPE
  3011. SYNTAX Counter32
  3012. MAX-ACCESS read-only
  3013. STATUS current
  3014. DESCRIPTION
  3015. "Number of URLs logged due to filtering rules in this virtual domain"
  3016. ::= { fgExplicitProxyFilterStatsEntry 6 }
  3017.  
  3018. fgExplicitProxyOverriddenURLs OBJECT-TYPE
  3019. SYNTAX Counter32
  3020. MAX-ACCESS read-only
  3021. STATUS current
  3022. DESCRIPTION
  3023. "Number of URLs access due to overriding filtering rules in this virtual domain"
  3024. ::= { fgExplicitProxyFilterStatsEntry 7 }
  3025.  
  3026. --
  3027. -- fortinet.fnFortiGateMib.fgApplications.fgAppWebCache
  3028. --
  3029.  
  3030. fgAppWebCache OBJECT IDENTIFIER
  3031. ::= { fgApplications 113 }
  3032.  
  3033. --
  3034. -- fortinet.fnFortiGateMib.fgApplications.fgAppWebCache.fgWebCacheInfo
  3035. --
  3036.  
  3037. fgWebCacheInfo OBJECT IDENTIFIER
  3038. ::= { fgAppWebCache 1 }
  3039.  
  3040. fgWebCacheRAMLimit OBJECT-TYPE
  3041. SYNTAX Gauge32
  3042. MAX-ACCESS read-only
  3043. STATUS current
  3044. DESCRIPTION
  3045. "RAM available for web cache in bytes"
  3046. ::= { fgWebCacheInfo 1 }
  3047.  
  3048. fgWebCacheRAMUsage OBJECT-TYPE
  3049. SYNTAX Gauge32
  3050. MAX-ACCESS read-only
  3051. STATUS current
  3052. DESCRIPTION
  3053. "RAM used by web cache in bytes"
  3054. ::= { fgWebCacheInfo 2 }
  3055.  
  3056. fgWebCacheRAMHits OBJECT-TYPE
  3057. SYNTAX Gauge32
  3058. MAX-ACCESS read-only
  3059. STATUS current
  3060. DESCRIPTION
  3061. "Number of cache hits in RAM since last reset"
  3062. ::= { fgWebCacheInfo 3 }
  3063.  
  3064. fgWebCacheRAMMisses OBJECT-TYPE
  3065. SYNTAX Gauge32
  3066. MAX-ACCESS read-only
  3067. STATUS current
  3068. DESCRIPTION
  3069. "Number of cache misses in RAM since last reset"
  3070. ::= { fgWebCacheInfo 4 }
  3071.  
  3072. fgWebCacheRequests OBJECT-TYPE
  3073. SYNTAX Gauge32
  3074. MAX-ACCESS read-only
  3075. STATUS current
  3076. DESCRIPTION
  3077. "Number of cache requests since last reset"
  3078. ::= { fgWebCacheInfo 5 }
  3079.  
  3080. fgWebCacheBypass OBJECT-TYPE
  3081. SYNTAX Gauge32
  3082. MAX-ACCESS read-only
  3083. STATUS current
  3084. DESCRIPTION
  3085. "Number of cache bypasses since last reset"
  3086. ::= { fgWebCacheInfo 6 }
  3087.  
  3088. fgWebCacheUpTime OBJECT-TYPE
  3089. SYNTAX Counter32
  3090. MAX-ACCESS read-only
  3091. STATUS current
  3092. DESCRIPTION
  3093. "Web Cache up-time (in seconds)"
  3094. ::= { fgWebCacheInfo 7 }
  3095.  
  3096. --
  3097. -- fortinet.fnFortiGateMib.fgApplications.fgAppWebCache.fgWebCacheDiskStatsTable
  3098. --
  3099.  
  3100. fgWebCacheDiskStatsTable OBJECT-TYPE
  3101. SYNTAX SEQUENCE OF FgWebCacheDiskStatsEntry
  3102. MAX-ACCESS not-accessible
  3103. STATUS current
  3104. DESCRIPTION
  3105. "A table of the Web Cache disk statistics per disk"
  3106. ::= { fgAppWebCache 2 }
  3107.  
  3108. fgWebCacheDiskStatsEntry OBJECT-TYPE
  3109. SYNTAX FgWebCacheDiskStatsEntry
  3110. MAX-ACCESS not-accessible
  3111. STATUS current
  3112. DESCRIPTION
  3113. "The Web Cache disk statistics for a particular disk"
  3114. INDEX { fgWebCacheDisk }
  3115. ::= { fgWebCacheDiskStatsTable 1 }
  3116.  
  3117. FgWebCacheDiskStatsEntry ::= SEQUENCE {
  3118. fgWebCacheDisk Unsigned32,
  3119. fgWebCacheDiskLimit CounterBasedGauge64,
  3120. fgWebCacheDiskUsage CounterBasedGauge64,
  3121. fgWebCacheDiskHits Counter32,
  3122. fgWebCacheDiskMisses Counter32
  3123. }
  3124.  
  3125. fgWebCacheDisk OBJECT-TYPE
  3126. SYNTAX Unsigned32
  3127. MAX-ACCESS not-accessible
  3128. STATUS current
  3129. DESCRIPTION
  3130. "The Web Cache Disk index"
  3131. ::= { fgWebCacheDiskStatsEntry 1 }
  3132.  
  3133. fgWebCacheDiskLimit OBJECT-TYPE
  3134. SYNTAX CounterBasedGauge64
  3135. MAX-ACCESS read-only
  3136. STATUS current
  3137. DESCRIPTION
  3138. "The about of storage (in bytes) available for the Web Cache on a particular disk"
  3139. ::= { fgWebCacheDiskStatsEntry 2 }
  3140.  
  3141. fgWebCacheDiskUsage OBJECT-TYPE
  3142. SYNTAX CounterBasedGauge64
  3143. MAX-ACCESS read-only
  3144. STATUS current
  3145. DESCRIPTION
  3146. "The about of storage (in bytes) in use by the Web Cache on a paricular disk"
  3147. ::= { fgWebCacheDiskStatsEntry 3 }
  3148.  
  3149. fgWebCacheDiskHits OBJECT-TYPE
  3150. SYNTAX Counter32
  3151. MAX-ACCESS read-only
  3152. STATUS current
  3153. DESCRIPTION
  3154. "The number of cache hits on a paricular disk"
  3155. ::= { fgWebCacheDiskStatsEntry 4 }
  3156.  
  3157. fgWebCacheDiskMisses OBJECT-TYPE
  3158. SYNTAX Counter32
  3159. MAX-ACCESS read-only
  3160. STATUS current
  3161. DESCRIPTION
  3162. "The number of cache misses on a paricular disk"
  3163. ::= { fgWebCacheDiskStatsEntry 5 }
  3164.  
  3165. --
  3166. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt
  3167. --
  3168.  
  3169. fgAppWanOpt OBJECT IDENTIFIER
  3170. ::= { fgApplications 114 }
  3171.  
  3172. --
  3173. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt.fgWanOptInfo
  3174. --
  3175.  
  3176. fgWanOptInfo OBJECT IDENTIFIER
  3177. ::= { fgAppWanOpt 1 }
  3178.  
  3179. fgMemCacheLimit OBJECT-TYPE
  3180. SYNTAX Gauge32
  3181. MAX-ACCESS read-only
  3182. STATUS current
  3183. DESCRIPTION
  3184. "RAM available for mem cache in bytes"
  3185. ::= { fgWanOptInfo 1 }
  3186.  
  3187. fgMemCacheUsage OBJECT-TYPE
  3188. SYNTAX Gauge32
  3189. MAX-ACCESS read-only
  3190. STATUS current
  3191. DESCRIPTION
  3192. "RAM used by mem cache in bytes"
  3193. ::= { fgWanOptInfo 2 }
  3194.  
  3195. fgMemCacheHits OBJECT-TYPE
  3196. SYNTAX Gauge32
  3197. MAX-ACCESS read-only
  3198. STATUS current
  3199. DESCRIPTION
  3200. "Number of hits in mem cache since last reset"
  3201. ::= { fgWanOptInfo 3 }
  3202.  
  3203. fgMemCacheMisses OBJECT-TYPE
  3204. SYNTAX Gauge32
  3205. MAX-ACCESS read-only
  3206. STATUS current
  3207. DESCRIPTION
  3208. "Number of misses in mem cache since last reset"
  3209. ::= { fgWanOptInfo 4 }
  3210.  
  3211. fgByteCacheRAMLimit OBJECT-TYPE
  3212. SYNTAX Gauge32
  3213. MAX-ACCESS read-only
  3214. STATUS current
  3215. DESCRIPTION
  3216. "RAM available for byte cache in bytes"
  3217. ::= { fgWanOptInfo 5 }
  3218.  
  3219. fgByteCacheRAMUsage OBJECT-TYPE
  3220. SYNTAX Gauge32
  3221. MAX-ACCESS read-only
  3222. STATUS current
  3223. DESCRIPTION
  3224. "RAM used by byte cache in bytes"
  3225. ::= { fgWanOptInfo 6 }
  3226.  
  3227. fgWanOptUpTime OBJECT-TYPE
  3228. SYNTAX Counter32
  3229. MAX-ACCESS read-only
  3230. STATUS current
  3231. DESCRIPTION
  3232. "Wan Optimization up-time (in seconds)"
  3233. ::= { fgWanOptInfo 7 }
  3234.  
  3235. --
  3236. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt.fgWanOptStatsTable
  3237. --
  3238.  
  3239. fgWanOptStatsTable OBJECT-TYPE
  3240. SYNTAX SEQUENCE OF FgWanOptStatsEntry
  3241. MAX-ACCESS not-accessible
  3242. STATUS current
  3243. DESCRIPTION
  3244. "A table of WAN optimization statistics per virtual domain"
  3245. ::= { fgAppWanOpt 2 }
  3246.  
  3247. fgWanOptStatsEntry OBJECT-TYPE
  3248. SYNTAX FgWanOptStatsEntry
  3249. MAX-ACCESS not-accessible
  3250. STATUS current
  3251. DESCRIPTION
  3252. "WAN optimization statistics for a particular virtual domain"
  3253. INDEX { fgVdEntIndex }
  3254. ::= { fgWanOptStatsTable 1 }
  3255.  
  3256. FgWanOptStatsEntry ::= SEQUENCE {
  3257. fgWanOptTunnels Gauge32,
  3258. fgWanOptLANBytesIn Gauge32,
  3259. fgWanOptLANBytesOut Gauge32,
  3260. fgWanOptWANBytesIn Gauge32,
  3261. fgWanOptWANBytesOut Gauge32
  3262. }
  3263.  
  3264. fgWanOptTunnels OBJECT-TYPE
  3265. SYNTAX Gauge32
  3266. MAX-ACCESS read-only
  3267. STATUS current
  3268. DESCRIPTION
  3269. "Number of current tunnels in this virtual domain"
  3270. ::= { fgWanOptStatsEntry 1 }
  3271.  
  3272. fgWanOptLANBytesIn OBJECT-TYPE
  3273. SYNTAX Gauge32
  3274. MAX-ACCESS read-only
  3275. STATUS current
  3276. DESCRIPTION
  3277. "Number of bytes received on LAN in last 5 seconds"
  3278. ::= { fgWanOptStatsEntry 2 }
  3279.  
  3280. fgWanOptLANBytesOut OBJECT-TYPE
  3281. SYNTAX Gauge32
  3282. MAX-ACCESS read-only
  3283. STATUS current
  3284. DESCRIPTION
  3285. "Number of bytes sent on LAN in last 5 seconds"
  3286. ::= { fgWanOptStatsEntry 3 }
  3287.  
  3288. fgWanOptWANBytesIn OBJECT-TYPE
  3289. SYNTAX Gauge32
  3290. MAX-ACCESS read-only
  3291. STATUS current
  3292. DESCRIPTION
  3293. "Number of bytes received on WAN in last 5 seconds"
  3294. ::= { fgWanOptStatsEntry 4 }
  3295.  
  3296. fgWanOptWANBytesOut OBJECT-TYPE
  3297. SYNTAX Gauge32
  3298. MAX-ACCESS read-only
  3299. STATUS current
  3300. DESCRIPTION
  3301. "Number of bytes sent on WAN in last 5 seconds"
  3302. ::= { fgWanOptStatsEntry 5 }
  3303.  
  3304. --
  3305. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt.fgWanOptHistoryStatsTable
  3306. --
  3307.  
  3308. fgWanOptHistoryStatsTable OBJECT-TYPE
  3309. SYNTAX SEQUENCE OF FgWanOptHistoryStatsEntry
  3310. MAX-ACCESS not-accessible
  3311. STATUS current
  3312. DESCRIPTION
  3313. "A table of the WAN optimization history per protocol"
  3314. ::= { fgAppWanOpt 3 }
  3315.  
  3316. fgWanOptHistoryStatsEntry OBJECT-TYPE
  3317. SYNTAX FgWanOptHistoryStatsEntry
  3318. MAX-ACCESS not-accessible
  3319. STATUS current
  3320. DESCRIPTION
  3321. "The WAN optimization history for a particular virtual domain, period, and protocol"
  3322. INDEX { fgVdEntIndex, fgWanOptHistPeriod, fgWanOptProtocol }
  3323. ::= { fgWanOptHistoryStatsTable 1 }
  3324.  
  3325. FgWanOptHistoryStatsEntry ::= SEQUENCE {
  3326. fgWanOptHistPeriod FgWanOptHistPeriods,
  3327. fgWanOptProtocol FgWanOptProtocols,
  3328. fgWanOptReductionRate Gauge32,
  3329. fgWanOptLanTraffic CounterBasedGauge64,
  3330. fgWanOptWanTraffic CounterBasedGauge64
  3331. }
  3332.  
  3333. fgWanOptHistPeriod OBJECT-TYPE
  3334. SYNTAX FgWanOptHistPeriods
  3335. MAX-ACCESS not-accessible
  3336. STATUS current
  3337. DESCRIPTION
  3338. "WAN optimization table entry period"
  3339. ::= { fgWanOptHistoryStatsEntry 1 }
  3340.  
  3341. fgWanOptProtocol OBJECT-TYPE
  3342. SYNTAX FgWanOptProtocols
  3343. MAX-ACCESS not-accessible
  3344. STATUS current
  3345. DESCRIPTION
  3346. "Internal WAN optimization table entry protocol"
  3347. ::= { fgWanOptHistoryStatsEntry 2 }
  3348.  
  3349. fgWanOptReductionRate OBJECT-TYPE
  3350. SYNTAX Gauge32 (0..100)
  3351. MAX-ACCESS read-only
  3352. STATUS current
  3353. DESCRIPTION
  3354. "Reduction rate achieved by WAN optimization"
  3355. ::= { fgWanOptHistoryStatsEntry 3 }
  3356.  
  3357. fgWanOptLanTraffic OBJECT-TYPE
  3358. SYNTAX CounterBasedGauge64
  3359. MAX-ACCESS read-only
  3360. STATUS current
  3361. DESCRIPTION
  3362. "Number of bytes transferred via LAN"
  3363. ::= { fgWanOptHistoryStatsEntry 4 }
  3364.  
  3365. fgWanOptWanTraffic OBJECT-TYPE
  3366. SYNTAX CounterBasedGauge64
  3367. MAX-ACCESS read-only
  3368. STATUS current
  3369. DESCRIPTION
  3370. "Number of bytes transferred via WAN"
  3371. ::= { fgWanOptHistoryStatsEntry 5 }
  3372.  
  3373. --
  3374. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt.fgWanOptTrafficStatsTable
  3375. --
  3376.  
  3377. fgWanOptTrafficStatsTable OBJECT-TYPE
  3378. SYNTAX SEQUENCE OF FgWanOptTrafficStatsEntry
  3379. MAX-ACCESS not-accessible
  3380. STATUS current
  3381. DESCRIPTION
  3382. "A table of the WAN optimization traffic for a particular virtual domain and protocol"
  3383. ::= { fgAppWanOpt 4 }
  3384.  
  3385. fgWanOptTrafficStatsEntry OBJECT-TYPE
  3386. SYNTAX FgWanOptTrafficStatsEntry
  3387. MAX-ACCESS not-accessible
  3388. STATUS current
  3389. DESCRIPTION
  3390. "The WAN optimization history for a particular protocol"
  3391. INDEX { fgVdEntIndex, fgWanOptProtocol }
  3392. ::= { fgWanOptTrafficStatsTable 1 }
  3393.  
  3394. FgWanOptTrafficStatsEntry ::= SEQUENCE {
  3395. fgWanOptLanInTraffic Counter64,
  3396. fgWanOptLanOutTraffic Counter64,
  3397. fgWanOptWanInTraffic Counter64,
  3398. fgWanOptWanOutTraffic Counter64
  3399. }
  3400.  
  3401. fgWanOptLanInTraffic OBJECT-TYPE
  3402. SYNTAX Counter64
  3403. MAX-ACCESS read-only
  3404. STATUS current
  3405. DESCRIPTION
  3406. "Amount of traffic received from the LAN by WAN optimization"
  3407. ::= { fgWanOptTrafficStatsEntry 1 }
  3408.  
  3409. fgWanOptLanOutTraffic OBJECT-TYPE
  3410. SYNTAX Counter64
  3411. MAX-ACCESS read-only
  3412. STATUS current
  3413. DESCRIPTION
  3414. "Amount of traffic sent to the LAN by WAN optimization"
  3415. ::= { fgWanOptTrafficStatsEntry 2 }
  3416.  
  3417. fgWanOptWanInTraffic OBJECT-TYPE
  3418. SYNTAX Counter64
  3419. MAX-ACCESS read-only
  3420. STATUS current
  3421. DESCRIPTION
  3422. "Amount of traffic received from the WAN by WAN optimization"
  3423. ::= { fgWanOptTrafficStatsEntry 3 }
  3424.  
  3425. fgWanOptWanOutTraffic OBJECT-TYPE
  3426. SYNTAX Counter64
  3427. MAX-ACCESS read-only
  3428. STATUS current
  3429. DESCRIPTION
  3430. "Amount of traffic sent to the WAN by WAN optimization"
  3431. ::= { fgWanOptTrafficStatsEntry 4 }
  3432.  
  3433. --
  3434. -- fortinet.fnFortiGateMib.fgApplications.fgAppWanOpt.fgWanOptDiskStatsTable
  3435. --
  3436.  
  3437. fgWanOptDiskStatsTable OBJECT-TYPE
  3438. SYNTAX SEQUENCE OF FgWanOptDiskStatsEntry
  3439. MAX-ACCESS not-accessible
  3440. STATUS current
  3441. DESCRIPTION
  3442. "A table of the Web Cache disk statistics per disk"
  3443. ::= { fgAppWanOpt 5 }
  3444.  
  3445. fgWanOptDiskStatsEntry OBJECT-TYPE
  3446. SYNTAX FgWanOptDiskStatsEntry
  3447. MAX-ACCESS not-accessible
  3448. STATUS current
  3449. DESCRIPTION
  3450. "The Web Cache disk statistics for a particular disk"
  3451. INDEX { fgWanOptDisk }
  3452. ::= { fgWanOptDiskStatsTable 1 }
  3453.  
  3454. FgWanOptDiskStatsEntry ::= SEQUENCE {
  3455. fgWanOptDisk Unsigned32,
  3456. fgWanOptDiskLimit CounterBasedGauge64,
  3457. fgWanOptDiskUsage CounterBasedGauge64,
  3458. fgWanOptDiskHits Counter32,
  3459. fgWanOptDiskMisses Counter32
  3460. }
  3461.  
  3462. fgWanOptDisk OBJECT-TYPE
  3463. SYNTAX Unsigned32
  3464. MAX-ACCESS not-accessible
  3465. STATUS current
  3466. DESCRIPTION
  3467. "The Web Cache Disk index"
  3468. ::= { fgWanOptDiskStatsEntry 1 }
  3469.  
  3470. fgWanOptDiskLimit OBJECT-TYPE
  3471. SYNTAX CounterBasedGauge64
  3472. MAX-ACCESS read-only
  3473. STATUS current
  3474. DESCRIPTION
  3475. "The about of storage (in bytes) available for the Web Cache on a particular disk"
  3476. ::= { fgWanOptDiskStatsEntry 2 }
  3477.  
  3478. fgWanOptDiskUsage OBJECT-TYPE
  3479. SYNTAX CounterBasedGauge64
  3480. MAX-ACCESS read-only
  3481. STATUS current
  3482. DESCRIPTION
  3483. "The about of storage (in bytes) in use by the Web Cache on a paricular disk"
  3484. ::= { fgWanOptDiskStatsEntry 3 }
  3485.  
  3486. fgWanOptDiskHits OBJECT-TYPE
  3487. SYNTAX Counter32
  3488. MAX-ACCESS read-only
  3489. STATUS current
  3490. DESCRIPTION
  3491. "The number of cache hits on a paricular disk"
  3492. ::= { fgWanOptDiskStatsEntry 4 }
  3493.  
  3494. fgWanOptDiskMisses OBJECT-TYPE
  3495. SYNTAX Counter32
  3496. MAX-ACCESS read-only
  3497. STATUS current
  3498. DESCRIPTION
  3499. "The number of cache misses on a paricular disk"
  3500. ::= { fgWanOptDiskStatsEntry 5 }
  3501.  
  3502. --
  3503. -- fortinet.fnFortiGateMib.fgInetProto
  3504. --
  3505.  
  3506. fgInetProto OBJECT IDENTIFIER
  3507. ::= { fnFortiGateMib 11 }
  3508.  
  3509. fgInetProtoInfo OBJECT IDENTIFIER
  3510. ::= { fgInetProto 1 }
  3511.  
  3512. fgInetProtoTables OBJECT IDENTIFIER
  3513. ::= { fgInetProto 2 }
  3514.  
  3515. --
  3516. -- fortinet.fnFortiGateMib.fgInetProto.fgInetProtoTables.fgIpSessTable
  3517. --
  3518.  
  3519. fgIpSessTable OBJECT-TYPE
  3520. SYNTAX SEQUENCE OF FgIpSessEntry
  3521. MAX-ACCESS not-accessible
  3522. STATUS current
  3523. DESCRIPTION
  3524. "Information on the IP sessions active on the device"
  3525. ::= { fgInetProtoTables 1 }
  3526.  
  3527. fgIpSessEntry OBJECT-TYPE
  3528. SYNTAX FgIpSessEntry
  3529. MAX-ACCESS not-accessible
  3530. STATUS current
  3531. DESCRIPTION
  3532. "Information on a specific session, including source and destination"
  3533. INDEX { fgIpSessIndex }
  3534. ::= { fgIpSessTable 1 }
  3535.  
  3536. FgIpSessEntry ::= SEQUENCE {
  3537. fgIpSessIndex FnIndex,
  3538. fgIpSessProto FgSessProto,
  3539. fgIpSessFromAddr IpAddress,
  3540. fgIpSessFromPort InetPortNumber,
  3541. fgIpSessToAddr IpAddress,
  3542. fgIpSessToPort InetPortNumber,
  3543. fgIpSessExp Counter32,
  3544. fgIpSessVdom FgVdIndex
  3545. }
  3546.  
  3547. fgIpSessIndex OBJECT-TYPE
  3548. SYNTAX FnIndex
  3549. MAX-ACCESS not-accessible
  3550. STATUS current
  3551. DESCRIPTION
  3552. "An index value that uniquely identifies
  3553. an IP session within the fgIpSessTable"
  3554. ::= { fgIpSessEntry 1 }
  3555.  
  3556. fgIpSessProto OBJECT-TYPE
  3557. SYNTAX FgSessProto
  3558. MAX-ACCESS read-only
  3559. STATUS current
  3560. DESCRIPTION
  3561. "The protocol the session is using (IP, TCP, UDP, etc.)"
  3562. ::= { fgIpSessEntry 2 }
  3563.  
  3564. fgIpSessFromAddr OBJECT-TYPE
  3565. SYNTAX IpAddress
  3566. MAX-ACCESS read-only
  3567. STATUS current
  3568. DESCRIPTION
  3569. "Source IP address (IPv4 only) of the session"
  3570. ::= { fgIpSessEntry 3 }
  3571.  
  3572. fgIpSessFromPort OBJECT-TYPE
  3573. SYNTAX InetPortNumber
  3574. MAX-ACCESS read-only
  3575. STATUS current
  3576. DESCRIPTION
  3577. "Source port number (UDP and TCP only) of the session"
  3578. ::= { fgIpSessEntry 4 }
  3579.  
  3580. fgIpSessToAddr OBJECT-TYPE
  3581. SYNTAX IpAddress
  3582. MAX-ACCESS read-only
  3583. STATUS current
  3584. DESCRIPTION
  3585. "Destination IP address (IPv4 only) of the session"
  3586. ::= { fgIpSessEntry 5 }
  3587.  
  3588. fgIpSessToPort OBJECT-TYPE
  3589. SYNTAX InetPortNumber
  3590. MAX-ACCESS read-only
  3591. STATUS current
  3592. DESCRIPTION
  3593. "Destination Port number (UDP and TCP only) of the session"
  3594. ::= { fgIpSessEntry 6 }
  3595.  
  3596. fgIpSessExp OBJECT-TYPE
  3597. SYNTAX Counter32
  3598. MAX-ACCESS read-only
  3599. STATUS current
  3600. DESCRIPTION
  3601. "Number of seconds remaining before the session expires (if idle)"
  3602. ::= { fgIpSessEntry 7 }
  3603.  
  3604. fgIpSessVdom OBJECT-TYPE
  3605. SYNTAX FgVdIndex
  3606. MAX-ACCESS read-only
  3607. STATUS current
  3608. DESCRIPTION
  3609. "Virtual domain the session is part of. This index corresponds to the index used by fgVdTable."
  3610. ::= { fgIpSessEntry 8 }
  3611.  
  3612. --
  3613. -- fortinet.fnFortiGateMib.fgInetProto.fgInetProtoTables.fgIpSessStatsTable
  3614. --
  3615.  
  3616. fgIpSessStatsTable OBJECT-TYPE
  3617. SYNTAX SEQUENCE OF FgIpSessStatsEntry
  3618. MAX-ACCESS not-accessible
  3619. STATUS current
  3620. DESCRIPTION
  3621. "IP session statistics table"
  3622. ::= { fgInetProtoTables 2 }
  3623.  
  3624. fgIpSessStatsEntry OBJECT-TYPE
  3625. SYNTAX FgIpSessStatsEntry
  3626. MAX-ACCESS not-accessible
  3627. STATUS current
  3628. DESCRIPTION
  3629. "IP session statistics on a virtual domain"
  3630. AUGMENTS { fgVdEntry }
  3631. ::= { fgIpSessStatsTable 1 }
  3632.  
  3633. FgIpSessStatsEntry ::= SEQUENCE {
  3634. fgIpSessNumber Counter32
  3635. }
  3636.  
  3637. fgIpSessNumber OBJECT-TYPE
  3638. SYNTAX Counter32
  3639. MAX-ACCESS read-only
  3640. STATUS current
  3641. DESCRIPTION
  3642. "Current number of sessions on the virtual domain"
  3643. ::= { fgIpSessStatsEntry 1 }
  3644.  
  3645. --
  3646. -- fortinet.fnFortiGateMib.fgVpn
  3647. --
  3648.  
  3649. fgVpn OBJECT IDENTIFIER
  3650. ::= { fnFortiGateMib 12 }
  3651.  
  3652. --
  3653. -- fortinet.fnFortiGateMib.fgVpn.fgVpnInfo
  3654. --
  3655.  
  3656. fgVpnInfo OBJECT IDENTIFIER
  3657. ::= { fgVpn 1 }
  3658.  
  3659. fgVpnTunnelUpCount OBJECT-TYPE
  3660. SYNTAX Integer32
  3661. MAX-ACCESS read-only
  3662. STATUS current
  3663. DESCRIPTION
  3664. "The number of IPsec VPN tunnels with at least one SA"
  3665. ::= { fgVpnInfo 1 }
  3666.  
  3667. --
  3668. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTables
  3669. --
  3670.  
  3671. fgVpnTables OBJECT IDENTIFIER
  3672. ::= { fgVpn 2 }
  3673.  
  3674. --
  3675. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTables.fgVpnDialupTable
  3676. --
  3677.  
  3678. fgVpnDialupTable OBJECT-TYPE
  3679. SYNTAX SEQUENCE OF FgVpnDialupEntry
  3680. MAX-ACCESS not-accessible
  3681. STATUS current
  3682. DESCRIPTION
  3683. "Dial-up VPN peers information"
  3684. ::= { fgVpnTables 1 }
  3685.  
  3686. fgVpnDialupEntry OBJECT-TYPE
  3687. SYNTAX FgVpnDialupEntry
  3688. MAX-ACCESS not-accessible
  3689. STATUS current
  3690. DESCRIPTION
  3691. "Dial-up VPN peer info"
  3692. INDEX { fgVpnDialupIndex }
  3693. ::= { fgVpnDialupTable 1 }
  3694.  
  3695. FgVpnDialupEntry ::= SEQUENCE {
  3696. fgVpnDialupIndex FnIndex,
  3697. fgVpnDialupGateway IpAddress,
  3698. fgVpnDialupLifetime Integer32,
  3699. fgVpnDialupTimeout Integer32,
  3700. fgVpnDialupSrcBegin IpAddress,
  3701. fgVpnDialupSrcEnd IpAddress,
  3702. fgVpnDialupDstAddr IpAddress,
  3703. fgVpnDialupVdom FgVdIndex,
  3704. fgVpnDialupInOctets Counter64,
  3705. fgVpnDialupOutOctets Counter64
  3706. }
  3707.  
  3708. fgVpnDialupIndex OBJECT-TYPE
  3709. SYNTAX FnIndex
  3710. MAX-ACCESS not-accessible
  3711. STATUS current
  3712. DESCRIPTION
  3713. "An index value that uniquely identifies
  3714. an VPN dial-up peer within the fgVpnDialupTable"
  3715. ::= { fgVpnDialupEntry 1 }
  3716.  
  3717. fgVpnDialupGateway OBJECT-TYPE
  3718. SYNTAX IpAddress
  3719. MAX-ACCESS read-only
  3720. STATUS current
  3721. DESCRIPTION
  3722. "Remote gateway IP address of the tunnel"
  3723. ::= { fgVpnDialupEntry 2 }
  3724.  
  3725. fgVpnDialupLifetime OBJECT-TYPE
  3726. SYNTAX Integer32
  3727. MAX-ACCESS read-only
  3728. STATUS current
  3729. DESCRIPTION
  3730. "Tunnel life time (seconds) of the tunnel"
  3731. ::= { fgVpnDialupEntry 3 }
  3732.  
  3733. fgVpnDialupTimeout OBJECT-TYPE
  3734. SYNTAX Integer32
  3735. MAX-ACCESS read-only
  3736. STATUS current
  3737. DESCRIPTION
  3738. "Time before the next key exchange (seconds) of the tunnel"
  3739. ::= { fgVpnDialupEntry 4 }
  3740.  
  3741. fgVpnDialupSrcBegin OBJECT-TYPE
  3742. SYNTAX IpAddress
  3743. MAX-ACCESS read-only
  3744. STATUS current
  3745. DESCRIPTION
  3746. "Remote subnet address of the tunnel"
  3747. ::= { fgVpnDialupEntry 5 }
  3748.  
  3749. fgVpnDialupSrcEnd OBJECT-TYPE
  3750. SYNTAX IpAddress
  3751. MAX-ACCESS read-only
  3752. STATUS current
  3753. DESCRIPTION
  3754. "Remote subnet mask of the tunnel"
  3755. ::= { fgVpnDialupEntry 6 }
  3756.  
  3757. fgVpnDialupDstAddr OBJECT-TYPE
  3758. SYNTAX IpAddress
  3759. MAX-ACCESS read-only
  3760. STATUS current
  3761. DESCRIPTION
  3762. "Local subnet address of the tunnel"
  3763. ::= { fgVpnDialupEntry 7 }
  3764.  
  3765. fgVpnDialupVdom OBJECT-TYPE
  3766. SYNTAX FgVdIndex
  3767. MAX-ACCESS read-only
  3768. STATUS current
  3769. DESCRIPTION
  3770. "Virtual domain tunnel is part of. This index corresponds to the index used by fgVdTable."
  3771. ::= { fgVpnDialupEntry 8 }
  3772.  
  3773. fgVpnDialupInOctets OBJECT-TYPE
  3774. SYNTAX Counter64
  3775. MAX-ACCESS read-only
  3776. STATUS current
  3777. DESCRIPTION
  3778. "Number of bytes received on tunnel since instantiation."
  3779. ::= { fgVpnDialupEntry 9 }
  3780.  
  3781. fgVpnDialupOutOctets OBJECT-TYPE
  3782. SYNTAX Counter64
  3783. MAX-ACCESS read-only
  3784. STATUS current
  3785. DESCRIPTION
  3786. "Number of bytes sent on tunnel since instantiation."
  3787. ::= { fgVpnDialupEntry 10 }
  3788.  
  3789. --
  3790. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTables.fgVpnTunTable
  3791. --
  3792.  
  3793. fgVpnTunTable OBJECT-TYPE
  3794. SYNTAX SEQUENCE OF FgVpnTunEntry
  3795. MAX-ACCESS not-accessible
  3796. STATUS current
  3797. DESCRIPTION
  3798. "Table of non-dial-up IPsec VPN tunnels"
  3799. ::= { fgVpnTables 2 }
  3800.  
  3801. fgVpnTunEntry OBJECT-TYPE
  3802. SYNTAX FgVpnTunEntry
  3803. MAX-ACCESS not-accessible
  3804. STATUS current
  3805. DESCRIPTION
  3806. "Tunnel VPN peer info"
  3807. INDEX { fgVpnTunEntIndex }
  3808. ::= { fgVpnTunTable 1 }
  3809.  
  3810. FgVpnTunEntry ::= SEQUENCE {
  3811. fgVpnTunEntIndex FnIndex,
  3812. fgVpnTunEntPhase1Name DisplayString,
  3813. fgVpnTunEntPhase2Name DisplayString,
  3814. fgVpnTunEntRemGwyIp IpAddress,
  3815. fgVpnTunEntRemGwyPort InetPortNumber,
  3816. fgVpnTunEntLocGwyIp IpAddress,
  3817. fgVpnTunEntLocGwyPort InetPortNumber,
  3818. fgVpnTunEntSelectorSrcBeginIp IpAddress,
  3819. fgVpnTunEntSelectorSrcEndIp IpAddress,
  3820. fgVpnTunEntSelectorSrcPort InetPortNumber,
  3821. fgVpnTunEntSelectorDstBeginIp IpAddress,
  3822. fgVpnTunEntSelectorDstEndIp IpAddress,
  3823. fgVpnTunEntSelectorDstPort InetPortNumber,
  3824. fgVpnTunEntSelectorProto Integer32,
  3825. fgVpnTunEntLifeSecs Gauge32,
  3826. fgVpnTunEntLifeBytes Gauge32,
  3827. fgVpnTunEntTimeout Gauge32,
  3828. fgVpnTunEntInOctets Counter64,
  3829. fgVpnTunEntOutOctets Counter64,
  3830. fgVpnTunEntStatus INTEGER,
  3831. fgVpnTunEntVdom FgVdIndex
  3832. }
  3833.  
  3834. fgVpnTunEntIndex OBJECT-TYPE
  3835. SYNTAX FnIndex
  3836. MAX-ACCESS not-accessible
  3837. STATUS current
  3838. DESCRIPTION
  3839. "An index value that uniquely identifies
  3840. a VPN tunnel within the fgVpnTunTable"
  3841. ::= { fgVpnTunEntry 1 }
  3842.  
  3843. fgVpnTunEntPhase1Name OBJECT-TYPE
  3844. SYNTAX DisplayString
  3845. MAX-ACCESS read-only
  3846. STATUS current
  3847. DESCRIPTION
  3848. "Descriptive name of phase1 configuration for the tunnel"
  3849. ::= { fgVpnTunEntry 2 }
  3850.  
  3851. fgVpnTunEntPhase2Name OBJECT-TYPE
  3852. SYNTAX DisplayString
  3853. MAX-ACCESS read-only
  3854. STATUS current
  3855. DESCRIPTION
  3856. "Descriptive name of phase2 configuration for the tunnel"
  3857. ::= { fgVpnTunEntry 3 }
  3858.  
  3859. fgVpnTunEntRemGwyIp OBJECT-TYPE
  3860. SYNTAX IpAddress
  3861. MAX-ACCESS read-only
  3862. STATUS current
  3863. DESCRIPTION
  3864. "IP of remote gateway used by the tunnel"
  3865. ::= { fgVpnTunEntry 4 }
  3866.  
  3867. fgVpnTunEntRemGwyPort OBJECT-TYPE
  3868. SYNTAX InetPortNumber
  3869. MAX-ACCESS read-only
  3870. STATUS current
  3871. DESCRIPTION
  3872. "port of remote gateway used by tunnel, if UDP"
  3873. ::= { fgVpnTunEntry 5 }
  3874.  
  3875. fgVpnTunEntLocGwyIp OBJECT-TYPE
  3876. SYNTAX IpAddress
  3877. MAX-ACCESS read-only
  3878. STATUS current
  3879. DESCRIPTION
  3880. "IP of local gateway used by the tunnel"
  3881. ::= { fgVpnTunEntry 6 }
  3882.  
  3883. fgVpnTunEntLocGwyPort OBJECT-TYPE
  3884. SYNTAX InetPortNumber
  3885. MAX-ACCESS read-only
  3886. STATUS current
  3887. DESCRIPTION
  3888. "port of local gateway used by tunnel, if UDP"
  3889. ::= { fgVpnTunEntry 7 }
  3890.  
  3891. fgVpnTunEntSelectorSrcBeginIp OBJECT-TYPE
  3892. SYNTAX IpAddress
  3893. MAX-ACCESS read-only
  3894. STATUS current
  3895. DESCRIPTION
  3896. "Beginning of address range of source selector"
  3897. ::= { fgVpnTunEntry 8 }
  3898.  
  3899. fgVpnTunEntSelectorSrcEndIp OBJECT-TYPE
  3900. SYNTAX IpAddress
  3901. MAX-ACCESS read-only
  3902. STATUS current
  3903. DESCRIPTION
  3904. "End of address range of source selector"
  3905. ::= { fgVpnTunEntry 9 }
  3906.  
  3907. fgVpnTunEntSelectorSrcPort OBJECT-TYPE
  3908. SYNTAX InetPortNumber
  3909. MAX-ACCESS read-only
  3910. STATUS current
  3911. DESCRIPTION
  3912. "Source selector port"
  3913. ::= { fgVpnTunEntry 10 }
  3914.  
  3915. fgVpnTunEntSelectorDstBeginIp OBJECT-TYPE
  3916. SYNTAX IpAddress
  3917. MAX-ACCESS read-only
  3918. STATUS current
  3919. DESCRIPTION
  3920. "Beginning of address range of destination
  3921. selector"
  3922. ::= { fgVpnTunEntry 11 }
  3923.  
  3924. fgVpnTunEntSelectorDstEndIp OBJECT-TYPE
  3925. SYNTAX IpAddress
  3926. MAX-ACCESS read-only
  3927. STATUS current
  3928. DESCRIPTION
  3929. "End of address range of destination selector"
  3930. ::= { fgVpnTunEntry 12 }
  3931.  
  3932. fgVpnTunEntSelectorDstPort OBJECT-TYPE
  3933. SYNTAX InetPortNumber
  3934. MAX-ACCESS read-only
  3935. STATUS current
  3936. DESCRIPTION
  3937. "Destination selector port"
  3938. ::= { fgVpnTunEntry 13 }
  3939.  
  3940. fgVpnTunEntSelectorProto OBJECT-TYPE
  3941. SYNTAX Integer32
  3942. MAX-ACCESS read-only
  3943. STATUS current
  3944. DESCRIPTION
  3945. "Protocol number for selector"
  3946. ::= { fgVpnTunEntry 14 }
  3947.  
  3948. fgVpnTunEntLifeSecs OBJECT-TYPE
  3949. SYNTAX Gauge32
  3950. MAX-ACCESS read-only
  3951. STATUS current
  3952. DESCRIPTION
  3953. "Lifetime of tunnel in seconds, if time based lifetime used"
  3954. ::= { fgVpnTunEntry 15 }
  3955.  
  3956. fgVpnTunEntLifeBytes OBJECT-TYPE
  3957. SYNTAX Gauge32
  3958. MAX-ACCESS read-only
  3959. STATUS current
  3960. DESCRIPTION
  3961. "Lifetime of tunnel in bytes, if byte transfer based lifetime used"
  3962. ::= { fgVpnTunEntry 16 }
  3963.  
  3964. fgVpnTunEntTimeout OBJECT-TYPE
  3965. SYNTAX Gauge32
  3966. MAX-ACCESS read-only
  3967. STATUS current
  3968. DESCRIPTION
  3969. "Timeout of tunnel in seconds"
  3970. ::= { fgVpnTunEntry 17 }
  3971.  
  3972. fgVpnTunEntInOctets OBJECT-TYPE
  3973. SYNTAX Counter64
  3974. MAX-ACCESS read-only
  3975. STATUS current
  3976. DESCRIPTION
  3977. "Number of bytes received on tunnel"
  3978. ::= { fgVpnTunEntry 18 }
  3979.  
  3980. fgVpnTunEntOutOctets OBJECT-TYPE
  3981. SYNTAX Counter64
  3982. MAX-ACCESS read-only
  3983. STATUS current
  3984. DESCRIPTION
  3985. "Number of bytes sent out on tunnel"
  3986. ::= { fgVpnTunEntry 19 }
  3987.  
  3988. fgVpnTunEntStatus OBJECT-TYPE
  3989. SYNTAX INTEGER { down(1), up(2) }
  3990. MAX-ACCESS read-only
  3991. STATUS current
  3992. DESCRIPTION
  3993. "Current status of tunnel (up or down)"
  3994. ::= { fgVpnTunEntry 20 }
  3995.  
  3996. fgVpnTunEntVdom OBJECT-TYPE
  3997. SYNTAX FgVdIndex
  3998. MAX-ACCESS read-only
  3999. STATUS current
  4000. DESCRIPTION
  4001. "Virtual domain the tunnel is part of. This index corresponds to the index used by fgVdTable."
  4002. ::= { fgVpnTunEntry 21 }
  4003.  
  4004. --
  4005. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTables.fgVpnSslStatsTable
  4006. --
  4007.  
  4008. fgVpnSslStatsTable OBJECT-TYPE
  4009. SYNTAX SEQUENCE OF FgVpnSslStatsEntry
  4010. MAX-ACCESS not-accessible
  4011. STATUS current
  4012. DESCRIPTION
  4013. "SSL VPN statistics table"
  4014. ::= { fgVpnTables 3 }
  4015.  
  4016. fgVpnSslStatsEntry OBJECT-TYPE
  4017. SYNTAX FgVpnSslStatsEntry
  4018. MAX-ACCESS not-accessible
  4019. STATUS current
  4020. DESCRIPTION
  4021. "SSL VPN statistics for a given virtual domain"
  4022. AUGMENTS { fgVdEntry }
  4023. ::= { fgVpnSslStatsTable 1 }
  4024.  
  4025. FgVpnSslStatsEntry ::= SEQUENCE {
  4026. fgVpnSslState FnBoolState,
  4027. fgVpnSslStatsLoginUsers Counter32,
  4028. fgVpnSslStatsMaxUsers Counter32,
  4029. fgVpnSslStatsActiveWebSessions Counter32,
  4030. fgVpnSslStatsMaxWebSessions Counter32,
  4031. fgVpnSslStatsActiveTunnels Counter32,
  4032. fgVpnSslStatsMaxTunnels Counter32
  4033. }
  4034.  
  4035. fgVpnSslState OBJECT-TYPE
  4036. SYNTAX FnBoolState
  4037. MAX-ACCESS read-only
  4038. STATUS current
  4039. DESCRIPTION
  4040. "Whether SSL-VPN is enabled on this virtual domain"
  4041. ::= { fgVpnSslStatsEntry 1 }
  4042.  
  4043. fgVpnSslStatsLoginUsers OBJECT-TYPE
  4044. SYNTAX Counter32
  4045. MAX-ACCESS read-only
  4046. STATUS current
  4047. DESCRIPTION
  4048. "The current number of users logged in through SSL-VPN tunnels in the virtual domain"
  4049. ::= { fgVpnSslStatsEntry 2 }
  4050.  
  4051. fgVpnSslStatsMaxUsers OBJECT-TYPE
  4052. SYNTAX Counter32
  4053. MAX-ACCESS read-only
  4054. STATUS current
  4055. DESCRIPTION
  4056. "The maximum number of total users that can be logged in
  4057. at any one time on the virtual domain"
  4058. ::= { fgVpnSslStatsEntry 3 }
  4059.  
  4060. fgVpnSslStatsActiveWebSessions OBJECT-TYPE
  4061. SYNTAX Counter32
  4062. MAX-ACCESS read-only
  4063. STATUS current
  4064. DESCRIPTION
  4065. "The current number of active SSL web sessions in the virtual domain"
  4066. ::= { fgVpnSslStatsEntry 4 }
  4067.  
  4068. fgVpnSslStatsMaxWebSessions OBJECT-TYPE
  4069. SYNTAX Counter32
  4070. MAX-ACCESS read-only
  4071. STATUS current
  4072. DESCRIPTION
  4073. "The maximum number of active SSL web sessions
  4074. at any one time within the virtual domain"
  4075. ::= { fgVpnSslStatsEntry 5 }
  4076.  
  4077. fgVpnSslStatsActiveTunnels OBJECT-TYPE
  4078. SYNTAX Counter32
  4079. MAX-ACCESS read-only
  4080. STATUS current
  4081. DESCRIPTION
  4082. "The current number of active SSL tunnels in the virtual domain"
  4083. ::= { fgVpnSslStatsEntry 6 }
  4084.  
  4085. fgVpnSslStatsMaxTunnels OBJECT-TYPE
  4086. SYNTAX Counter32
  4087. MAX-ACCESS read-only
  4088. STATUS current
  4089. DESCRIPTION
  4090. "The maximum number of active SSL tunnels
  4091. at any one time in the virtual domain"
  4092. ::= { fgVpnSslStatsEntry 7 }
  4093.  
  4094. --
  4095. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTables.fgVpnSslTunnelTable
  4096. --
  4097.  
  4098. fgVpnSslTunnelTable OBJECT-TYPE
  4099. SYNTAX SEQUENCE OF FgVpnSslTunnelEntry
  4100. MAX-ACCESS not-accessible
  4101. STATUS current
  4102. DESCRIPTION
  4103. "A list of active SSL VPN tunnel entries"
  4104. ::= { fgVpnTables 4 }
  4105.  
  4106. fgVpnSslTunnelEntry OBJECT-TYPE
  4107. SYNTAX FgVpnSslTunnelEntry
  4108. MAX-ACCESS not-accessible
  4109. STATUS current
  4110. DESCRIPTION
  4111. "An SSL VPN tunnel entry containing connection information
  4112. and traffic statistics"
  4113. INDEX { fgVpnSslTunnelIndex }
  4114. ::= { fgVpnSslTunnelTable 1 }
  4115.  
  4116. FgVpnSslTunnelEntry ::= SEQUENCE {
  4117. fgVpnSslTunnelIndex FnIndex,
  4118. fgVpnSslTunnelVdom FgVdIndex,
  4119. fgVpnSslTunnelUserName DisplayString,
  4120. fgVpnSslTunnelSrcIp IpAddress,
  4121. fgVpnSslTunnelIp IpAddress,
  4122. fgVpnSslTunnelUpTime Counter32,
  4123. fgVpnSslTunnelBytesIn Counter64,
  4124. fgVpnSslTunnelBytesOut Counter64
  4125. }
  4126.  
  4127. fgVpnSslTunnelIndex OBJECT-TYPE
  4128. SYNTAX FnIndex
  4129. MAX-ACCESS not-accessible
  4130. STATUS current
  4131. DESCRIPTION
  4132. "An index value that uniquely identifies
  4133. an active SSL VPN tunnel within the fgVpnSslTunnelTable"
  4134. ::= { fgVpnSslTunnelEntry 1 }
  4135.  
  4136. fgVpnSslTunnelVdom OBJECT-TYPE
  4137. SYNTAX FgVdIndex
  4138. MAX-ACCESS read-only
  4139. STATUS current
  4140. DESCRIPTION
  4141. "The index of the virtual domain this tunnel belongs to. This index corresponds to the index used by fgVdTable."
  4142. ::= { fgVpnSslTunnelEntry 2 }
  4143.  
  4144. fgVpnSslTunnelUserName OBJECT-TYPE
  4145. SYNTAX DisplayString
  4146. MAX-ACCESS read-only
  4147. STATUS current
  4148. DESCRIPTION
  4149. "The user name used to authenticate the tunnel"
  4150. ::= { fgVpnSslTunnelEntry 3 }
  4151.  
  4152. fgVpnSslTunnelSrcIp OBJECT-TYPE
  4153. SYNTAX IpAddress
  4154. MAX-ACCESS read-only
  4155. STATUS current
  4156. DESCRIPTION
  4157. "The source IP address of this tunnel"
  4158. ::= { fgVpnSslTunnelEntry 4 }
  4159.  
  4160. fgVpnSslTunnelIp OBJECT-TYPE
  4161. SYNTAX IpAddress
  4162. MAX-ACCESS read-only
  4163. STATUS current
  4164. DESCRIPTION
  4165. "The connection IP address of this tunnel"
  4166. ::= { fgVpnSslTunnelEntry 5 }
  4167.  
  4168. fgVpnSslTunnelUpTime OBJECT-TYPE
  4169. SYNTAX Counter32
  4170. MAX-ACCESS read-only
  4171. STATUS current
  4172. DESCRIPTION
  4173. "The up-time of this tunnel in seconds"
  4174. ::= { fgVpnSslTunnelEntry 6 }
  4175.  
  4176. fgVpnSslTunnelBytesIn OBJECT-TYPE
  4177. SYNTAX Counter64
  4178. MAX-ACCESS read-only
  4179. STATUS current
  4180. DESCRIPTION
  4181. "The number of incoming bytes of L2 traffic through this tunnel since it was established"
  4182. ::= { fgVpnSslTunnelEntry 7 }
  4183.  
  4184. fgVpnSslTunnelBytesOut OBJECT-TYPE
  4185. SYNTAX Counter64
  4186. MAX-ACCESS read-only
  4187. STATUS current
  4188. DESCRIPTION
  4189. "The number of outgoing bytes of L2 traffic through this tunnel since it was established"
  4190. ::= { fgVpnSslTunnelEntry 8 }
  4191.  
  4192. --
  4193. -- fortinet.fnFortiGateMib.fgVpn.fgVpnTrapObjects
  4194. --
  4195.  
  4196. fgVpnTrapObjects OBJECT IDENTIFIER
  4197. ::= { fgVpn 3 }
  4198.  
  4199. fgVpnTrapLocalGateway OBJECT-TYPE
  4200. SYNTAX IpAddress
  4201. MAX-ACCESS accessible-for-notify
  4202. STATUS current
  4203. DESCRIPTION
  4204. "Local gateway IP address. Used in VPN related traps."
  4205. ::= { fgVpnTrapObjects 2 }
  4206.  
  4207. fgVpnTrapRemoteGateway OBJECT-TYPE
  4208. SYNTAX IpAddress
  4209. MAX-ACCESS accessible-for-notify
  4210. STATUS current
  4211. DESCRIPTION
  4212. "Remote gateway IP address. Used in VPN related traps."
  4213. ::= { fgVpnTrapObjects 3 }
  4214.  
  4215. --
  4216. -- fortinet.fnFortiGateMib.fgHighAvailability
  4217. --
  4218.  
  4219. fgHighAvailability OBJECT IDENTIFIER
  4220. ::= { fnFortiGateMib 13 }
  4221.  
  4222. --
  4223. -- fortinet.fnFortiGateMib.fgHighAvailability.fgHaInfo
  4224. --
  4225.  
  4226. fgHaInfo OBJECT IDENTIFIER
  4227. ::= { fgHighAvailability 1 }
  4228.  
  4229. fgHaSystemMode OBJECT-TYPE
  4230. SYNTAX FgHaMode
  4231. MAX-ACCESS read-only
  4232. STATUS current
  4233. DESCRIPTION
  4234. "High-availability mode (Standalone, A-A or A-P)"
  4235. ::= { fgHaInfo 1 }
  4236.  
  4237. fgHaGroupId OBJECT-TYPE
  4238. SYNTAX FnIndex
  4239. MAX-ACCESS read-only
  4240. STATUS current
  4241. DESCRIPTION
  4242. "HA cluster group ID device is configured for"
  4243. ::= { fgHaInfo 2 }
  4244.  
  4245. fgHaPriority OBJECT-TYPE
  4246. SYNTAX Integer32 (0..255)
  4247. MAX-ACCESS read-only
  4248. STATUS current
  4249. DESCRIPTION
  4250. "HA clustering priority of the device (default = 127)"
  4251. ::= { fgHaInfo 3 }
  4252.  
  4253. fgHaOverride OBJECT-TYPE
  4254. SYNTAX FnBoolState
  4255. MAX-ACCESS read-only
  4256. STATUS current
  4257. DESCRIPTION
  4258. "Status of a master override flag"
  4259. ::= { fgHaInfo 4 }
  4260.  
  4261. fgHaAutoSync OBJECT-TYPE
  4262. SYNTAX FnBoolState
  4263. MAX-ACCESS read-only
  4264. STATUS current
  4265. DESCRIPTION
  4266. "Configuration of an automatic configuration
  4267. synchronization (enabled or disabled)"
  4268. ::= { fgHaInfo 5 }
  4269.  
  4270. fgHaSchedule OBJECT-TYPE
  4271. SYNTAX FgHaLBSchedule
  4272. MAX-ACCESS read-only
  4273. STATUS current
  4274. DESCRIPTION
  4275. "Load-balancing schedule of cluster (in A-A mode)"
  4276. ::= { fgHaInfo 6 }
  4277.  
  4278. fgHaGroupName OBJECT-TYPE
  4279. SYNTAX DisplayString
  4280. MAX-ACCESS read-only
  4281. STATUS current
  4282. DESCRIPTION
  4283. "HA cluster group name"
  4284. ::= { fgHaInfo 7 }
  4285.  
  4286. --
  4287. -- fortinet.fnFortiGateMib.fgHighAvailability.fgHaTables
  4288. --
  4289.  
  4290. fgHaTables OBJECT IDENTIFIER
  4291. ::= { fgHighAvailability 2 }
  4292.  
  4293. fgHaStatsTable OBJECT-TYPE
  4294. SYNTAX SEQUENCE OF FgHaStatsEntry
  4295. MAX-ACCESS not-accessible
  4296. STATUS current
  4297. DESCRIPTION
  4298. "Some useful statistics for all members of a cluster. This table is also available in standalone mode."
  4299. ::= { fgHaTables 1 }
  4300.  
  4301. fgHaStatsEntry OBJECT-TYPE
  4302. SYNTAX FgHaStatsEntry
  4303. MAX-ACCESS not-accessible
  4304. STATUS current
  4305. DESCRIPTION
  4306. "Statistics for a particular HA cluster's unit"
  4307. INDEX { fgHaStatsIndex }
  4308. ::= { fgHaStatsTable 1 }
  4309.  
  4310. FgHaStatsEntry ::= SEQUENCE {
  4311. fgHaStatsIndex FnIndex,
  4312. fgHaStatsSerial DisplayString,
  4313. fgHaStatsCpuUsage Gauge32,
  4314. fgHaStatsMemUsage Gauge32,
  4315. fgHaStatsNetUsage Gauge32,
  4316. fgHaStatsSesCount Gauge32,
  4317. fgHaStatsPktCount Counter32,
  4318. fgHaStatsByteCount Counter32,
  4319. fgHaStatsIdsCount Counter32,
  4320. fgHaStatsAvCount Counter32,
  4321. fgHaStatsHostname DisplayString
  4322. }
  4323.  
  4324. fgHaStatsIndex OBJECT-TYPE
  4325. SYNTAX FnIndex
  4326. MAX-ACCESS not-accessible
  4327. STATUS current
  4328. DESCRIPTION
  4329. "An index value that uniquely identifies an
  4330. unit in the HA Cluster"
  4331. ::= { fgHaStatsEntry 1 }
  4332.  
  4333. fgHaStatsSerial OBJECT-TYPE
  4334. SYNTAX DisplayString (SIZE(0..32))
  4335. MAX-ACCESS read-only
  4336. STATUS current
  4337. DESCRIPTION
  4338. "Serial number of the HA cluster member for this row"
  4339. ::= { fgHaStatsEntry 2 }
  4340.  
  4341. fgHaStatsCpuUsage OBJECT-TYPE
  4342. SYNTAX Gauge32 (0..100)
  4343. MAX-ACCESS read-only
  4344. STATUS current
  4345. DESCRIPTION
  4346. "CPU usage of the specified cluster member (percentage)"
  4347. ::= { fgHaStatsEntry 3 }
  4348.  
  4349. fgHaStatsMemUsage OBJECT-TYPE
  4350. SYNTAX Gauge32 (0..100)
  4351. MAX-ACCESS read-only
  4352. STATUS current
  4353. DESCRIPTION
  4354. "Memory usage of the specified cluster member (percentage)"
  4355. ::= { fgHaStatsEntry 4 }
  4356.  
  4357. fgHaStatsNetUsage OBJECT-TYPE
  4358. SYNTAX Gauge32
  4359. MAX-ACCESS read-only
  4360. STATUS current
  4361. DESCRIPTION
  4362. "Network bandwidth usage of specified cluster member (kbps)"
  4363. ::= { fgHaStatsEntry 5 }
  4364.  
  4365. fgHaStatsSesCount OBJECT-TYPE
  4366. SYNTAX Gauge32
  4367. MAX-ACCESS read-only
  4368. STATUS current
  4369. DESCRIPTION
  4370. "Current session count of specified cluster member"
  4371. ::= { fgHaStatsEntry 6 }
  4372.  
  4373. fgHaStatsPktCount OBJECT-TYPE
  4374. SYNTAX Counter32
  4375. MAX-ACCESS read-only
  4376. STATUS current
  4377. DESCRIPTION
  4378. "Number of packets processed by the specified cluster member since start-up"
  4379. ::= { fgHaStatsEntry 7 }
  4380.  
  4381. fgHaStatsByteCount OBJECT-TYPE
  4382. SYNTAX Counter32
  4383. MAX-ACCESS read-only
  4384. STATUS current
  4385. DESCRIPTION
  4386. "Number of bytes processed by the specified cluster member since start-up"
  4387. ::= { fgHaStatsEntry 8 }
  4388.  
  4389. fgHaStatsIdsCount OBJECT-TYPE
  4390. SYNTAX Counter32
  4391. MAX-ACCESS read-only
  4392. STATUS current
  4393. DESCRIPTION
  4394. "Number of IDS/IPS events triggered on the specified cluster member since start-up"
  4395. ::= { fgHaStatsEntry 9 }
  4396.  
  4397. fgHaStatsAvCount OBJECT-TYPE
  4398. SYNTAX Counter32
  4399. MAX-ACCESS read-only
  4400. STATUS current
  4401. DESCRIPTION
  4402. "Number of anti-virus events triggered on the specified cluster member since start-up"
  4403. ::= { fgHaStatsEntry 10 }
  4404.  
  4405. fgHaStatsHostname OBJECT-TYPE
  4406. SYNTAX DisplayString (SIZE(0..255))
  4407. MAX-ACCESS read-only
  4408. STATUS current
  4409. DESCRIPTION
  4410. "Host name of the specified cluster member"
  4411. ::= { fgHaStatsEntry 11 }
  4412.  
  4413. --
  4414. -- fortinet.fnFortiGateMib.fgHighAvailability.fgHaTrapObjects
  4415. --
  4416.  
  4417. fgHaTrapObjects OBJECT IDENTIFIER
  4418. ::= { fgHighAvailability 3 }
  4419.  
  4420. fgHaTrapMemberSerial OBJECT-TYPE
  4421. SYNTAX DisplayString
  4422. MAX-ACCESS accessible-for-notify
  4423. STATUS current
  4424. DESCRIPTION
  4425. "Serial number of an HA cluster member. Used to identify the origin of a trap when a cluster is configured."
  4426. ::= { fgHaTrapObjects 1 }
  4427.  
  4428. --
  4429. -- fortinet.fnFortiGateMib.fgMibConformance
  4430. --
  4431.  
  4432. fgMibConformance OBJECT IDENTIFIER
  4433. ::= { fnFortiGateMib 100 }
  4434.  
  4435. --
  4436. -- fortinet.fnFortiGateMib.fgTraps
  4437. --
  4438.  
  4439. fgTrapVpnTunUp NOTIFICATION-TYPE
  4440. OBJECTS { fnSysSerial, sysName, fgVpnTrapLocalGateway,
  4441. fgVpnTrapRemoteGateway }
  4442. STATUS current
  4443. DESCRIPTION
  4444. "Indicates that the specified VPN tunnel has been brought up."
  4445. ::= { fgTrapPrefix 301 }
  4446.  
  4447. fgTrapVpnTunDown NOTIFICATION-TYPE
  4448. OBJECTS { fnSysSerial, sysName, fgVpnTrapLocalGateway,
  4449. fgVpnTrapRemoteGateway }
  4450. STATUS current
  4451. DESCRIPTION
  4452. "The specified VPN tunnel has been brought down."
  4453. ::= { fgTrapPrefix 302 }
  4454.  
  4455. fgTrapHaSwitch NOTIFICATION-TYPE
  4456. OBJECTS { fnSysSerial, sysName }
  4457. STATUS current
  4458. DESCRIPTION
  4459. "The specified cluster member has transitioned from a slave role to a master role."
  4460. ::= { fgTrapPrefix 401 }
  4461.  
  4462. fgTrapHaStateChange NOTIFICATION-TYPE
  4463. OBJECTS { fnSysSerial }
  4464. STATUS deprecated
  4465. DESCRIPTION
  4466. "Trap being sent when the HA cluster
  4467. member changes its state"
  4468. ::= { fgTrapPrefix 402 }
  4469.  
  4470. fgTrapHaHBFail NOTIFICATION-TYPE
  4471. OBJECTS { fnSysSerial }
  4472. STATUS current
  4473. DESCRIPTION
  4474. "The heartbeat device failure count has exceeded the configured threshold."
  4475. ::= { fgTrapPrefix 403 }
  4476.  
  4477. fgTrapHaMemberDown NOTIFICATION-TYPE
  4478. OBJECTS { fnSysSerial }
  4479. STATUS current
  4480. DESCRIPTION
  4481. "The specified device (by serial number) is moving to a down state."
  4482. ::= { fgTrapPrefix 404 }
  4483.  
  4484. fgTrapHaMemberUp NOTIFICATION-TYPE
  4485. OBJECTS { fnSysSerial }
  4486. STATUS current
  4487. DESCRIPTION
  4488. "A new cluster member has joined the cluster."
  4489. ::= { fgTrapPrefix 405 }
  4490.  
  4491. fgTrapIpsSignature NOTIFICATION-TYPE
  4492. OBJECTS { fnSysSerial, sysName, fgIpsTrapSigId, fgIpsTrapSrcIp, fgIpsTrapSigMsg }
  4493. STATUS current
  4494. DESCRIPTION
  4495. "An IPS signature has been triggered"
  4496. ::= { fgTrapPrefix 503 }
  4497.  
  4498. fgTrapIpsAnomaly NOTIFICATION-TYPE
  4499. OBJECTS { fnSysSerial, sysName, fgIpsTrapSigId, fgIpsTrapSrcIp, fgIpsTrapSigMsg }
  4500. STATUS current
  4501. DESCRIPTION
  4502. "An IPS anomaly has been detected"
  4503. ::= { fgTrapPrefix 504 }
  4504.  
  4505. fgTrapIpsPkgUpdate NOTIFICATION-TYPE
  4506. OBJECTS { fnSysSerial, sysName }
  4507. STATUS current
  4508. DESCRIPTION
  4509. "The IPS signature database has been updated"
  4510. ::= { fgTrapPrefix 505 }
  4511.  
  4512. fgTrapAvVirus NOTIFICATION-TYPE
  4513. OBJECTS { fnSysSerial, sysName, fgAvTrapVirName }
  4514. STATUS current
  4515. DESCRIPTION
  4516. "A virus has been detected by the anti-virus engine"
  4517. ::= { fgTrapPrefix 601 }
  4518.  
  4519. fgTrapAvOversize NOTIFICATION-TYPE
  4520. OBJECTS { fnSysSerial, sysName }
  4521. STATUS current
  4522. DESCRIPTION
  4523. "An over-sized file has been detected by the anti-virus engine"
  4524. ::= { fgTrapPrefix 602 }
  4525.  
  4526. fgTrapAvPattern NOTIFICATION-TYPE
  4527. OBJECTS { fnSysSerial, sysName }
  4528. STATUS current
  4529. DESCRIPTION
  4530. "The anti-virus engine has blocked a file because it matched a configured pattern"
  4531. ::= { fgTrapPrefix 603 }
  4532.  
  4533. fgTrapAvFragmented NOTIFICATION-TYPE
  4534. OBJECTS { fnSysSerial, sysName }
  4535. STATUS current
  4536. DESCRIPTION
  4537. "The anti-virus engine has detected a fragmented file"
  4538. ::= { fgTrapPrefix 604 }
  4539.  
  4540. fgTrapAvEnterConserve NOTIFICATION-TYPE
  4541. OBJECTS { fnSysSerial, sysName }
  4542. STATUS current
  4543. DESCRIPTION
  4544. "The anti-virus engine has entered conservation mode due to low memory conditions"
  4545. ::= { fgTrapPrefix 605 }
  4546.  
  4547. fgTrapAvBypass NOTIFICATION-TYPE
  4548. OBJECTS { fnSysSerial, sysName }
  4549. STATUS current
  4550. DESCRIPTION
  4551. "The anti-virus engine has been bypassed due to conservation mode"
  4552. ::= { fgTrapPrefix 606 }
  4553.  
  4554. fgTrapAvOversizePass NOTIFICATION-TYPE
  4555. OBJECTS { fnSysSerial, sysName }
  4556. STATUS current
  4557. DESCRIPTION
  4558. "An over-sized file has been detected,
  4559. but has been passed due to configuration"
  4560. ::= { fgTrapPrefix 607 }
  4561.  
  4562. fgTrapAvOversizeBlock NOTIFICATION-TYPE
  4563. OBJECTS { fnSysSerial, sysName }
  4564. STATUS current
  4565. DESCRIPTION
  4566. "An over-sized file has been detected
  4567. and has been blocked"
  4568. ::= { fgTrapPrefix 608 }
  4569.  
  4570. fgTrapFazDisconnect NOTIFICATION-TYPE
  4571. OBJECTS { fnSysSerial }
  4572. STATUS current
  4573. DESCRIPTION
  4574. "The device has been disconnected from the FortiAnalyzer."
  4575. ::= { fgTrapPrefix 701 }
  4576.  
  4577. fgFmTrapDeployComplete NOTIFICATION-TYPE
  4578. OBJECTS { fnSysSerial }
  4579. STATUS current
  4580. DESCRIPTION
  4581. "Indicates when deployment of a new configuration has been completed. Used for verification by FortiManager."
  4582. ::= { fgFmTrapPrefix 1000 }
  4583.  
  4584. fgFmTrapDeployInProgress NOTIFICATION-TYPE
  4585. OBJECTS { fnSysSerial }
  4586. STATUS current
  4587. DESCRIPTION
  4588. "Indicates that a configuration change was not immediate and that the change is currently in progress. Used for verification by FortiManager."
  4589. ::= { fgFmTrapPrefix 1002 }
  4590.  
  4591. fgFmTrapConfChange NOTIFICATION-TYPE
  4592. OBJECTS { fnSysSerial }
  4593. STATUS current
  4594. DESCRIPTION
  4595. "The device configuration has been changed by something other than the managing FortiManager device."
  4596. ::= { fgFmTrapPrefix 1003 }
  4597.  
  4598. fgFmTrapIfChange NOTIFICATION-TYPE
  4599. OBJECTS { fnSysSerial, ifName, fgManIfIp, fgManIfMask }
  4600. STATUS current
  4601. DESCRIPTION
  4602. "Trap is sent to the managing FortiManager if an interface IP is changed"
  4603. ::= { fgFmTrapPrefix 1004 }
  4604.  
  4605. --
  4606. -- fortinet.fnFortiGateMib.fgMibConformance
  4607. --
  4608.  
  4609. fgFmTrapGroup NOTIFICATION-GROUP
  4610. NOTIFICATIONS { fgFmTrapDeployComplete, fgFmTrapDeployInProgress,
  4611. fgFmTrapConfChange, fgFmTrapIfChange }
  4612. STATUS current
  4613. DESCRIPTION
  4614. "Traps are intended for use in conjunction with a FortiManager."
  4615. ::= { fgMibConformance 1 }
  4616.  
  4617. fgFmTrapObjectGroup OBJECT-GROUP
  4618. OBJECTS { fgManIfIp, fgManIfMask }
  4619. STATUS current
  4620. DESCRIPTION
  4621. "These objects support the traps in the fgFmTrapGroup."
  4622. ::= { fgMibConformance 2 }
  4623.  
  4624. fgAdminObjectGroup OBJECT-GROUP
  4625. OBJECTS { fgAdminIdleTimeout, fgAdminLcdProtection }
  4626. STATUS current
  4627. DESCRIPTION
  4628. "Objects pertaining to administration of the device."
  4629. ::= { fgMibConformance 3 }
  4630.  
  4631. fgSystemObjectGroup OBJECT-GROUP
  4632. OBJECTS { fgSysVersion, fgSysCpuUsage,
  4633. fgSysMemUsage, fgSysMemCapacity,
  4634. fgSysDiskUsage, fgSysDiskCapacity,
  4635. fgSysSesCount, fgSysLowMemUsage,
  4636. fgSysLowMemCapacity, fgSysSesRate1,
  4637. fgSysSesRate10, fgSysSesRate30,
  4638. fgSysSesRate60 }
  4639. STATUS current
  4640. DESCRIPTION
  4641. "Objects pertaining to the system status of the device."
  4642. ::= { fgMibConformance 4 }
  4643.  
  4644. fgSoftwareObjectGroup OBJECT-GROUP
  4645. OBJECTS { fgSysVersionAv, fgSysVersionIps }
  4646. STATUS current
  4647. DESCRIPTION
  4648. "Objects pertaining to software running on the device."
  4649. ::= { fgMibConformance 5 }
  4650.  
  4651. fgHwSensorsObjectGroup OBJECT-GROUP
  4652. OBJECTS { fgHwSensorCount, fgHwSensorEntName,
  4653. fgHwSensorEntValue, fgHwSensorEntAlarmStatus }
  4654. STATUS current
  4655. DESCRIPTION
  4656. "Object pertaining to hardware sensors on the device."
  4657. ::= { fgMibConformance 6 }
  4658.  
  4659. fgHighAvailabilityObjectGroup OBJECT-GROUP
  4660. OBJECTS { fgHaSystemMode, fgHaGroupId, fgHaPriority, fgHaOverride,
  4661. fgHaAutoSync, fgHaSchedule, fgHaGroupName, fgHaStatsSerial,
  4662. fgHaStatsCpuUsage, fgHaStatsMemUsage,
  4663. fgHaStatsNetUsage, fgHaStatsSesCount,
  4664. fgHaStatsPktCount, fgHaStatsByteCount,
  4665. fgHaStatsIdsCount, fgHaStatsAvCount, fgHaStatsHostname,
  4666. fgHaTrapMemberSerial }
  4667. STATUS current
  4668. DESCRIPTION
  4669. "Objects pertaining to High Availability clustering of FortiGate devices."
  4670. ::= { fgMibConformance 7 }
  4671.  
  4672. fgVpnObjectGroup OBJECT-GROUP
  4673. OBJECTS { fgVpnDialupGateway, fgVpnDialupLifetime,
  4674. fgVpnDialupTimeout, fgVpnDialupSrcBegin,
  4675. fgVpnDialupSrcEnd, fgVpnDialupDstAddr, fgVpnDialupVdom,
  4676. fgVpnDialupInOctets, fgVpnDialupOutOctets,
  4677. fgVpnTunEntPhase1Name, fgVpnTunEntPhase2Name,
  4678. fgVpnTunEntRemGwyIp, fgVpnTunEntRemGwyPort,
  4679. fgVpnTunEntLocGwyIp, fgVpnTunEntLocGwyPort,
  4680. fgVpnTunEntSelectorSrcBeginIp,
  4681. fgVpnTunEntSelectorSrcEndIp,
  4682. fgVpnTunEntSelectorSrcPort,
  4683. fgVpnTunEntSelectorDstBeginIp,
  4684. fgVpnTunEntSelectorDstEndIp,
  4685. fgVpnTunEntSelectorDstPort, fgVpnTunEntSelectorProto,
  4686. fgVpnTunEntLifeSecs, fgVpnTunEntLifeBytes,
  4687. fgVpnTunEntTimeout, fgVpnTunEntInOctets,
  4688. fgVpnTunEntOutOctets, fgVpnTunEntStatus,
  4689. fgVpnTunEntVdom, fgVpnSslState,
  4690. fgVpnSslStatsLoginUsers, fgVpnSslStatsMaxUsers,
  4691. fgVpnSslStatsActiveWebSessions,
  4692. fgVpnSslStatsMaxWebSessions,
  4693. fgVpnSslStatsActiveTunnels, fgVpnSslStatsMaxTunnels,
  4694. fgVpnSslTunnelVdom, fgVpnSslTunnelUserName,
  4695. fgVpnSslTunnelSrcIp, fgVpnSslTunnelIp,
  4696. fgVpnSslTunnelUpTime, fgVpnSslTunnelBytesIn,
  4697. fgVpnSslTunnelBytesOut, fgVpnTrapLocalGateway,
  4698. fgVpnTrapRemoteGateway, fgVpnTunnelUpCount }
  4699. STATUS current
  4700. DESCRIPTION
  4701. "Objects pertaining to Virtual Priavet Networking on FortiGate devices."
  4702. ::= { fgMibConformance 8 }
  4703.  
  4704. fgFirewallObjectGroup OBJECT-GROUP
  4705. OBJECTS { fgFwPolPktCount, fgFwPolByteCount, fgFwUserNumber,
  4706. fgFwUserAuthTimeout, fgFwUserName, fgFwUserAuth,
  4707. fgFwUserState, fgFwUserVdom, fgIpSessProto,
  4708. fgIpSessFromAddr, fgIpSessFromPort, fgIpSessToAddr,
  4709. fgIpSessToPort, fgIpSessExp, fgIpSessVdom,
  4710. fgIpSessNumber }
  4711. STATUS current
  4712. DESCRIPTION
  4713. "Objects pertaining to Firewall functionality on FortiGate devices."
  4714. ::= { fgMibConformance 9 }
  4715.  
  4716. fgAppServicesObjectGroup OBJECT-GROUP
  4717. OBJECTS { fgApHTTPReqProcessed,
  4718. fgApSMTPReqProcessed, fgApSMTPSpamDetected,
  4719. fgApPOP3ReqProcessed, fgApPOP3SpamDetected,
  4720. fgApIMAPReqProcessed, fgApIMAPSpamDetected,
  4721. fgApNNTPReqProcessed, fgApIMUpTime, fgApIMMemUsage,
  4722. fgApIMReqProcessed, fgApSIPUpTime, fgApSIPMemUsage,
  4723. fgApSIPClientReg, fgApSIPCallHandling, fgApSIPServices,
  4724. fgApSIPOtherReq, fgAppSuNumber, fgAppSuFileScanned,
  4725. fgAppVoIPConn, fgAppVoIPCallBlocked,
  4726. fgAppP2PConnBlocked, fgAppP2PProtEntBytes,
  4727. fgAppP2PProtoEntLastReset, fgAppIMMessages,
  4728. fgAppIMFileTransfered, fgAppIMFileTxBlocked,
  4729. fgAppIMConnBlocked,
  4730. fgApFTPReqProcessed, fgApHTTPConnections, fgApFTPConnections,
  4731. fgApSMTPConnections, fgApPOP3Connections, fgApIMAPConnections,
  4732. fgApNNTPConnections, fgApHTTPMaxConnections,
  4733. fgApFTPMaxConnections, fgApSMTPMaxConnections,
  4734. fgApPOP3MaxConnections, fgApIMAPMaxConnections,
  4735. fgApNNTPMaxConnections }
  4736. STATUS current
  4737. DESCRIPTION
  4738. "Objects pertaining to application proxy and filtering services on FortiGate devices."
  4739. ::= { fgMibConformance 10 }
  4740.  
  4741. fgAntivirusObjectGroup OBJECT-GROUP
  4742. OBJECTS { fgAvVirusDetected, fgAvVirusBlocked,
  4743. fgAvHTTPVirusDetected, fgAvHTTPVirusBlocked,
  4744. fgAvSMTPVirusDetected, fgAvSMTPVirusBlocked,
  4745. fgAvPOP3VirusDetected, fgAvPOP3VirusBlocked,
  4746. fgAvIMAPVirusDetected, fgAvIMAPVirusBlocked,
  4747. fgAvFTPVirusDetected, fgAvFTPVirusBlocked,
  4748. fgAvIMVirusDetected, fgAvIMVirusBlocked,
  4749. fgAvNNTPVirusDetected, fgAvNNTPVirusBlocked,
  4750. fgAvOversizedDetected, fgAvOversizedBlocked,
  4751. fgAvTrapVirName }
  4752. STATUS current
  4753. DESCRIPTION
  4754. "Objects pertaining to Antivirus services on FortiGate devices."
  4755. ::= { fgMibConformance 11 }
  4756.  
  4757. fgIntrusionPrevtObjectGroup OBJECT-GROUP
  4758. OBJECTS { fgIpsTrapSigId, fgIpsTrapSrcIp, fgIpsTrapSigMsg,
  4759. fgIpsIntrusionsDetected, fgIpsIntrusionsBlocked,
  4760. fgIpsCritSevDetections, fgIpsHighSevDetections,
  4761. fgIpsMedSevDetections, fgIpsLowSevDetections,
  4762. fgIpsInfoSevDetections, fgIpsSignatureDetections,
  4763. fgIpsAnomalyDetections }
  4764. STATUS current
  4765. DESCRIPTION
  4766. "Objects pertaining to Intrusion Detection and Prevention services on FortiGate devices."
  4767. ::= { fgMibConformance 12 }
  4768.  
  4769. fgWebFilterObjectGroup OBJECT-GROUP
  4770. OBJECTS { fgWfHTTPBlocked, fgWfHTTPSBlocked, fgWfHTTPURLBlocked,
  4771. fgWfHTTPSURLBlocked, fgWfActiveXBlocked,
  4772. fgWfCookieBlocked, fgWfAppletBlocked,
  4773. fgFgWfHTTPExamined, fgFgWfHTTPSExamined,
  4774. fgFgWfHTTPAllowed, fgFgWfHTTPSAllowed,
  4775. fgFgWfHTTPBlocked, fgFgWfHTTPSBlocked,
  4776. fgFgWfHTTPLogged, fgFgWfHTTPSLogged,
  4777. fgFgWfHTTPOverridden, fgFgWfHTTPSOverridden }
  4778. STATUS current
  4779. DESCRIPTION
  4780. "Objects pertaining to FortiGate and FortiGuard based Web Filtering services on FortiGate devices."
  4781. ::= { fgMibConformance 13 }
  4782.  
  4783. fgVirtualDomainObjectGroup OBJECT-GROUP
  4784. OBJECTS { fgVdNumber, fgVdMaxVdoms, fgVdEnabled, fgVdEntName,
  4785. fgVdEntOpMode, fgVdTpMgmtAddrType, fgVdTpMgmtAddr,
  4786. fgVdTpMgmtMask }
  4787. STATUS current
  4788. DESCRIPTION
  4789. "Objects pertaining to Virtual Firewall Domain services on FortiGate devices."
  4790. ::= { fgMibConformance 14 }
  4791.  
  4792. fgAdministrationObjectGroup OBJECT-GROUP
  4793. OBJECTS { fgAdminVdom }
  4794. STATUS current
  4795. DESCRIPTION
  4796. "Objects pertaining to the administration of FortiGate device."
  4797. ::= { fgMibConformance 15 }
  4798.  
  4799. fgIntfObjectGroup OBJECT-GROUP
  4800. OBJECTS { fgIntfEntVdom }
  4801. STATUS current
  4802. DESCRIPTION
  4803. "Objects pertaining to the interface table of FortiGate device."
  4804. ::= { fgMibConformance 16 }
  4805.  
  4806. fgProcessorsObjectGroup OBJECT-GROUP
  4807. OBJECTS { fgProcessorCount, fgProcessorUsage, fgProcessorUsage5sec,
  4808. fgProcessorType, fgProcessorContainedIn, fgProcessorPktRxCount,
  4809. fgProcessorPktTxCount, fgProcessorPktDroppedCount,
  4810. fgProcessorModuleCount, fgProcModType,
  4811. fgProcModName, fgProcModDescr, fgProcModProcessorCount,
  4812. fgProcModMemCapacity, fgProcModMemUsage,
  4813. fgProcModSessionCount, fgProcModSACount }
  4814. STATUS current
  4815. DESCRIPTION
  4816. "Objects pertaining to the processors table of FortiGate device."
  4817. ::= { fgMibConformance 17 }
  4818.  
  4819. fgNotificationGroup NOTIFICATION-GROUP
  4820. NOTIFICATIONS { fgTrapVpnTunUp, fgTrapVpnTunDown, fgTrapHaSwitch,
  4821. fgTrapHaHBFail, fgTrapHaMemberDown, fgTrapHaMemberUp,
  4822. fgTrapIpsSignature, fgTrapIpsAnomaly,
  4823. fgTrapIpsPkgUpdate, fgTrapAvVirus, fgTrapAvOversize,
  4824. fgTrapAvPattern, fgTrapAvFragmented,
  4825. fgTrapAvEnterConserve, fgTrapAvBypass,
  4826. fgTrapAvOversizePass, fgTrapAvOversizeBlock,
  4827. fgTrapFazDisconnect }
  4828. STATUS current
  4829. DESCRIPTION
  4830. "Notifications that can be generated from a FortiGate device."
  4831. ::= { fgMibConformance 18 }
  4832.  
  4833. fgObsoleteNotificationsGroup NOTIFICATION-GROUP
  4834. NOTIFICATIONS { fgTrapHaStateChange }
  4835. STATUS deprecated
  4836. DESCRIPTION
  4837. "Notifications that have been deprecated, but may still be generated by older models."
  4838. ::= { fgMibConformance 19 }
  4839.  
  4840. fgExplicitProxyObjectGroup OBJECT-GROUP
  4841. OBJECTS { fgExplicitProxyUpTime, fgExplicitProxyMemUsage, fgExplicitProxyRequests,
  4842. fgExplicitProxyUsers, fgExplicitProxySessions,
  4843. fgExplicitProxyVirus, fgExplicitProxyBannedWords, fgExplicitProxyPolicy,
  4844. fgExplicitProxyOversized, fgExplicitProxyArchNest, fgExplicitProxyArchSize,
  4845. fgExplicitProxyArchEncrypted, fgExplicitProxyArchMultiPart,
  4846. fgExplicitProxyArchUnsupported, fgExplicitProxyArchBomb, fgExplicitProxyArchCorrupt,
  4847. fgExplicitProxyFilteredApplets, fgExplicitProxyFilteredActiveX,
  4848. fgExplicitProxyFilteredJScript, fgExplicitProxyFilteredJS,
  4849. fgExplicitProxyFilteredVBS, fgExplicitProxyFilteredOthScript,
  4850. fgExplicitProxyBlockedDLP, fgExplicitProxyBlockedConType,
  4851. fgExplicitProxyExaminedURLs, fgExplicitProxyAllowedURLs, fgExplicitProxyBlockedURLs,
  4852. fgExplicitProxyLoggedURLs, fgExplicitProxyOverriddenURLs }
  4853. STATUS current
  4854. DESCRIPTION
  4855. "Objects pertaining to explicit proxy"
  4856. ::= { fgMibConformance 20 }
  4857.  
  4858. fgWebCacheObjectGroup OBJECT-GROUP
  4859. OBJECTS { fgWebCacheUpTime,
  4860. fgWebCacheRAMLimit, fgWebCacheRAMUsage, fgWebCacheRAMHits,
  4861. fgWebCacheRAMMisses, fgWebCacheRequests, fgWebCacheBypass,
  4862. fgWebCacheDiskLimit, fgWebCacheDiskUsage, fgWebCacheDiskHits,
  4863. fgWebCacheDiskMisses }
  4864. STATUS current
  4865. DESCRIPTION
  4866. "Objects pertaining to explicit proxy, web cache and wan optimization."
  4867. ::= { fgMibConformance 21 }
  4868.  
  4869. fgWanOptObjectGroup OBJECT-GROUP
  4870. OBJECTS { fgMemCacheLimit, fgMemCacheUsage, fgMemCacheHits, fgMemCacheMisses,
  4871. fgByteCacheRAMLimit, fgByteCacheRAMUsage,
  4872. fgWanOptUpTime, fgWanOptReductionRate, fgWanOptLanTraffic, fgWanOptWanTraffic,
  4873. fgWanOptLanInTraffic, fgWanOptLanOutTraffic, fgWanOptWanInTraffic, fgWanOptWanOutTraffic,
  4874. fgWanOptTunnels, fgWanOptLANBytesIn, fgWanOptLANBytesOut,
  4875. fgWanOptWANBytesIn, fgWanOptWANBytesOut, fgWanOptDiskLimit, fgWanOptDiskUsage,
  4876. fgWanOptDiskHits, fgWanOptDiskMisses }
  4877. STATUS current
  4878. DESCRIPTION
  4879. "Objects pertaining to explicit proxy, web cache and wan optimization."
  4880. ::= { fgMibConformance 22 }
  4881.  
  4882. fgObsoleteAppServicesObjectGroup OBJECT-GROUP
  4883. OBJECTS { fgApHTTPUpTime, fgApHTTPMemUsage,
  4884. fgApSMTPUpTime, fgApSMTPMemUsage,
  4885. fgApPOP3UpTime, fgApPOP3MemUsage,
  4886. fgApIMAPUpTime, fgApIMAPMemUsage,
  4887. fgApNNTPUpTime, fgApNNTPMemUsage,
  4888. fgApFTPUpTime, fgApFTPMemUsage }
  4889. STATUS deprecated
  4890. DESCRIPTION
  4891. "Objects that have been deprecated, but may still be generated by older models."
  4892. ::= { fgMibConformance 23 }
  4893.  
  4894. fgMIBCompliance MODULE-COMPLIANCE
  4895. STATUS current
  4896. DESCRIPTION
  4897. "The compliance statement for the application MIB."
  4898.  
  4899. MODULE -- this module
  4900.  
  4901. GROUP fgFmTrapGroup
  4902. DESCRIPTION
  4903. "This group is mandatory for any FortiGate device being managed by a FortiManager."
  4904.  
  4905. GROUP fgNotificationGroup
  4906. DESCRIPTION
  4907. "Notifications are feature dependant. See manual for feature
  4908. information."
  4909.  
  4910. GROUP fgFmTrapObjectGroup
  4911. DESCRIPTION
  4912. "Model and feature specific."
  4913.  
  4914. GROUP fgAdminObjectGroup
  4915. DESCRIPTION
  4916. "Model and feature specific."
  4917.  
  4918. GROUP fgSystemObjectGroup
  4919. DESCRIPTION
  4920. "Model and feature specific."
  4921.  
  4922. GROUP fgSoftwareObjectGroup
  4923. DESCRIPTION
  4924. "Model and feature specific."
  4925.  
  4926. GROUP fgHwSensorsObjectGroup
  4927. DESCRIPTION
  4928. "Model and feature specific."
  4929.  
  4930. GROUP fgHighAvailabilityObjectGroup
  4931. DESCRIPTION
  4932. "Model and feature specific."
  4933.  
  4934. GROUP fgVpnObjectGroup
  4935. DESCRIPTION
  4936. "Model and feature specific."
  4937.  
  4938. GROUP fgFirewallObjectGroup
  4939. DESCRIPTION
  4940. "Model and feature specific."
  4941.  
  4942. GROUP fgAppServicesObjectGroup
  4943. DESCRIPTION
  4944. "Model and feature specific."
  4945.  
  4946. GROUP fgAntivirusObjectGroup
  4947. DESCRIPTION
  4948. "Model and feature specific."
  4949.  
  4950. GROUP fgIntrusionPrevtObjectGroup
  4951. DESCRIPTION
  4952. "Model and feature specific."
  4953.  
  4954. GROUP fgWebFilterObjectGroup
  4955. DESCRIPTION
  4956. "Model and feature specific."
  4957.  
  4958. GROUP fgVirtualDomainObjectGroup
  4959. DESCRIPTION
  4960. "Model and feature specific."
  4961.  
  4962. GROUP fgAdministrationObjectGroup
  4963. DESCRIPTION
  4964. "Model and feature specific."
  4965.  
  4966. GROUP fgIntfObjectGroup
  4967. DESCRIPTION
  4968. "Model and feature specific."
  4969.  
  4970. GROUP fgProcessorsObjectGroup
  4971. DESCRIPTION
  4972. "Model and feature specific."
  4973.  
  4974. GROUP fgExplicitProxyObjectGroup
  4975. DESCRIPTION
  4976. "Model and feature specific."
  4977.  
  4978. GROUP fgWebCacheObjectGroup
  4979. DESCRIPTION
  4980. "Model and feature specific."
  4981.  
  4982. GROUP fgWanOptObjectGroup
  4983. DESCRIPTION
  4984. "Model and feature specific."
  4985.  
  4986. ::= { fgMibConformance 100 }
  4987.  
  4988. fg300MibCompliance MODULE-COMPLIANCE
  4989. STATUS deprecated
  4990. DESCRIPTION
  4991. "The backwards compatibility compliance statement for the application MIB."
  4992.  
  4993. MODULE -- this module
  4994.  
  4995. GROUP fgObsoleteNotificationsGroup
  4996. DESCRIPTION
  4997. "Model and feature specific. May be implemented by some firmwares, but should not be relied on."
  4998.  
  4999. ::= { fgMibConformance 101 }
  5000.  
  5001. fgObsolteMIBCompliance MODULE-COMPLIANCE
  5002. STATUS deprecated
  5003. DESCRIPTION
  5004. "The compliance statement for the application MIB."
  5005.  
  5006. MODULE -- this module
  5007.  
  5008. GROUP fgObsoleteAppServicesObjectGroup
  5009. DESCRIPTION
  5010. "Deprecated AppService objects."
  5011.  
  5012. ::= { fgMibConformance 102 }
  5013.  
  5014. END -- end of module FORTINET-FORTIGATE-MIB.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement