{"id":4553,"date":"2012-07-02T10:34:27","date_gmt":"2012-07-02T17:34:27","guid":{"rendered":"https:\/\/blogs.infoblox.com\/?p=4553"},"modified":"2022-10-19T15:58:18","modified_gmt":"2022-10-19T22:58:18","slug":"choosing-static-slaac-or-dhcpv6-part-3","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/","title":{"rendered":"Choosing Static, SLAAC or DHCPv6? (part 3)"},"content":{"rendered":"<p>Here\u2019s the third entry of Cisco Press author and chair of the Rocky Mountain IPv6 Task Force\u00a0<a href=\"http:\/\/www.hoggnet.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Scott Hogg<\/a>\u2019s multi-part blog on IPv6 addressing. This week: stateless and stateful DHCPv6. Thanks Scott! -Tom<\/p>\n<h4 id=\"toc-hId--159560331\">STATELESS DHCPV6<\/h4>\n<p>Another option is to have the client computers perform SLAAC but then use Stateless DHCPv6 to provide other information, such as DNS server, domain name, SIP server, to the clients.\u00a0 Stateless DHCPv6 Service for IPv6 is sometimes called DHCPv6 Lite.\u00a0 This approach is defined in\u00a0<a href=\"http:\/\/tools.ietf.org\/html\/rfc3736\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 3736, Stateless Dynamic Host Configuration Protocol (DHCP) Service for IPv6<\/a>.<\/p>\n<p>With Stateless DHCPv6, the client node performs SLAAC for its IPv6 address assignment and then sends DHCP Information Request and then router responds with a Reply message with info.\u00a0 DHCPv6-Lite can be performed easily on the local router.\u00a0 Cisco routers can perform Stateless DHCPv6 on their LAN interfaces.<\/p>\n<h4 id=\"toc-hId--130931180\">STATEFUL DHCPV6<\/h4>\n<p>The technique that most organizations prefer in many cases is to use Dynamic Host Configuration Protocol version 6 (DHCPv6) similarly to the way that DHCP is used within their networks for IPv4 address assignment.\u00a0 This protocol is specified in\u00a0<a href=\"http:\/\/http\/\/tools.ietf.org\/html\/rfc3315\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 3315, Dynamic Host Configuration Protocol for IPv6 (DHCPv6)<\/a>.<\/p>\n<p>DHCPv6 operation starts with the router sending an ICMPv6 Router Advertisement (RA) message that indicates to nodes on the network that they should use DHCPv6 as their method of dynamic address configuration.\u00a0 The RA messages contain several bits (A, M, O, L bits) that indicate to the node how it should obtain its IPv6 address.\u00a0 This document has already covered the Address Autoconfiguration bit.<\/p>\n<p>The Managed Address Configuration Flag (M-flag or M-bit) determines if the host should use DHCPv6.\u00a0 When set to 1 it tells hosts to get stateful address through DHCPv6.<\/p>\n<p>The Other Stateful Configuration Flag (O-flag or O-bit) determines if the node should use DHCPv6 for other configuration information.\u00a0 When set to 1 it tells host to use DHCPv6 to get other configuration data.\u00a0 The O-bit is set to 1 for Stateless-DHCPv6 (DHCPv6-Lite) as described above.<\/p>\n<p>Following is a list of the typical combinations of address configuration bits set within the RA message sent by the local router.<\/p>\n<ul>\n<li>A=1, M=0, O=0<\/li>\n<\/ul>\n<p>o\u00a0\u00a0 End host uses stateless auto-configuration<\/p>\n<ul>\n<li>A=1, M=0, O=1<\/li>\n<\/ul>\n<p>o\u00a0\u00a0 End host uses SLAAC and stateless DHCPv6, autoconfigured address but DNS and other information is added with DHCPv6 (i.e. from a router)<\/p>\n<ul>\n<li>A=0, M=1, O=1<\/li>\n<\/ul>\n<p>o\u00a0\u00a0 End host uses DHCPv6 for all information<\/p>\n<p>After the node receives the RA message indicating that the node use DHCPv6 then the node sends a DHCPv6 Solicit message to the DHCPv6 multicast address.\u00a0 There are several DHCPv6 Messages defined in the standard: Solicit, Advertise, Request, Confirm, Renew, Rebind, Decline, Info-Request, Reply, Reconfigure.\u00a0 DHCPv6 clients listen on UDP port 546 and DHCPv6 servers and relay agents listen on UDP port 547.<\/p>\n<p>All_DHCP_Relay_Agents_and_Servers (FF02::1:2) \u2013 link-local scope<\/p>\n<p>A link-scoped multicast address used by a client to communicate with neighboring (i.e., on-link) relay agents and servers. \u00a0All servers and relay agents are members of this multicast group.<\/p>\n<p>All_DHCP_Servers (FF05::1:3) \u2013 site-local scope<\/p>\n<p>A site-scoped multicast address used by a relay agent to communicate with servers, either because the relay agent wants to send messages to all servers or because it does not know the unicast addresses of the servers. \u00a0Note that in order for a relay agent to use this address, it must have an address of sufficient scope to be reachable by the servers. All servers within the site are members of this multicast group.<\/p>\n<p>An advantage of DHCPv6 for dynamic address assignment is that it is capable of providing additional information to the nodes.\u00a0 DHCPv6 provides DNS information and uses a 16-bit option space.\u00a0 These options are useful for devices like IP phones.<\/p>\n<p>If IPv6 addresses are dynamically assigned sequentially starting a ::2, then ::3, then ::4 and onward, then reconnaissance of the network is trivial for an attacker.\u00a0 However, an attacker would also find it nearly impossible to perform scanning of an entire \/64 subnet to see if leased addresses are given out randomly.\u00a0 Most DHCPv6 servers now use randomized node identifiers.\u00a0 This helps prevent reconnaissance and duplicate address assignment.<\/p>\n<p>DHCPv6 servers that assign randomized interface identifiers to end-node devices aid in the protection of the network from attacker reconnaissance attempts.\u00a0 Therefore, organizations should use DHCPv6 servers that are capable of providing randomized interface identifiers to lease requests.\u00a0 They should use randomly-determined node identifiers for all IPv6 nodes at the expense of increasing the operational cost.<\/p>\n<p>Up next: dealing with IPv6 privacy (aka temporary) addresses.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s the third entry of Cisco Press author and chair of the Rocky Mountain IPv6 Task Force\u00a0Scott Hogg\u2019s multi-part blog on IPv6 addressing. This week: stateless and stateful DHCPv6. Thanks Scott! -Tom STATELESS DHCPV6 Another option is to have the client computers perform SLAAC but then use Stateless DHCPv6 to provide other information, such as [&hellip;]<\/p>\n","protected":false},"author":319,"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,56,38,15],"class_list":{"0":"post-4553","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ipv6-coe","8":"tag-infoblox","9":"tag-ipv4","10":"tag-ipv6","11":"tag-security","12":"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>Choosing Static, SLAAC or DHCPv6? (part 3)<\/title>\n<meta name=\"description\" content=\"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for 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\/choosing-static-slaac-or-dhcpv6-part-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Choosing Static, SLAAC or DHCPv6? (part 3)\" \/>\n<meta property=\"og:description\" content=\"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for your network.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-02T17:34:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-19T22:58:18+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=\"Tom Coffeen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tom Coffeen\" \/>\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\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/\"},\"author\":{\"name\":\"Tom Coffeen\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/b299068ee4a9f542d2ad7d59a5b1d5b1\"},\"headline\":\"Choosing Static, SLAAC or DHCPv6? (part 3)\",\"datePublished\":\"2012-07-02T17:34:27+00:00\",\"dateModified\":\"2022-10-19T22:58:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/\"},\"wordCount\":748,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"keywords\":[\"Infoblox\",\"IPv4\",\"IPv6\",\"Security\"],\"articleSection\":[\"IPv6 CoE\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/\",\"name\":\"Choosing Static, SLAAC or DHCPv6? (part 3)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/IPv6-ARIN.jpg\",\"datePublished\":\"2012-07-02T17:34:27+00:00\",\"dateModified\":\"2022-10-19T22:58:18+00:00\",\"description\":\"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for your network.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#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\\\/choosing-static-slaac-or-dhcpv6-part-3\\\/#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\":\"Choosing Static, SLAAC or DHCPv6? (part 3)\"}]},{\"@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\\\/b299068ee4a9f542d2ad7d59a5b1d5b1\",\"name\":\"Tom Coffeen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_319_1574118081-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_319_1574118081-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_319_1574118081-96x96.jpg\",\"caption\":\"Tom Coffeen\"},\"description\":\"Tom Coffeen is a network engineer, architect, and author with over twenty years of internetwork design, deployment, administration, and management experience. Tom co-founded HexaBuild, an IT consultancy specializing in the advancement of cloud, IoT, and security deployment best practices through IPv6 adoption. Prior to co-founding HexaBuild, Tom was an IPv6 Evangelist and a Distinguished Architect at Infoblox. Before that Tom was the VP of network architecture at the global CDN Limelight Networks where he led their deployment of IPv6. He is also the author of O\u2019Reilly Media\u2019s IPv6 Address Planning.\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/tom-coffeen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Choosing Static, SLAAC or DHCPv6? (part 3)","description":"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for 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\/choosing-static-slaac-or-dhcpv6-part-3\/","og_locale":"en_US","og_type":"article","og_title":"Choosing Static, SLAAC or DHCPv6? (part 3)","og_description":"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for your network.","og_url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/","og_site_name":"Infoblox Blog","article_published_time":"2012-07-02T17:34:27+00:00","article_modified_time":"2022-10-19T22:58:18+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","type":"image\/jpeg"}],"author":"Tom Coffeen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tom Coffeen","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/"},"author":{"name":"Tom Coffeen","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/b299068ee4a9f542d2ad7d59a5b1d5b1"},"headline":"Choosing Static, SLAAC or DHCPv6? (part 3)","datePublished":"2012-07-02T17:34:27+00:00","dateModified":"2022-10-19T22:58:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/"},"wordCount":748,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","keywords":["Infoblox","IPv4","IPv6","Security"],"articleSection":["IPv6 CoE"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/","url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/","name":"Choosing Static, SLAAC or DHCPv6? (part 3)","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/IPv6-ARIN.jpg","datePublished":"2012-07-02T17:34:27+00:00","dateModified":"2022-10-19T22:58:18+00:00","description":"There are benefits of using different DHCPV6 interfaces. Learn about the benefits and what Stateless and stateful DHCPV6 can provide for your network.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/choosing-static-slaac-or-dhcpv6-part-3\/#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\/choosing-static-slaac-or-dhcpv6-part-3\/#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":"Choosing Static, SLAAC or DHCPv6? (part 3)"}]},{"@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\/b299068ee4a9f542d2ad7d59a5b1d5b1","name":"Tom Coffeen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_319_1574118081-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_319_1574118081-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_319_1574118081-96x96.jpg","caption":"Tom Coffeen"},"description":"Tom Coffeen is a network engineer, architect, and author with over twenty years of internetwork design, deployment, administration, and management experience. Tom co-founded HexaBuild, an IT consultancy specializing in the advancement of cloud, IoT, and security deployment best practices through IPv6 adoption. Prior to co-founding HexaBuild, Tom was an IPv6 Evangelist and a Distinguished Architect at Infoblox. Before that Tom was the VP of network architecture at the global CDN Limelight Networks where he led their deployment of IPv6. He is also the author of O\u2019Reilly Media\u2019s IPv6 Address Planning.","url":"https:\/\/www.infoblox.com\/blog\/author\/tom-coffeen\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4553","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\/319"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=4553"}],"version-history":[{"count":2,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4553\/revisions"}],"predecessor-version":[{"id":8085,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/4553\/revisions\/8085"}],"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=4553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=4553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=4553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}