Guest User

Untitled

a guest
Sep 26th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron net-list
  2. +--------------------------------------+---------+--------------------------------------------------+
  3. | id | name | subnets |
  4. +--------------------------------------+---------+--------------------------------------------------+
  5. | 118360a5-57d3-4fa6-9ab0-40b9f3e79977 | public | a3c5cd48-de27-42f2-901a-1b27873323a2 12.0.0.0/24 |
  6. | fcfc50da-c140-4c25-aee0-749322703283 | private | d79f185d-834d-4601-bd41-eca58494f8b3 11.1.0.0/24 |
  7. +--------------------------------------+---------+--------------------------------------------------+
  8.  
  9. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron subnet-list
  10. +--------------------------------------+----------------+-------------+--------------------------------------------+
  11. | id | name | cidr | allocation_pools |
  12. +--------------------------------------+----------------+-------------+--------------------------------------------+
  13. | a3c5cd48-de27-42f2-901a-1b27873323a2 | public-subnet | 12.0.0.0/24 | {"start": "12.0.0.1", "end": "12.0.0.254"} |
  14. | d79f185d-834d-4601-bd41-eca58494f8b3 | private-subnet | 11.1.0.0/24 | {"start": "11.1.0.1", "end": "11.1.0.254"} |
  15. +--------------------------------------+----------------+-------------+--------------------------------------------+
  16. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron router-list
  17. +--------------------------------------+---------+-----------------------------------------------------------------------------+
  18. | id | name | external_gateway_info |
  19. +--------------------------------------+---------+-----------------------------------------------------------------------------+
  20. | d61674ce-ef3e-4371-a227-1e841944686a | router1 | {"network_id": "118360a5-57d3-4fa6-9ab0-40b9f3e79977", "enable_snat": true} |
  21. +--------------------------------------+---------+-----------------------------------------------------------------------------+
  22.  
  23. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron router-port-list d61674ce-ef3e-4371-a227-1e841944686a
  24. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  25. | id | name | mac_address | fixed_ips |
  26. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  27. | fb9017d3-efcc-4cd0-8d9f-f1cddf0569e3 | | fa:16:3e:0c:ca:3f | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.1"} |
  28. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  29. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$ neutron port-list
  30. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  31. | id | name | mac_address | fixed_ips |
  32. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  33. | 5b54e70e-ceee-4455-8264-808ad561b431 | | fa:16:3e:22:eb:3a | {"subnet_id": "d79f185d-834d-4601-bd41-eca58494f8b3", "ip_address": "11.1.0.1"} |
  34. | 62639e38-2baa-4b4c-af57-42ca061927eb | | fa:16:3e:2b:f9:bb | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.2"} |
  35. | a5ed994a-0952-4742-a49c-33c96f397697 | | fa:16:3e:df:aa:b9 | {"subnet_id": "d79f185d-834d-4601-bd41-eca58494f8b3", "ip_address": "11.1.0.2"} |
  36. | fb9017d3-efcc-4cd0-8d9f-f1cddf0569e3 | | fa:16:3e:0c:ca:3f | {"subnet_id": "a3c5cd48-de27-42f2-901a-1b27873323a2", "ip_address": "12.0.0.1"} |
  37. +--------------------------------------+------+-------------------+---------------------------------------------------------------------------------+
  38. openstack@os-dev:~/extra/devstack/AAAAA/tempest/tempest/api/network$
Advertisement
Add Comment
Please, Sign In to add comment