- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2019 11:39 PM
Hello,
can Infoblox devices be discovered?
Can Infoblox device be discovered like any other device ? what port and protocol will be used.
We are not looking to integrate infoblox and Snow.
Thanks,
kranthi.
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2019 06:15 AM
Yes, Infoblox appliances can be Discovered via SNMP. There aren't any predefined probes and sensors for them, which will require customization on your part to add them.
You can use Doug's video as a guide on how to build a custom SNMP classifier and pattern: Create a simple SNMP Classifier. The patterns edition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 08:36 PM
Sounds like your network engineers never updated it from the default name. I'd suggest having them update it in the Grid Manager Properties and give it a proper name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 07:04 PM
Hi Sandeep
You will need the MIB files as per the below 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 10:36 AM
Hello, this will be my first time adding a sub-class and creating a pattern to scan InfoBlox servers. I wonder if someone with experience would be kind to respond these two questions:
1. I think is necesary to add a subclass to store InfoBlox servers in the database. should this class be a subclass under computer/server or under network gear?
2. while watching Doug's video as a guide on how to build a custom SNMP classifier and pattern: Create a simple SNMP Classifier. The patterns edition I see that an important step is to obtain and upload a MIB file. is this something I can get directly from infoblox? is is this a necesary step. I will deeply appreciate suggestions on where to get such file.
thank you so much in advance!
Efra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 11:34 AM
1. I've been classifying Infoblox appliances as servers since they are virtualized by vCenter and I wanted to reconcile them with their virtual machine relationships.
2. While it's not mandatory to get the MIB for the manufacturer, it's useful when you are querying for vendor-specific attributes. For example, if you wanted to retrieve the model of the device (ibHardwareType) or the NIOS version (ibNiosVersion), you will need to the vendor's MIB to search for them properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 07:02 PM
Hi Efra.
I got the MIB files from here:
Possibly a custom probe required? anyone?