子网计算服务

version : 1.0.0

calculate_subnet

Calculate subnet details given a base IP and required hosts.

*network_base(string)

*hosts_needed(integer)

return_format(string)

结果(Result)

calculate_wildcard_mask

Generate OSPF wildcard mask details for a subnet.

*ip_address(string)

*cidr_prefix(integer)

include_ospf_command(boolean)

结果(Result)

validate_ip_in_subnet

Validate that an IP address belongs to a subnet and provide context.

*ip_address(string)

*network(string)

return_gateway(boolean)

结果(Result)

calculate_subnet_from_mask

Calculate network information from an IP address and subnet mask.

*ip_address(string)

*subnet_mask(string)

结果(Result)

get_nth_usable_ip

Return the Nth usable IP address in a subnet.

*network(string)

*position(integer)

结果(Result)