HomeASN LookupPrivate ASNs

Private ASNs (RFC 6996)

You landed here because the AS number you looked up falls inside one of the two private-use ranges defined by RFC 6996. Private ASNs are not registered to any operator, are not globally unique, and must never appear in the default-free zone (the public BGP table). Because they are not routable, there is no authoritative record to look up and every occurrence of the same number belongs to a different network.

16-bit private
AS64512 – AS65534
1,023 numbers
32-bit private
AS4200000000 – AS4294967294
94,967,295 numbers

Where engineers actually see them

Why ipctl can’t look them up

ipctl.io builds its ASN database from RIR delegated-stats files (ARIN, RIPE, APNIC, LACNIC, AFRINIC) and the live BGP tables from RIPE RIS and RouteViews. Private ASNs are never delegated by an RIR and are filtered out of the public BGP table before we ingest it, so there is nothing to display for a specific private number. If you want to reach the operator behind a private ASN you will need access to their internal routing documentation — the number alone is not enough.

Looking up a real ASN

If you meant to look up a public ASN (for example a customer’s transit provider or a suspicious origin you saw in a BGP looking glass), start from the ASN Lookup page or search directly for the number. Public 16-bit ASNs are in the range 1–64495; public 32-bit ASNs are 131072 and up.

Frequently asked questions

What are private ASNs used for?

Private ASNs are used inside BGP confederations, multi-site enterprise iBGP, downstream customer identification at ISPs, and lab/test networks. They are stripped before announcements leave the organisation's border.

Can a private ASN appear in the public BGP table?

No. Operators are required to strip private ASNs at every eBGP boundary. If you see one in a public BGP feed it is a route leak — someone's iBGP is bleeding into their eBGP sessions. Anti-bogon filters should catch it.

How many private ASNs are there?

1,023 in the 16-bit range (64512–65534) and 94,967,295 in the 32-bit range (4200000000–4294967294), for a combined total of 94,968,318 private ASNs.

What is the difference between private and documentation ASNs?

Private ASNs (RFC 6996) are for real internal BGP use inside production networks. Documentation ASNs (RFC 5398, ranges 64496–64511 and 65536–65551) exist only for use in books, RFCs, and training material — they should never appear in any BGP session, even an internal one.

Related reading