Hi,
my setup:
Centos 4.3, Kernel 2.6.9-34
net-snmp 5.1.2
zabbix 1.1b11
Dell Switch 5324
configure: --enable-server --enable-agent --with-mysql --with-net-snmp
Compiles and installs without any errors.
What I want to do is getting some values from the switch via snmp. My problem: everytime I enter a key to zabbix it changes it´s state to "not supported". I´ve tried different values: Switch name, link state error count etc. to see if it is related to the value type but no change. What makes me wander is that I have to give additional parameter to snmpwalk and snmpget than descriped in the manual.
While the manual says:
snmpwalk <host or host IP> public
to get the list I have to type:
snmpwalk <host or host IP> -v2c -c public
to get a result. Same with snmpget. The line from the manual only leads into error messages. Could this be the problem? Any advice would be welcome.
Mike
my setup:
Centos 4.3, Kernel 2.6.9-34
net-snmp 5.1.2
zabbix 1.1b11
Dell Switch 5324
configure: --enable-server --enable-agent --with-mysql --with-net-snmp
Compiles and installs without any errors.
What I want to do is getting some values from the switch via snmp. My problem: everytime I enter a key to zabbix it changes it´s state to "not supported". I´ve tried different values: Switch name, link state error count etc. to see if it is related to the value type but no change. What makes me wander is that I have to give additional parameter to snmpwalk and snmpget than descriped in the manual.
While the manual says:
snmpwalk <host or host IP> public
to get the list I have to type:
snmpwalk <host or host IP> -v2c -c public
to get a result. Same with snmpget. The line from the manual only leads into error messages. Could this be the problem? Any advice would be welcome.
Mike
Comment