How to get fan(s) status with SNMP of stack (x670v) ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-11-2016 10:29 AM
We have a stack running with 3 x670v switches.
I want to make a SNMP get to get the fan status of the switches (slots) in the stack.
With a single switch I would use the following OID to get the status of the first fan.
OID for status of first fan -> 1.3.6.1.4.1.1916.1.1.1.9.1.4.101
for the second fan this would be 1.3.6.1.4.1.1916.1.1.1.9.1.4.102
as so on till 106.
In a stack configuration I always get (with the OIDs named above) the status of the fans of the master switch in the stack.
I searched the stacking branch of the extreme MIB but there is only stack related information available.
How do I get the status of the other switches in the stack ?
- fans/power/id/etc.
Kind regards,
Erwin
I want to make a SNMP get to get the fan status of the switches (slots) in the stack.
With a single switch I would use the following OID to get the status of the first fan.
OID for status of first fan -> 1.3.6.1.4.1.1916.1.1.1.9.1.4.101
for the second fan this would be 1.3.6.1.4.1.1916.1.1.1.9.1.4.102
as so on till 106.
In a stack configuration I always get (with the OIDs named above) the status of the fans of the master switch in the stack.
I searched the stacking branch of the extreme MIB but there is only stack related information available.
How do I get the status of the other switches in the stack ?
- fans/power/id/etc.
Kind regards,
Erwin
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-11-2016 03:39 PM
Erwin,
If you do Get-next it would provide you the fan speed for the other slots.
So in the oid 1.3.6.1.4.1.1916.1.1.1.9.1.4.102 - 101 or 102 refers to the slot 1
If you would like to poll the slot 2 then it would 201 or 202 depending upon how many fans in that slot.
If you do Get-next it would provide you the fan speed for the other slots.
So in the oid 1.3.6.1.4.1.1916.1.1.1.9.1.4.102 - 101 or 102 refers to the slot 1
If you would like to poll the slot 2 then it would 201 or 202 depending upon how many fans in that slot.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-11-2016 03:39 PM
May i know what OIDs you are using to pull the PSU and temperature info?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-11-2016 03:39 PM
Thank you,
For the fans it is clear to me now.
But how does this work for the PSU (main and backup)?
And the temperature?
For the fans it is clear to me now.
But how does this work for the PSU (main and backup)?
And the temperature?
