Network Topology Diagram Generator
Quick Start: Choose topology type → Add network devices (routers, switches, firewalls) → Connect with appropriate link types → Add labels and zones → Wrap in ```drawio fence.
⚠️ IMPORTANT: Always use
```drawiocode fence. NEVER use```xml— it will NOT render as a diagram.
Critical Rules
🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md. Read the base rules first.
Network-specific additions:
- Check stencils/README.md for exact device stencil names (e.g.,
mxgraph.cisco.routers.router) - Device stencils require
fillColor/strokeColor; edge/link stencils (e.g.,mxgraph.networks.comm_link) do NOT - Use
fillColor=none;for network zones/segments to avoid covering child devices
Network Diagram Types
| Type | Purpose | Key Shapes | Example |
|---|---|---|---|
| LAN | Local network topology | Switch, PC, Server | lan-topology.md |
| WAN | Wide area network | Router, Cloud, Firewall | wan-topology.md |
| Enterprise | Corporate infrastructure | Multiple zones, DMZ | enterprise-network.md |
| Cisco | Cisco-specific icons | Cisco shapes | cisco-network.md |
| Wireless | WiFi network | AP, Controller | wireless-network.md |
| Cloud Hybrid | On-premise + Cloud | VPN, Gateway | hybrid-cloud.md |
| Citrix | Virtual Apps/Desktops | NetScaler, VDA, XenServer | citrix-network.md |