calculate_subnet
Calculate subnet details including CIDR prefix, wildcard mask, and host ranges from a base IP address and required number of hosts.
Instructions
Calculate subnet details given a base IP and required hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_base | Yes | ||
| hosts_needed | Yes | ||
| return_format | No | detailed |