cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11109
Views
10
Helpful
3
Replies

looking for OIDs for 2960s Temperature and Fan

Willem de Groot
Level 1
Level 1

Hi all

I'm looking for the OIDs for FAN, Temperature and Powerstate of each 2960s Switch in a Stack.

I can do a

show env switch 2

But were ist the OID für these "counters"

Thanks

Willem

1 Accepted Solution

Accepted Solutions

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi all

I'm looking for the OIDs for FAN, Temperature and Powerstate of each 2960s Switch in a Stack.

I can do a

show env switch 2

But were ist the OID für these "counters"

Thanks

Willem


Hi Willem,

Try with these below option

CISCO-STACK-MIB::chassisTempAlarm.0 = INTEGER: off(1)
CISCO-ENVMON-MIB::ciscoEnvMonTemperatureState.1005 = INTEGER: normal(1)

Hope to Help !!

Ganesh.H

View solution in original post

3 Replies 3

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi all

I'm looking for the OIDs for FAN, Temperature and Powerstate of each 2960s Switch in a Stack.

I can do a

show env switch 2

But were ist the OID für these "counters"

Thanks

Willem


Hi Willem,

Try with these below option

CISCO-STACK-MIB::chassisTempAlarm.0 = INTEGER: off(1)
CISCO-ENVMON-MIB::ciscoEnvMonTemperatureState.1005 = INTEGER: normal(1)

Hope to Help !!

Ganesh.H

Hi Ganesh.H

Thanks, this is what I was Looking for

Temp:

IOD: 1.3.6.1.4.1.9.9.13.1.3.1.3.1008 for the first Switch, 2008 for the second ...

Return. Value Celcius

FAN:

IOD:  1.3.6.1.4.1.9.9.13.1.4.1.3.1007  for the first Switch, 2007 for the second ....

return: 1= Normal

Powersupply:

OID: 1.3.6.1.4.1.9.9.13.1.5.1.3.1006   for the first Switch,1007 for the second .....

return 1 = Normal

Willem

Hi Ganesh.H

Thanks, this is what I was Looking for

Temp:

IOD: 1.3.6.1.4.1.9.9.13.1.3.1.3.1008 for the first Switch, 2008 for the second ...

Return. Value Celcius

FAN:

IOD:  1.3.6.1.4.1.9.9.13.1.4.1.3.1007  for the first Switch, 2007 for the second ....

return: 1= Normal

Powersupply:

OID: 1.3.6.1.4.1.9.9.13.1.5.1.3.1006   for the first Switch,1007 for the second .....

return 1 = Normal

Willem

Hi Willem,

That Great post has helped out ..it will be helpful if you can mark this thread has answered so that others get benifitted !!

Ganesh.H