I am trying to setup some SNMP monitoring on a Hikvision DS-7600 series NVR but using snmpwalk it is only returning a small amount of data.
Has anyone been succesful in getting more interesting information in this way? Ideally I want to get temperature so I can test the effect of putting in a quieter fan.
Code:
~ ❯ snmpwalk -v2c -On -c public 192.168.1.251
.1.3.6.1.2.1.1.1.0 = STRING: "Hikvision company products"
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.50001
.1.3.6.1.2.1.1.3.0 = Timeticks: (2042335996) 236 days, 9:09:19.96
.1.3.6.1.2.1.1.4.0 = ""
.1.3.6.1.2.1.1.5.0 = ""
.1.3.6.1.2.1.1.6.0 = ""
.1.3.6.1.2.1.1.7.0 = INTEGER: 72
.1.3.6.1.2.1.1.8.0 = Timeticks: (0) 0:00:00.00
.1.3.6.1.2.1.2.1.0 = INTEGER: 2
Has anyone been succesful in getting more interesting information in this way? Ideally I want to get temperature so I can test the effect of putting in a quieter fan.