Interesting link! To be fair, you can subnet your assignment any way you like. However, I find it safest to stick to the standards: https://datatracker.ietf.org/doc/html/rfc2373#section-2.5.1 Somewhere along the line an outlier is going to bite you.
you can subnet it out to smaller segments 80,96,112https://www.ibm.com/docs/en/ts3500-tape-library?topic=formats-subnet-masks-ipv4-prefixes-ipv6
They are kind of right, you can subnet to a smaller size, only you really shouldn't.
Quote from: bimbar on September 12, 2021, 06:57:16 pmThey are kind of right, you can subnet to a smaller size, only you really shouldn't.RFC 4291 - IP Version 6 Addressing Architecture - Section 2.5.4. Global Unicast Addresses says you are constrained to 64 bit.It doesn't make it optional and many things break if you try otherwise.
where the global routing prefix is a (typically hierarchically- structured) value assigned to a site (a cluster of subnets/links), the subnet ID is an identifier of a link within the site, and the interface ID is as defined in Section 2.5.1.
Obviously, you are NOT reading it correctly. So to clarify for you, the ISP is providing you a GUA which is /64 as it states in the section 2.5.4. Where you have an issue not reading correctly, it states:
2.5.4. Global Unicast Addresses The general format for IPv6 Global Unicast addresses is as follows: | n bits | m bits | 128-n-m bits | +------------------------+-----------+----------------------------+ | global routing prefix | subnet ID | interface ID | +------------------------+-----------+----------------------------+ where the global routing prefix is a (typically hierarchically- structured) value assigned to a site (a cluster of subnets/links), the subnet ID is an identifier of a link within the site, and the interface ID is as defined in Section 2.5.1. All Global Unicast addresses other than those that start with binary 000 have a 64-bit interface ID field (i.e., n + m = 64), formatted as described in Section 2.5.1. Global Unicast addresses that start with binary 000 have no such constraint on the size or structure of the interface ID field. Examples of Global Unicast addresses that start with binary 000 are the IPv6 address with embedded IPv4 addresses described in Section 2.5.5. An example of global addresses starting with a binary value other than 000 (and therefore having a 64-bit interface ID field) can be found in [GLOBAL].