{"id":3390,"date":"2014-06-10T12:26:17","date_gmt":"2014-06-10T12:26:17","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=3390"},"modified":"2022-10-20T10:33:29","modified_gmt":"2022-10-20T17:33:29","slug":"challenges-for-ipv6-and-address-management-with-dhcpv6","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/","title":{"rendered":"Challenges for IPv6 and address management with DHCPv6"},"content":{"rendered":"<p>Dealing with DHCPv6 requirements vs. IPv4 DHCP requirements can be a challenge. One of the interesting challenges with getting up to speed in IPv6 is understanding the functional differences that DCHP provides in IPv4 compared to IPv6. The operational role for both DHCP and DHCPv6 is the same: To provide IP addresses to hosts (reserved or dynamic from a pool). However, how each does this is slightly different.<\/p>\n<p>DHCP utilizes a helper address (typically on the default gateway device) to forward local network requests for an IPv4 address. It is possible to build a reservation in the DHCP address pool for a specific host and to match that IPv4 reservation based on the MAC address of the host (physical or a virtual machine).<\/p>\n<p>Some common examples would be in a voice over IP deployment where handsets are being deployed. Often the MAC address is obtained from an inventory spreadsheet that could have been gathered by scanning the physical boxes the handsets are shipped in or gathered from a call management system. Another example is virtual environments where system administrators know the MAC address of a host prior to even building out the virtual machine. A pool of MAC addresses that are reserved for new virtual hosts is how a reservation is made. Knowing this information in advance, a corresponding IPv4 address can be set aside in a DHCP lease for the VoIP handset or VM guest host in the two examples.<\/p>\n<p>DHCPv6 (RFC 3315 &#8211;\u00a0<a href=\"http:\/\/tools.ietf.org\/html\/rfc3315\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">http:\/\/tools.ietf.org\/html\/rfc3315<\/a>) however provides a different method for this process. For non-link-scoped multicast, the IPv6 process assumes you will have to route off the local subnet for a DHCPv6 request\u00a0\u00a0 and therefore utilizes a proxy method allowing a router (relay) to send a request directly to a DHCPv6 server(s) on the host\u2019s behalf and to request multiple prefixes if required. Additionally, it uses a different standard when a layer 2 solution is required for bridging networks called Lightweight DHCPv6 Relay Agent (RFC 6221 &#8211;\u00a0<a href=\"http:\/\/tools.ietf.org\/html\/rfc6221\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">http:\/\/tools.ietf.org\/html\/rfc6221<\/a>).<\/p>\n<p>Besides these two differences, the most noticeable operational difference is that DHCPv6 requires different parameter information to build out a reservation. IPv6 does not make use of MAC addresses to match a reservation to a host. Instead, it use a DHCP Unique Identifier (DUID) and an Identity Association Identifier (IAID &#8211; seems like a redundant acronym doesn\u2019t it?) to match the host to an IPv6 reservation you have built out.<\/p>\n<p>The challenge with this situation is that the DUID is typically generated at first boot (runtime) of an OS. After creation they are relatively permanent (although a new one can be generated if needed). This can be problematic for virtual environments using gold image releases of an OS to build a host. In Windows for instance you need to make sure you run\u00a0<em>sysprep<\/em>\u00a0prior to turning up a guest OS or you will get a conflict in the DUID value and likely your DHCPv6 reservation will not work correctly for that host.<\/p>\n<p>The second challenge becomes determining the IAID for a host. Again, this is a function of the runtime environment of the host, which means it has to have been booted at least once and the interface has to have been enabled. It does not require that it have an IP address assigned but the host OS will build an Identity for each interface that is enabled.<\/p>\n<p>So, what impact does this have on your ability to make DHCPv6 reservations in any automated manner? First, it requires that you boot the physical or virtual host with its OS at least once to get it to build out a DUID or IAID. Alternatively, you need a method to prep the OS and set those values at creation time of the OS itself. Second, you need a method of extracting those DUID and IAID values from the OS if you did not set them specifically. Alternatively, you can go through a two-step process and boot the OS (which will set the DUID and IAID) and have it request an IPv6 address from a DHCPv6 IPv6 address pool you have enabled. You can then look up the reservation in the DHCPv6 server and extract the DUID and IAID information from the DHCPv6 server. With this information you can set the DHCPv6 reservation as you now know the parameter information required to build a proper reservation. You can then either reboot the host or have the host release and request a new IPv6 address. The next request should provide the host with the IPv6 address you have made the reservation for.<\/p>\n<p>As you can see, while both DHCPv6 and DHCP functionally operate in a similar manner, you may find you have to do more work to build out DHCPv6 IPv6 address reservation. Also, automation may require more steps and more logic to complete the same operational function. While it is more work it is still possible to do all the same things with both protocols, you just need to plan and test to ensure you are deploying in the method you want for your environment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dealing with DHCPv6 requirements vs. IPv4 DHCP requirements can be a challenge. One of the interesting challenges with getting up to speed in IPv6 is understanding the functional differences that DCHP provides in IPv4 compared to IPv6. The operational role for both DHCP and DHCPv6 is the same: To provide IP addresses to hosts (reserved [&hellip;]<\/p>\n","protected":false},"author":323,"featured_media":3187,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[17],"tags":[16,38,15],"class_list":{"0":"post-3390","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ipv6-coe","8":"tag-infoblox","9":"tag-ipv6","10":"tag-security","11":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Challenges for IPv6 and address management with DHCPv6<\/title>\n<meta name=\"description\" content=\"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Challenges for IPv6 and address management with DHCPv6\" \/>\n<meta property=\"og:description\" content=\"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-06-10T12:26:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-20T17:33:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ed Horley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ed Horley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/\"},\"author\":{\"name\":\"Ed Horley\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\"},\"headline\":\"Challenges for IPv6 and address management with DHCPv6\",\"datePublished\":\"2014-06-10T12:26:17+00:00\",\"dateModified\":\"2022-10-20T17:33:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/\"},\"wordCount\":860,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"keywords\":[\"Infoblox\",\"IPv6\",\"Security\"],\"articleSection\":[\"IPv6 CoE\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/\",\"name\":\"Challenges for IPv6 and address management with DHCPv6\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"datePublished\":\"2014-06-10T12:26:17+00:00\",\"dateModified\":\"2022-10-20T17:33:29+00:00\",\"description\":\"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"width\":660,\"height\":454,\"caption\":\"The IPv6 Tipping Point Effect\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/challenges-for-ipv6-and-address-management-with-dhcpv6\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPv6 CoE\",\"item\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/category\\\/ipv6-coe\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Challenges for IPv6 and address management with DHCPv6\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"name\":\"infoblox.com\\\/blog\\\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\",\"name\":\"Infoblox\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/infoblox-logo-2.svg\",\"width\":137,\"height\":30,\"caption\":\"Infoblox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b09ec2fd0a273ea1cb94ae2fd98232f9\",\"name\":\"Ed Horley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/blog-ed-horley-96x96.jpg\",\"caption\":\"Ed Horley\"},\"description\":\"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!\",\"sameAs\":[\"https:\\\/\\\/hexabuild.io\"],\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/ed-horley\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Challenges for IPv6 and address management with DHCPv6","description":"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/","og_locale":"en_US","og_type":"article","og_title":"Challenges for IPv6 and address management with DHCPv6","og_description":"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.","og_url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/","og_site_name":"Infoblox Blog","article_published_time":"2014-06-10T12:26:17+00:00","article_modified_time":"2022-10-20T17:33:29+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","type":"image\/jpeg"}],"author":"Ed Horley","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ed Horley","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/"},"author":{"name":"Ed Horley","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9"},"headline":"Challenges for IPv6 and address management with DHCPv6","datePublished":"2014-06-10T12:26:17+00:00","dateModified":"2022-10-20T17:33:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/"},"wordCount":860,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","keywords":["Infoblox","IPv6","Security"],"articleSection":["IPv6 CoE"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/","url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/","name":"Challenges for IPv6 and address management with DHCPv6","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","datePublished":"2014-06-10T12:26:17+00:00","dateModified":"2022-10-20T17:33:29+00:00","description":"Implementing IPv6 into your network is not something that is adherently easy. Learn about the challenges associated with using IPv6 and DHCPv6 in your network.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","width":660,"height":454,"caption":"The IPv6 Tipping Point Effect"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/challenges-for-ipv6-and-address-management-with-dhcpv6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infoblox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"IPv6 CoE","item":"https:\/\/www.infoblox.com\/blog\/category\/ipv6-coe\/"},{"@type":"ListItem","position":3,"name":"Challenges for IPv6 and address management with DHCPv6"}]},{"@type":"WebSite","@id":"https:\/\/www.infoblox.com\/blog\/#website","url":"https:\/\/www.infoblox.com\/blog\/","name":"infoblox.com\/blog\/","description":"","publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infoblox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infoblox.com\/blog\/#organization","name":"Infoblox","url":"https:\/\/www.infoblox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/infoblox-logo-2.svg","width":137,"height":30,"caption":"Infoblox"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b09ec2fd0a273ea1cb94ae2fd98232f9","name":"Ed Horley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/blog-ed-horley-96x96.jpg","caption":"Ed Horley"},"description":"Ed Horley (@ehorley) is a Co-founder and CEO of HexaBuild.io, an IPv6 consulting and training company. Ed is Co-chair of the California IPv6 Task Force (CAv6TF) and authored the Apress Press book Practical IPv6 for Windows Administrators and two IPv6 courses on Pluralsight. He is also the co-host of the IPv6 Buzz Podcast on the PacketPushers. Follow HexaBuild on Twitter and LinkedIn and let us help you advance cloud, IoT and security with IPv6!","sameAs":["https:\/\/hexabuild.io"],"url":"https:\/\/www.infoblox.com\/blog\/author\/ed-horley\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/3390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/users\/323"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=3390"}],"version-history":[{"count":2,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/3390\/revisions"}],"predecessor-version":[{"id":8141,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/3390\/revisions\/8141"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/3187"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=3390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=3390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=3390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}