Skip to content

mvieiradcu/CA687I-CA2-SDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DCU Cloud Systems - CA2 - SDN using Mininet and Ryu

Useful commands

Clear existent Mininet network

  • sudo mn -c

Starts the topology

  • sudo python3 acl_topo.py

Start Ryu Manager in Verbose mode

  • ryu-manager --verbose acl_rest_switch.py

On Mininet terminal ping all available hosts

  • pingall

Execute a curl command between H1 and H2 with connection timeout of 1 second

  • h1 curl --connect-timeout 1 h2

**Execute a UDP command between H1 and H2 ** https://www.kali.org/tools/hping3/

  • h1 hping3 -c 1 --udp h2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages