@nando11 :
Le nouveau DUID est global, de type UUID. Et dorénavant, le client DHCPv4 utilise le même DUID que le client DHCPv6 par défaut.
OpenWrt permet de définir le clientid (DUID) comme indiqué dans le tutoriel. On a une référence au DUID dans mise en conformité
protocolaire Orange. Pas de changement DUID pour les gens ayant suivi le tutoriel. L'IAID doit changer à chaque Release.
TLDR;Le sujet est assez complexe.
Un IA_PD peut être associé au client, un ensemble d'interfaces, ou exactement une interface spécifique. Les IAID sont uniques pour
un type donné. Une interface peut se constituer un groupe contenant plusieurs IA_PD ou n'allouer qu'un seul IA_PD selon le routeur.
12. Identity Association
The IAID uniquely identifies the IA and MUST be chosen to be unique among the IAIDs for that IA type on the client [...]
One IA_PD can be associated with the client, with a set of interfaces, or with exactly one interface. A client configured to request delegated prefixes must create at
least one distinct IA_PD. It may associate a distinct IA_PD with each of its downstream network interfaces and use that IA_PD to obtain a prefix for that interface
from the server. [...]
If the client wishes to obtain a distinctly new address or prefix and deprecate the existing one, the client sends a Release message to the server for the IAs using
the original IAID. The client then creates a new IAID, to be used in future messages to obtain leases for the new IA.
RFC 9915 -- PAGE 31
Le client peut demander plusieurs IA_PD dans le même message DHCPv6.
An IA_PD option may only appear in the options area of a DHCP message. A DHCP message may contain multiple IA_PD options (though each must have a unique IAID).
RFC 9915 -- PAGE 95
13.2. Assignment of Prefixes for IA_PD
The mechanism through which the server selects prefix(es) for delegation is not specified in this document. Examples of ways in which the server might select prefix(es) for
a client include static assignment based on subscription to an ISP, dynamic assignment from a pool of available prefixes, and selection based on an external authority such
as a RADIUS server using the Framed-IPv6-Prefix option as described in [RFC3162].
RFC 9915 -- PAGE 32