Advertisement
diegolima

OS - General - neutron subnets

Dec 23rd, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. # neutron subnet-list
  2. +--------------------------------------+------+-------------------+------------------------------------------------------+
  3. | id | name | cidr | allocation_pools |
  4. +--------------------------------------+------+-------------------+------------------------------------------------------+
  5. | 1b13758a-1d9f-4ebf-8f17-c7b89abe339e | | 189.125.11.224/27 | {"start": "189.125.11.227", "end": "189.125.11.254"} |
  6. | be9659ca-1ee7-4c35-b36c-d082a581495f | A-01 | 192.168.10.0/24 | {"start": "192.168.10.2", "end": "192.168.10.254"} |
  7. +--------------------------------------+------+-------------------+------------------------------------------------------+
  8. root@network-node:/var/log/neutron# neutron subnet-show A-01
  9. +------------------+----------------------------------------------------+
  10. | Field | Value |
  11. +------------------+----------------------------------------------------+
  12. | allocation_pools | {"start": "192.168.10.2", "end": "192.168.10.254"} |
  13. | cidr | 192.168.10.0/24 |
  14. | dns_nameservers | |
  15. | enable_dhcp | True |
  16. | gateway_ip | 192.168.10.1 |
  17. | host_routes | |
  18. | id | be9659ca-1ee7-4c35-b36c-d082a581495f |
  19. | ip_version | 4 |
  20. | name | A-01 |
  21. | network_id | 031dcf57-c259-41f2-be2a-1541f88d3238 |
  22. | tenant_id | 04968d54151d4bb29d477f754e099728 |
  23. +------------------+----------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement