A practical control process for planning, implementing, validating, and reversing network changes.
Change management is the controlled process for altering a production environment. In networking, it reduces avoidable outages by making scope, risk, approval, timing, validation, communication, and rollback explicit before configuration is changed.
A maintenance window is an agreed period when the expected service impact is acceptable and the people needed to implement or support the work are available. A rollback plan is a tested or credible procedure for restoring the previous working state when validation fails.
1change:
2 objective: Move the voice VLAN gateway to the new distribution pair
3 scope: Toronto access switches and voice VLAN 20
4 window: 2026-04-12 22:00-23:00 EDT
5 risk: Phones may re-register during gateway cutover
6 validation:
7 - gateway reachability from voice VLAN
8 - phone registration
9 - inbound and outbound test calls
10 rollback: Restore the previous gateway configuration and routing advertisement
11 owner: network-operations
The important feature is specificity. “Test connectivity” and “roll back if needed” are not actionable instructions during an incident.
| Type | Typical handling |
|---|---|
| Standard | A repeatable, pre-authorized low-risk change with an established procedure |
| Normal | A planned change that receives review and approval for its particular scope and risk |
| Emergency | An urgent change to restore service or reduce material risk; it still requires records and a retrospective review |
The labels are organizational conventions, not a reason to skip control. An emergency change often compresses review, but it should still identify an owner, the reason for urgency, the action taken, and the outcome.
A configuration can be syntactically accepted while the service is still impaired. Validation should include the intended user or system outcome: a routed subnet is reachable, a VPN establishes, phones register, or a monitored application path works. Update Network Documentation, Diagrams, and IPAM after the change so the next operator starts with the correct state.