JKT-IX has Route Server at each IX independently. None of them are peering each other. You can turn up peer with our route server in each IX. Route server IP address setup is as follows:
Route Server | Region | ASN | IPv4 | IPv6 | RPKI Filtering |
---|---|---|---|---|---|
Route Server Jakarta 01 | Jakarta | 137295 | 119.11.184.101 | 2404:c8:0:a:0:13:7295:1 | Disabled |
Route Server Jakarta 02 | Jakarta | 137295 | 119.11.184.102 | 2404:c8:0:a:0:13:7295:2 | Disabled |
Route Server Jakarta 03 | Jakarta | 137295 | 119.11.185.222 | 2404:c8:0:a:0:13:7295:3 | Enabled |
Route Server Bali 01 | Bali | 137295 | 119.11.192.101 | 2404:c8:0:b:0:13:7295:1 | Disabled |
Route Server Bandung 01 | Bandung | 137295 | 119.11.190.101 | 2404:c8:0:f:8000:13:7295:1 | Disabled |
Route Server Surabaya 01 | Surabaya | 137295 | 119.11.193.101 | 2404:c8:0:c:0:13:7295:1 | Disabled |
Route Server Yogyakarta 01 | Yogyakarta | 137295 | 119.11.191.101 | 2404:c8:0:d:8000:13:7295:1 | Disabled |
Our Route Server advertises prefixes with AS-path that is excluding Route Server AS in AS-path attribute. First AS in the AS-path is member’s AS who is advertising the prefix. By default, mostly, routers are enabling the feature to drop the prefix that doesn’t have neighbor AS in AS-path. Therefore, you must disable the fearute to peer with our Route Server. An example of disable commands are shows as follows :
Vendor | Default Setting | Command |
---|---|---|
Cisco (IOS) | Enabled | router bgp **** no bgp enforce-first-as |
Cisco (IOS-XR) | Enabled | router bgp **** no bgp enforce-first-as |
Juniper | Not Implemented | N/A |
Mikrotik | Not Implemented | N/A |
Route Server filters malcious like prefix from members. Currently we set up following filter globaly on our Route Server.
Name | Filter Rule |
---|---|
Maximum prefix filter | Shutdown the peer if total received prefix exceeds peer’s threthold |
Prefix length too long | Shutdown the peer if total received prefix exceeds peer’s threthold |
Bogon prefix | Drop prefix rfc1918 |
Transit AS Free | Drop prefix whose AS path include major transit AS |
AS path too long | Drop prerix whose AS path length is longer than 64 |
AS path too short | Drop prefix whose AS path length is shorter than 1 |
Not peer AS at first AS in AS path | Drop prefix whose fisrt AS in AS path is not itsself |
Not peer IP at next-hop IP | Drop prefix whose next hop IP address is not itsself |