Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jul 19, 2024
1 parent 85d2fd2 commit fa6b4ab
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 med=50; accept;}` |
| AMS-IX Bangkok | 1G | 0 | 100 | LOCAL-AMSIX-BKK | `{set med=100; accept;}` |
| IPTX Singapore | 500M (paid) | 1 | 150 | REGIONAL-IPTX-SG | `{set bgp-path-prepend=1; set med=150; accept;}` |
| IPTX Hong Kong | 500M (paid) | 1 | 150 | REGIONAL-IPTX-HK | `{set bgp-path-prepend=1; set med=150; accept;}` |
| AMS-IX Hong Kong | 200M | 2 | 200 | REGIONAL-AMSIX-HK | `{set bgp-path-prepend=2; set med=200; accept;}` |
| AMS-IX Europe | 100M | 3 | 300 | REMOTE-AMSIX-EU | `{set bgp-path-prepend=3; set med=300; accept;}` |
| 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;}` |

0 comments on commit fa6b4ab

Please sign in to comment.