Commit version 24.12.13800
This commit is contained in:
3149
mibs/f5/F5-3DNS-MIB
Normal file
3149
mibs/f5/F5-3DNS-MIB
Normal file
File diff suppressed because it is too large
Load Diff
141
mibs/f5/F5-ALERT-DEF-MIB
Normal file
141
mibs/f5/F5-ALERT-DEF-MIB
Normal file
@ -0,0 +1,141 @@
|
||||
F5-ALERT-DEF-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, DisplayString
|
||||
FROM SNMPv2-TC
|
||||
OBJECT-GROUP, MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF
|
||||
platform, f5Compliance
|
||||
FROM F5-COMMON-SMI-MIB
|
||||
;
|
||||
|
||||
f5Alerts MODULE-IDENTITY
|
||||
LAST-UPDATED "201908010941Z"
|
||||
ORGANIZATION "F5 Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"postal: F5 Networks, Inc.
|
||||
801 5th Ave
|
||||
Seattle, WA 98104
|
||||
phone: (206) 272-5555
|
||||
email: support@f5.com"
|
||||
|
||||
DESCRIPTION
|
||||
"Top-level infrastructure of the F5 Networks enterprise Alert MIB tree."
|
||||
|
||||
REVISION "201908010941Z"
|
||||
DESCRIPTION
|
||||
"F5 Alert Common MIB definitions."
|
||||
|
||||
|
||||
::= { platform 1 }
|
||||
|
||||
--=====================================================================--
|
||||
-- Local Textual Conventions
|
||||
--=====================================================================--
|
||||
F5Severity ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The severity of the alerts."
|
||||
SYNTAX INTEGER{
|
||||
emergency (0), -- system is unusable
|
||||
alert (1), -- action must be taken immediately
|
||||
critical (2), -- critical conditions
|
||||
error (3), -- error conditions
|
||||
warning (4), -- Warning conditions
|
||||
notice (5), -- normal but significant condition
|
||||
info (6), -- informational
|
||||
debug (7), -- debug-level messages
|
||||
na (8) -- Severity is not-applicable for cleared alerts
|
||||
}
|
||||
|
||||
F5CondEffect ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The effect of the condition."
|
||||
SYNTAX INTEGER{
|
||||
clear (0), -- Condition is Cleared
|
||||
assert (1), -- Condition is Asserted
|
||||
event (2), -- Condition is Event
|
||||
other (9999) -- Other
|
||||
}
|
||||
|
||||
--=====================================================================--
|
||||
-- Base Level Objects
|
||||
--=====================================================================--
|
||||
f5AlertObjects OBJECT IDENTIFIER ::= { f5Alerts 0 }
|
||||
|
||||
f5AlertNotificationObject OBJECT IDENTIFIER ::= { f5AlertObjects 1 }
|
||||
f5AlertNotificationObjectGroup OBJECT IDENTIFIER ::= { f5AlertObjects 2 }
|
||||
|
||||
f5AlertNotificationGroup OBJECT IDENTIFIER ::= { f5AlertObjects 3 }
|
||||
|
||||
alertSource OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..255))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The source/facility generating this trap."
|
||||
::= { f5AlertNotificationObject 1 }
|
||||
|
||||
alertEffect OBJECT-TYPE
|
||||
SYNTAX F5CondEffect
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The effect of the alert, whether it is raising or clearing."
|
||||
::= { f5AlertNotificationObject 2 }
|
||||
|
||||
alertSeverity OBJECT-TYPE
|
||||
SYNTAX F5Severity
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The severity of the alarm."
|
||||
::= { f5AlertNotificationObject 3 }
|
||||
|
||||
alertTimeStamp OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object specifies the date and time the Trap was generated."
|
||||
::= { f5AlertNotificationObject 4 }
|
||||
|
||||
alertDescription OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(0..1024))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The alarm Trap description."
|
||||
::= { f5AlertNotificationObject 5 }
|
||||
|
||||
alertGroup OBJECT-GROUP
|
||||
OBJECTS { alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
-- MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This is a generic Trap for reporting alerts."
|
||||
::= { f5AlertNotificationObjectGroup 1 }
|
||||
|
||||
-- =====================================
|
||||
-- Compliance
|
||||
--======================================
|
||||
f5AlertGroupCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This specifies the objects that are required to claim
|
||||
compliance to F5 Alert Notifications."
|
||||
MODULE
|
||||
MANDATORY-GROUPS {
|
||||
alertGroup
|
||||
}
|
||||
::= { f5Compliance 1 }
|
||||
|
||||
END
|
13
mibs/f5/F5-COMMON-SMI-MIB
Normal file
13
mibs/f5/F5-COMMON-SMI-MIB
Normal file
@ -0,0 +1,13 @@
|
||||
F5-COMMON-SMI-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
f5networks OBJECT IDENTIFIER ::= { enterprises 12276}
|
||||
|
||||
platform OBJECT IDENTIFIER ::= { f5networks 1 }
|
||||
|
||||
f5Compliance OBJECT IDENTIFIER ::= { f5networks 2 }
|
||||
|
||||
END
|
40
mibs/f5/F5-OS-SYSTEM-MIB
Normal file
40
mibs/f5/F5-OS-SYSTEM-MIB
Normal file
@ -0,0 +1,40 @@
|
||||
F5-OS-SYSTEM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI
|
||||
platform
|
||||
FROM F5-COMMON-SMI-MIB
|
||||
;
|
||||
|
||||
--================================================================
|
||||
f5OsSystem MODULE-IDENTITY
|
||||
LAST-UPDATED "202204070000Z"
|
||||
ORGANIZATION "F5 Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"postal: F5 Networks, Inc.
|
||||
801 Fifth Avenue
|
||||
Seattle, WA 98104
|
||||
phone: (206) 272-6500
|
||||
email: support@f5.com"
|
||||
DESCRIPTION
|
||||
"Top-level infrastructure of the F5OS System MIB tree."
|
||||
|
||||
REVISION "202204070000Z"
|
||||
DESCRIPTION
|
||||
"Initial revision."
|
||||
|
||||
::= { platform 3 }
|
||||
|
||||
--================================================================
|
||||
|
||||
f5OsSystemModelOIDs OBJECT IDENTIFIER ::= { f5OsSystem 1 }
|
||||
|
||||
f5OsAppR5x00 OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 1 }
|
||||
f5OsAppR10x00 OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 2 }
|
||||
f5OsAppR2x00 OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 3 }
|
||||
f5OsAppR4x00 OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 4 }
|
||||
f5OsVelosCx410 OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 5 }
|
||||
f5OsVelosCx410Partition OBJECT IDENTIFIER ::= { f5OsSystemModelOIDs 6 }
|
||||
|
||||
END
|
897
mibs/f5/F5-PLATFORM-STATS-MIB
Normal file
897
mibs/f5/F5-PLATFORM-STATS-MIB
Normal file
@ -0,0 +1,897 @@
|
||||
F5-PLATFORM-STATS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, DisplayString, TruthValue
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
platform, f5Compliance
|
||||
FROM F5-COMMON-SMI-MIB
|
||||
;
|
||||
|
||||
--================================================================
|
||||
f5PlatformStats MODULE-IDENTITY
|
||||
LAST-UPDATED "202101300000Z"
|
||||
ORGANIZATION "F5 Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"postal: F5 Networks, Inc.
|
||||
801 Fifth Avenue
|
||||
Seattle, WA 98104
|
||||
phone: (206) 272-6500
|
||||
email: support@f5.com"
|
||||
DESCRIPTION
|
||||
"Top-level infrastructure of the F5 enterprise MIB tree."
|
||||
::= { platform 2 }
|
||||
|
||||
--================================================================
|
||||
f5PlatformStatsObjects OBJECT IDENTIFIER ::= { f5PlatformStats 1 }
|
||||
platformCpuStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 1 }
|
||||
platformDiskStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 2 }
|
||||
platformTemperatureTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 3 }
|
||||
platformMemoryStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 4 }
|
||||
platformFpgaTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 5 }
|
||||
platformFwTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 6 }
|
||||
platformFantrayTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 7 }
|
||||
|
||||
--
|
||||
-- Textual Conventions
|
||||
--
|
||||
-- PlatformStatsIndex contains the semantics of platform stats component and should be used
|
||||
-- for any objects defined in other MIB modules that need these semantics.
|
||||
PlatformStatsIndex ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A unique name, not null, for each platform component or
|
||||
sub-component in the managed system."
|
||||
SYNTAX OCTET STRING(SIZE(1..255))
|
||||
|
||||
String ::= TEXTUAL-CONVENTION
|
||||
DISPLAY-HINT "1t"
|
||||
STATUS current
|
||||
DESCRIPTION "Textual-convention for DisplayString"
|
||||
SYNTAX DisplayString(SIZE(1..255))
|
||||
|
||||
--
|
||||
-- cpu processor statistics table
|
||||
--
|
||||
cpuProcessorStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CPUProcessorStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU processors."
|
||||
::= { platformCpuStatsTable 1 }
|
||||
|
||||
cpuProcessorStatsEntry OBJECT-TYPE
|
||||
SYNTAX CPUProcessorStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU processors."
|
||||
INDEX { index, cpuIndex }
|
||||
::= { cpuProcessorStatsTable 1 }
|
||||
|
||||
CPUProcessorStatsEntry ::=
|
||||
SEQUENCE {
|
||||
index PlatformStatsIndex,
|
||||
cpuIndex Integer32,
|
||||
cpuCacheSize String,
|
||||
cpuCoreCnt String,
|
||||
cpuFreq String,
|
||||
cpuStepping String,
|
||||
cpuThreadCnt String,
|
||||
cpuModelName String
|
||||
}
|
||||
|
||||
index OBJECT-TYPE
|
||||
SYNTAX PlatformStatsIndex
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Primary index of Platform Stats Table"
|
||||
::= { cpuProcessorStatsEntry 1 }
|
||||
|
||||
cpuIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The CPU index"
|
||||
::= { cpuProcessorStatsEntry 2 }
|
||||
|
||||
cpuCacheSize OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU cache size"
|
||||
::= { cpuProcessorStatsEntry 3 }
|
||||
|
||||
cpuCoreCnt OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core count"
|
||||
::= { cpuProcessorStatsEntry 4 }
|
||||
|
||||
cpuFreq OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU frequency"
|
||||
::= { cpuProcessorStatsEntry 5 }
|
||||
|
||||
cpuStepping OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU stepping"
|
||||
::= { cpuProcessorStatsEntry 6 }
|
||||
|
||||
cpuThreadCnt OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU currently running thread count"
|
||||
::= { cpuProcessorStatsEntry 7 }
|
||||
|
||||
cpuModelName OBJECT-TYPE
|
||||
SYNTAX String
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU model name"
|
||||
::= { cpuProcessorStatsEntry 8 }
|
||||
|
||||
--
|
||||
-- cpu-utilization statistics table
|
||||
--
|
||||
cpuUtilizationStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CPUUtilizationStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU Utilization."
|
||||
::= { platformCpuStatsTable 2 }
|
||||
|
||||
cpuUtilizationStatsEntry OBJECT-TYPE
|
||||
SYNTAX CPUUtilizationStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU Utilization."
|
||||
INDEX { index }
|
||||
::= { cpuUtilizationStatsTable 1 }
|
||||
|
||||
CPUUtilizationStatsEntry ::=
|
||||
SEQUENCE {
|
||||
cpuCore DisplayString,
|
||||
cpuCurrent Integer32,
|
||||
cpuTotal5secAvg Integer32,
|
||||
cpuTotal1minAvg Integer32,
|
||||
cpuTotal5minAvg Integer32
|
||||
}
|
||||
|
||||
cpuCore OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core index"
|
||||
::= { cpuUtilizationStatsEntry 1 }
|
||||
|
||||
cpuCurrent OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU current utilization percentage"
|
||||
::= { cpuUtilizationStatsEntry 2 }
|
||||
|
||||
cpuTotal5secAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU utilization average over the last five seconds"
|
||||
::= { cpuUtilizationStatsEntry 3 }
|
||||
|
||||
cpuTotal1minAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU utilization average over the last one minute"
|
||||
::= { cpuUtilizationStatsEntry 4 }
|
||||
|
||||
cpuTotal5minAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU utilization average over the last five minute"
|
||||
::= { cpuUtilizationStatsEntry 5 }
|
||||
|
||||
--
|
||||
-- CPU-cores statistics table
|
||||
--
|
||||
cpuCoreStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CPUCoreStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU cores."
|
||||
::= { platformCpuStatsTable 3 }
|
||||
|
||||
cpuCoreStatsEntry OBJECT-TYPE
|
||||
SYNTAX CPUCoreStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the CPU cores."
|
||||
INDEX { index, coreIndex }
|
||||
::= { cpuCoreStatsTable 1 }
|
||||
|
||||
|
||||
CPUCoreStatsEntry ::=
|
||||
SEQUENCE {
|
||||
coreIndex Integer32,
|
||||
coreName DisplayString,
|
||||
coreCurrent Integer32,
|
||||
coreTotal5secAvg Integer32,
|
||||
coreTotal1minAvg Integer32,
|
||||
coreTotal5minAvg Integer32
|
||||
}
|
||||
|
||||
coreIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core current utilization percentage"
|
||||
::= { cpuCoreStatsEntry 1 }
|
||||
|
||||
coreName OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core index"
|
||||
::= { cpuCoreStatsEntry 2 }
|
||||
|
||||
coreCurrent OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core current utilization percentage"
|
||||
::= { cpuCoreStatsEntry 3 }
|
||||
|
||||
coreTotal5secAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core utilization average over the last five second"
|
||||
::= { cpuCoreStatsEntry 4 }
|
||||
|
||||
coreTotal1minAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core utilization average over the last one minute"
|
||||
::= { cpuCoreStatsEntry 5 }
|
||||
|
||||
coreTotal5minAvg OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "CPU core utilization average over the last five minute"
|
||||
::= { cpuCoreStatsEntry 6 }
|
||||
|
||||
--
|
||||
-- Disk table
|
||||
--
|
||||
diskInfoTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF DiskInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the disks."
|
||||
::= { platformDiskStatsTable 1 }
|
||||
|
||||
diskInfoEntry OBJECT-TYPE
|
||||
SYNTAX DiskInfoEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the disks."
|
||||
INDEX { index, diskName }
|
||||
::= { diskInfoTable 1 }
|
||||
|
||||
DiskInfoEntry ::=
|
||||
SEQUENCE {
|
||||
diskName DisplayString,
|
||||
diskModel DisplayString,
|
||||
diskVendor DisplayString,
|
||||
diskVersion DisplayString,
|
||||
diskSerialNo DisplayString,
|
||||
diskSize DisplayString,
|
||||
diskType DisplayString
|
||||
}
|
||||
|
||||
diskName OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Name"
|
||||
::= { diskInfoEntry 2 }
|
||||
|
||||
diskModel OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Model name"
|
||||
::= { diskInfoEntry 3 }
|
||||
|
||||
diskVendor OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Vendor name"
|
||||
::= { diskInfoEntry 4 }
|
||||
|
||||
diskVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Version"
|
||||
::= { diskInfoEntry 5 }
|
||||
|
||||
diskSerialNo OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Serial Number"
|
||||
::= { diskInfoEntry 6 }
|
||||
|
||||
diskSize OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Size"
|
||||
::= { diskInfoEntry 7 }
|
||||
|
||||
diskType OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Type:usb, ssd, hdd, cd-rom, nvme"
|
||||
::= { diskInfoEntry 8 }
|
||||
|
||||
--
|
||||
-- disk-utilization statistics table
|
||||
--
|
||||
diskUtilizationStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF DISKUtilizationStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the DISK Utilization."
|
||||
::= { platformDiskStatsTable 2 }
|
||||
|
||||
diskUtilizationStatsEntry OBJECT-TYPE
|
||||
SYNTAX DISKUtilizationStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the DISK Utilization."
|
||||
INDEX { index, diskName }
|
||||
::= { diskUtilizationStatsTable 1 }
|
||||
|
||||
DISKUtilizationStatsEntry ::=
|
||||
SEQUENCE {
|
||||
diskPercentageUsed Integer32,
|
||||
diskTotalIops Counter64,
|
||||
diskReadIops Counter64,
|
||||
diskReadMerged Counter64,
|
||||
diskReadBytes Counter64,
|
||||
diskReadLatencyMs Counter64,
|
||||
diskWriteIops Counter64,
|
||||
diskWriteMerged Counter64,
|
||||
diskWriteBytes Counter64,
|
||||
diskWriteLatencyMs Counter64
|
||||
}
|
||||
|
||||
diskPercentageUsed OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..100)
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK Percent used"
|
||||
::= { diskUtilizationStatsEntry 3 }
|
||||
|
||||
diskTotalIops OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "IOPs"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total read/write IOPS"
|
||||
::= { diskUtilizationStatsEntry 4 }
|
||||
|
||||
diskReadIops OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "IOPs"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total read IOPS"
|
||||
::= { diskUtilizationStatsEntry 5 }
|
||||
|
||||
diskReadMerged OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total read merged"
|
||||
::= { diskUtilizationStatsEntry 6 }
|
||||
|
||||
diskReadBytes OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total read bytes"
|
||||
::= { diskUtilizationStatsEntry 7 }
|
||||
|
||||
diskReadLatencyMs OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "ms"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total read latency ms"
|
||||
::= { diskUtilizationStatsEntry 8 }
|
||||
|
||||
diskWriteIops OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "IOPs"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total write IOPS"
|
||||
::= { diskUtilizationStatsEntry 9 }
|
||||
|
||||
diskWriteMerged OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total write merged"
|
||||
::= { diskUtilizationStatsEntry 10 }
|
||||
|
||||
diskWriteBytes OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total write Bytes"
|
||||
::= { diskUtilizationStatsEntry 11 }
|
||||
|
||||
diskWriteLatencyMs OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "ms"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "DISK total write latency ms"
|
||||
::= { diskUtilizationStatsEntry 12 }
|
||||
|
||||
--
|
||||
-- temperature statistics table
|
||||
--
|
||||
temperatureStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TEMPERATUREStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the temperature."
|
||||
::= { platformTemperatureTable 1 }
|
||||
|
||||
temperatureStatsEntry OBJECT-TYPE
|
||||
SYNTAX TEMPERATUREStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the temperature."
|
||||
INDEX { index }
|
||||
::= { temperatureStatsTable 1 }
|
||||
|
||||
TEMPERATUREStatsEntry ::=
|
||||
SEQUENCE {
|
||||
tempCurrent DisplayString,
|
||||
tempAverage DisplayString,
|
||||
tempMinimum DisplayString,
|
||||
tempMaximum DisplayString
|
||||
}
|
||||
|
||||
tempCurrent OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
UNITS "centigrade"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current temperature in celsius/centigrade"
|
||||
::= { temperatureStatsEntry 2 }
|
||||
|
||||
tempAverage OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
UNITS "centigrade"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The arithmetic mean value of the temperature statistic over the
|
||||
past hour"
|
||||
::= { temperatureStatsEntry 3 }
|
||||
|
||||
tempMinimum OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
UNITS "centigrade"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The minimum value of the temperature statistic over the past hour"
|
||||
::= { temperatureStatsEntry 4 }
|
||||
|
||||
tempMaximum OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
UNITS "centigrade"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The maximum value of the temperature statistic over the past hour"
|
||||
::= { temperatureStatsEntry 5 }
|
||||
|
||||
--
|
||||
-- memory statistics table
|
||||
--
|
||||
memoryStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF MemoryStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the memory."
|
||||
::= { platformMemoryStatsTable 1 }
|
||||
|
||||
memoryStatsEntry OBJECT-TYPE
|
||||
SYNTAX MemoryStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the memory."
|
||||
INDEX { index }
|
||||
::= { memoryStatsTable 1 }
|
||||
|
||||
MemoryStatsEntry ::=
|
||||
SEQUENCE {
|
||||
memAvailable Counter64,
|
||||
memFree Counter64,
|
||||
memPercentageUsed Integer32,
|
||||
memPlatformTotal Counter64,
|
||||
memPlatformUsed Counter64
|
||||
}
|
||||
|
||||
memAvailable OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total system memory"
|
||||
::= { memoryStatsEntry 2 }
|
||||
|
||||
|
||||
memFree OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total amount of free memory in bytes"
|
||||
::= { memoryStatsEntry 3 }
|
||||
|
||||
memPercentageUsed OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..100)
|
||||
UNITS "percentage"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total percentage of memory currently in use"
|
||||
::= { memoryStatsEntry 4 }
|
||||
|
||||
memPlatformTotal OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total amount of memory in bytes"
|
||||
::= { memoryStatsEntry 5 }
|
||||
|
||||
memPlatformUsed OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
UNITS "bytes"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Total amount of platform used memory in bytes"
|
||||
::= { memoryStatsEntry 6 }
|
||||
|
||||
--
|
||||
-- FPGA table
|
||||
--
|
||||
fpgaTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FPGAEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the FPGA."
|
||||
::= { platformFpgaTable 1 }
|
||||
|
||||
fpgaEntry OBJECT-TYPE
|
||||
SYNTAX FPGAEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the FPGA."
|
||||
INDEX { index, fpgaIndex }
|
||||
::= { fpgaTable 1 }
|
||||
|
||||
FPGAEntry ::=
|
||||
SEQUENCE {
|
||||
fpgaIndex DisplayString,
|
||||
fpgaVersion DisplayString
|
||||
}
|
||||
|
||||
fpgaIndex OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "References the chip and unit of the FPGA"
|
||||
::= { fpgaEntry 1 }
|
||||
|
||||
fpgaVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "FPGA Version"
|
||||
::= { fpgaEntry 2 }
|
||||
|
||||
--
|
||||
-- FW version table
|
||||
--
|
||||
fwTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FWEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the FW version."
|
||||
::= { platformFwTable 1 }
|
||||
|
||||
fwEntry OBJECT-TYPE
|
||||
SYNTAX FWEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the fw version."
|
||||
INDEX { index, fwName }
|
||||
::= { fwTable 1 }
|
||||
|
||||
FWEntry ::=
|
||||
SEQUENCE {
|
||||
fwName DisplayString,
|
||||
fwVersion DisplayString,
|
||||
configurable TruthValue,
|
||||
fwUpdateStatus DisplayString
|
||||
}
|
||||
|
||||
fwName OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "References the FW name"
|
||||
::= { fwEntry 1 }
|
||||
|
||||
fwVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Version of the FW"
|
||||
::= { fwEntry 2 }
|
||||
|
||||
configurable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Configurable"
|
||||
::= { fwEntry 3 }
|
||||
|
||||
fwUpdateStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString(SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "update status of FW"
|
||||
::= { fwEntry 4 }
|
||||
|
||||
--
|
||||
-- Fantray Stats table
|
||||
--
|
||||
fantrayStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF FANTRAYStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the fantray speed."
|
||||
::= { platformFantrayTable 1 }
|
||||
|
||||
fantrayStatsEntry OBJECT-TYPE
|
||||
SYNTAX FANTRAYStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Information about the fantray speed."
|
||||
INDEX { index }
|
||||
::= { fantrayStatsTable 1 }
|
||||
|
||||
FANTRAYStatsEntry ::=
|
||||
SEQUENCE {
|
||||
fan-1-speed Integer32,
|
||||
fan-2-speed Integer32,
|
||||
fan-3-speed Integer32,
|
||||
fan-4-speed Integer32,
|
||||
fan-5-speed Integer32,
|
||||
fan-6-speed Integer32,
|
||||
fan-7-speed Integer32,
|
||||
fan-8-speed Integer32,
|
||||
fan-9-speed Integer32,
|
||||
fan-10-speed Integer32,
|
||||
fan-11-speed Integer32,
|
||||
fan-12-speed Integer32
|
||||
}
|
||||
|
||||
fan-1-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 1 }
|
||||
|
||||
fan-2-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 2 }
|
||||
|
||||
fan-3-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 3 }
|
||||
|
||||
fan-4-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 4 }
|
||||
|
||||
fan-5-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 5 }
|
||||
|
||||
fan-6-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 6 }
|
||||
|
||||
fan-7-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 7 }
|
||||
|
||||
fan-8-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 8 }
|
||||
|
||||
fan-9-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 9 }
|
||||
|
||||
fan-10-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 10}
|
||||
|
||||
fan-11-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 11 }
|
||||
|
||||
fan-12-speed OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "RPM"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The current fan speed in RPM"
|
||||
::= { fantrayStatsEntry 12 }
|
||||
|
||||
--
|
||||
-- Platform Groups
|
||||
--
|
||||
platformConformance OBJECT IDENTIFIER ::= { f5PlatformStats 2 }
|
||||
|
||||
platformGroups OBJECT IDENTIFIER ::= { platformConformance 1 }
|
||||
platformCompliances OBJECT IDENTIFIER ::= { platformConformance 2 }
|
||||
|
||||
platformCompliance MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The compliance statement for SNMP entities which have
|
||||
platform statistics."
|
||||
|
||||
MODULE
|
||||
MANDATORY-GROUPS { platformCPUGroup, platformDiskGroup,
|
||||
platformTempGroup, platformMemGroup,
|
||||
platformFpgaGroup, platformFwVersionGroup,
|
||||
platformFantrayGroup }
|
||||
::= { platformCompliances 1 }
|
||||
|
||||
platformCPUGroup OBJECT-GROUP
|
||||
OBJECTS { index, cpuIndex, cpuCacheSize, cpuCoreCnt, cpuFreq, cpuStepping,
|
||||
cpuThreadCnt, cpuModelName, cpuCore, cpuCurrent, cpuTotal5secAvg,
|
||||
cpuTotal1minAvg, cpuTotal5minAvg, coreIndex, coreCurrent, coreTotal5secAvg,
|
||||
coreTotal1minAvg, coreTotal5minAvg }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about CPUs."
|
||||
::= { platformGroups 1 }
|
||||
|
||||
platformDiskGroup OBJECT-GROUP
|
||||
OBJECTS { diskName, diskModel, diskVendor, diskVersion, diskSerialNo, diskSize,
|
||||
diskType, diskPercentageUsed, diskTotalIops, diskReadIops, diskReadMerged,
|
||||
diskReadBytes, diskReadLatencyMs, diskWriteIops, diskWriteMerged,
|
||||
diskWriteBytes, diskWriteLatencyMs }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about system disks."
|
||||
::= { platformGroups 2 }
|
||||
|
||||
platformTempGroup OBJECT-GROUP
|
||||
OBJECTS { tempCurrent, tempAverage, tempMinimum, tempMaximum }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about temperature."
|
||||
::= { platformGroups 3 }
|
||||
|
||||
platformMemGroup OBJECT-GROUP
|
||||
OBJECTS { memAvailable, memFree, memPercentageUsed, memPlatformTotal , memPlatformUsed }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about system memory."
|
||||
::= { platformGroups 4 }
|
||||
|
||||
platformFpgaGroup OBJECT-GROUP
|
||||
OBJECTS { fpgaIndex, fpgaVersion }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about FPGAs."
|
||||
::= { platformGroups 5 }
|
||||
|
||||
platformFwVersionGroup OBJECT-GROUP
|
||||
OBJECTS { fwName, fwVersion, configurable, fwUpdateStatus }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about FW version."
|
||||
::= { platformGroups 6 }
|
||||
|
||||
platformFantrayGroup OBJECT-GROUP
|
||||
OBJECTS { fan-1-speed, fan-2-speed, fan-3-speed, fan-4-speed, fan-5-speed, fan-6-speed, fan-7-speed, fan-8-speed, fan-9-speed, fan-10-speed, fan-11-speed, fan-12-speed }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing information about Fantray stats."
|
||||
::= { platformGroups 7 }
|
||||
|
||||
END
|
674
mibs/f5/F5OS-APPLIANCE-ALERT-NOTIF-MIB
Normal file
674
mibs/f5/F5OS-APPLIANCE-ALERT-NOTIF-MIB
Normal file
@ -0,0 +1,674 @@
|
||||
F5OS-APPLIANCE-ALERT-NOTIF-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, NOTIFICATION-TYPE
|
||||
FROM SNMPv2-SMI
|
||||
NOTIFICATION-GROUP
|
||||
FROM SNMPv2-CONF
|
||||
f5Alerts, alertSource, alertEffect, alertSeverity,
|
||||
alertTimeStamp, alertDescription, f5AlertNotificationGroup
|
||||
FROM F5-ALERT-DEF-MIB
|
||||
;
|
||||
|
||||
f5AlertNotification MODULE-IDENTITY
|
||||
LAST-UPDATED "201908040941Z"
|
||||
ORGANIZATION "F5 Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"postal: F5 Networks, Inc.
|
||||
801 5th Ave
|
||||
Seattle, WA 98104
|
||||
phone: (206) 272-5555
|
||||
email: support@f5.com"
|
||||
|
||||
DESCRIPTION
|
||||
"Top-level infrastructure of the F5 Networks enterprise Alert MIB tree."
|
||||
|
||||
REVISION "201908040941Z"
|
||||
DESCRIPTION
|
||||
"F5 Alert Notification Types."
|
||||
|
||||
::= { f5Alerts 1 }
|
||||
|
||||
--=====================================================================--
|
||||
-- F5 Alert Trap
|
||||
--=====================================================================--
|
||||
|
||||
hardware-device-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Hardware device fault detected"
|
||||
::= { f5AlertNotification 65536 }
|
||||
|
||||
firmware-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Firmware diagnostic state fault detected"
|
||||
::= { f5AlertNotification 65537 }
|
||||
|
||||
unknown-alarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Unregistered alarm detected"
|
||||
::= { f5AlertNotification 65538 }
|
||||
|
||||
memory-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fault in memory detected"
|
||||
::= { f5AlertNotification 65539 }
|
||||
|
||||
drive-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fault in drive detected"
|
||||
::= { f5AlertNotification 65540 }
|
||||
|
||||
cpu-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"CPU fault detected"
|
||||
::= { f5AlertNotification 65541 }
|
||||
|
||||
pcie-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fault in PCIe device detected"
|
||||
::= { f5AlertNotification 65542 }
|
||||
|
||||
aom-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fault detected in the AOM"
|
||||
::= { f5AlertNotification 65543 }
|
||||
|
||||
drive-capacity-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Running out of drive capacity"
|
||||
::= { f5AlertNotification 65544 }
|
||||
|
||||
power-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Power fault detected in hardware"
|
||||
::= { f5AlertNotification 65545 }
|
||||
|
||||
thermal-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Thermal fault detected in hardware"
|
||||
::= { f5AlertNotification 65546 }
|
||||
|
||||
drive-thermal-throttle NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Drive has entered a thermal throttle condition"
|
||||
::= { f5AlertNotification 65547 }
|
||||
|
||||
blade-thermal-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Thermal fault detected in blade"
|
||||
::= { f5AlertNotification 65548 }
|
||||
|
||||
blade-hardware-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Hardware fault detected in blade"
|
||||
::= { f5AlertNotification 65549 }
|
||||
|
||||
firmware-update-status NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Firmware update status"
|
||||
::= { f5AlertNotification 65550 }
|
||||
|
||||
drive-utilization NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Drive utilization growth rate is high"
|
||||
::= { f5AlertNotification 65551 }
|
||||
|
||||
service-health NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Service health status"
|
||||
::= { f5AlertNotification 65552 }
|
||||
|
||||
module-present NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Change detected in appliance module presence"
|
||||
::= { f5AlertNotification 66304 }
|
||||
|
||||
psu-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"PSU fault detected"
|
||||
::= { f5AlertNotification 66305 }
|
||||
|
||||
lcd-fault NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Fault detected in LCD module"
|
||||
::= { f5AlertNotification 66306 }
|
||||
|
||||
module-communication-error NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Module communication error detected"
|
||||
::= { f5AlertNotification 66307 }
|
||||
|
||||
fipsError NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Crypto error identified in one or more services"
|
||||
::= { f5AlertNotification 196608 }
|
||||
|
||||
core-dump NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Detected process crash on the system"
|
||||
::= { f5AlertNotification 327680 }
|
||||
|
||||
raidEvent NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Notification of raid event"
|
||||
::= { f5AlertNotification 393216 }
|
||||
|
||||
backplane NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Could not establish backplane link with one or more system controllers"
|
||||
::= { f5AlertNotification 262144 }
|
||||
|
||||
txPwrHiAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter power high alarm"
|
||||
::= { f5AlertNotification 262400 }
|
||||
|
||||
txPwrHiWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter power high warning"
|
||||
::= { f5AlertNotification 262401 }
|
||||
|
||||
txPwrLoAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter power low alarm"
|
||||
::= { f5AlertNotification 262402 }
|
||||
|
||||
txPwrLoWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter power low warning"
|
||||
::= { f5AlertNotification 262403 }
|
||||
|
||||
rxPwrHiAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Receiver power high alarm"
|
||||
::= { f5AlertNotification 262404 }
|
||||
|
||||
rxPwrHiWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Receiver power high warning"
|
||||
::= { f5AlertNotification 262405 }
|
||||
|
||||
rxPwrLoAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Receiver power low alarm"
|
||||
::= { f5AlertNotification 262406 }
|
||||
|
||||
rxPwrLoWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Receiver power low warning"
|
||||
::= { f5AlertNotification 262407 }
|
||||
|
||||
txBiasHiAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter bias high alarm"
|
||||
::= { f5AlertNotification 262408 }
|
||||
|
||||
txBiasHiWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter bias high warning"
|
||||
::= { f5AlertNotification 262409 }
|
||||
|
||||
txBiasLoAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter bias low alarm"
|
||||
::= { f5AlertNotification 262410 }
|
||||
|
||||
txBiasLoWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Transmitter bias low warning"
|
||||
::= { f5AlertNotification 262411 }
|
||||
|
||||
ddmTempHiAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic temperature high alarm"
|
||||
::= { f5AlertNotification 262412 }
|
||||
|
||||
ddmTempHiWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic temperature high warning"
|
||||
::= { f5AlertNotification 262413 }
|
||||
|
||||
ddmTempLoAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic temperature low alarm"
|
||||
::= { f5AlertNotification 262414 }
|
||||
|
||||
ddmTempLoWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic temperature low warning"
|
||||
::= { f5AlertNotification 262415 }
|
||||
|
||||
ddmVccHiAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic voltage high alarm"
|
||||
::= { f5AlertNotification 262416 }
|
||||
|
||||
ddmVccHiWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic voltage high warning"
|
||||
::= { f5AlertNotification 262417 }
|
||||
|
||||
ddmVccLoAlarm NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic voltage low alarm"
|
||||
::= { f5AlertNotification 262418 }
|
||||
|
||||
ddmVccLoWarn NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
alertSource,
|
||||
alertEffect,
|
||||
alertSeverity,
|
||||
alertTimeStamp,
|
||||
alertDescription
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Optic voltage low warning"
|
||||
::= { f5AlertNotification 262419 }
|
||||
|
||||
f5AlertsNotifyGroup NOTIFICATION-GROUP
|
||||
NOTIFICATIONS {
|
||||
hardware-device-fault,
|
||||
firmware-fault,
|
||||
unknown-alarm,
|
||||
memory-fault,
|
||||
drive-fault,
|
||||
cpu-fault,
|
||||
pcie-fault,
|
||||
aom-fault,
|
||||
drive-capacity-fault,
|
||||
power-fault,
|
||||
thermal-fault,
|
||||
drive-thermal-throttle,
|
||||
blade-thermal-fault,
|
||||
blade-hardware-fault,
|
||||
firmware-update-status,
|
||||
drive-utilization,
|
||||
service-health,
|
||||
module-present,
|
||||
psu-fault,
|
||||
lcd-fault,
|
||||
module-communication-error,
|
||||
fipsError,
|
||||
core-dump,
|
||||
raidEvent,
|
||||
backplane,
|
||||
txPwrHiAlarm,
|
||||
txPwrHiWarn,
|
||||
txPwrLoAlarm,
|
||||
txPwrLoWarn,
|
||||
rxPwrHiAlarm,
|
||||
rxPwrHiWarn,
|
||||
rxPwrLoAlarm,
|
||||
rxPwrLoWarn,
|
||||
txBiasHiAlarm,
|
||||
txBiasHiWarn,
|
||||
txBiasLoAlarm,
|
||||
txBiasLoWarn,
|
||||
ddmTempHiAlarm,
|
||||
ddmTempHiWarn,
|
||||
ddmTempLoAlarm,
|
||||
ddmTempLoWarn,
|
||||
ddmVccHiAlarm,
|
||||
ddmVccHiWarn,
|
||||
ddmVccLoAlarm,
|
||||
ddmVccLoWarn
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The notifications related to the operation of the F5 System."
|
||||
::= { f5AlertNotificationGroup 1 }
|
||||
|
||||
END
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user