Skip to main content
CyberTrace Labs
Network Builder — Linux‑style net CLI

Network Builder Reference

Devices
net add-device <name> <role>
roles: router | switch | host
example: net add-device r1 router
Interfaces
net add-if <device> <ifname>
example: net add-if r1 eth0
net set-ip <device> <ifname> <cidr>
example: net set-ip r1 eth0 10.0.0.1/24
Links
net connect <dev1> <if1> <dev2> <if2>
example: net connect r1 eth0 s1 eth0
Inspection
net show devices
net show if <device>
example: net show if r1
Connectivity
net ping <srcDevice> <dstIP>
example: net ping r1 10.0.0.2
net: ready for commands

Command Result

No command executed yet.
no errors