cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
869
Views
0
Helpful
3
Replies

Cisco CBS350 temperature monitoring via SNMPv3

vladak
Level 1
Level 1

Is there a way how to get the values of the temperature sensors  in the CBS350 switch via SNMPv3 ? If yes, what are the OIDs and (private) MIBs ?

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Last time i look at the document below OID :

As per I know CBS have limited to certain features. may be worth do snmpwalk and check.

https://www.cisco.com/c/en/us/support/docs/smb/switches/cisco-small-business-200-series-smart-switches/smb5512-cisco-small-business-switches-model-object-identifiers-oids.html

1.3.6.1.4.1.9.6.1.95.10.5

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I did snmpwalk on the switch and the only place where OIDs close to the above System Object ID are some of the values:

$ snmpwalk -On ... switch | grep '1.3.6.1.4.'

.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.9.6.1.1004.18.16
.1.3.6.1.2.1.1.9.1.2.1 = OID: .1.3.6.1.4.1.89.73
.1.3.6.1.2.1.47.1.1.1.1.3.67109120 = OID: .1.3.6.1.4.1.9.12.3.1.3
.1.3.6.1.2.1.47.1.1.1.1.3.68421377 = OID: .1.3.6.1.4.1.9.12.3.1.8.31
.1.3.6.1.2.1.47.1.1.1.1.3.68421378 = OID: .1.3.6.1.4.1.9.12.3.1.8.31
.1.3.6.1.2.1.47.1.1.1.1.3.68421379 = OID: .1.3.6.1.4.1.9.12.3.1.8.31
.1.3.6.1.2.1.47.1.1.1.1.3.68425857 = OID: .1.3.6.1.4.1.9.12.3.1.10.2
.1.3.6.1.2.1.47.1.1.1.1.3.68425858 = OID: .1.3.6.1.4.1.9.12.3.1.10.1
.1.3.6.1.2.1.47.1.1.1.1.3.68425859 = OID: .1.3.6.1.4.1.9.12.3.1.10.4
.1.3.6.1.2.1.47.1.1.1.1.3.68425860 = OID: .1.3.6.1.4.1.9.12.3.1.10.3
.1.3.6.1.2.1.47.1.1.1.1.3.68425861 = OID: .1.3.6.1.4.1.9.12.3.1.10.6
.1.3.6.1.2.1.47.1.1.1.1.3.68425862 = OID: .1.3.6.1.4.1.9.12.3.1.10.5
.1.3.6.1.2.1.47.1.1.1.1.3.68425863 = OID: .1.3.6.1.4.1.9.12.3.1.10.8
.1.3.6.1.2.1.47.1.1.1.1.3.68425864 = OID: .1.3.6.1.4.1.9.12.3.1.10.7
.1.3.6.1.2.1.47.1.1.1.1.3.68425865 = OID: .1.3.6.1.4.1.9.12.3.1.10.10
.1.3.6.1.2.1.47.1.1.1.1.3.68425866 = OID: .1.3.6.1.4.1.9.12.3.1.10.9
.1.3.6.1.2.1.47.1.1.1.1.3.68425867 = OID: .1.3.6.1.4.1.9.12.3.1.10.12
.1.3.6.1.2.1.47.1.1.1.1.3.68425868 = OID: .1.3.6.1.4.1.9.12.3.1.10.11
.1.3.6.1.2.1.47.1.1.1.1.3.68425869 = OID: .1.3.6.1.4.1.9.12.3.1.10.14
.1.3.6.1.2.1.47.1.1.1.1.3.68425870 = OID: .1.3.6.1.4.1.9.12.3.1.10.13
.1.3.6.1.2.1.47.1.1.1.1.3.68425871 = OID: .1.3.6.1.4.1.9.12.3.1.10.16
.1.3.6.1.2.1.47.1.1.1.1.3.68425872 = OID: .1.3.6.1.4.1.9.12.3.1.10.15
.1.3.6.1.2.1.47.1.1.1.1.3.68425881 = OID: .1.3.6.1.4.1.9.12.3.1.10.17
.1.3.6.1.2.1.47.1.1.1.1.3.68425882 = OID: .1.3.6.1.4.1.9.12.3.1.10.18

So it looks like I am out of luck. The switch is running 3.2.0.84.

vladak
Level 1
Level 1

Actually, when I do the snmpwalk with the OID directly, I get this:

$ snmpwalk -On ... switch 1.3.6.1.4.1.9.6.1.95.10.5
.1.3.6.1.4.1.9.6.1.95.10.5 = No Such Object available on this agent at this OID

When I walk 1.3.6.1.4.1.9.6.1, there is lots of stuff under 1.3.6.1.4.1.9.6.1.101, however no results from 1.3.6.1.4.1.9.6.1.95.

From which MIB does the OID 1.3.6.1.4.1.9.6.1.95 come from ?