Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. sudo mn --topo linear,3 --mac --controller=remote,ip=192.168.56.3,port=6633 --switch ovs,protocols=OpenFlow13
  2.  
  3. mininet@mininet-vm:~$ sudo mn --topo linear,3 --mac --controller=remote,ip=192.168.56.3,port=6633 --switch ovs,protocols=OpenFlow13
  4. *** Creating network
  5. *** Adding controller
  6. Unable to contact the remote controller at 192.168.56.3:6633
  7. *** Adding hosts:
  8. h1 h2 h3
  9. *** Adding switches:
  10. s1 s2 s3
  11. *** Adding links:
  12. (h1, s1) (h2, s2) (h3, s3) (s2, s1) (s3, s2)
  13. *** Configuring hosts
  14. h1 h2 h3
  15. *** Starting controller
  16. c0
  17. *** Starting 3 switches
  18. s1 s2 s3 ...
  19. *** Starting CLI:
  20. mininet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement