AI-powered eNSP topology file generator for Huawei network simulation.
This is an AI Agent Skill that generates native .topo files for eNSP (Enterprise Network Simulation Platform), allowing you to quickly create network topology diagrams using natural language.
- AI-Powered - Describe your network in plain English, get a ready-to-use topology
- Full Device Support - Routers, switches, PCs, Cloud, wireless devices
- Flexible Connections - Ethernet (Copper), Serial, Auto-detect cables
- Rich Annotations - Area boxes, text labels, network segment annotations
- Official Examples - Pre-built topologies for RIP, OSPF, BGP and more
- Describe your network topology to the AI
- Receive a
.topofile - Open in eNSP and start simulating
| Category | Models |
|---|---|
| Routers | AR1220, AR2220 |
| Switches | S5700 |
| Endpoints | PC, Laptop, MCS, Server |
| Cloud | Cloud, AC6005, AP6050, STA |
ensp-skills/
├── SKILL.md # AI Agent skill definition
├── references/
│ └── topo-reference.md # .topo file format reference
├── examples/
│ ├── 1-1RIPv1&v2.topo # RIP topology example
│ ├── 2-1Single-Area OSPF.topo
│ └── Multi-Area OSPF.topo
├── DEVELOPMENT.md # Development notes
└── README.md
User: Create a simple OSPF topology with 3 routers connected in a triangle
Agent: Generates ospf-triangle.topo
User: Opens in eNSP, configures OSPF, runs simulation
MIT License