network
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNetwork 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
快速开始: 选择拓扑类型 → 添加网络设备(路由器、交换机、防火墙) → 使用合适的链路类型连接 → 添加标签和区域 → 用代码块包裹。
```drawio⚠️ 重要提示: 请始终使用代码块。切勿使用```drawio——它无法渲染为图表。```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;
🔗 这是基于drawio的技能。 所有结构、布局和边缘路由规则均继承自drawio SKILL.md。请先阅读基础规则。
网络专属扩展规则:
- 请查看stencils/README.md获取确切的设备模具名称(例如:)
mxgraph.cisco.routers.router - 设备模具需要/
fillColor属性;链路/连接模具(例如:strokeColor)不需要mxgraph.networks.comm_link - 为网络区域/网段设置,以避免覆盖子设备
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 |
| 类型 | 用途 | 关键图形 | 示例 |
|---|---|---|---|
| LAN | 本地网络拓扑 | 交换机、电脑、服务器 | lan-topology.md |
| WAN | 广域网 | 路由器、云、防火墙 | wan-topology.md |
| 企业网络 | 企业基础设施 | 多区域、DMZ | enterprise-network.md |
| Cisco | Cisco专属图标 | Cisco图形 | cisco-network.md |
| 无线 | WiFi网络 | 接入点、控制器 | wireless-network.md |
| 混合云 | 本地+云 | VPN、网关 | hybrid-cloud.md |
| Citrix | 虚拟应用/桌面 | NetScaler、VDA、XenServer | citrix-network.md |