{% extends "base.html" %} {% block title %}Network Device Migration — ICDEV{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Network Migration
{% set steps = [ (1,'Device Selection'), (2,'Config Import'), (3,'Port Mapping'), (4,'Compatibility'), (5,'Config Preview'), (6,'Test Plan'), (7,'Cutover Planner'), (8,'ERB / CCB Package'), (9,'Protocol Plan'), (10,'Parallel Timeline') ] %} {% for num, label in steps %} {% endfor %}
Readiness

Step 1 — Device Selection

Select source and target network device models. Specs are loaded from the hardware profile database.

Step 2 — Config / Diagram Import

Import the source device config or an existing network diagram (PNG, PDF, Visio, DrawIO). Topology is indexed into RAG + KG for what-if simulation and digital twin.

Step 3 — Port Mapping

Auto-generated mapping from source to target interfaces. Review and adjust as needed.

Port Mapping Table
Source Port Target Port Optic Change Required Notes
ge-0/0/0
ge-0/0/1
ge-0/0/2
ge-0/0/3
ge-0/0/4
Source InterfaceSpeedOptic Change Target InterfaceIP / CircuitCable IDStatus

Step 4 — Compatibility Checklist

Auto-generated hardware, software, protocol, and scale compatibility checks. CAT1 blockers must be resolved before ERB submission.

⛔ CAT1 Blockers — Must Resolve Before ERB Submission
0
{% for cat, label in [('hardware','Hardware'),('software','Software / Firmware'),('protocol','Protocols'),('scale','Scale / Capacity')] %}
{{ label }}
CheckExpectedActual StatusSeverityOverride
Run check to populate
{% endfor %}

Step 5 — Config Conversion & Preview

Split-pane diff view of source vs. generated target config. Commit-check simulation reports errors, warnings, and info findings.

Step 6 — Test Plan

Pre-migration baseline, cutover smoke tests, and 24h post-monitoring checklist.

0/0 executed
Loading tests…

Step 7 — Cutover Sequence Planner

Ordered circuit cutover plan with drain/cutover/verify/rollback actions.

Est. Maintenance Window
⠿ Drag rows to reorder steps. Edit duration (min) inline. Changes saved when you click Save Plan.

Step 8 — ERB / CCB Package

Change request package for Engineering Review Board and Change Control Board submission.

Overall Readiness Score

    Change Metadata

    Auto-Generated Summary

    Load readiness to view summary.
    Export PDF

    Step 9 — Protocol Migration Plan

    Per-protocol migration steps auto-generated from your imported config. Requires Step 2 config import.

    No protocol plan yet. Import a device config (Step 2) then click Generate.

    Step 10 — Parallel Operation Timeline

    Structured milestone plan for running old and new devices side-by-side to minimize outages.

    No timeline yet — click Generate Timeline.
    AI Migration Assistant
    {% endblock %}