# README
Ixia-C Operations
The easiest way to manage emulated network topologies involving Ixia-C.
Getting Started
-
Install latest
go install github.com/open-traffic-generator/ixops@latest
-
Check default configuration
ixops config get
-
Setup emulated topology as specified in configuration
ixops topology create
-
Generate test UDP traffic
ixops otg --pps 1000 --count 10000 --udp gen
-
Teardown topology as specified in configuration
ixops topology delete
-
Check usage
ixops help