IPv6 DUID

To get a fixed IPv6 address my Internet provider asks me for a DUID. How can I get that DUID for the interface that will be connected to the Internet?
I tried
/interface>print from=ether1 detail
but that doesn’t show a DUID. Do I need to construct it myself from the MAC address?

DHCPv6 client has DUID. Add one and then you can see it using:

/ipv6 dhcp-client print detail

Hello Sob,

Thanks for the quick reply. I have to admit that I just discovered I didn’t have the IPv6 package enabled, which explains why there weren’t many commands under \IPv6.
Once I rectified that your command worked perfectly and it gave the DUID I was looking for.

Thanks.