1Physical diagrams show cable and hardware layout. Logical diagrams show IP, VLAN, and routing. Both must be current and stored where engineers can find them at 2am.
2Change management: Request → Review (CAB) → Approve → Schedule → Implement → Verify → Document. No undocumented production changes. Ever.
3Config drift detection: compare running config to golden baseline. Version control configs in Git. Roll back on deviation.
4CMDB tracks all CIs — hardware, software, licenses, warranties. IPAM prevents address conflicts. Both must be automated and current.
5SLA metrics: uptime %, MTTR, MTBF, RTO, RPO. Know the definitions and what each measures.
6Baselines establish normal. Anomalies become visible only against a known baseline. Capture at least 30 days of data across peaks and valleys.
7EOL/EOS devices have no security patches. Track dates in CMDB, budget replacements before EoSM. Decommissioning is a formal change process.
The firewall incident is resolved. The junior admin's unauthorized change was caught within 15 minutes by config drift detection, compared against the golden config in version control, and rolled back by the on-call engineer using the documented rollback procedure. A post-incident review resulted in tighter RBAC on the firewall management console and a mandatory change ticket requirement for all ACL modifications.
Documentation and process are not bureaucracy — they are how networks survive contact with human error.
N10-009 Obj 3.1 Coverage
Physical/logical diagrams, change management (CAB, rollback), configuration management (golden config, drift), network diagrams (L1/L2/L3), asset inventory, CMDB, IPAM, SLA (MTTR/MTBF/RTO/RPO), baselines, EOL/EOS, patch management, decommissioning.