Register a Route Object in the IRR
Prerequisites
Procedures
2
4
What to Do Next
Last updated
This chapter describes how to register a route object in the Internet Routing Registry (IRR). Registering a route object allows network operators and upstream providers to validate BGP announcements for your IP prefix.
Before registering a route object, ensure that:
You have administrative control of your IP prefix.
Prepare your ASN (Autonomous System Number) that will announce the IP block, and ASN of Zenlayer elastic compute service is “62610”.
You have access to the corresponding IRR maintainer (mntner) account.
It is recommended to publish a ROA in RPKI as well.
IRR supports two route object types:
route
IPv4 prefixes
route6
IPv6 prefixes
Example: IPv4 Route Object
route: 203.0.113.0/24
origin: AS62610
descr: Example Network
mnt-by: MAINT-EXAMPLE
changed: noc@example.com
source: APNICExample: IPv6 Route Object
route6: 2001:db8::/32
origin: AS62610
descr: Example Network IPv6
mnt-by: MAINT-EXAMPLE
changed: noc@example.com
source: RIPEField descriptions:
route/route6
The IPv4/IPv6 prefix
origin
The ASN originating the prefix
descr
Description of the network
mnt-by
Maintainer responsible for the object
changed
Contact email
source
IRR database
You're recommended to submit the route object using Web Portal.
Log in to the web portal of your registry:
RIPE NCC (RIPE Database Webupdates): https://apps.db.ripe.net/db-web-ui/
APNIC (MyAPNIC): https://my.apnic.net/
ARIN IRR Portal: https://account.arin.net/
Navigate to Create Object.
Select route or route6.
Fill in the required fields.
Submit the object.
For reliable route propagation, ensure that the IRR route object matches the corresponding ROA in RPKI.
The following attributes must be consistent:
Prefix
✓
✓
Origin ASN
✓
✓
If the information is inconsistent, your route advertisement may be rejected by upstream providers.
After registering the corresponding route object and registering ROA/RPKI, you can go to zenConsole to advertise BYOIP. We will validate the RPKI/ROA and corresponding route object before activating BYOIP.
Last updated