Hi
I have a problem when I try to send a snmp v3 request, as you can see here under it works from the Zabbix Linux consol for snmpwalk,snmpgetnext and snmpbulkget, but not for snmpget.
When I run the SNMP request from Zabbix I get >> No Such Object available on this agent at this OID
Which is the same as snmpget runed from the console of the Zabbix server.
I have set Zabbix up to do bulk requests.
Is this a SNMP bug and why do Zabbix not use bulk calls, or do they? how can I see what are going on in the back ground.
administrator@zabbix:~$ snmpwalk -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
administrator@zabbix:~$ snmpgetnext -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
administrator@zabbix:~$ snmpget -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1 = No Such Object available on this agent at this OID
administrator@zabbix:~$ snmpbulkget -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
SNMPv2-SMI::enterprises.534.1.2.2.0 = INTEGER: 79
SNMPv2-SMI::enterprises.534.1.2.4.0 = INTEGER: 100
SNMPv2-SMI::enterprises.534.1.2.5.0 = INTEGER: 4
SNMPv2-SMI::enterprises.534.1.2.6.0 = STRING: "01/09/2020"
SNMPv2-SMI::enterprises.534.1.2.7.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.8.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.9.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.10.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.3.1.0 = INTEGER: 499
regards
Henning
I have a problem when I try to send a snmp v3 request, as you can see here under it works from the Zabbix Linux consol for snmpwalk,snmpgetnext and snmpbulkget, but not for snmpget.
When I run the SNMP request from Zabbix I get >> No Such Object available on this agent at this OID
Which is the same as snmpget runed from the console of the Zabbix server.
I have set Zabbix up to do bulk requests.
Is this a SNMP bug and why do Zabbix not use bulk calls, or do they? how can I see what are going on in the back ground.
administrator@zabbix:~$ snmpwalk -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
administrator@zabbix:~$ snmpgetnext -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
administrator@zabbix:~$ snmpget -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1 = No Such Object available on this agent at this OID
administrator@zabbix:~$ snmpbulkget -v3 -l authPriv -u readonly -a SHA -A PASSPHRASE -x AES -X PASSPHRASE 192.168.11.6 .1.3.6.1.4.1.534.1.2.1
SNMPv2-SMI::enterprises.534.1.2.1.0 = INTEGER: 42817
SNMPv2-SMI::enterprises.534.1.2.2.0 = INTEGER: 79
SNMPv2-SMI::enterprises.534.1.2.4.0 = INTEGER: 100
SNMPv2-SMI::enterprises.534.1.2.5.0 = INTEGER: 4
SNMPv2-SMI::enterprises.534.1.2.6.0 = STRING: "01/09/2020"
SNMPv2-SMI::enterprises.534.1.2.7.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.8.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.9.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.2.10.0 = INTEGER: 2
SNMPv2-SMI::enterprises.534.1.3.1.0 = INTEGER: 499
regards
Henning
Comment