Hello,
i want to check an snmp v2 Device.
snmpwalk works:
or
but the SNMP Host-Item from Zabbix return
no such instance currently exists at this oid
i want to check an snmp v2 Device.
snmpwalk works:
Code:
snmpwalk -Oqv -v2c -c public 192.168.104.254 '.1.3.6.1.4.1.2356.11.1.49.12' eLte4g
Code:
snmpwalk -Oqv -v2c -c public 192.168.104.254 'LCOS-MIB::lcsStatusModemMobileMode' eLte4g
no such instance currently exists at this oid
Code:
Key: lcsStatusModemMobileMode SNMP OID: .1.3.6.1.4.1.2356.11.1.49.12 or SNMP OPD 1.3.6.1.4.1.2356.11.1.49.12 or SNMP OID: LCOS-MIB::lcsStatusModemMobileMode
Comment