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

@ -1,7 +1,7 @@
--**MOD+************************************************************************
--* Module: ARUBAWIRED-FAN-MIB :FAN MIB file
--*
--* (c) Copyright 2020 Hewlett Packard Enterprise Development LP
--* (c) Copyright 2020,2023 Hewlett Packard Enterprise Development LP
--* All Rights Reserved.
--*
--* The contents of this software are proprietary and confidential
@ -27,7 +27,7 @@ IMPORTS
FROM ARUBAWIRED-CHASSIS-MIB;
arubaWiredFan MODULE-IDENTITY
LAST-UPDATED "202002130000Z" -- February 13, 2020
LAST-UPDATED "202303310000Z" -- March 31, 2023
ORGANIZATION "HPE/Aruba Networking Division"
CONTACT-INFO "Hewlett Packard Company
8000 Foothills Blvd.
@ -35,6 +35,9 @@ arubaWiredFan MODULE-IDENTITY
DESCRIPTION
"This MIB module describes management objects that manage Fans."
REVISION "202303310000Z" -- March 31, 2023
DESCRIPTION "Added arubaWiredFanStateEnum"
REVISION "202002130000Z" -- February 13, 2020
DESCRIPTION "Initial revision."
::= { arubaWiredChassisMIB 5 }
@ -91,7 +94,8 @@ ArubaWiredFanEntry ::=
arubaWiredFanProductName DisplayString,
arubaWiredFanSerialNumber DisplayString,
arubaWiredFanRPM Integer32,
arubaWiredFanAirflowDirection DisplayString
arubaWiredFanAirflowDirection DisplayString,
arubaWiredFanStateEnum INTEGER
}
arubaWiredFanGroupIndex OBJECT-TYPE
@ -156,7 +160,8 @@ arubaWiredFanRPM OBJECT-TYPE
UNITS "RPM"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current RPM read for the fan."
DESCRIPTION "Current RPM read for the fan. RPM of -1 indicates
fan does not have RPM readback capability."
::= { arubaWiredFanEntry 8 }
arubaWiredFanAirflowDirection OBJECT-TYPE
@ -166,6 +171,19 @@ arubaWiredFanAirflowDirection OBJECT-TYPE
DESCRIPTION "Air flow direction for the fan."
::= { arubaWiredFanEntry 9 }
arubaWiredFanStateEnum OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
empty (2),
uninitialized (3),
ok (4),
fault (5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current status for the fan expressed as an enumerated value."
::= { arubaWiredFanEntry 10 }
-- **********************************************************************
-- compliance statements
-- **********************************************************************
@ -201,7 +219,8 @@ arubaWiredFanTableGroup OBJECT-GROUP
arubaWiredFanProductName,
arubaWiredFanSerialNumber,
arubaWiredFanRPM,
arubaWiredFanAirflowDirection
arubaWiredFanAirflowDirection,
arubaWiredFanStateEnum
}
STATUS current
DESCRIPTION "A collection of objects display configuration, status,