Advertisement
Guest User

Neutron Network Info

a guest
Nov 18th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. root@oscont-01:/var/log/nova# neutron net-list
  2. +--------------------------------------+-------------+---------------------------------------------------------+
  3. | id | name | subnets |
  4. +--------------------------------------+-------------+---------------------------------------------------------+
  5. | 85921a0f-1b5b-46d6-9135-76a31752a2ed | ext-net | 43545354-ed28-498e-96eb-d672497b244e 162.254.153.192/27 |
  6. | 113595a7-336d-4304-8863-2e175ea99e85 | intra-net | 13b5e622-3f98-49ef-9a2b-bcc0c571aa7a 172.17.1.0/24 |
  7. | 3d4ca93f-a02b-4da5-b0f0-310b906cea95 | go-internal | 82023126-35b7-466c-a6b0-77e145e59920 10.10.11.0/24 |
  8. | bffe4070-83e7-4552-a272-48219558f0b5 | go-net | b25431f2-da19-44d7-ab18-9b93ad6d9c89 10.10.10.0/24 |
  9. +--------------------------------------+-------------+---------------------------------------------------------+
  10. root@oscont-01:/var/log/nova# neutron net-show bffe4070-83e7-4552-a272-48219558f0b5
  11. +---------------------------+--------------------------------------+
  12. | Field | Value |
  13. +---------------------------+--------------------------------------+
  14. | admin_state_up | True |
  15. | id | bffe4070-83e7-4552-a272-48219558f0b5 |
  16. | mtu | |
  17. | name | go-net |
  18. | provider:network_type | gre |
  19. | provider:physical_network | |
  20. | provider:segmentation_id | 2 |
  21. | router:external | False |
  22. | shared | False |
  23. | status | ACTIVE |
  24. | subnets | b25431f2-da19-44d7-ab18-9b93ad6d9c89 |
  25. | tenant_id | 9b850e523d4c4903bf9bbaeb3108d761 |
  26. +---------------------------+--------------------------------------+
  27. root@oscont-01:/var/log/nova#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement