{"id":2832,"date":"2016-04-12T14:29:03","date_gmt":"2016-04-12T14:29:03","guid":{"rendered":"https:\/\/live-infoblox-blog.pantheonsite.io\/?p=2832"},"modified":"2022-10-19T16:25:51","modified_gmt":"2022-10-19T23:25:51","slug":"how-many-ipv6-nodes-can-you-have-on-a-lan","status":"publish","type":"post","link":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/","title":{"rendered":"How Many IPv6 Nodes Can You Have on a LAN?"},"content":{"rendered":"<p>Does IPv6 change the number of possible nodes on a single <a href=\"https:\/\/www.infoblox.com\/glossary\/lan-local-area-network\/\" target=\"_blank\" rel=\"noopener noreferrer\">LAN<\/a> segment?<\/p>\n<p>As people start learning about and deploying IPv6 they start considering how IPv6 changes the way they design and deploy networks and systems.\u00a0 Based on the\u00a0<a href=\"http:\/\/www.ietf.org\/rfc\/rfc4291.txt\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">IPv6 Addressing Architecture<\/a>\u00a0(RFC 4291), the standard IPv6 prefix length for LANs is a \/64 which provides an astronomically large number of possible host Interface Identifiers (IIDs).\u00a0 In IPv6, it is common to have the first \u201chigh-order\u201d 64-bits represent the network number and the last \u201cleast-significant\u201d 64-bits represent the individual node number.\u00a0 If we calculate that out; 2^64 equals 18,446,744,073,709,551,616 unique IIDs, but \u201c18 quintillion\u201d is much easier to say.\u00a0 That is an extremely large number of possible nodes on a single network, but a network surely would not have nearly this many nodes (much less IPv6-capable ones).<\/p>\n<h2 id=\"toc-hId-649874739\">Wasteful IPv6 Addressing?<\/h2>\n<p>To many, it may seem wasteful to use a \/64 if you only have a few nodes on that network.\u00a0 If a single \/64 can have 18 quintillion nodes, but the network only had a hundred computers connected, that may seem wasteful.\u00a0 Furthermore, if you have a back-to-back direct connection (i.e., a point-to-point link) between two network devices and you allocate a \/64 prefix, then you only have two active nodes in all that address space.\u00a0 You could use a \/127 prefix (<a href=\"https:\/\/tools.ietf.org\/html\/rfc6164\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 6164<\/a>) for an IPv6 network with two devices, but for\u00a0<a href=\"https:\/\/www.infoblox.com\/resources\/video\/infoblox-ipam?utm_source=blox-community&amp;utm_campaign=community-q2&amp;utm_medium=blox-community\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">IPAM<\/a>\u00a0simplicity, you might still reserve a \/64 for that network.<\/p>\n<p>The reality, is that it is\u00a0<a href=\"http:\/\/etherealmind.com\/allocating-64-wasteful-ipv6-not\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">not wasteful to use a \/64<\/a>\u00a0for any-sized IPv6 network.\u00a0 Consider this, if you had a network with 1,000,000 nodes connected, your address efficiency is still infinitesimally small.\u00a0 One million divided by 18 quintillion is an extremely small number.\u00a0 If you have a network with only two nodes, two divided by 18 quintillion is just about as infinitesimally small as the efficiency for the million-node network.\u00a0 Therefore, whether you have two nodes or two million nodes, you are using only an extremely small fraction of the \/64.\u00a0 If you want to see the math to calculate the efficiency of address allocation, consult Tom Coffeen\u2019s\u00a0<a href=\"http:\/\/shop.oreilly.com\/product\/0636920033622.do\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">IPv6 Address Planning<\/a>\u00a0book and look on page 3.<\/p>\n<p>Even though an IPv6 prefix allows for 18 quintillion possible interface identifiers, you certainly wouldn\u2019t have that many nodes on a LAN.\u00a0 Though IPv6 allows for this theoretical number, we might wonder how does IPv6 practically change the number of nodes on a LAN?\u00a0 In other words, how many IPv6 nodes could you possibly have on a single LAN segment and what is typical or practical?\u00a0 To answer this question, we will consider how many nodes are possible\/typical on an IPv4-only network, a dual-protocol network, and an IPv6-only network.<\/p>\n<h2 id=\"toc-hId-678503890\">IPv4-Only Network<\/h2>\n<p>In the first place, creating a truly IPv4-only network may be difficult because\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Comparison_of_IPv6_support_in_operating_systems\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">most nodes now support IPv6<\/a>.\u00a0\u00a0IPv6 is enabled by default is most operating systems.\u00a0 IPv6 packets are traversing the LAN network even if there isn\u2019t a first-hop router that is acting as an IPv6 default gateway.\u00a0 To create an IPv4-only network, you would need to disable the IPv6 protocol stack in all the nodes on the LAN.\u00a0 Not only is this difficult to achieve, but it is\u00a0<a href=\"https:\/\/technet.microsoft.com\/en-us\/network\/cc987595.aspx\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">not recommended<\/a>\u00a0by OS manufacturers.<\/p>\n<p>If, in fact, a network only has IPv4 nodes on it then the network may have up to a couple hundred nodes.\u00a0 This isn\u2019t necessarily related to the fact that IPv4 addresses are becoming increasingly scarce.\u00a0 Although, this continues to be true even now that public\u00a0<a href=\"https:\/\/community.infoblox.com\/t5\/Company-Blog\/RIP-Exhausted-Guy\/ba-p\/3847\" target=\"_blank\" rel=\"noopener noreferrer\">IPv4 address exhaustion<\/a>\u00a0has occurred.\u00a0 The limit of the number of IPv4 nodes on a LAN is more closely tied to the amount of broadcast traffic.<\/p>\n<p>The problem with LAN broadcasts is that every host interface on the LAN gets interrupted and must process the broadcast packet.\u00a0 Every node on the LAN, whether a packet is intended for it or not, must analyze the broadcast and determine if the packet requires processing.\u00a0 IPv4\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Address_Resolution_Protocol\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Address Resolution Protocol<\/a>\u00a0(ARP) uses broadcasts, all nodes receive, and check ARP requests, regardless if they are the queried node or not.\u00a0 If the ARP request is for the receiving node, then ARP responses are unicast back to the node that sent the ARP request.<\/p>\n<p>It is typical for IPv4 networks to use a \/24 prefix length for LANs.\u00a0 IPv4 can be \u201cchatty\u201d and send many messages out on the LAN as broadcasts.\u00a0 If the IPv4 subnet for the LAN is 192.168.1.0\/24, then the subnet broadcast address would be 192.168.1.255 and the destination MAC address of this Ethernet II frame would be ff:ff:ff:ff:ff:ff).\u00a0 Other systems on a LAN may send out packets destined to the IPv4 address 255.255.255.255 (<a href=\"https:\/\/tools.ietf.org\/html\/rfc919\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 919<\/a>) which is a full broadcast, which also has a destination MAC address of ff:ff:ff:ff:ff:ff:ff.\u00a0 Printers send many of these types of packets.\u00a0 It is possible for broadcasts to get compounded and lead to a broadcast storm, which are debilitating for all nodes on the LAN.\u00a0 Other desktop user applications feel the need to send subnet broadcasts as part of their plug-and-play, peer-to-peer, or LAN-based discovery features (e.g. Dropbox LAN sync Discovery Protocol).\u00a0 If you are curious, open up your\u00a0<a href=\"https:\/\/www.wireshark.org\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Wireshark<\/a>\u00a0protocol analyzer and set your capture filter to \u201ceth.addr == ff:ff:ff:ff:ff:ff\u201d.<\/p>\n<p>Even if a network has a \/22 subnet length assigned to the LAN, due to broadcasts, it might be possible to only have 300 nodes in that LAN.\u00a0 It might not be possible to have an IPv4-only network with 400 to 500 nodes on it before the broadcast traffic becomes overwhelming for all nodes.\u00a0 This becomes a problem for large-scale data center networks and\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/LXC\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">software container<\/a>\u00a0environments with a large number of nodes on a single flat network.<\/p>\n<h2 id=\"toc-hId-707133041\">Dual-Protocol Network<\/h2>\n<p>On most modern networks, there are nodes that are capable of both IPv4 and IPv6 communications.\u00a0 In many cases, the nodes have IPv4 addresses either statically assigned or leased with DHCP, while the IPv6 nodes have only a link-local address.\u00a0 If there isn\u2019t an IPv6-enabled router active on the LAN, then the IPv6 nodes do not receive a global unicast address.\u00a0 However, increasingly, LANs are actively using IPv6 and the end nodes have both an IPv4 and an IPv6 address and operate in dual-protocol mode.<\/p>\n<p>Because IPv4 is still required for reachability to much of the Internet, it is unlikely that you will have an IPv6-only network today.\u00a0 You can add IPv6 to a LAN, but you must keep IPv4 active because most services still use only IPv4.\u00a0 Therefore, dual-protocol operations are preferred, but the network would have all the IPv4 ARP traffic on the LAN, in addition to the IPv6 traffic.<\/p>\n<p>Keep in mind though that IPv6 operates differently than IPv4 on a LAN.\u00a0 As we know, IPv6 does not use broadcast message delivery.\u00a0 IPv6 strives for increased efficiency using only unicast, multicast, or anycast.\u00a0 IPv6 makes extensive use of multicast and there are many\u00a0<a href=\"http:\/\/www.iana.org\/assignments\/ipv6-multicast-addresses\/ipv6-multicast-addresses.xhtml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">well-known IPv6 multicast addresses<\/a>\u00a0that are used on LANs.\u00a0 IPv6 also uses ICMPv6 (<a href=\"https:\/\/tools.ietf.org\/html\/rfc4443\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 4443<\/a>) to perform the function of Neighbor Discovery Protocol (NDP) (<a href=\"http:\/\/tools.ietf.org\/html\/rfc4861\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 4861<\/a>).\u00a0 ICMPv6 has a variety of\u00a0<a href=\"http:\/\/www.iana.org\/assignments\/icmpv6-parameters\/icmpv6-parameters.xhtml\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">message types<\/a>\u00a0that are used for LAN administration and NDP and we will review several of the popular ones now.<\/p>\n<p><strong>Router Solicitation (RS) and Router Advertisement (RA)<\/strong><\/p>\n<p>When an IPv6-capable node boots up, it wants to discover the network it has connected to and learn from the local first-hop gateway about the IPv6 address it should use.\u00a0 The IPv6 node sends an ICMPv6 (Type 133) Router Solicitation (RS) message to the all-routers multicast group address FF02:0:0:0:0:0:0:2 (FF02::2).\u00a0 The RS packet only goes to the router(s) listening on the all-routers (FF02::2) multicast address.\u00a0 When the IPv6 node sends these multicast messages out, they are sent as Ethernet II frames destined to the multicast MAC address (33:33:00:00:00:02) (<a href=\"http:\/\/tools.ietf.org\/html\/rfc7042#section-2.3.1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 7042<\/a>), whereby the last 32-bits of the IPv6 multicast group address are placed into the last 32-bits of the MAC address.\u00a0 Therefore, you are likely to see a lot of \u201c3s\u201d when you perform an IPv6 packet capture (\u201c<a href=\"http:\/\/www.networkcomputing.com\/cloud-infrastructure\/understanding-ipv6-sniffer-full-3s\/1594849328\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Understanding IPv6: A Sniffer Full Of 3s<\/a>\u201d).<\/p>\n<p><span class=\"lia-message-image-wrapper\"><img decoding=\"async\" class=\"lia-media-image\" tabindex=\"0\" title=\"RA-RS.jpg\" src=\"https:\/\/cixhp49439.i.lithium.com\/t5\/image\/serverpage\/image-id\/568i4BEBFE2969434CB4\/image-size\/original?v=mpbl-1&amp;px=-1\" alt=\"RA-RS.jpg\" border=\"0\" \/><i class=\"lia-fa lia-fa-search-plus lia-media-lightbox-trigger\" tabindex=\"0\" aria-label=\"Enlarge image\"><\/i><\/span><\/p>\n<p>When the local first-hop router receives the RS message, it immediately sends a Router Advertisement (RA) ICMPv6 (type 134) message to the all-nodes multicast group address FF02:0:0:0:0:0:0:1 (FF02::1).\u00a0 This will tell the nodes on the LAN about the parameters of the LAN, the local IPv6 prefix, and the method they should use to obtain their IID to form their IPv6 address and complete their connectivity to the LAN.\u00a0 Periodically, the first-hop router also sends the RA messages to the all-nodes (FF02::1) multicast group once every 200 seconds (though this, along with other ND values, is configurable) to keep the nodes updated on any changes that might have occurred or in case an RS was missed.\u00a0 Sending\u00a0<a href=\"https:\/\/community.infoblox.com\/t5\/IPv6-Center-of-Excellence\/Why-You-Must-Use-ICMPv6-Router-Advertisements-RAs\/ba-p\/3416\" target=\"_blank\" rel=\"noopener noreferrer\">RAs is an essential step<\/a>\u00a0in making an IPv6 network operational.<\/p>\n<p>It has already been mentioned that IPv6 does not use broadcast message forwarding model, but the all-nodes multicast group (FF02::1) is the closest thing that IPv6 has to an IPv4 broadcast.\u00a0 RSs are only sent on boot up of the node or on network reconnect, which occur seldom.\u00a0 RAs are typically only send once every 200 seconds or when a RS is received.\u00a0 Therefore, these messages are not an impact on the number of IPv6 nodes on a LAN.<\/p>\n<p><strong>Neighbor Solicitation (NS) and Neighbor Advertisement (NA)<\/strong><\/p>\n<p>IPv6 networks use the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Neighbor_Discovery_Protocol\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">NDP<\/a>\u00a0multicast messages to create a neighbor cache binding table between IPv6 addresses and Ethernet MAC addresses.\u00a0 This is the same function as IPv4 ARP performs using broadcasts.\u00a0 When an IPv6 node needs to learn the MAC address for a given IPv6 address, it sends a Neighbor Solicitation (NS) ICMPv6 (type 135) multicast message to the\u00a0<a href=\"http:\/\/en.wikipedia.org\/wiki\/Solicited-node_multicast_address\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">solicited-node multicast address<\/a>\u00a0(<a href=\"https:\/\/tools.ietf.org\/html\/rfc2373\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 2373<\/a>) for that node.\u00a0 These solicited-node multicast addresses follow the format FF02:0:0:0:0:1:FFXX:XXXX whereby the last 24 bits are carried over from the IPv6 address to be queried.\u00a0 These NS messages are very efficient because they are sent to a very narrow group of nodes, as opposed to IPv4\u2019s broadcast of ARP requests.<\/p>\n<p><span class=\"lia-message-image-wrapper\"><img decoding=\"async\" class=\"lia-media-image\" tabindex=\"0\" title=\"NA-NS.jpg\" src=\"https:\/\/cixhp49439.i.lithium.com\/t5\/image\/serverpage\/image-id\/567i4331096A65DF9CE9\/image-size\/original?v=mpbl-1&amp;px=-1\" alt=\"NA-NS.jpg\" border=\"0\" \/><i class=\"lia-fa lia-fa-search-plus lia-media-lightbox-trigger\" tabindex=\"0\" aria-label=\"Enlarge image\"><\/i><\/span><\/p>\n<p><a href=\"http:\/\/www.networkcomputing.com\/author\/36436053\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Denise Fishburne<\/a>, Proof of Concept Engineer at Cisco, wrote some great articles titled \u201c<a href=\"http:\/\/www.networkcomputing.com\/networking\/understanding-ipv6-what-solicited-node-multicast\/1278047313\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Understanding IPv6: What Is Solicited-Node Multicast?<\/a>\u201d, \u201c<a href=\"http:\/\/www.networkcomputing.com\/networking\/understanding-ipv6-prepping-solicited-node-multicast\/505702632\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Understanding IPv6: Prepping For Solicited-Node Multicast<\/a>\u201d, \u201c<a href=\"http:\/\/www.networkcomputing.com\/networking\/understanding-ipv6-ping-solicited-node-multicast\/441897427\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Understanding IPv6: The Ping Before Solicited-Node Multicast<\/a>\u201d and \u201c<a href=\"http:\/\/www.networkcomputing.com\/networking\/understanding-ipv6-solicited-node-multicast-action\/1016606438\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Understanding IPv6: Solicited-Node Multicast In Action<\/a>\u201d which covers this topic completely.<\/p>\n<p>When an IPv6 node on the LAN possesses the IPv6 address being queried, it is listening for IPv6 multicasts sent to its solicited-node multicast address and receives the query.\u00a0 In response to the NS it receives, the node sends back a Neighbor Advertisement (NA) ICMPv6 (type 136) unicast message directly back to the IPv6 node that sent the query.\u00a0 That node can then cache this response in its neighbor cache and use this MAC address for future communications.<\/p>\n<p>These NS messages are typically sent when the neighbor cache times out (approximately every 5 minutes).\u00a0 The NA are typically sent only when a NS query is sent and received.\u00a0 Therefore, NS and NA messages are far more efficient than IPv4 ARP broadcast requests and replies and are orders of magnitude less a limiting factor to the number of nodes possible on a LAN.<\/p>\n<p><strong>Other IPv6 LAN Multicasts<\/strong><\/p>\n<p>There are a few other IPv6 multicast messages that are present on a LAN but they don\u2019t occur frequently enough to impact the scalability of the LAN.\u00a0 DHCPv6 (<a href=\"https:\/\/tools.ietf.org\/html\/rfc3315\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 3315<\/a>) messages are sent out as multicast packets (FF02::1:2, FF05::1:3).\u00a0 It is also possible on an IPv6 network to have a few (though seldom-sent) Unsolicited Neighbor Advertisement which are sent to the all-nodes multicast group address (FF02::1).\u00a0 ICMPv6 Redirects (type 137) can also be sent out when a host sends a packet to a non-optimal gateway, but these are actually unicast.\u00a0 There may also be multicast streaming traffic on a LAN, but the multicast destination address will not be local in scope for such traffic. Rather it will realm-local, admin-local, site-local, organization-local, or global in scope (<a href=\"https:\/\/tools.ietf.org\/html\/rfc7346\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">RFC 7346<\/a>).<\/p>\n<p><strong>Summary of Dual-Protocol Node Scalability<\/strong><\/p>\n<p>IPv6 is far more efficient with its use of multicast. None of the above-mentioned IPv6 NDP messages are nearly as \u201cchatty\u201d as IPv4 broadcasts.\u00a0 It comes down to the fact that in a dual-protocol LAN situation, you have both the IPv4 broadcasts and the IPv6 NDP multicasts occurring on the LAN at the same time resulting in the total amount of broadcast\/multicast LAN administrative overhead traffic on a LAN.\u00a0 Dual-protocol networks have the sum of the IPv4 broadcasts and the IPv6 multicasts.\u00a0 IPv4 broadcasts are substantial, but IPv6 multicasts are negligible.\u00a0 Therefore, the additive result of the multicast and broadcast messages, mean that the real limiting factor is the number of IPv4 nodes possible on a single LAN segment.<\/p>\n<h2 id=\"toc-hId-735762192\">IPv6-Only Network<\/h2>\n<p>Today, it is rare to have an IPv6-only network.\u00a0 You could disable IPv4, but it is likely not recommended and difficult to completely deactivate IPv4.\u00a0 Most modern computer operating systems use both IPv4 and IPv6 and both protocols are active on the network interfaces by default.\u00a0 If there is a network that has a first-hop gateway that only has IPv6 configured on it, it would send out IPv6 RA messages, but it wouldn\u2019t have an IPv4 address configured on its interface.\u00a0 If nodes on the LAN still attempted to use IPv4, they would try to send an IPv4 DHCP Discover broadcast message, but they would not get a response.\u00a0 Therefore, the IPv4 enabled nodes would end up with an Automatic Private IP Addressing (APIPA) 169.254.X.X network address.\u00a0 Even with an APIPA address, and IPv4-capable node might still generate a small amount of IPv4 traffic on the LAN.<\/p>\n<p>If the network truly is an IPv6-only network, then it might be possible to have a few thousand nodes on a LAN segment at the same time.\u00a0 This number may also vary based on the frequency of NS-NA messages and that can be controlled by the RA with the NS frequency\/duration settings (Router Lifetime, Reachable Time, and Retransmission Timer).\u00a0 An IPv6-only network may be able to have up to ~5000 nodes on it due to the efficiencies of multicast.<\/p>\n<p>As they say, \u201cyour mileage may vary\u201d depending on the amount of east-west node-to-node traffic or the amount of north-south node-to-router traffic.\u00a0 If there is more east-west traffic then ~3000 nodes might be possible on an IPv6-only LAN.\u00a0 If there is more north-south traffic then ~6000 nodes might be possible on an IPv6-only LAN.\u00a0\u00a0<a href=\"http:\/\/www.lightreading.com\/ethernet-ip\/ip-protocols-software\/facebook-ipv6-is-a-real-world-big-deal\/a\/d-id\/718395\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Hyper-scale data centers<\/a>\u00a0and cloud environments are using high-density of nodes on a LAN and the use of\u00a0<a href=\"https:\/\/community.infoblox.com\/t5\/IPv6-Center-of-Excellence\/Containers-Can-the-operation-of-them-be-improved-with-IPv6\/ba-p\/5938\" target=\"_blank\" rel=\"noopener noreferrer\">software containers<\/a>\u00a0can definitely benefit from IPv6\u2019s scalability.\u00a0 You might not want to design a network with this many nodes on it, but it is comforting to know that IPv6 is efficient and imposes far fewer limitations on LAN size than IPv4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Does IPv6 change the number of possible nodes on a single LAN segment? As people start learning about and deploying IPv6 they start considering how IPv6 changes the way they design and deploy networks and systems.\u00a0 Based on the\u00a0IPv6 Addressing Architecture\u00a0(RFC 4291), the standard IPv6 prefix length for LANs is a \/64 which provides an [&hellip;]<\/p>\n","protected":false},"author":321,"featured_media":2833,"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":[51,38,31],"class_list":{"0":"post-2832","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ipv6-coe","8":"tag-ipam","9":"tag-ipv6","10":"tag-networking","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>How Many IPv6 Nodes Can You Have on a LAN?<\/title>\n<meta name=\"description\" content=\"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.\" \/>\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\/how-many-ipv6-nodes-can-you-have-on-a-lan\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Many IPv6 Nodes Can You Have on a LAN?\" \/>\n<meta property=\"og:description\" content=\"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/\" \/>\n<meta property=\"og:site_name\" content=\"Infoblox Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-12T14:29:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-19T23:25:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.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=\"Scott Hogg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Hogg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 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\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/\"},\"author\":{\"name\":\"Scott Hogg\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#\\\/schema\\\/person\\\/ee71ac61fe2ea349f6e991e628d22f4c\"},\"headline\":\"How Many IPv6 Nodes Can You Have on a LAN?\",\"datePublished\":\"2016-04-12T14:29:03+00:00\",\"dateModified\":\"2022-10-19T23:25:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/\"},\"wordCount\":2463,\"publisher\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg\",\"keywords\":[\"IPAM\",\"IPv6\",\"Networking\"],\"articleSection\":[\"IPv6 CoE\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/\",\"name\":\"How Many IPv6 Nodes Can You Have on a LAN?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg\",\"datePublished\":\"2016-04-12T14:29:03+00:00\",\"dateModified\":\"2022-10-19T23:25:51+00:00\",\"description\":\"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg\",\"contentUrl\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/wp-content\\\/uploads\\\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg\",\"width\":660,\"height\":454,\"caption\":\"How Many IPv6 Nodes Can You Have on a LAN?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/ipv6-coe\\\/how-many-ipv6-nodes-can-you-have-on-a-lan\\\/#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\":\"How Many IPv6 Nodes Can You Have on a LAN?\"}]},{\"@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\\\/ee71ac61fe2ea349f6e991e628d22f4c\",\"name\":\"Scott Hogg\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_321_1574118215-96x96.jpg\",\"url\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_321_1574118215-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/blogs.infoblox.com\\\/wp-content\\\/uploads\\\/avatar_user_321_1574118215-96x96.jpg\",\"caption\":\"Scott Hogg\"},\"description\":\"Scott Hogg has 30 years of network and security experience and is president of Hogg Networking with. Scott Hogg specializes in teaching Internet Protocol version 6 (IPv6) and providing implementation guidance. Scott is CCIE #5133 (Emeritus) and CISSP #4610. Scott is Chair Emeritus of the Rocky Mountain IPv6 Task Force (RMv6TF), a member of the IPv6 Center of Excellence (COE), and co-author of the Cisco Press book on IPv6 Security.\",\"sameAs\":[\"https:\\\/\\\/hexabuild.io\"],\"url\":\"https:\\\/\\\/www.infoblox.com\\\/blog\\\/author\\\/scott-hogg\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How Many IPv6 Nodes Can You Have on a LAN?","description":"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.","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\/how-many-ipv6-nodes-can-you-have-on-a-lan\/","og_locale":"en_US","og_type":"article","og_title":"How Many IPv6 Nodes Can You Have on a LAN?","og_description":"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.","og_url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/","og_site_name":"Infoblox Blog","article_published_time":"2016-04-12T14:29:03+00:00","article_modified_time":"2022-10-19T23:25:51+00:00","og_image":[{"width":660,"height":454,"url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg","type":"image\/jpeg"}],"author":"Scott Hogg","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Scott Hogg","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#article","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/"},"author":{"name":"Scott Hogg","@id":"https:\/\/www.infoblox.com\/blog\/#\/schema\/person\/ee71ac61fe2ea349f6e991e628d22f4c"},"headline":"How Many IPv6 Nodes Can You Have on a LAN?","datePublished":"2016-04-12T14:29:03+00:00","dateModified":"2022-10-19T23:25:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/"},"wordCount":2463,"publisher":{"@id":"https:\/\/www.infoblox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg","keywords":["IPAM","IPv6","Networking"],"articleSection":["IPv6 CoE"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/","url":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/","name":"How Many IPv6 Nodes Can You Have on a LAN?","isPartOf":{"@id":"https:\/\/www.infoblox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#primaryimage"},"image":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg","datePublished":"2016-04-12T14:29:03+00:00","dateModified":"2022-10-19T23:25:51+00:00","description":"The number of nodes that are able to be used is dependent on the address format. You can find out what the node capacities for your network are in the article.","breadcrumb":{"@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#primaryimage","url":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg","contentUrl":"https:\/\/www.infoblox.com\/blog\/wp-content\/uploads\/How-Many-IPv6-Nodes-Can-You-Have-on.jpg","width":660,"height":454,"caption":"How Many IPv6 Nodes Can You Have on a LAN?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infoblox.com\/blog\/ipv6-coe\/how-many-ipv6-nodes-can-you-have-on-a-lan\/#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":"How Many IPv6 Nodes Can You Have on a LAN?"}]},{"@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\/ee71ac61fe2ea349f6e991e628d22f4c","name":"Scott Hogg","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_321_1574118215-96x96.jpg","url":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_321_1574118215-96x96.jpg","contentUrl":"https:\/\/blogs.infoblox.com\/wp-content\/uploads\/avatar_user_321_1574118215-96x96.jpg","caption":"Scott Hogg"},"description":"Scott Hogg has 30 years of network and security experience and is president of Hogg Networking with. Scott Hogg specializes in teaching Internet Protocol version 6 (IPv6) and providing implementation guidance. Scott is CCIE #5133 (Emeritus) and CISSP #4610. Scott is Chair Emeritus of the Rocky Mountain IPv6 Task Force (RMv6TF), a member of the IPv6 Center of Excellence (COE), and co-author of the Cisco Press book on IPv6 Security.","sameAs":["https:\/\/hexabuild.io"],"url":"https:\/\/www.infoblox.com\/blog\/author\/scott-hogg\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/2832","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\/321"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/comments?post=2832"}],"version-history":[{"count":3,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/2832\/revisions"}],"predecessor-version":[{"id":8121,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/posts\/2832\/revisions\/8121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media\/2833"}],"wp:attachment":[{"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/media?parent=2832"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/categories?post=2832"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infoblox.com\/blog\/wp-json\/wp\/v2\/tags?post=2832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}