Derive the IPv6 network address, prefix boundary and subnet identifier for any address and prefix length.
Each 16-bit group keeps only the bits that fall inside the prefix. With the common /48 site prefix and /64 subnets, the fourth group is the subnet identifier you increment per VLAN. Getting the network address wrong in IPv6 is easy because the boundaries are invisible in compressed notation, and a wrong prefix means neighbour discovery never resolves.
IPv6 Network
network = address AND prefix mask, applied 16 bits at a time across the eight groups.
network = address AND prefix mask, applied 16 bits at a time across the eight groups. Each 16-bit group keeps only the bits that fall inside the prefix. With the common /48 site prefix and /64 subnets, the fourth group is the subnet identifier you increment per VLAN.
Getting the network address wrong in IPv6 is easy because the boundaries are invisible in compressed notation, and a wrong prefix means neighbour discovery never resolves.
This calculator takes 2 inputs: IPv6 address, Prefix length. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.