-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path3. testing
38 lines (21 loc) · 1.19 KB
/
3. testing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1. Always remember the password: press your spacebar five times.
2. Now we will do testing:
3. To test Mininet, open your terminal and type "sudo mn"
---------------------------------------------------------
4. It will start a simple topology with two hosts and one switch.
5. Now, type "pingall" (you will find it's pinging with all the hosts)
6. Now, exit from the terminal by typing "exit"
7. Now, we will test Wireshark
------------------------------
8. Please open your terminal and press "sudo wireshark"
9. It will start Wireshark where we can trace network packets.
10. Now, we will test Ryu SDN Controller
-----------------------------------------
11. Again, in the terminal type "ryu-manager"
12. If it shows any error that means Ryu is not installed or it will show:
loading app ryu.controller.ofp_handler
instantiating app ryu.controller.ofp_handler of OFPHandler
13. So we have verified all the installed software.
14. Enjoy exploring SDN (Software-Defined Networking)
15. Thank you!
------------------------***---------------------------