infoblox-ddi

Validate DNS, DHCP, and IPAM data against Infoblox DDI using MCP commands.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill infoblox-ddi-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infoblox-ddi
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/infoblox-ddi
Command: npx skills add https://github.com/dgethings/netclaw --skill infoblox-ddi-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables reliable validation and reconciliation of DNS, DHCP, and IPAM data against Infoblox DDI, reducing manual audits and configuration drift.

Core Features & Use Cases

  • DNS & DHCP validation: Verify records, scopes, and leases align with IPAM allocations.
  • IPAM reconciliation: Cross-check allocated addresses with NetBox or Nautobot intent.
  • Governance: Enforce change-control gating when write actions are required.

Quick Start

Invoke the Infoblox DDI MCP to validate DNS records and IPAM allocations in your environment.

Frequently Asked Questions about infoblox-ddi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate DNS and DHCP records against Infoblox DDI?

Reconcile IPAM data with NetBox or Nautobot by cross-checking allocated addresses against your source of intent. This Infoblox DDI integration validates that DNS and DHCP configurations match the documented network design.

What environment variables do I need to automate Infoblox DDI operations?

Automating Infoblox DDI operations requires Python 3 along with three environment variables: INFOBLOX_MCP_CMD, INFOBLOX_URL, and INFOBLOX_API_KEY. These variables authenticate and route MCP commands to your Infoblox grid.

Can I enforce change-control gating when writing to Infoblox DDI?

You can enforce change-control gating when write actions are required during Infoblox DDI reconciliation. The skill applies governance rules to ensure safe network automation and prevent unauthorized DNS or IPAM modifications.

Does Infoblox DDI validation support cross-system reconciliation with NetBox?

Infoblox DDI validation supports cross-system reconciliation with NetBox or Nautobot in production networks. It validates IPAM allocations by comparing active Infoblox DNS and DHCP data against your external source of truth.