qacafe - ip test solutions
Knowledge Base > How can I specify the IPv6 "Free Network Range"?

How can I specify the IPv6 "Free Network Range"?

IPv6

Certain tests cases require the creation and use of arbitrary IPv6 hosts on the WAN. CDRouter will automatically assign IPv6 addresses to these hosts from a range of unused addresses commonly referred to as the "IPv6 Free Network Range". The Free Network Range can be configured using the following testvars:

testvar ipv6FreeNetworkStart 3001:cafe:1::
testvar ipv6FreeNetworkPrefixLen 64
testvar ipv6FreeNetworkStop 3001:ffff:ffff::

The ipv6FreeNetworkStart testvar specifies the first address in the range, while the ipv6FreeNetworkStop testvar specifies the last address in the range. The ipv6FreeNetworkPrefixLen testvar indicates the prefix length of the IPv6 Free Network Range, and must be an integer value between 8 and 64.

The IPv6 Free Network Range must not conflict with any other addresses used in the test setup, including the 6to4 2002::/16 subnet.

Related articles that may also be helpful: