Scheleton for the Hub implementation.
sudo python3 checker/topo.pyThis will open 9 terminals, 6 hosts and 3 for the switches. On the switch terminal you will run
make run_switch SWITCH_ID=X # X is 0,1 or 2The hosts have the following IP addresses.
host0 192.168.1.1
host1 192.168.1.2
host2 192.168.1.3
host3 192.168.1.4
host4 192.168.1.5
host5 192.168.1.6
We will be testing using the ICMP. For example, from host0 we will run:
ping 192.168.1.2
Note: We will use wireshark for debugging. From any terminal you can run wireshark&.