diff --git a/src/content/partials/magic-transit/static-routes/static-routes1.mdx b/src/content/partials/magic-transit/static-routes/static-routes1.mdx index 1b55501c275c6fc..6827644cfef79e8 100644 --- a/src/content/partials/magic-transit/static-routes/static-routes1.mdx +++ b/src/content/partials/magic-transit/static-routes/static-routes1.mdx @@ -30,11 +30,13 @@ You can also create and edit static routes using the [Magic Static Routes API](/ | `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` | | `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` | -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`. +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`. + +In the example below, `TUNNEL_2_IAD` is likely to receive twice as much traffic as `TUNNEL_1_IAD`. | Prefix | NextHop | Priority | Weight | | ----------------- | -------------- | -------- | ------ | -| `10.10.10.100/24` | `TUNNEL_1_IAD` | `100` | `100` | -| `10.10.10.100/24` | `TUNNEL_2_IAD` | `100` | `200` | -| `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` | `300` | -| `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` | `400` | +| `10.10.10.100/24` | `TUNNEL_1_IAD` | `100` | `64` | +| `10.10.10.100/24` | `TUNNEL_2_IAD` | `100` | `128` | +| `10.10.10.100/24` | `TUNNEL_3_ATL` | `100` | `192` | +| `10.10.10.100/24` | `TUNNEL_4_ATL` | `100` | `255` |