subnet_check_tool
Checks if a target IP address belongs to the same subnet as the host by retrieving network settings and calculating subnet range.
Instructions
Analyze subnet information for a target IP address. Retrieves host IP, subnet mask, and gateway, calculates subnet range (network address, broadcast address, usable host range, CIDR), and determines whether the target IP falls within the same subnet as the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_ip | Yes | The target IP address to check (e.g., 192.168.16.1) |