infoblox-ddi

Manage Infoblox DDI DNS, DHCP, and IPAM operations via the Infoblox API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of enterprise DNS, DHCP, and IPAM, preventing errors and ensuring data integrity before network changes.

Core Features & Use Cases

  • DNS Management: Audit and manage DNS zones and records (A, AAAA, CNAME, PTR, TXT).
  • DHCP Management: Investigate DHCP scopes, reservations, and leases, checking for exhaustion.
  • IPAM Management: Query network and prefix inventory, fixed addresses, and IP utilization.
  • Use Case: Before a network change, use this skill to validate that the intended IP address is available in Infoblox IPAM and that no conflicting DNS records exist.

Quick Start

Use the infoblox-ddi skill to check the IP address utilization for the 10.1.1.0/24 network.

Frequently Asked Questions about infoblox-ddi

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

FAQPage Schema
How do I automate Infoblox DNS record audits for enterprise networks?

You can automate Infoblox DNS record audits by using this skill to query DNS zones and records including A, AAAA, CNAME, PTR, and TXT types. It connects to the Infoblox API to retrieve and validate DNS data for enterprise networks.

What's the best way to check DHCP scope exhaustion in Infoblox?

The best way to check DHCP scope exhaustion is to use this skill to investigate DHCP scopes, reservations, and leases. It queries the Infoblox API to report current utilization and identify available or exhausted address pools.

Do I need environment variables to connect to the Infoblox API?

Yes, you need to set the INFOBLOX_URL and INFOBLOX_API_KEY environment variables to connect to the Infoblox API. These credentials allow the backend to securely access and manage your DDI environment.

How do I validate IP address availability in IPAM before a network change?

To validate IP address availability in IPAM before a network change, use this skill to query network and prefix inventory and check IP utilization. It verifies the intended IP is available and checks for conflicting DNS records.

Can I query network prefix inventory and fixed addresses with Infoblox automation?

Yes, you can query network prefix inventory and fixed addresses using this skill. It retrieves IPAM allocation data and address utilization metrics from the Infoblox API for enterprise network management.

Why does my Infoblox DDI automation require pre-change validation?

Infoblox DDI automation requires pre-change validation to prevent errors and ensure data integrity before network changes. This skill checks IPAM availability and conflicting DNS records to avoid allocation mistakes.