Advertisement
Guest User

vlan-error

a guest
May 20th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. xxxxx@compute4:~$ sudo ovs-vsctl show
  2. 4b2d52dd-4ed3-476a-b57e-655ce70240da
  3. Bridge br-int
  4. fail_mode: secure
  5. Port br-int
  6. Interface br-int
  7. type: internal
  8. Port int-br-vlan
  9. Interface int-br-vlan
  10. type: patch
  11. options: {peer=phy-br-vlan}
  12. Bridge br-vlan
  13. Port br-vlan
  14. Interface br-vlan
  15. type: internal
  16. Port phy-br-vlan
  17. Interface phy-br-vlan
  18. type: patch
  19. options: {peer=int-br-vlan}
  20. Port "p5p2"
  21. Interface "p5p2"
  22. ovs_version: "2.0.2"
  23. xxxxx@compute4:~$ route -n
  24. Kernel IP routing table
  25. Destination Gateway Genmask Flags Metric Ref Use Iface
  26. 0.0.0.0 192.168.7.254 0.0.0.0 UG 0 0 0 p5p1
  27. 10.11.1.0 10.11.1.1 255.255.255.0 UG 0 0 0 p5p2
  28. 10.11.1.0 0.0.0.0 255.255.255.0 U 0 0 0 p5p2
  29. 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
  30. 192.168.7.0 0.0.0.0 255.255.255.0 U 0 0 0 p5p1
  31. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  32.  
  33. xxxxx@compute4:~$ ping 10.11.1.1
  34. PING 10.11.1.1 (10.11.1.1) 56(84) bytes of data.
  35.  
  36.  
  37.  
  38. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement