Similar to IPv4, the routable network path for routing to take place. Because standard netmask notation for 128 bits doesn't look nice, designers employed the IPv4 Classless Inter Domain Routing (CIDR, RFC 1519 / Classless Inter-Domain Routing) scheme, which specifies the number of bits of the IP address to be used for routing. It is also called the "slash" notation.
An example:
3ffe:ffff:100:1:2:3:4:5/48 |
This notation will be expanded:
Network:
3ffe:ffff:0100:0000:0000:0000:0000:0000 |
Net-mask:
ffff:ffff:ffff:0000:0000:0000:0000:0000 |
For example if a routing table shows following entries (list is not complete):
3ffe:ffff:100::/48 :: U 1 0 0 sit1 3ffe::/16 ::192.88.99.1 UG 1 0 0 tun6to4 2000::/3 ::192.88.99.1 UG 1 0 0 tun6to4 |
Shown destination addresses of IPv6 packets will be routed through shown device
3ffe:ffff:100:1:2:3:4:5/48 -> routed through device sit1 3ffe:ffff:200:1:2:3:4:5/48 -> routed through device tun6to4 |