Skip to content

Commit

Permalink
* 1.0.19 -- 2025-07-25
Browse files Browse the repository at this point in the history
  - add provider 5 OCI
  - add tunnel-collection 11 partner-doc-bas
  - add environment 24 (partner-prod) and 25 (partner-nonprod)
  • Loading branch information
badra001 committed Jul 25, 2025
1 parent b336132 commit e9324bb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion aws/documentation/transit-gateway/tunnel-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ By reserving the first value (0), anythign less than an 9 digit number does not
| 2 | Azure | Microsoft Azure |
| 3 | GCP | Google Cloud Platform |
| 4 | CF | CloudFlare |
| 5 | OCI | Oracle Cloud Infrastructure |

## Values: Address Family

Expand Down Expand Up @@ -105,6 +106,7 @@ from one TGW from another, as least visually, and for monitoring purposes.
| 08 | GCP | dec-network-prod |
| 09 | CF | cf-stage (system-acceptance) |
| 10 | CF | cf-prod |
| 11 | * | partner-doc-bas |

## Values: Environment

Expand All @@ -131,9 +133,12 @@ In our AWS TGW configuration, we have specified an address block setup such that
| 21 | DMZ Test | dmz-test | |
| 22 | DMZ Stage | dmz-stage | |
| 23 | DMZ Production | dmz-prod | |
| 24 | Partner Production | partner-* |
| 25 | Partner NonProduction | partner-* |
| | | | |
| 99 | DMZ | misc-dmz | Unused for TGW|


## Values: Tunnel Number

AWS VPN connections are deployed in HA pairs, so each connection gets two tunnels. This use even/odd pairs, where the first tunnel of a pair is even, and the second is odd.
Expand Down Expand Up @@ -180,7 +185,15 @@ If there is not a tunnel pair per VPN connection, use just one tunnel number
* 401002000, 401002001
* 4 0 10 02 000 and 4 0 10 02 001
* Cloudflare (CF) cf-prod CEN-CF-MW VRF pair 1 (0,1) for IPv4

* 1001124000, 1001124001
* 1 0 11 24 000 and 1 0 11 24 001
* AWS (1) partner-doc-bas (11) VRF partner-prod (24) pair 1 (0,1) for IPv4 (0)
* 501124000, 501124001
* 5 0 11 24 000 and 001
* OCI (5) partner-doc-bas (11) VRF partner-prod (24) pair 1 (0,1) for IPv4 (0)
* 501125000, 501125001
* 5 0 11 25 000 and 001
* OCI (5) partner-doc-bas (11) VRF partner-nonprod (25) pair 1 (0,1) for IPv4 (0)

# Bits

Expand Down Expand Up @@ -267,3 +280,8 @@ ifAlias OBJECT-TYPE

* 1.0.18 -- 2025-01-16
- add 02 cen-cf-dmz environment

* 1.0.19 -- 2025-07-25
- add provider 5 OCI
- add tunnel-collection 11 partner-doc-bas
- add environment 24 (partner-prod) and 25 (partner-nonprod)

0 comments on commit e9324bb

Please sign in to comment.