NetXMS Support Forum

English Support => General Support => Topic started by: fabrizio.alba on March 03, 2023, 04:21:39 PM

Title: Cisco Meraki MIB
Post by: fabrizio.alba on March 03, 2023, 04:21:39 PM
Good morning everyone.
I've downloaded the original MERAKI-CLOUD-CONTROLLER.MIB file from Cisco website, and imported it into netXMS. However, if I try to poll a Meraki device, netXMS still use the generic driver.
I would to retrieve from the Meraki's devices infos about vLAN, but still not luck...
Any idea?

NetXMS v4.3.2 using web access console v4.3.0.
Thank you so much!

Fabrizio
Title: Re: Cisco Meraki MIB
Post by: fabrizio.alba on March 09, 2023, 10:01:49 AM
Up...
No one have any idea?!?  :(
Title: Re: Cisco Meraki MIB
Post by: Dawid Kellerman on March 10, 2023, 02:04:06 PM
Hi you could try to add the meraki snmp driver name to a custom attribute snmp.driver on he node options if you have not already done so.
Regards Dawid

Title: Re: Cisco Meraki MIB
Post by: fabrizio.alba on March 14, 2023, 09:56:12 AM
Hi David.
Already done, but no results. Still using generic driver  :-\
Title: Re: Cisco Meraki MIB
Post by: Filipp Sudanov on March 14, 2023, 03:21:46 PM
MIB file and driver are two different things. MIB files just add textual oid and description in MIB browser.

Drivers exist for a limited number of devices (list of drivers is in the documentation: https://www.netxms.org/documentation/adminguide/snmp.html). Drivers do several things:
- provide some information that is not supported by generic driver, e.g. device geographical coordinates
- fix problems for devices that report something incorrectly under standard OIDs.

Are you having any issues with your Meraki devices under generic driver?
Title: Re: Cisco Meraki MIB
Post by: fabrizio.alba on March 15, 2023, 10:56:31 AM
I was expecting to get vLAN details about Meraki devices, but it's not so...For that reason I thinked it was related to use generic driver instead specific meraki drivers.
Same using CISCO-GENERIC or other CISCO-* drivers.
Thank you for your support
Title: Re: Cisco Meraki MIB
Post by: Dawid Kellerman on March 15, 2023, 03:47:41 PM
Definitely misunderstood drivers and mib's  ::)
Will read the manual again..