When I checked the IPv6 addresses in a mobile network from the log, I found a strange IPv6 IID configuration pattern. As shown below, the common part of the IID of IPv6 addresses is :1:0:.
2401:4900:4aa5:7768:1:0:c0ed:9e41 2401:4900:4aa5:1be0:1:0:be3a:6e0d 2401:4900:4aa5:3a27:1:0:bfcb:d35a 2401:4900:4aa5:52de:1:0:c2ae:b059 2401:4900:4aa5:eca5:1:0:c3b3:a22e 2401:4900:4aa5:9a6d:1:0:ba0e:169f What confused me comes from the RFC6459, named "IPv6 in 3rd Generation Partnership Project (3GPP) Evolved Packet System (EPS)“(5.2. IPv6 Address Configuration). It said: IPv6 Stateless Address Autoconfiguration (SLAAC), as specified in [RFC4861] and [RFC4862], is the only supported address configuration mechanism. Stateful DHCPv6-based address configuration [RFC3315] is not supported by 3GPP specifications.
So this is my question: Is pattern :1:0: a new SLAAC method different from EUI64(ff:fe) and privacy extensions(random)?