Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.60 KB | None | 0 0
  1. (neutron) router-show ccf6b3f0-8c2b-43ad-a847-b196f8720b58
  2. +-----------------------+-----------------------------------------------------------------------------+
  3. | Field                 | Value                                                                       |
  4. +-----------------------+-----------------------------------------------------------------------------+
  5. | admin_state_up        | True                                                                        |
  6. | external_gateway_info | {"network_id": "560b5f69-9d26-4870-b5ae-cd81c1f875ad", "enable_snat": true} |
  7. | id                    | ccf6b3f0-8c2b-43ad-a847-b196f8720b58                                        |
  8. | name                  | demo-router                                                                 |
  9. | routes                |                                                                             |
  10. | status                | ACTIVE                                                                      |
  11. | tenant_id             | 9975ff07c226492cb123e837691be7a3                                            |
  12. +-----------------------+-----------------------------------------------------------------------------+
  13. (neutron) port-show 7e30052f-3aa0-4ae3-a1a6-cab2c9a58ea1
  14. +-----------------------+----------------------------------------------------------------------------------+
  15. | Field                 | Value                                                                            |
  16. +-----------------------+----------------------------------------------------------------------------------+
  17. | admin_state_up        | True                                                                             |
  18. | allowed_address_pairs |                                                                                  |
  19. | binding:host_id       | ns-lp-openstack-network-01                                                       |
  20. | binding:profile       | {}                                                                               |
  21. | binding:vif_details   | {"port_filter": true, "ovs_hybrid_plug": true}                                   |
  22. | binding:vif_type      | ovs                                                                              |
  23. | binding:vnic_type     | normal                                                                           |
  24. | device_id             | ccf6b3f0-8c2b-43ad-a847-b196f8720b58                                             |
  25. | device_owner          | network:router_gateway                                                           |
  26. | extra_dhcp_opts       |                                                                                  |
  27. | fixed_ips             | {"subnet_id": "6d1d60f3-4c25-4951-bbb1-65fbee44c1d0", "ip_address": "10.1.82.2"} |
  28. | id                    | 7e30052f-3aa0-4ae3-a1a6-cab2c9a58ea1                                             |
  29. | mac_address           | fa:16:3e:94:3b:e2                                                                |
  30. | name                  |                                                                                  |
  31. | network_id            | 560b5f69-9d26-4870-b5ae-cd81c1f875ad                                             |
  32. | security_groups       |                                                                                  |
  33. | status                | DOWN                                                                             |
  34. | tenant_id             |                                                                                  |
  35. +-----------------------+----------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement