Last updated: YYYY-MM-DD • Category: Config Guides
How to determine whether a deployment is stateful DHCPv6 or SLAAC/stateless DHCPv6, and how to verify client behavior.
Environment / assumptions
- IPs anonymized (e.g.,
10.0.x.0/30,fd00:xxxx::/64) - Simulated environment for demonstration (not production)
Procedure
- Checked RA flags (M/O) and DHCPv6 configuration for the interface (anonymized).
- Typed
show ipv6 dhcp binding(or platform equivalent) to confirm stateful leases. - Typed
ipconfig /all(Windows) ornmcli dev show(Linux) to verify address assignment. - Validated DNS assignment and renewal behavior with repeatable steps.
Verification
- List the outputs that prove success.
- Include command outputs (anonymized) when possible.
Troubleshooting
- Issue: …
- Cause: …
- Fix: …
Artifacts
- Configs, diagrams, logs