{% extends "network/base.html" %} {% block title %}What-If Simulator — Network Design Canvas{% endblock %} {% block content %}

Link Failure Simulation

Device Failure Simulation

Add Link Simulation

How It Works

Simulations use real routing table data collected from your network devices.

To populate data, use the Discovery tool or store routing entries via the API.

  • Link Failure — Shows which prefixes lose reachability and which have alternate paths
  • Device Failure — Shows all devices that route through the failed device
  • Add Link — Predicts routing improvements from a proposed new connection
{% endblock %} {% block scripts %} {% endblock %}