Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

CIDR validation rules for IP Address Blocks and IP Subnetworks

The CIDR value entered on an IP Address Block or IP Subnetwork record is validated when the record is saved. Invalid CIDR values are rejected with an inline error message; the record cannot be saved until the value passes all rules.

The same validation applies to both IPv4 and IPv6, with the protocol-specific differences noted in each rule.

Format and value rules

These rules apply to every CIDR value, whether on an IP Address Block or an IP Subnetwork.

RuleWhat’s checkedRejected exampleError message
Valid CIDR formatThe value is well-formed CIDR notation: an IP address, a slash, and a prefix length.192.168.1.0 (no prefix)"Invalid CIDR format: Valid CIDR should contain exactly one slash" equivalent message for IPv6.
Valid prefix rangeIPv4 prefix is 0–32. IPv6 prefix is 0–128.10.0.0.0/55"Invalid CIDR. Format prefix must be a number between 1 and 32 inclusive"
Valid IP addressThe address portion is a syntactically valid IPv4 or IPv6 address.192.168.1.300/24 (octet > 255)"IP address is not valid"
Host bits zeroThe address portion is the network address — all host bits are zero relative to the prefix.172.16.5.10/24 (should be 172.16.5.0/24)"Invalid CIDR format: Must be a valid IPv4/IPv6 network address matching the prefix"

Parent Topic:Telecommunications Network Inventory reference

Related topics

Hierarchy rules for IP Subnetworks

Create an IP Address Block record

Create an IP Subnetwork record

IP Address Block form

IP Subnetwork form