Advertisement
Guest User

Untitled

a guest
Apr 29th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. neutron net-show 388e6633-e961-493a-b882-28a152eb66b4
  2. +---------------------------+--------------------------------------+
  3. | Field | Value |
  4. +---------------------------+--------------------------------------+
  5. | admin_state_up | True |
  6. | id | 388e6633-e961-493a-b882-28a152eb66b4 |
  7. | name | ext-net |
  8. | provider:network_type | flat |
  9. | provider:physical_network | external |
  10. | provider:segmentation_id | |
  11. | router:external | True |
  12. | shared | False |
  13. | status | ACTIVE |
  14. | subnets | 40b9a6b0-0472-429f-99e2-2cccb81bc341 |
  15. | tenant_id | d7555ade73fb43f2a51754d647a5697f |
  16. +---------------------------+--------------------------------------+
  17.  
  18.  
  19. [root@nethost network-scripts]# ovs-vsctl show
  20.  
  21. .....
  22.  
  23. Bridge br-ex
  24. Port "eth4"
  25. Interface "eth4"
  26. Port phy-br-ex
  27. Interface phy-br-ex
  28. type: patch
  29. options: {peer=nonexistent-peer}
  30. Port br-ex
  31. Interface br-ex
  32. type: internal
  33. ovs_version: "2.1.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement