Advertisement
Guest User

Untitled

a guest
Jan 8th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [root@compute03 ~]# neutron subnet-show 69d3e3ee-1b2e-4405-9ead-9527581eee2a
  2. +------------------+--------------------------------------------+
  3. | Field | Value |
  4. +------------------+--------------------------------------------+
  5. | allocation_pools | {"start": "10.0.0.11", "end": "10.0.0.20"} |
  6. | cidr | 10.0.0.0/24 |
  7. | dns_nameservers | |
  8. | enable_dhcp | False |
  9. | gateway_ip | 10.0.0.1 |
  10. | host_routes | |
  11. | id | 69d3e3ee-1b2e-4405-9ead-9527581eee2a |
  12. | ip_version | 4 |
  13. | name | |
  14. | network_id | b6d746f0-c029-4ae7-89ac-606b84f5162e |
  15. | tenant_id | 468b3081e94f41cfae57d1ef8b2ad9bb |
  16. +------------------+--------------------------------------------+
  17. [root@compute03 ~]# neutron subnet-show f53237f4-7897-47c0-a5dc-f74562870281
  18. +------------------+--------------------------------------------+
  19. | Field | Value |
  20. +------------------+--------------------------------------------+
  21. | allocation_pools | {"start": "10.5.5.2", "end": "10.5.5.254"} |
  22. | cidr | 10.5.5.0/24 |
  23. | dns_nameservers | |
  24. | enable_dhcp | True |
  25. | gateway_ip | 10.5.5.1 |
  26. | host_routes | |
  27. | id | f53237f4-7897-47c0-a5dc-f74562870281 |
  28. | ip_version | 4 |
  29. | name | |
  30. | network_id | 027d2aa9-35f2-41bd-87b3-b618b6287449 |
  31. | tenant_id | b85eeba9902b4d03b4ef3cabb516c009 |
  32. +------------------+--------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement