Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. [root@JunoM ~(keystone_admin)]# neutron port-show b3b2200b-8730-462f-b48d-7fcd2cb97c74
  2. +-----------------------+------------------------------------------------------------------------------------+
  3. | Field | Value |
  4. +-----------------------+------------------------------------------------------------------------------------+
  5. | admin_state_up | True |
  6. | allowed_address_pairs | |
  7. | binding:host_id | |
  8. | binding:profile | {} |
  9. | binding:vif_details | {} |
  10. | binding:vif_type | unbound |
  11. | binding:vnic_type | normal |
  12. | device_id | 2cbddf99-899e-4b1a-a808-40faa1782575 |
  13. | device_owner | network:router_centralized_snat |
  14. | extra_dhcp_opts | |
  15. | fixed_ips | {"subnet_id": "2f6d9e98-6b16-4bdd-9046-52ae658aa95e", "ip_address": "172.22.22.5"} |
  16. | id | b3b2200b-8730-462f-b48d-7fcd2cb97c74 |
  17. | mac_address | fa:16:3e:96:76:d7 |
  18. | name | |
  19. | network_id | 291af108-3c7f-42c3-b34f-6a1a1a16a8bc |
  20. | security_groups | |
  21. | status | DOWN |
  22. | tenant_id | |
  23. +-----------------------+------------------------------------------------------------------------------------+
  24. [root@JunoM ~(keystone_admin)]# neutron port-show 145cc4b2-aa19-4b4c-b95b-4bd4ed8f2d1a
  25. +-----------------------+------------------------------------------------------------------------------------+
  26. | Field | Value |
  27. +-----------------------+------------------------------------------------------------------------------------+
  28. | admin_state_up | True |
  29. | allowed_address_pairs | |
  30. | binding:host_id | |
  31. | binding:profile | {} |
  32. | binding:vif_details | {} |
  33. | binding:vif_type | distributed |
  34. | binding:vnic_type | normal |
  35. | device_id | 2cbddf99-899e-4b1a-a808-40faa1782575 |
  36. | device_owner | network:router_interface_distributed |
  37. | extra_dhcp_opts | |
  38. | fixed_ips | {"subnet_id": "2f6d9e98-6b16-4bdd-9046-52ae658aa95e", "ip_address": "172.22.22.1"} |
  39. | id | 145cc4b2-aa19-4b4c-b95b-4bd4ed8f2d1a |
  40. | mac_address | fa:16:3e:73:e5:27 |
  41. | name | |
  42. | network_id | 291af108-3c7f-42c3-b34f-6a1a1a16a8bc |
  43. | security_groups | |
  44. | status | DOWN |
  45. | tenant_id | 74084f6ad1d24332bc839614998a96bf |
  46. +-----------------------+------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement