There was an error while loading. Please reload this page.
Run mul
sudo ./mul
This is the mul debug console
Log into MUL CLI
telnet localhost 7000
[MUL CLI documentation] (https://github.com/openmul/openmul/blob/master/docs/openmul-CLI_GUIDE-basic.pdf)
Run mininet
sudo mn --controller=remote,ip=127.0.0.1 --switch ovsk --topo linear,1
[Mininet CLI documentation] (http://mininet.org/walkthrough/#part-3-mininet-command-line-interface-cli-commands)
Run wireshark and capture lo0 interface
sudo wireshark
Some useful commands:
Mininet - network with 1 switch and 2 hosts
sudo mn --controller=remote,ip=127.0.0.1 --switch ovsk --topo single,2 -v debug --mac
Mininet - network with a host per switch (2 switches, 2 hosts)
sudo mn --controller=remote,ip=127.0.0.1 --switch ovsk --topo linear,2 -v debug --mac
Mininet - check for operation, ping
h1 ping h2 h1 ifconfig
Mul -
Add flows
$ dpctl add-flow tcp:127.0.0.1:6633 in_port=1,actions=output:2 $ dpctl add-flow tcp:127.0.0.1:6633 in_port=2,actions=output:1
|< < Prev Page| |---------------------------|
####Get started Source Code Dev Environment Git and Github Workflow Compilation Commit Process SDN Test Setup