Start a Conversation

Unsolved

Closed

A

1 Rookie

 • 

6 Posts

1578

July 25th, 2023 18:00

SNMP OID for fan speed

Hello,

I would like to monitor the fan speeds for a S5248-ON switch via SNMP. Which OID should I use?

Moderator

 • 

2.8K Posts

July 25th, 2023 23:00

Hello, I couldn't find a MIB OID list for S5248-ON but I found this thread please take a look. https://dell.to/44Go3t3

Temperature : .1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.11

1 Rookie

 • 

6 Posts

July 27th, 2023 10:00

Thank you Erman. I am looking for the fan speed, not the temperature.

Moderator

 • 

4.5K Posts

July 27th, 2023 11:00

Hello awcm,

 

Dell EMC OpenManage SNMP Reference Guide Version 9.5

Cooling Device Table  page 118-121

Fan Table page 357-363

https://dell.to/3Ox91Ad

 

Moderator

 • 

4.5K Posts

July 31st, 2023 08:00

Hello awcm,

 

What is the OS version you are running on?

1 Rookie

 • 

6 Posts

July 31st, 2023 08:00

Hello Charles,

Neither of the two OIDs from the manual you've referenced exist:  

Screenshot 2023-07-31 at 11.16.51.png

 

Screenshot 2023-07-31 at 11.15.35.png

$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10892.1.700.12
DELLEMC-OS10-SMI-MIB::dell.10892.1.700.12 = No Such Object available on this agent at this OID
$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10893.1.20.130.7
DELLEMC-OS10-SMI-MIB::dell.10893.1.20.130.7 = No Such Object available on this agent at this OID


In fact, neither of the ancestor OIDs exist either:

$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10892
DELLEMC-OS10-SMI-MIB::dell.10892 = No Such Object available on this agent at this OID
$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10893
DELLEMC-OS10-SMI-MIB::dell.10893 = No Such Object available on this agent at this OID


 

1 Rookie

 • 

6 Posts

July 31st, 2023 09:00

Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2022 by Dell Inc. All Rights Reserved.
OS Version: 10.5.4.4
Build Version: 10.5.4.4.193
Build Time: 2022-10-13T21:15:55+0000
System Type: S5248F-ON
Architecture: x86_64

and

Dell SmartFabric OS10 Enterprise
Copyright (c) 1999-2023 by Dell Inc. All Rights Reserved.
OS Version: 10.5.5.5
Build Version: 10.5.5.5.105
Build Time: 2023-06-19T19:08:01+0000
System Type: N3248TE-ON
Architecture: x86_64

Moderator

 • 

4.5K Posts

July 31st, 2023 11:00

Hello awcm,

 

See if this one works:

Dell EMC OpenManage SNMP Reference Guide Version 10.0.1

https://dell.to/43OilUH

 

1 Rookie

 • 

6 Posts

August 1st, 2023 09:00

This is exactly what I want:

Screenshot 2023-08-01 at 12.12.55.png

However, as mentioned, the OID and its ancestor do not exist:

$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10892.1.700.12.1.6
DELLEMC-OS10-SMI-MIB::dell.10892.1.700.12.1.6 = No Such Object available on this agent at this OID
$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10892
DELLEMC-OS10-SMI-MIB::dell.10892 = No Such Object available on this agent at this OID

 

Moderator

 • 

4.5K Posts

August 1st, 2023 10:00

Hello awcm,

 

We'll have to do some more research and update you.

Moderator

 • 

2.8K Posts

August 2nd, 2023 00:00

Hi, Could you try these below but I found them for powerconnect series. Interesting thing is I couldn't find OID information directly  for powerswitch series.

  • Fan Speed (.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8 This OID returns the current speed of the fan in RPM (revolutions per minute).
  • Fan Speed Status (.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.9 This OID returns the status of the fan speed as one of the following values: unknownnormalwarningcritical, or notPresent.
  • Fan Speed Lower Non Critical Threshold (.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.10 This OID returns the lower non-critical threshold for the fan speed in RPM.
  • Fan Speed Upper Non Critical Threshold (.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.11 This OID returns the upper non-critical threshold for the fan speed in RPM.
  • Fan Speed Lower Critical Threshold (`.1.3.6.1.4.1.674.10895.5000.2.6132.1.1

My hands are a little tight however an alternative method you can also check ipmi tool. Dell EMC PowerSwitch S5200-ON Series BMC User Guide https://dell.to/3DFAvgK;

If this is not working i recommend you may need to reach local network support team. I was trying to find a table for powerswitches but I couldn't find any info. Also I just thinking to use SNMP walk but I don't have the a device to test it How to do SNMP walk https://dell.to/3DC8tTg

SNMPSoft Tools https://dell.to/457JYJp

1 Rookie

 • 

6 Posts

August 2nd, 2023 07:00

$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8
DELLEMC-OS10-SMI-MIB::dell.10895.5000.2.6132.1.1.43.1.8 = No Such Object available on this agent at this OID
$ snmpwalk -v 3 -m ALL [redacted] 1.3.6.1.4.1.674.10895
DELLEMC-OS10-SMI-MIB::dell.10895 = No Such Object available on this agent at this OID

Moderator

 • 

4.5K Posts

August 2nd, 2023 13:00

Hello awcm,

 

Try run this command you can see all the name/OIDs. See if one meets your need.

S5248# system "snmptranslate -Pu -Tz -m ALL -M /opt/dell/os10/snmp/mibs/"

If it's not listed then it's not supported.

No Events found!

Top