buildNetworkFromDesign
Create a complete Packet Tracer network from a JSON design specification, including devices, links, and configurations. Import structured designs or AI-generated specs to avoid manual setup.
Instructions
Build a complete network in Packet Tracer from a structured design specification. Accepts a JSON design with devices, links, and configurations. Useful for importing designs or building from AI-generated specifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | Yes | Network design specification with fields: devices (array of {name, model, type, x, y}), links (array of {device1, interface1, device2, interface2, type}), configs (object mapping device names to IOS command strings), pc_configs (object mapping PC names to {dhcp, ip, mask, gateway, dns}) | |
| clear_existing | No | If true, clear existing network before building. Defaults to false. |