Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

NIOS DNS DHCP IPAM

Reply

Poll DNS service status (SNMP)

New Member
Posts: 1
2405     1

Hello

I recently started as a Network Engineer (first job) and got the assignment to see if it's possible to monitor the status of several infoblox services. So for example if the DNS service is up or down. I have been looking through the MIB but I don't really understand how this works. I see that IbServiceStatus (3.1.1.2.1.9.1.2) has 5 values. But how do I poll the appliance to check if DNS service is working or not?

This is really new for me, I have been looking but couldn't find anything so I thought I'd post here as a last resort.

Thanks in advance!

 

Re: Poll DNS service status (SNMP)

[ Edited ]
Techie
Posts: 9
2405     1

Working on a specific grid member, using IB-PLATFORMONE-MIB, if you look under object 1.3.6.1.4.1.7779.3.1.1.2.1.9 (ibMemberServiceStatusTable) you will find a sub-object 1.3.6.1.4.1.7779.3.1.1.2.1.9.1 (ibMemberServiceStatusEntry) with the following leaves:

 

ibServiceName (1.3.6.1.4.1.7779.3.1.1.2.1.9.1.1)

ibServiceStatus (1.3.6.1.4.1.7779.3.1.1.2.1.9.1.2)

ibServiceDesc (1.3.6.1.4.1.7779.3.1.1.2.1.9.1.3)

 

If you query ibServiceName you will get a list of services and their relevant instance number.

The DNS service should be instance number 2. You can then query ibServiceStatus.instance_number and if you get a response 1 then it's working. Possible responses could be;

 

working(1),
warning(2),
failed(3),
inactive(4),
unknown(5)

 

You could also get Infoblox to send you SNMP Traps if you have the IB-TRAP-MIB to translate the traps received. I found getting Infoblox to send just those specific traps a little cumbersome since you have to select an Event Type in grid notifications and not a single event.

 

Hope that helps.

 

P.S There is more to a working DNS system than just this service but it is a basic start.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You