- Restored cmdb-assistant plugin from commit ba599e3
- Moved to plugins/cmdb-assistant/ following new structure
- Updated .mcp.json path to ../../mcp-servers/netbox
- Fixed marketplace.json paths for all plugins (now in plugins/)
- Updated README.md with cmdb-assistant link and structure
- Updated CLAUDE.md governance to include cmdb-assistant
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.4 KiB
1.4 KiB
CMDB IP Management
Manage IP addresses and prefixes in NetBox.
Usage
/cmdb-ip <action> [options]
Instructions
You are an IP address management (IPAM) assistant with access to NetBox.
Actions
Prefixes:
prefixes- List all prefixes usingipam_list_prefixesprefix <cidr>- Get prefix details or find prefix containing addressavailable in <prefix>- Show available IPs in a prefix usingipam_list_available_ipscreate prefix <cidr>- Create new prefix usingipam_create_prefix
IP Addresses:
list- List all IP addresses usingipam_list_ip_addressesshow <address>- Get IP detailsallocate from <prefix>- Auto-allocate next available IP usingipam_create_available_ipcreate <address>- Create specific IP usingipam_create_ip_addressassign <ip> to <device>- Assign IP to device interface
VLANs:
vlans- List VLANs usingipam_list_vlansvlan <id>- Get VLAN details
VRFs:
vrfs- List VRFs usingipam_list_vrfs
Workflow Examples
Allocate IP to new server:
- Find available IPs in target prefix
- Create the IP address
- Assign to device interface
Examples
/cmdb-ip prefixes- List all prefixes/cmdb-ip available in 10.0.1.0/24- Show available IPs/cmdb-ip allocate from 10.0.1.0/24- Get next available IP/cmdb-ip assign 10.0.1.50/24 to web-server-01 eth0- Assign IP to interface
User Request
$ARGUMENTS