LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

How do the M-flag and O-flag in a Router Advertisement steer IPv6 autoconfiguration?

The RA's M-flag ("Managed") says "get your address from DHCPv6"; the O-flag ("Other config") says "use SLAAC for the address but get other settings from DHCPv6".

Matrix of four IPv6 config modes (link-local/SLAAC/stateless/stateful DHCPv6) vs address source and M/O flags.

* IPv6 autoconfiguration modes and how the RA M/O flags select each. *

Decision tree: M=1 stateful DHCPv6; else O=1 SLAAC+stateless; else pure SLAAC.

* RA M/O flags decide the host's configuration strategy. *

A Router Advertisement carries flags that tell hosts how to configure:

Flag Set meaning
M (Managed) Use stateful DHCPv6 for the address (and config)
O (Other) Use SLAAC for the address, but fetch other info (DNS, NTP…) via stateless DHCPv6
neither set Pure SLAAC only

So the router announces the policy and the hosts obey — which is why the same network can be configured for SLAAC-only, stateless DHCPv6, or full stateful DHCPv6 just by changing RA flags.

Tip: Spot them in a packet capture of a Router Advertisement — M and O are single bits but they decide the host's entire configuration strategy.

From Quiz: INTROL / IPv6 – Das Netz der Zukunft | Updated: Jul 14, 2026