More detailsNeighboring subnets, expanded address, reverse DNS, and hextet breakdown
Neighboring /127 subnets
- Expanded address
- Compressed address
- Network (expanded)
- Last address (expanded)
- Prefix mask
- Total addresses (exact)
- Reverse DNS (PTR)
- Host bits / network bits
Hextet breakdown
20010db8abcd00120000000000000001
NetworkSplit groupHost
Quick facts for IPv6 /127
- Prefix mask: ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe
- Total addresses: 2¹
- Approx. count: 2
- /64 subnets: —
IPv6 /127 reference guideBit split, overview, key facts, sizing tables, design notes, standards, and FAQ
Network / host bit split
netnetnetnetnetnetnetmix
Network bits (127)Split hextetHost bits (1)
- Network bits
- 127
- Host bits
- 1
- Prefix mask
- ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe
- Total addresses
- 2¹
- Approx. count
- 2
- /64 subnets
- —
- Addresses formula
- 2^1
- /64 relationship
- smaller than a /64
Overview
A /127 provides exactly 2 addresses and is the recommended prefix for point-to-point links between routers (RFC 6164). Using a /127 avoids the neighbor-discovery cache exhaustion issues that can affect larger link subnets.
Common use cases
- Router-to-router point-to-point links (RFC 6164)
- Backbone and transit interconnects
Key facts
- A /127 fixes 127 network bits and leaves 1 host bits — 2¹ total addresses.
- In network design terms, /127 is typically a recommended point-to-point link.
- Written out, /127 holds exactly 2 addresses.
- A /127 is 1/2⁶³ of a standard /64 LAN subnet.
Design guidance
Use /127 for point-to-point links between two routers. Assign one address to each end — no need for a network or broadcast address. Modern IOS, Junos, and Linux all support /127 on transit links. Avoid using /127 on multi-access segments like Ethernet LANs.
Practical example
On a WAN link, router A might use 2001:db8::0/127 and router B uses 2001:db8::1/127 — exactly two addresses, one per endpoint, with no wasted space.
Related RFCs and standards
- RFC 6164Using 127-Bit IPv6 Prefixes on Inter-Router Links
Prefix sizing reference
Frequently asked questions
Common questions about IPv6 /127 blocks, prefix sizes, and use cases.