Switch board temperatures on devices running >=AOS7

Post Reply
fkromer
Member
Posts: 24
Joined: 27 Nov 2018 03:24

Switch board temperatures on devices running >=AOS7

Post by fkromer »

The board temperatures of switches running an operating system AOS7 (or later) can be accessed via OIDs 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8 to .23
(see also https://www.alcatelunleashed.com/viewto ... 69#p107469) . However SNMP walks of various devices contain always OIDs <oid prefix>.209 and <oid prefix>.210:

Code: Select all

33307:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8.209 = 42
33308:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8.210 = 38
33309:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.9.209 = 0
33310:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.9.210 = 0
33311:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.10.209 = 0
33312:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.10.210 = 0
33313:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.11.209 = 0
33314:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.11.210 = 0
33315:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.12.209 = 0
33316:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.12.210 = 0
33317:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.13.209 = 0
33318:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.13.210 = 0
33319:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.14.209 = 0
33320:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.14.210 = 0
33321:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.15.209 = 0
33322:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.15.210 = 0
33323:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.16.209 = 42
33324:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.16.210 = 38
33325:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.17.209 = 0
33326:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.17.210 = 0
33327:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.18.209 = 0
33328:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.18.210 = 0
33329:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.19.209 = 0
33330:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.19.210 = 0
33331:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.20.209 = 0
33332:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.20.210 = 0
33333:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.21.209 = 0
33334:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.21.210 = 0
33335:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.22.209 = 0
33336:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.22.210 = 0
33337:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.23.209 = 0
33338:.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.23.210 = 0
The description of .1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8 (chasCPMAHardwareBoardTemp) is as follows:

Code: Select all

$ snmptranslate -m ALCATEL-IND1-CHASSIS-MIB -On -Td -Ib chasCPMAHardwareBoardTemp
.1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8
chasCPMAHardwareBoardTemp OBJECT-TYPE
  -- FROM	ALCATEL-IND1-CHASSIS-MIB
  SYNTAX	Integer32 (0..200) 
  MAX-ACCESS	read-only
  STATUS	current
  DESCRIPTION	"This object indicates the current output of the Board Temperature
         Sensor provided by the LM75 part (degrees Centigrade) for the
         CPMA control module board. This temperature is what is used for
         comparing to the threshold and determining whether the value
         is in range."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) alcatel(6486) alcatelIND1BaseMIB(801) alcatelIND1Management(1) managementIND1Hardware(1) hardwareIND1Entities(1) hardentIND1Chassis(3) alcatelIND1ChassisMIB(1) alcatelIND1ChassisMIBObjects(1) chasChassisTable(3) chasChassisEntry(1) 8 }
Do devices store temperatures over time which are accessible via incremented child OIDs of .1.3.6.1.4.1.6486.801.1.1.1.3.1.1.3.1.8 etc.?
Post Reply

Return to “Misc”