diagnose_ip_conflict
Check an IP address for overlapping subnets, duplicate reservations, DHCP usage, and host associations to troubleshoot IP conflicts and verify safe usage.
Instructions
Check an IP address for conflicts: overlapping subnets, duplicate reservations, DHCP usage, and host associations. USE THIS when troubleshooting IP conflicts or verifying an IP is safe to use. For DNS-level issues use diagnose_dns(). For infrastructure-wide health use check_infrastructure_health().
Args: address: IP address to check (e.g., "10.20.3.50")
Returns: Conflict report with overlapping resources, DHCP lease status, host associations, and recommendations
Examples: - diagnose_ip_conflict(address="10.20.3.50") → checks for conflicts on this IP - diagnose_ip_conflict(address="192.168.1.1") → checks subnet membership and reservations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||