Advertisement
Guest User

Untitled

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