Advertisement
Guest User

Untitled

a guest
May 2nd, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. root@web4:/home/ubuntu# brctl show
  2. bridge name bridge id STP enabled interfaces
  3. br-eth0 8000.f62bc7365d8f no eth0
  4. veth72Q9B9
  5. veth8V1FA1
  6. vethSWKBPY
  7. vethU68OH1
  8. lxdbr0 8000.000000000000 no
  9. root@web4:/home/ubuntu# ovs-vsctl list-ports br-ex
  10. eth1
  11. phy-br-ex
  12. root@web4:/home/ubuntu# ovs-vsctl list-ports br-int
  13. int-br-data
  14. int-br-eth0
  15. int-br-ex
  16. patch-tun
  17. root@web4:/home/ubuntu# ovs-vsctl list-ports br-tun
  18. patch-int
  19. root@web4:/home/ubuntu# ovs-vsctl list-ports br-eth1
  20. ovs-vsctl: no bridge named br-eth1
  21. root@web4:/home/ubuntu# ovs-vsctl list-ports br-eth0
  22. phy-br-eth0
  23. root@web4:/home/ubuntu# ovs-vsctl list-ports
  24. ovs-vsctl: 'list-ports' command requires at least 1 arguments
  25. root@web4:/home/ubuntu# ovs-vsctl list-br
  26. br-data
  27. br-eth0
  28. br-ex
  29. br-int
  30. br-tun
  31. root@web4:/home/ubuntu# ovs-vsctl list-ports br-data
  32. eth0
  33. phy-br-data
  34. root@web4:/home/ubuntu# ovs-vsctl list-ports br-ex
  35. eth1
  36. phy-br-ex
  37. root@web4:/home/ubuntu#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement