Overview
Provides information on IPv6 unicast routing and the configuration of Link-Local and Global IPv6 addresses on cellular interfaces.
An IPv6 addresses are network addresses that
-
are 128-bit identifiers,
-
represented as eight 16-bit hexadecimal fields separated by colons(:) and,
-
can be compressed by omitting consecutive zero fields using double colons (::).
IPv6 addresses commonly contain successive hexadecimal fields of zeros. Two colons (::) may be used to compress successive hexadecimal fields of zeros at any position in the address.
An IPv6 address prefix, in the format IPv6-prefix/ prefix-length, can be used to represent bit-wise contiguous blocks of addresses. The IPv6 prefix must use the format documented in RFC 2373 where the address is specified in hexadecimal using 16-bit values between colons.
The prefix length is a decimal value which indicates the number of high-order contiguous bits in the address that forms the prefix or the network portion. For example, 2001:cdba::3257:9652 /64 is a valid IPv6 prefix; here, /64 indicates the number of high-order bits comprising the prefix.
-
2001:CDBA:0000:0000:0000:0000:3257:9652
-
2001:CDBA::3257:9652 (zeros can be omitted)