Skip to content

Instantly share code, notes, and snippets.

@miroswan
Last active October 4, 2015 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miroswan/53f074fa3f61af88e617 to your computer and use it in GitHub Desktop.
Save miroswan/53f074fa3f61af88e617 to your computer and use it in GitHub Desktop.
dhcp-options
tag:tag0,option:dns-server,10.10.254.66
tag:tag0,option:classless-static-route,169.254.169.254/32,10.10.160.1,169.254.169.254/32,10.10.161.0,0.0.0.0/0,10.10.160.1
tag:tag0,249,169.254.169.254/32,10.10.160.1,169.254.169.254/32,10.10.161.0,0.0.0.0/0,10.10.160.1
tag:tag0,option:router,10.10.160.1
+-------------------+-----------------------------------------------------------------+
| Field | Value |
+-------------------+-----------------------------------------------------------------+
| allocation_pools | {"start": "10.10.161.0", "end": "10.10.171.255"} |
| cidr | 10.10.160.0/20 |
| dns_nameservers | 10.10.254.66 |
| enable_dhcp | True |
| gateway_ip | 10.10.160.1 |
| host_routes | {"destination": "169.254.169.254/32", "nexthop": "10.10.160.1"} |
| id | df720e9e-88d3-48a0-aed6-356698083054 |
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | vlan160 |
| network_id | 377005ab-c2cf-43c9-be7e-a5cd5263344b |
| tenant_id | 391b82e4f77f474396bc359166020010 |
+-------------------+-----------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment