calculate_ip_subnet
Calculate IPv4 subnet information including network address, broadcast address, and usable host range from an IP address and CIDR notation.
Instructions
Calculate subnet information for IPv4
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 address (e.g., 192.168.1.1) | |
| cidr | Yes | CIDR notation (e.g., 24) |