# CMDB IP Management Manage IP addresses and prefixes in NetBox. ## Skills to Load - `skills/visual-header.md` - `skills/ip-management.md` - `skills/mcp-tools-reference.md` ## Usage ``` /cmdb-ip [options] ``` ## Instructions Execute `skills/visual-header.md` with context "IP Management". Execute operations from `skills/ip-management.md`. ### Actions **Prefixes:** - `prefixes` - List all prefixes - `prefix ` - Get prefix details - `available in ` - Show available IPs - `create prefix ` - Create new prefix **IP Addresses:** - `list` - List all IP addresses - `show
` - Get IP details - `allocate from ` - Auto-allocate next available - `create
` - Create specific IP - `assign to ` - Assign IP to interface **VLANs and VRFs:** - `vlans` - List VLANs - `vlan ` - Get VLAN details - `vrfs` - List VRFs ## Examples - `/cmdb-ip prefixes` - `/cmdb-ip available in 10.0.1.0/24` - `/cmdb-ip allocate from 10.0.1.0/24` - `/cmdb-ip assign 10.0.1.50/24 to web-server-01 eth0` ## User Request $ARGUMENTS