network
Original:🇺🇸 English
Translated
Create network topology diagrams using drawio XML format with industry-standard device icons. Best for LAN/WAN diagrams, enterprise networks, cloud infrastructure, and vendor-specific diagrams (Cisco, Arista, Fortinet). Built on drawio with specialized network stencils. NOT for abstract dependency graphs (use graphviz) or simple flowcharts (use mermaid).
10installs
Sourcemarkdown-viewer/skills
Added on
NPX Install
npx skill4agent add markdown-viewer/skills networkTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 fence.
```drawio⚠️ IMPORTANT: Always usecode fence. NEVER use```drawio— it will NOT render as a diagram.```xml
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; edge/link stencils (e.g.,strokeColor) do NOTmxgraph.networks.comm_link - Use for network zones/segments to avoid covering child devices
fillColor=none;
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 |