Advertisement
Guest User

Untitled

a guest
Aug 26th, 2014
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. # ovs-vsctl show
  2. a77a96aa-d9c1-4d88-8153-707ce7adc8d4
  3. Bridge "br-eth1"
  4. Port "phy-br-eth1"
  5. Interface "phy-br-eth1"
  6. Port "br-eth1"
  7. Interface "br-eth1"
  8. type: internal
  9. Port "eth1"
  10. Interface "eth1"
  11. type: internal
  12. Bridge br-int
  13. fail_mode: secure
  14. Port "tap5c464441-7b"
  15. tag: 4095
  16. Interface "tap5c464441-7b"
  17. type: internal
  18. Port "tap28b72816-9c"
  19. tag: 4095
  20. Interface "tap28b72816-9c"
  21. type: internal
  22. Port br-int
  23. Interface br-int
  24. type: internal
  25. Port "int-br-eth1"
  26. Interface "int-br-eth1"
  27. ovs_version: "1.11.0"
  28.  
  29. # neutron port-list
  30. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------------------+
  31. | id | name | mac_address | fixed_ips |
  32. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------------------+
  33. | 28b72816-9cb0-4801-a0a6-16ffdd58c93b | | fa:16:3e:bd:39:e3 | {"subnet_id": "61ac9568-5bf0-4416-b2ab-77ddc9eb8c31", "ip_address": "10.117.195.68"} |
  34. +--------------------------------------+------+-------------------+--------------------------------------------------------------------------------------+
  35.  
  36. # neutron port-show 28b72816-9cb0-4801-a0a6-16ffdd58c93b
  37. +-----------------------+--------------------------------------------------------------------------------------+
  38. | Field | Value |
  39. +-----------------------+--------------------------------------------------------------------------------------+
  40. | admin_state_up | True |
  41. | allowed_address_pairs | |
  42. | binding:host_id | networknode |
  43. | binding:profile | {} |
  44. | binding:vif_details | {} |
  45. | binding:vif_type | binding_failed |
  46. | binding:vnic_type | normal |
  47. | device_id | dhcp6d56bf6a-08bb-53d4-979c-4c6e83324be3-d3f19bc0-080f-4a1e-8fac-3f2f48f58288 |
  48. | device_owner | network:dhcp |
  49. | extra_dhcp_opts | |
  50. | fixed_ips | {"subnet_id": "61ac9568-5bf0-4416-b2ab-77ddc9eb8c31", "ip_address": "10.117.195.68"} |
  51. | id | 28b72816-9cb0-4801-a0a6-16ffdd58c93b |
  52. | mac_address | fa:16:3e:bd:39:e3 |
  53. | name | |
  54. | network_id | d3f19bc0-080f-4a1e-8fac-3f2f48f58288 |
  55. | security_groups | |
  56. | status | DOWN |
  57. | tenant_id | 721e7348e4fd466cbb813a317616cd25 |
  58. +-----------------------+--------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement