Skip to content

Commit

Permalink
add network routing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jul 19, 2024
1 parent fa6b4ab commit 9c698b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ protocol.

## Routing

| BGP Peer | Capacity | Prepend Level | MED Value | Route Filter Chain | Configuration Rule |
|-------------------|---------------|---------------|-----------|----------------------|------------------------------------------------------------|
| BKNIX | 10G | 0 | 50 | LOCAL-BKNIX | `{set bgp-out-med 50; accept;}` |
| AMS-IX Bangkok | 1G | 0 | 100 | LOCAL-AMSIX-BKK | `{set bgp-out-med 100; accept;}` |
| IPTX Singapore | 500M (paid) | 1 | 150 | REGIONAL-IPTX-SG | `{set bgp-path-prepend 1; set bgp-out-med 150; accept;}` |
| IPTX Hong Kong | 500M (paid) | 1 | 150 | REGIONAL-IPTX-HK | `{set bgp-path-prepend 1; set bgp-out-med 150; accept;}` |
| AMS-IX Hong Kong | 200M | 2 | 200 | REGIONAL-AMSIX-HK | `{set bgp-path-prepend 2; set bgp-out-med 200; accept;}` |
| AMS-IX Europe | 100M | 3 | 300 | REMOTE-AMSIX-EU | `{set bgp-path-prepend 3; set bgp-out-med 300; accept;}` |
| Name | Speed | Path Prepend | MED | Description | Edge Router | Chain Name | Rule |
|-------------------|---------------|---------------|-----------|----------------------|-------------|-------------------------|-----------------------------------------------------------|
| BKNIX | 10G | 0 | 50 | LOCAL-BKNIX | BKK10 | BKNIX-OUT-v4, BKNIX-OUT-v6 | `set bgp-out-med 50; accept;` |
| AMS-IX Bangkok | 1G | 0 | 100 | LOCAL-AMSIX-BKK | BKK20 | AMSIX-BAN-OUT-v4, AMSIX-BAN-OUT-v6 | `set bgp-out-med 100; accept;` |
| IPTX Singapore | 500M (paid) | 1 | 150 | REGIONAL-IPTX-SG | BKK20 | HGC-SG-OUT-v4, HGC-SG-OUT-v6 | `set bgp-path-prepend 1; set bgp-out-med 150; accept;` |
| IPTX Hong Kong | 500M (paid) | 1 | 150 | REGIONAL-IPTX-HK | BKK10 | HGC-HK-OUT-v4, HGC-HK-OUT-v6 | `set bgp-path-prepend 1; set bgp-out-med 150; accept;` |
| AMS-IX Hong Kong | 200M | 2 | 200 | REGIONAL-AMSIX-HK | BKK10 | AMSIX-HK-OUT-v4, AMSIX-HK-OUT-v6 | `set bgp-path-prepend 2; set bgp-out-med 200; accept;` |
| AMS-IX Europe | 100M | 3 | 300 | REMOTE-AMSIX-EU | BKK20 | AMSIX-EU-OUT-v4, AMSIX-EU-OUT-v6 | `set bgp-path-prepend 3; set bgp-out-med 300; accept;` |

0 comments on commit 9c698b7

Please sign in to comment.