I have been unable to collect and store SNMP ifPhysAddress correctly as it either shows as blank or bad data.
When performing the snmpwalk on a specific oid I get the following:
snmpwalk -v2c -c 'XXXXXXX' XXX.XXX.XXX.XXX .1.3.6.1.2.1.2.2.1.6.8
IF-MIB::ifPhysAddress.8 = STRING: 6c:b2:ae:98:a3:1c
When defining the Zabbix SNMPv2 item .1.3.6.1.2.1.2.2.1.6.8 I get the following:
l????
When query the database for the raw data I get the following:
l????\x1C
If the item is defined as an SNMPv3 item the data is returned as blank.
My environment is:
Zabbix 4.0.7
Postgres 11
Centos 7
Has anyone else experienced this?
When performing the snmpwalk on a specific oid I get the following:
snmpwalk -v2c -c 'XXXXXXX' XXX.XXX.XXX.XXX .1.3.6.1.2.1.2.2.1.6.8
IF-MIB::ifPhysAddress.8 = STRING: 6c:b2:ae:98:a3:1c
When defining the Zabbix SNMPv2 item .1.3.6.1.2.1.2.2.1.6.8 I get the following:
l????
When query the database for the raw data I get the following:
l????\x1C
If the item is defined as an SNMPv3 item the data is returned as blank.
My environment is:
Zabbix 4.0.7
Postgres 11
Centos 7
Has anyone else experienced this?
Comment