GS1900-8HP MIB

the_dumb_guy
the_dumb_guy Posts: 2  Freshman Member

Hello everyone,

I would like to integrate my GS1900-8HP switch with my Zabbix supervision via SNMP.
I have downloaded the MIBs from the official website : here.

However, the OIDs of these files do not correspond to what the switch sends me.

For example, to retrieve the model I use this command, which returns an OID :

snmpget -v 2c -c public -On 192.168.1.251 ZYXEL-ES-COMMON::sysProductModel
.1.3.6.1.4.1.890.1.15.3.1.11 = No Such Instance currently exists at this OID

But when I use snmpwalk I notice that it's not the right OID that's being integrated.

image.png

And when I go directly to the OID it works:

snmpget -v 2c -c public -On 192.168.1.251 iso.3.6.1.2.1.1.1.0
.1.3.6.1.2.1.1.1.0 = STRING: "GS1900-8HP"

On my switch snmp is activated with the default community :

image.png image.png

What's more, my switch is also the latest version :

image.png

Does anyone have an idea as to why I'm having this problem?

Thank you in advance,

Best regards.

All Replies

  • Zyxel_Melen
    Zyxel_Melen Posts: 3,620  Zyxel Employee
    Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Administrator - Switch Zyxel Certified Network Administrator - Nebula Zyxel Certified Sales Associate

    Hi @the_dumb_guy

    This could be an issue on your Zabbix configuration. You can check this post which seems have a solution: SNMP "No such instance currently exists at this OID" : r/zabbix

    I used iReasoning MIB Browser to get .1.3.6.1.4.1.890.1.15.3.1.11, and I can get the correct information.

    image.png

    Accorrding to your snmpwalk result, it shows that it used the public MIB/O.I.D. to get the information. GS1900 supports Zyxel private MIBs and public MIBs, so you can use the .1.3.6.1.4.1.890.1.15.3.1.11 or .1.3.6.1.2.1.1.1.0 to get the product model information.

    image.png
    Zyxel Melen