[ZBX-18376] SNMP interface doesn't work Created: 2020 Sep 15 Updated: 2020 Oct 02 Resolved: 2020 Oct 02 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Proxy (P) |
| Affects Version/s: | 5.0.2 |
| Fix Version/s: | None |
| Type: | Problem report | Priority: | Trivial |
| Reporter: | Maksims Edelmans | Assignee: | Edgars Melveris |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
Steps to reproduce:
6177:20200915:151416.976 getting SNMP values failed: Timeout while connecting to "172.27.73.54:161". SNMPwalk from CLI is working:
[root@zabbix-proxy-btc-1 maksimse]# snmpwalk -v1 -ccommunity 172.27.73.54 sysDescr
And, by the way, your documentation is wrong:
https://www.zabbix.com/documentation/current/ru/manual/config/items/itemtypes/snmp Choose version 5.0 and see 1st screenshot. There is SNMPv3 item, but there is not such item type in 5.0 anymore. |
| Comments |
| Comment by Maksims Edelmans [ 2020 Sep 18 ] |
|
Any comments?
|
| Comment by Edgars Melveris [ 2020 Sep 18 ] |
|
Hello. Can you explain in more details, do some of the defined interfaces work and some other are supposed to fail? ie, the bug being, that Zabbix keeps using the incorrect (failing) interface? |
| Comment by Maksims Edelmans [ 2020 Sep 18 ] |
|
Host mentioned above is created using API. API adds two interfaces - SNMPv2 and SNMPv3. I realise that this host supports only SNMPv1. I add a new interface manually and change it do default. After config_cache_reload on both server and proxy item is still using old default SNMP interface. |
| Comment by Edgars Melveris [ 2020 Oct 02 ] |
|
This is currently expected behavior. If the default interface has changed, the items keep using the interface they where set to when created. Default only applies to newly created items. I'm closing this, as it cannot be considered a bug. |