Routing – Subnet and routing on IPv6

ipv6network-coreroutingsubnet

I would like to know:

1) What is the smallest routable subnet size in IPv6 ?

2) Can a /128 address be routed in a IPv6 network?

Best Answer

Routing works the same in IPv6 as IPv4, so yes, a /128 address can be routed.
However, you should not create subnets with prefixes longer than /64**.

RFC 7421 explains why.

** The exception is point to point links using a /127, as described in RFC 6164

Related Topic