Hi,
I have configured some routers/firewalls, which advertise info using snmp v2 on zabbix.
a). Created a template with discovery rule with key as 'ifName' and OID as 1.3.6.1.2.1.31.1.1' with required community string.
b). Then created item prototypes such as ifAdminStatus[{#SNMPVALUE}] , ifAlias[{#SNMPVALUE}], ifDescr[{#SNMPVALUE}], ifInErrors[{#SNMPVALUE}] , ifInOctets[{#SNMPVALUE}] , ifOutOctets[{#SNMPVALUE}] etc with required OID's.
I am able to run snmp walk from my zabbix server, with below command,
and i get all the data ( items) which are added.
But these aren't getting displayed on zabbix. Is there any other way to check whether zabbix is able to talk to added router/firewall through snmp?
Macro's are defined under template as
I did enabled debug logs, but couldn't get much out of it.
Any pointers are greatly helpful.
Thanks.
I have configured some routers/firewalls, which advertise info using snmp v2 on zabbix.
a). Created a template with discovery rule with key as 'ifName' and OID as 1.3.6.1.2.1.31.1.1' with required community string.
b). Then created item prototypes such as ifAdminStatus[{#SNMPVALUE}] , ifAlias[{#SNMPVALUE}], ifDescr[{#SNMPVALUE}], ifInErrors[{#SNMPVALUE}] , ifInOctets[{#SNMPVALUE}] , ifOutOctets[{#SNMPVALUE}] etc with required OID's.
I am able to run snmp walk from my zabbix server, with below command,
Code:
snmpwalk -v2c XXX.XXX.XXX.XXX -c 'public'
But these aren't getting displayed on zabbix. Is there any other way to check whether zabbix is able to talk to added router/firewall through snmp?
Macro's are defined under template as
Code:
{$SNMP_COMMUNITY} = public
Any pointers are greatly helpful.
Thanks.
Comment