Categorygithub.com/open-traffic-generator/ixops
modulepackage
0.0.0-20220712193522-2d0621187bf6
Repository: https://github.com/open-traffic-generator/ixops.git
Documentation: pkg.go.dev

# 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
    

# Packages

No description provided by the author
No description provided by the author
No description provided by the author