I hope this information helps someone in the future - I spent a bit of time stuck on this.
I'm running DHCPv6 relay on a MikroTik and needed devices to use their DHCPv6-assigned addresses instead of SLAAC addressing.
To prevent the Mikrotik from advertising the prefix information while still sending Router Advertisements (so devices can get a default gateway), you need to disable the autonomous flag (A-Flag) under /ipv6/nd/prefix
Example:
/ipv6 nd prefix default
set autonomous=no
Alternatively, use advertise=no and add prefix in /ipv6/nd/prefix manually with whatever parameters you need.
I'm running DHCPv6 relay on a MikroTik and needed devices to use their DHCPv6-assigned addresses instead of SLAAC addressing.
To prevent the Mikrotik from advertising the prefix information while still sending Router Advertisements (so devices can get a default gateway), you need to disable the autonomous flag (A-Flag) under /ipv6/nd/prefix
Example:
/ipv6 nd prefix default
set autonomous=no
Alternatively, use advertise=no and add prefix in /ipv6/nd/prefix manually with whatever parameters you need.
