Last updated: YYYY-MM-DD • Category: Concepts
A short checklist to validate OSPFv3 adjacency, routing, and reachability in a lab environment.
Environment / assumptions
- IPs anonymized (e.g.,
10.0.x.0/30,fd00:xxxx::/64) - Simulated environment for demonstration (not production)
Procedure
- Typed
show ipv6 ospf neighborto confirm adjacency states. - Typed
show ipv6 routeto confirm expected prefixes appear. - Typed
ping6 <target>from multiple segments to validate end-to-end reachability. - Typed
show ipv6 ospf databaseto confirm LSA presence (as applicable).
Verification
- List the outputs that prove success.
- Include command outputs (anonymized) when possible.
Troubleshooting
- Issue: …
- Cause: …
- Fix: …
Artifacts
- Configs, diagrams, logs