ā08-27-2022 03:42 PM
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 ?
ā08-28-2022 05:45 AM
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.
1.3.6.1.4.1.9.6.1.95.10.5
ā08-28-2022 12:56 PM
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.
ā08-28-2022 01:18 PM
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 ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide