Advertisement
Guest User

Mininet topo - full

a guest
Aug 12th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [cloudrouter@cloudrouter-20-ga-fedora-full-0812 ~]$ sudo mn --controller=remote,ip=23.236.53.24 --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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement