Ad Widget

Collapse

How to Import vendor specific MIB in zabbix 4.4 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gurlinks
    Junior Member
    • Mar 2020
    • 11

    #1

    How to Import vendor specific MIB in zabbix 4.4 ?

    Hi, I have three Zabbix proxies forwarding SNMP traps to Zabbix central server(4.4). I have cisco and Alcatel devices to be added to monitoring.

    how can I Import vendor-specific mibs to Zabbix and configure snmptrapd to process them?

    --
    Thanks
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    Does my answer in this thread help: https://www.zabbix.com/forum/zabbix-...n-using-zabbix

    Comment


    • gurlinks
      gurlinks commented
      Editing a comment
      Thanks, I was able to do SNMP translate. but, when I do SNMP walk it is not showing imported mib
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #3
    If you tell snmpwalk to load the MIB via command line flags, does it work?

    Comment


    • gurlinks
      gurlinks commented
      Editing a comment
      why it is showing No Such Object available when I do snmpwalk

      [root@localhost mibs]# snmptranslate -IR -On CISCO-SMI::ciscoProducts
      .1.3.6.1.4.1.9.1
      [root@localhost mibs]#

      [root@localhost mibs]# snmptranslate .1.3.6.1.4.1.9.1
      CISCO-SMI::ciscoProducts
      [root@localhost mibs]#

      [root@localhost mibs]# snmpwalk -v2c -c SGPL 192.168.1.173 .1.3.6.1.4.1.9
      CISCO-SMI::cisco = No Such Object available on this agent at this OID
      [root@localhost mibs]#

    • tim.mooney
      tim.mooney commented
      Editing a comment
      What happens if you use the exact same OID? You used a different one (no .1 at the end)?

    • gurlinks
      gurlinks commented
      Editing a comment
      Same, No Such Object available

      [root@localhost zabbix]# snmpwalk -v2c -c SGPL 192.168.1.173 .1.3.6.1.4.1.9.1
      CISCO-SMI::ciscoProducts = No Such Object available on this agent at this OID
      [root@localhost zabbix]#
Working...