From e9324bb1a4b17fd923dce8f069d7b0036575558f Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 25 Jul 2025 10:50:17 -0400 Subject: [PATCH] * 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) --- .../transit-gateway/tunnel-numbers.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/aws/documentation/transit-gateway/tunnel-numbers.md b/aws/documentation/transit-gateway/tunnel-numbers.md index 45351ae5..24170217 100644 --- a/aws/documentation/transit-gateway/tunnel-numbers.md +++ b/aws/documentation/transit-gateway/tunnel-numbers.md @@ -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 @@ -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 @@ -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. @@ -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 @@ -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)