I want to make Zabbix send a SNMP query with a community {#VRF}@{$SNMP_COMMUNITY} so that I can get per VRF (or Virtual Router in Juniper) information.
I tried to use LLD to get VRF name (succeeded) and pass it to SNMP community field of "Item prototype", but SNMP failed because of timeout.
According to logs, Zabbix seemed to send a SNMP query with a community {#VRF}@public where {#VRF} was not filled with LLD macro correctly.
Can't we pass LLD macro to SNMP community?
And are there any good way to achieve my goal?
I tried to use LLD to get VRF name (succeeded) and pass it to SNMP community field of "Item prototype", but SNMP failed because of timeout.
According to logs, Zabbix seemed to send a SNMP query with a community {#VRF}@public where {#VRF} was not filled with LLD macro correctly.
Can't we pass LLD macro to SNMP community?
And are there any good way to achieve my goal?
Comment