Skip to content

Commit effbd06

Browse files
corrected weight values (#19164)
1 parent c405e83 commit effbd06

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/partials/magic-transit/static-routes/static-routes1.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ You can also create and edit static routes using the [Magic Static Routes API](/
3030
| `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` |
3131
| `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` |
3232

33-
Optionally, weights can also be added to better distribute traffic amongst multiple tunnels. In the below example, `TUNNEL_2_IAD` is likely to receive twice as much traffic as `TUNNEL_1_IAD`.
33+
Optionally, you can assign weights to distribute traffic more effectively among multiple tunnels. The weight values determine the proportion of traffic directed to each tunnel, with higher weights resulting in a greater share of traffic. The maximum weight value is `256`.
34+
35+
In the example below, `TUNNEL_2_IAD` is likely to receive twice as much traffic as `TUNNEL_1_IAD`.
3436

3537
| Prefix | NextHop | Priority | Weight |
3638
| ----------------- | -------------- | -------- | ------ |
37-
| `10.10.10.100/24` | `TUNNEL_1_IAD` | `100` | `100` |
38-
| `10.10.10.100/24` | `TUNNEL_2_IAD` | `100` | `200` |
39-
| `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` | `300` |
40-
| `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` | `400` |
39+
| `10.10.10.100/24` | `TUNNEL_1_IAD` | `100` | `64` |
40+
| `10.10.10.100/24` | `TUNNEL_2_IAD` | `100` | `128` |
41+
| `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` | `192` |
42+
| `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` | `255` |

0 commit comments

Comments
 (0)