Hi,
I have running zabbix 1.1b6 on a Suse Linux 9.2 server.
I´m trying since a while to read the fan states and temperature
of some cisco switches without success.
I have compiled with the --net-snmp and I already read
a temperature of a UPS by SNMP. So in generell it works well.
The OID for the fan state is: 1.3.6.1.4.1.9.9.13.1.4.1.3.1
But I´m not able to read that with snmpget.
The following command works on the cisco.
snmpget -v1 -c public <ip> system.sysDescr.0
With snmpwalk I got a long list like that.
IF-MIB::ifConnectorPresent.1 = INTEGER: true(1)
SNMPv2-SMI::mib-2.17.5.1.1.4.1.128.194.0.0.4.33 = INTEGER: 3
I guess I have a generall understanding problem.
Is it necessary to have the mib files for the cisco installed on the Zabbix Server?
What I have to do?
Or should the following command already work? ( what it does not)
snmpget -v1 -c public <ip> 1.3.6.1.4.1.9.9.13.1.4.1.3.1
Regards
Gerald
I have running zabbix 1.1b6 on a Suse Linux 9.2 server.
I´m trying since a while to read the fan states and temperature
of some cisco switches without success.
I have compiled with the --net-snmp and I already read
a temperature of a UPS by SNMP. So in generell it works well.
The OID for the fan state is: 1.3.6.1.4.1.9.9.13.1.4.1.3.1
But I´m not able to read that with snmpget.
The following command works on the cisco.
snmpget -v1 -c public <ip> system.sysDescr.0
With snmpwalk I got a long list like that.
IF-MIB::ifConnectorPresent.1 = INTEGER: true(1)
SNMPv2-SMI::mib-2.17.5.1.1.4.1.128.194.0.0.4.33 = INTEGER: 3
I guess I have a generall understanding problem.
Is it necessary to have the mib files for the cisco installed on the Zabbix Server?
What I have to do?
Or should the following command already work? ( what it does not)
snmpget -v1 -c public <ip> 1.3.6.1.4.1.9.9.13.1.4.1.3.1
Regards
Gerald

Comment