Guest User

Untitled

a guest
Jul 7th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. neutron floatingip-show b873d80a-eb35-4389-8bba-08342b6fb914
  2. +---------------------+--------------------------------------+
  3. | Field               | Value                                |
  4. +---------------------+--------------------------------------+
  5. | fixed_ip_address    | 192.168.208.5                        |
  6. | floating_ip_address | 192.168.170.9                        |
  7. | floating_network_id | 5ed12b30-5afa-413a-a7b5-4152c7fb8893 |
  8. | id                  | b873d80a-eb35-4389-8bba-08342b6fb914 |
  9. | port_id             | e1f40f2e-1744-4939-b4cb-f16eb4dfa5d2 |
  10. | router_id           | 7c14b8aa-f382-43b2-84f2-5bcb5fb28ca9 |
  11. | status              | DOWN                                 |
  12. | tenant_id           | 2b90c3463bfa40ffba23f6de6a2ae7ef     |
  13. +---------------------+--------------------------------------+
  14.  
  15. neutron lb-pool-list
  16. +--------------------------------------+---------------+----------+-------------+----------+----------------+--------+
  17. | id                                   | name          | provider | lb_method   | protocol | admin_state_up | status |
  18. +--------------------------------------+---------------+----------+-------------+----------+----------------+--------+
  19. | 26473207-1b20-477b-b72b-fbf3187d71c1 | pool_vlan_208 | haproxy  | ROUND_ROBIN | HTTP     | True           | ACTIVE |
  20. +--------------------------------------+---------------+----------+-------------+----------+----------------+--------+
  21.  
  22.  
  23. neutron lb-vip-list
  24. +--------------------------------------+--------------+---------------+----------+----------------+--------+
  25. | id                       | name         | address       | protocol | admin_state_up | status |
  26. +--------------------------------------+--------------+---------------+----------+----------------+--------+
  27. | 1cd86630-a565-4a69-95d4-74a6cc6a03a6 | vip_vlan_208 | 192.168.208.5 | HTTP     | True           | ACTIVE |
  28. +--------------------------------------+--------------+---------------+----------+----------------+--------+
  29.  
  30. neutron lb-member-list
  31. +--------------------------------------+---------------+---------------+----------------+--------+
  32. | id                       | address       | protocol_port | admin_state_up | status |
  33. +--------------------------------------+---------------+---------------+----------------+--------+
  34. | 7262edb1-b436-4292-b18b-6e20633a5f6d | 192.168.208.4 | 80        | True           | ACTIVE |
  35. | 956ee646-0532-4447-9692-a96bc8bccdf5 | 192.168.208.2 | 80            | True           | ACTIVE |
  36. +--------------------------------------+---------------+---------------+----------------+--------+
Advertisement
Add Comment
Please, Sign In to add comment