Skip to content

Commit e37c5a5

Browse files
cond render
1 parent 14863ae commit e37c5a5

File tree

1 file changed

+38
-33
lines changed

1 file changed

+38
-33
lines changed

src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -300,47 +300,52 @@ You need to delete {props.featureName} applications for each of your existing si
300300

301301
</TabItem> </Tabs>
302302

303-
## Designate WAN ports for breakout apps
303+
{ props.magicWord === "breakout" && (
304+
<>
305+
## Designate WAN ports for breakout apps
304306

305-
You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority.
307+
You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority.
306308

307-
With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose.
309+
With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose.
308310

309-
To pin applications to a WAN port:
311+
To pin applications to a WAN port:
310312

311-
{ props.mwanName === "WAN Tunnels" ? (
312-
<>
313-
<Markdown
314-
text={`
315-
1. Log in to the <a href="https://one.dash.cloudflare.com/">Cloudflare One dashboard</a>, and go to **Networks**.
316-
2. Go to **Connectors** > **Appliances** > **Profiles**.
317-
3. Under **Profiles**, select your appliance > **Edit**.
318-
`}
319-
inline={false}
320-
/>
321-
</>
322-
) : (
323-
<>
313+
{ props.mwanName === "WAN Tunnels" ? (
314+
<>
315+
<Markdown
316+
text={`
317+
1. Log in to the <a href="https://one.dash.cloudflare.com/">Cloudflare One dashboard</a>, and go to **Networks**.
318+
2. Go to **Connectors** > **Appliances** > **Profiles**.
319+
3. Under **Profiles**, select your appliance > **Edit**.
320+
`}
321+
inline={false}
322+
/>
323+
</>
324+
) : (
325+
<>
326+
<Markdown
327+
text={`
328+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
329+
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
330+
3. Select your Connector > **Edit**.
331+
`}
332+
inline={false}
333+
/>
334+
</>
335+
)
336+
}
324337
<Markdown
325-
text={`
326-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
327-
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
328-
3. Select your Connector > **Edit**.
329-
`}
330-
inline={false}
331-
/>
338+
text={`
339+
4. In **Traffic steering** > **Breakout Traffic** find the application you want to pin to a WAN port.
340+
5. Select the three dots next to it > **Edit application traffic**.
341+
6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications.
342+
7. Select **Save**.
343+
`}
344+
inline={false}
345+
/>
332346
</>
333347
)
334348
}
335-
<Markdown
336-
text={`
337-
4. In **Traffic steering** > **Breakout Traffic** find the application you want to pin to a WAN port.
338-
5. Select the three dots next to it > **Edit application traffic**.
339-
6. From the **Preferred breakout port** dropdown, select the WAN port you want to assign to the applications.
340-
7. Select **Save**.
341-
`}
342-
inline={false}
343-
/>
344349

345350
{ props.magicWord === "breakout" && (
346351
<>

0 commit comments

Comments
 (0)