Advertisement
Guest User

Mininet CentOS full

a guest
Aug 13th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [cloudrouter@cloudrouter-2-ga-centos-full-0813 ~]$ sudo mn --controller=remote,ip=146.148.90.250 --topo linear,3 --switch ovsk,protocols=OpenFlow13
  2. *** Creating network
  3. *** Adding controller
  4. *** Adding hosts:
  5. h1 h2 h3
  6. *** Adding switches:
  7. s1 s2 s3
  8. *** Adding links:
  9. (h1, s1) (h2, s2) (h3, s3) (s2, s1) (s3, s2)
  10. *** Configuring hosts
  11. h1 h2 h3
  12. *** Starting controller
  13. c0
  14. *** Starting 3 switches
  15. s1 s2 s3 ...
  16. *** Starting CLI:
  17. mininet> pingall
  18. *** Ping: testing ping reachability
  19. h1 -> h2 h3
  20. h2 -> h1 h3
  21. h3 -> h1 h2
  22. *** Results: 0% dropped (6/6 received)
  23. mininet> exit
  24. *** Stopping 1 controllers
  25. c0
  26. *** Stopping 5 links
  27. .....
  28. *** Stopping 3 switches
  29. s1 s2 s3
  30. *** Stopping 3 hosts
  31. h1 h2 h3
  32. *** Done
  33. completed in 9.838 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement