Sign inSign up

trexcisco/trex

By trexcisco

•Updated over 7 years ago

Official's Cisco TRex traffic generator for learning

Image
20

50K+

trexcisco/trex repository overview

⁠General - For more info refer to:

https://trex-tgn.cisco.com⁠ https://github.com/cisco-system-traffic-generator/trex-core⁠

This version is with low footprint (cpu=one thread/mem=200MB), internal veth0/veth1

tutorial located here:

docker⁠

for example:

 $docker pull trexcisco/trex                                   
 $docker run --rm -it --privileged --cap-add=ALL trexcisco/trex:latest  
 $root@]./t-rex-64 -i                                    

To expose the ports to GUI:

 $docker pull trexcisco/trex                                   
 $docker run --rm -it --privileged --cap-add=ALL -p 4500:4500 -p 4501:4501 -p 4507:4507 trexcisco/trex:latest  
 $root@]./t-rex-64 -i                                    

⁠TRex on Cisco Catalyst 9000 series

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 8 years ago

docker pull trexcisco/trex