Skip to content

Instantly share code, notes, and snippets.

@spjmurray
Created July 31, 2014 15:15
Show Gist options
  • Save spjmurray/67b1c05486fc3c8ca7d7 to your computer and use it in GitHub Desktop.
Save spjmurray/67b1c05486fc3c8ca7d7 to your computer and use it in GitHub Desktop.
neutron subnet-show 5871045a-b01c-4c26-a61e-745dd0d8205a
+------------------+--------------------------------------------+
| Field | Value |
+------------------+--------------------------------------------+
| allocation_pools | {"start": "10.0.0.2", "end": "10.0.0.254"} |
| cidr | 10.0.0.0/24 |
| dns_nameservers | 8.8.4.4 |
| | 8.8.8.8 |
| enable_dhcp | True |
| gateway_ip | 10.0.0.1 |
| host_routes | |
| id | 5871045a-b01c-4c26-a61e-745dd0d8205a |
| ip_version | 4 |
| name | simon-subnet-0 |
| network_id | a8b4daeb-5ace-4b3d-bb66-90d72f830712 |
| tenant_id | 33116cfe0fb34fb4bc7ab99e93168cda |
+------------------+--------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment