Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -6,7 +6,7 @@ IMPORTS
FROM FORTINET-CORE-MIB
sysName
FROM SNMPv2-MIB
InetPortNumber
InetPortNumber, InetAddress
FROM INET-ADDRESS-MIB
MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
FROM SNMPv2-CONF
@ -18,7 +18,7 @@ IMPORTS
fnFortiManagerMib MODULE-IDENTITY
LAST-UPDATED "202105130000Z"
LAST-UPDATED "202204230000Z"
ORGANIZATION
"Fortinet Technologies, Inc."
CONTACT-INFO
@ -26,58 +26,77 @@ fnFortiManagerMib MODULE-IDENTITY
email: support@fortinet.com
http://www.fortinet.com"
DESCRIPTION
"Add support for UM (FDS/FGD service)."
"A MIB module containing definitions of managed objects implemented by FortiManager/FortiAnalyzer products."
REVISION "202204230000Z"
DESCRIPTION
"Add the following objects.
fmDeviceEntLogRateHour, fmDeviceEntLogRateDay,
fmDeviceEntLogRateWeek, fmDeviceEntArchiveLogUsedSpace,
fmAdomEntLogRateMinute, fmAdomEntArchiveLogRetention,
fmAdomEntArchiveLogQuota, fmAdomEntArchiveLogUsedSpacePercent,
fmAdomEntArchiveLogUsedSpace, fmAdomEntAnalyticsLogRetention,
fmAdomEntAnalyticsLogQuota, fmAdomEntAnalyticsLogUsedSpacePercent,
fmAdomEntAnalyticsLogUsedSpace, fmAdomEntLicGbDayToday,
fmAdomEntLicGbDayYesterday, fmAdomEntLicGbDayWeekAvg,
fmSysLogRateHr, fmSysLogIndexingRate,
fmSysLogLagTime, fmSysLicGbDayToday,
fmSysLicGbDayYesterday, fmSysLicGbDayWeekAvg,
fmSysDiskInfo, fmSysDiskTable,
fmSysLogForwardInfo, fmSysLogForwardTable."
REVISION "202202040000Z"
DESCRIPTION
"Add support for UM (FDS/FGD service)."
REVISION "202105130000Z"
DESCRIPTION
"Change fmDeviceEntPolicyPackageState syntax."
"Change fmDeviceEntPolicyPackageState syntax."
REVISION "202002120000Z"
DESCRIPTION
"Add fmVdomNumber."
"Add fmVdomNumber."
REVISION "201908210000Z"
DESCRIPTION
"HW sensors."
"HW sensors."
REVISION "201808070000Z"
DESCRIPTION
"NPI faz800F, fmg300F."
"NPI faz800F, fmg300F."
REVISION "201710130000Z"
DESCRIPTION
"NPI faz200F, faz300F, fmg200F."
"NPI faz200F, faz300F, fmg200F."
REVISION "201707270000Z"
DESCRIPTION
"Added model names faz1000E, fmg400E,
faz400E, fmg300E,
faz3500F,
faz3000F, fmg3000F,
faz2000E, fmg2000E,
faz3700F."
"Added model names faz1000E, fmg400E,
faz400E, fmg300E,
faz3500F,
faz3000F, fmg3000F,
faz2000E, fmg2000E,
faz3700F."
REVISION "201706280000Z"
DESCRIPTION
"Add fmSysVersion,fmSysUpTime,fmLogRate,fmAdom,fmDevice,fmRaid,fmPower,fmHa"
"Add fmSysVersion,fmSysUpTime,fmLogRate,fmAdom,fmDevice,fmRaid,fmPower,fmHa"
REVISION "201508150000Z"
DESCRIPTION
"NPI faz200E, fmg200E."
"NPI faz200E, fmg200E."
REVISION "201506120000Z"
DESCRIPTION
"Add model names faz3000E, fmg4000E, faz1000D, fmg1000D."
"Add model names faz3000E, fmg4000E, faz1000D, fmg1000D."
REVISION "201404220000Z"
DESCRIPTION
"Added fmSysCpuUsageExcludedNice.
Added fmTrapCpuThresholdExcludeNice."
"Added fmSysCpuUsageExcludedNice.
Added fmTrapCpuThresholdExcludeNice."
REVISION "201306100000Z"
DESCRIPTION
"Add support for FortiAnalyzer."
"Add support for FortiAnalyzer."
REVISION "201303270000Z"
DESCRIPTION
"Added license gb/day and device quota trap. fmTrapLicGbDayThreshold
and fmTrapLicDevQuotaThreshold"
"Added license gb/day and device quota trap. fmTrapLicGbDayThreshold
and fmTrapLicDevQuotaThreshold"
REVISION "201211260000Z"
DESCRIPTION
"Added commas between notifications in NOTIFICATION-GROUP.
Added imports from SNMPv2-SMI and SNMPv2-TC.
imported `OBJECT-GROUP' from module SNMPv2-CONF"
"Added commas between notifications in NOTIFICATION-GROUP.
Added imports from SNMPv2-SMI and SNMPv2-TC.
imported `OBJECT-GROUP' from module SNMPv2-CONF"
REVISION "201204200000Z"
DESCRIPTION
"Added RAID trap fmTrapRAIDStatusChange."
"Added RAID trap fmTrapRAIDStatusChange."
REVISION "201103250000Z"
DESCRIPTION
"Added fmSysMemUsed,fmSysMemCapacity,fmSysCpuUsage.
@ -99,6 +118,25 @@ fnFortiManagerMib MODULE-IDENTITY
"Initial version of FORTINET-FORTIMANAGER-MIB."
::= { fortinet 103 }
--
-- Type definition
--
FmTenths ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION
"An integer to be displayed with one decimal place,
e.g. 12345 displayed as 1234.5."
SYNTAX Gauge32
FmHundredths ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-2"
STATUS current
DESCRIPTION
"An integer to be displayed with two decimal places,
e.g. 12345 displayed as 123.45."
SYNTAX Gauge32
---
--
-- fortinet.fnFortiManagerMib.fmTraps
@ -421,6 +459,198 @@ fmSysLogRate OBJECT-TYPE
"Log receiving rate in number of logs per second."
::= { fmSystemInfo 9 }
fmSysLogRateHr OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Log receiving rate in number of logs per second in higher resolution with two decimal places,
e.g., value 12345 should be interpreted as 123.45 logs per second."
::= { fmSystemInfo 10 }
fmSysLogIndexingRate OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"After logs are received, they will be indexed. It shows log indexing rate in number of logs per second with two decimal places."
::= { fmSystemInfo 11 }
fmSysLogLagTime OBJECT-TYPE
SYNTAX Gauge32
UNITS "second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time difference between log receiving and indexing."
::= { fmSystemInfo 12 }
fmSysLicGbDayToday OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The gibi bytes (GiB) of logs received today with two decimal places."
::= { fmSystemInfo 13 }
fmSysLicGbDayYesterday OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The gibi bytes (GiB) of logs received yesterday with two decimal places."
::= { fmSystemInfo 14 }
fmSysLicGbDayWeekAvg OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The daily average gibi bytes (GiB) of logs received over last seven days with two decimal places."
::= { fmSystemInfo 15 }
--- fmsys disk table
fmSysDiskInfo OBJECT IDENTIFIER
::= { fmSystemInfo 16 }
fmSysDiskNumber OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of disks in fmSysDiskTable."
::= { fmSysDiskInfo 1 }
fmSysDiskTable OBJECT-TYPE
SYNTAX SEQUENCE OF FmSysDiskEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of disks on this device.
Every type of disk is an entry of this table."
::= { fmSystemInfo 17 }
fmSysDiskEntry OBJECT-TYPE
SYNTAX FmSysDiskEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing disk detailed info."
INDEX { fmSysDiskEntIndex }
::= { fmSysDiskTable 1 }
FmSysDiskEntry ::= SEQUENCE {
fmSysDiskEntIndex FnIndex,
fmSysDiskEntName DisplayString,
fmSysDiskEntUsage Gauge32,
fmSysDiskEntCapacity Gauge32,
fmSysDiskEntIOUtil FmTenths
}
fmSysDiskEntIndex OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index value that uniquely identifies the disk entry."
::= { fmSysDiskEntry 1 }
fmSysDiskEntName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the disk."
::= { fmSysDiskEntry 2 }
fmSysDiskEntUsage OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current disk usage (MB)."
::= { fmSysDiskEntry 3 }
fmSysDiskEntCapacity OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total disk capacity (MB)."
::= { fmSysDiskEntry 4 }
fmSysDiskEntIOUtil OBJECT-TYPE
SYNTAX FmTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current disk IO utilization (percentage) with one decimal place."
::= { fmSysDiskEntry 5 }
---
--- fmsys log-forward table
fmSysLogForwardInfo OBJECT IDENTIFIER
::= { fmSystemInfo 18 }
fmSysLogForwardNumber OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of log-forward targets in fmSysLogForwardTable."
::= { fmSysLogForwardInfo 1 }
fmSysLogForwardTable OBJECT-TYPE
SYNTAX SEQUENCE OF FmSysLogForwardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of log-forward targets configured on the device."
::= { fmSystemInfo 19 }
fmSysLogForwardEntry OBJECT-TYPE
SYNTAX FmSysLogForwardEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing information applicable to a particular log-forward target."
INDEX { fmSysLogForwardIndex }
::= { fmSysLogForwardTable 1 }
FmSysLogForwardEntry ::= SEQUENCE {
fmSysLogForwardIndex FnIndex,
fmSysLogForwardName DisplayString,
fmSysLogForwardRate FmHundredths
}
fmSysLogForwardIndex OBJECT-TYPE
SYNTAX FnIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index value that uniquely identifies the log-forward target."
::= { fmSysLogForwardEntry 1 }
fmSysLogForwardName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the log-forward target."
::= { fmSysLogForwardEntry 2 }
fmSysLogForwardRate OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Log forwarding rate to the particular target in number of logs per second with two decimal places."
::= { fmSysLogForwardEntry 3 }
---
fmTrapHASwitch NOTIFICATION-TYPE
OBJECTS { fnSysSerial, sysName }
STATUS current
@ -794,15 +1024,27 @@ fmAdomEntry OBJECT-TYPE
::= { fmAdomTable 1 }
FmAdomEntry ::= SEQUENCE {
fmAdomEntIndex FnIndex,
fmAdomEntName DisplayString,
fmAdomEntState FnBoolState,
fmAdomEntMode FmAdomEntMode,
fmAdomEntFgtNumber Integer32,
fmAdomEntPolicyPackageNumber Integer32,
fmAdomEntOsVersion Integer32,
fmAdomEntMr Integer32,
fmAdomEntVpnMode FmAdomEntVpnMode
fmAdomEntIndex FnIndex,
fmAdomEntName DisplayString,
fmAdomEntState FnBoolState,
fmAdomEntMode FmAdomEntMode,
fmAdomEntFgtNumber Integer32,
fmAdomEntPolicyPackageNumber Integer32,
fmAdomEntOsVersion Integer32,
fmAdomEntMr Integer32,
fmAdomEntVpnMode FmAdomEntVpnMode,
fmAdomEntLogRateMinute FmHundredths,
fmAdomEntArchiveLogRetention Gauge32,
fmAdomEntArchiveLogQuota Gauge32,
fmAdomEntArchiveLogUsedSpace Gauge32,
fmAdomEntArchiveLogUsedSpacePercent FmTenths,
fmAdomEntAnalyticsLogRetention Gauge32,
fmAdomEntAnalyticsLogQuota Gauge32,
fmAdomEntAnalyticsLogUsedSpace Gauge32,
fmAdomEntAnalyticsLogUsedSpacePercent FmTenths,
fmAdomEntLicGbDayToday FmHundredths,
fmAdomEntLicGbDayYesterday FmHundredths,
fmAdomEntLicGbDayWeekAvg FmHundredths
}
fmAdomEntIndex OBJECT-TYPE
@ -896,6 +1138,106 @@ fmAdomEntVpnMode OBJECT-TYPE
"Adom VPN mode"
::= { fmAdomEntry 9 }
fmAdomEntLogRateMinute OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The adom log receiving rate in number of logs per second over last one minute with two decimal places."
::= { fmAdomEntry 10 }
fmAdomEntArchiveLogRetention OBJECT-TYPE
SYNTAX Gauge32
UNITS "days"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of days adom archive logs will be kept according to the data policy."
::= { fmAdomEntry 11 }
fmAdomEntArchiveLogQuota OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum disk space (MB) allocated for adom archive logs."
::= { fmAdomEntry 12 }
fmAdomEntArchiveLogUsedSpace OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Disk space (MB) adom archive logs have used."
::= { fmAdomEntry 13 }
fmAdomEntArchiveLogUsedSpacePercent OBJECT-TYPE
SYNTAX FmTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Disk usage percentage of quota for adom archive logs with one decimal place."
::= { fmAdomEntry 14 }
fmAdomEntAnalyticsLogRetention OBJECT-TYPE
SYNTAX Gauge32
UNITS "days"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of days adom analytics logs will be kept according to the data policy."
::= { fmAdomEntry 15 }
fmAdomEntAnalyticsLogQuota OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum disk space (MB) allocated for adom analytics logs."
::= { fmAdomEntry 16 }
fmAdomEntAnalyticsLogUsedSpace OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Disk space (MB) adom analytics logs have used."
::= { fmAdomEntry 17 }
fmAdomEntAnalyticsLogUsedSpacePercent OBJECT-TYPE
SYNTAX FmTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Disk usage percentage of quota for adom analytics logs with one decimal place."
::= { fmAdomEntry 18 }
fmAdomEntLicGbDayToday OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The gibi bytes (GiB) of adom logs received today with two decimal places."
::= { fmAdomEntry 19 }
fmAdomEntLicGbDayYesterday OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The gibi bytes (GiB) of adom logs received yesterday with two decimal places."
::= { fmAdomEntry 20 }
fmAdomEntLicGbDayWeekAvg OBJECT-TYPE
SYNTAX FmHundredths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The daily average gibi bytes (GiB) of adom logs received over last seven days with two decimal places."
::= { fmAdomEntry 21 }
---
--
-- fortinet.fnFortiManagerMib.fmDevice
--
@ -941,30 +1283,34 @@ fmDeviceEntry OBJECT-TYPE
::= { fmDeviceTable 1 }
FmDeviceEntry ::= SEQUENCE {
fmDeviceEntIndex FnIndex,
fmDeviceEntName DisplayString,
fmDeviceEntSn DisplayString,
fmDeviceEntMode FmDeviceEntMode,
fmDeviceEntAdom DisplayString,
fmDeviceEntIp DisplayString,
fmDeviceEntOsVersion Integer32,
fmDeviceEntMr Integer32,
fmDeviceEntBuild Integer32,
fmDeviceEntHaMode FmDeviceEntHaMode,
fmDeviceEntHaGroup DisplayString,
fmDeviceEntConnectState FmDeviceEntConnectState,
fmDeviceEntDbState FmDeviceEntDbState,
fmDeviceEntConfigState FmDeviceEntConfigState,
fmDeviceEntState FmDeviceEntState,
fmDeviceEntPlatform DisplayString,
fmDeviceEntVdomEnabled FnBoolState,
fmDeviceEntSupportState FmDeviceEntSupportState,
fmDeviceEntAvExpireDate DisplayString,
fmDeviceEntIpsExpireDate DisplayString,
fmDeviceEntWfExpireDate DisplayString,
fmDeviceEntAsExpireDate DisplayString,
fmDeviceEntPolicyPackageState DisplayString,
fmDeviceEntDesc DisplayString
fmDeviceEntIndex FnIndex,
fmDeviceEntName DisplayString,
fmDeviceEntSn DisplayString,
fmDeviceEntMode FmDeviceEntMode,
fmDeviceEntAdom DisplayString,
fmDeviceEntIp DisplayString,
fmDeviceEntOsVersion Integer32,
fmDeviceEntMr Integer32,
fmDeviceEntBuild Integer32,
fmDeviceEntHaMode FmDeviceEntHaMode,
fmDeviceEntHaGroup DisplayString,
fmDeviceEntConnectState FmDeviceEntConnectState,
fmDeviceEntDbState FmDeviceEntDbState,
fmDeviceEntConfigState FmDeviceEntConfigState,
fmDeviceEntState FmDeviceEntState,
fmDeviceEntPlatform DisplayString,
fmDeviceEntVdomEnabled FnBoolState,
fmDeviceEntSupportState FmDeviceEntSupportState,
fmDeviceEntAvExpireDate DisplayString,
fmDeviceEntIpsExpireDate DisplayString,
fmDeviceEntWfExpireDate DisplayString,
fmDeviceEntAsExpireDate DisplayString,
fmDeviceEntPolicyPackageState DisplayString,
fmDeviceEntDesc DisplayString,
fmDeviceEntLogRateHour FmHundredths,
fmDeviceEntLogRateDay FmHundredths,
fmDeviceEntLogRateWeek FmHundredths,
fmDeviceEntArchiveLogUsedSpace Gauge32
}
fmDeviceEntIndex OBJECT-TYPE
@ -1245,6 +1591,41 @@ fmDeviceEntDesc OBJECT-TYPE
"The description of the device"
::= { fmDeviceEntry 24 }
fmDeviceEntLogRateHour OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device log receiving rate in number of logs per second over last one hour with two decimal places."
::= { fmDeviceEntry 25}
fmDeviceEntLogRateDay OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device log receiving rate in number of logs per second over last one day with two decimal places."
::= { fmDeviceEntry 26}
fmDeviceEntLogRateWeek OBJECT-TYPE
SYNTAX FmHundredths
UNITS "logs per second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device log receiving rate in number of logs per second over last seven days with two decimal places."
::= { fmDeviceEntry 27}
fmDeviceEntArchiveLogUsedSpace OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Disk space (MB) device archive logs have used."
::= { fmDeviceEntry 28}
--
-- fortinet.fnFortiManagerMib.fmRaid
--
@ -1362,10 +1743,10 @@ FmRaidDiskEntState ::= TEXTUAL-CONVENTION
"Raid disk status"
SYNTAX INTEGER {
unavailable (0),
unused (1),
ok (2),
rebuilding (3),
failed (4),
failed (1),
unused (2),
ok (3),
rebuilding (4),
spare (5)
}
@ -1627,16 +2008,29 @@ fmTrapsComplianceGroup NOTIFICATION-GROUP
fmTrapLogDataRateThreshold,
fmTrapLicGbDayThreshold,
fmTrapLicDevQuotaThreshold,
fmTrapCpuThresholdExcludeNice }
fmTrapCpuThresholdExcludeNice,
fmTrapPowerStateChange,
fmTrapFanStateChange,
fmTrapTemperatureStateChange,
fmTrapVoltageStateChange }
STATUS current
DESCRIPTION
"Event notifications"
::= { fmMIBConformance 1 }
fmSystemObjectGroup OBJECT-GROUP
OBJECTS { fmSysMemUsed, fmSysMemCapacity,
fmSysCpuUsage, fmSysDiskCapacity,
fmSysDiskUsage, fmSysCpuUsageExcludedNice }
OBJECTS { fmSysMemUsed, fmSysMemCapacity,
fmSysCpuUsage, fmSysDiskCapacity,
fmSysDiskUsage, fmSysCpuUsageExcludedNice,
fmSysVersion, fmSysUpTime,
fmSysLogRate, fmSysLogRateHr,
fmSysLogLagTime, fmSysLogIndexingRate,
fmSysLicGbDayToday, fmSysLicGbDayYesterday,
fmSysLicGbDayWeekAvg, fmSysDiskNumber,
fmSysDiskEntName, fmSysDiskEntUsage,
fmSysDiskEntCapacity, fmSysDiskEntIOUtil,
fmSysLogForwardName, fmSysLogForwardNumber,
fmSysLogForwardRate }
STATUS current
DESCRIPTION
"Objects pertaining to the system status of the device."
@ -1667,6 +2061,44 @@ fmSessionComplianceGroup OBJECT-GROUP
DESCRIPTION "Session related instrumentation"
::= { fmMIBConformance 4 }
fmAdomComplianceGroup OBJECT-GROUP
OBJECTS { fmAdomEnabled, fmAdomNumber,
fmAdomMax, fmAdomEntName,
fmAdomEntState, fmAdomEntMode,
fmAdomEntFgtNumber, fmAdomEntPolicyPackageNumber,
fmAdomEntOsVersion, fmAdomEntMr,
fmAdomEntVpnMode, fmAdomEntLogRateMinute,
fmAdomEntArchiveLogRetention, fmAdomEntArchiveLogQuota,
fmAdomEntArchiveLogUsedSpace, fmAdomEntArchiveLogUsedSpacePercent,
fmAdomEntAnalyticsLogRetention, fmAdomEntAnalyticsLogQuota,
fmAdomEntAnalyticsLogUsedSpace, fmAdomEntAnalyticsLogUsedSpacePercent,
fmAdomEntLicGbDayToday, fmAdomEntLicGbDayYesterday,
fmAdomEntLicGbDayWeekAvg }
STATUS current
DESCRIPTION
"Adom-related configuration and statistics."
::= { fmMIBConformance 5 }
fmDeviceComplianceGroup OBJECT-GROUP
OBJECTS { fmDeviceNumber, fmVdomNumber,
fmDeviceEntName, fmDeviceEntSn,
fmDeviceEntMode, fmDeviceEntAdom,
fmDeviceEntIp, fmDeviceEntOsVersion,
fmDeviceEntMr, fmDeviceEntBuild,
fmDeviceEntHaMode, fmDeviceEntHaGroup,
fmDeviceEntConnectState, fmDeviceEntDbState,
fmDeviceEntConfigState, fmDeviceEntState,
fmDeviceEntPlatform, fmDeviceEntVdomEnabled,
fmDeviceEntSupportState, fmDeviceEntAvExpireDate,
fmDeviceEntIpsExpireDate, fmDeviceEntWfExpireDate,
fmDeviceEntAsExpireDate, fmDeviceEntPolicyPackageState,
fmDeviceEntDesc, fmDeviceEntLogRateHour,
fmDeviceEntLogRateDay, fmDeviceEntLogRateWeek,
fmDeviceEntArchiveLogUsedSpace }
STATUS current
DESCRIPTION
"Device-related configuration and statistics."
::= { fmMIBConformance 6 }
fmMIBCompliance MODULE-COMPLIANCE
STATUS current
@ -1691,6 +2123,14 @@ fmMIBCompliance MODULE-COMPLIANCE
DESCRIPTION
"IP session related implementation."
GROUP fmAdomComplianceGroup
DESCRIPTION
"This group is mandatory for adom-related configuration and statistics."
GROUP fmDeviceComplianceGroup
DESCRIPTION
"This group is mandatory for device-related configuration and statistics."
::= { fmMIBConformance 100 }
--
@ -2512,14 +2952,14 @@ fmUmFgdQueryStatisticQueryHistoryEntryIndex OBJECT-TYPE
::= { fmUmFgdQueryStatisticQueryHistoryEntry 1 }
fmUmFgdQueryStatisticQueryHistoryEntryBeginTime OBJECT-TYPE
SYNTAX Couter64
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { fmUmFgdQueryStatisticQueryHistoryEntry 2 }
fmUmFgdQueryStatisticQueryHistoryEntryEndTime OBJECT-TYPE
SYNTAX Couter64
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
@ -2540,21 +2980,21 @@ fmUmFgdQueryStatisticQueryHistoryEntryDeviceAddress OBJECT-TYPE
::= { fmUmFgdQueryStatisticQueryHistoryEntry 5 }
fmUmFgdQueryStatisticQueryHistoryEntryQueries OBJECT-TYPE
SYNTAX Couter64
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { fmUmFgdQueryStatisticQueryHistoryEntry 6 }
fmUmFgdQueryStatisticQueryHistoryEntryHits OBJECT-TYPE
SYNTAX Couter64
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
::= { fmUmFgdQueryStatisticQueryHistoryEntry 7 }
fmUmFgdQueryStatisticQueryHistoryEntryMisses OBJECT-TYPE
SYNTAX Couter64
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""