You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components";
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx
+88-9Lines changed: 88 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You need to configure {props.featureName} applications for each of your existing
110
110
<Markdown
111
111
text={`
112
112
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
@@ -119,17 +119,45 @@ You need to configure {props.featureName} applications for each of your existing
119
119
}
120
120
<Markdown
121
121
text={`
122
-
3. Select the Connector you want to configure > **Edit**.
122
+
3. Select the ${props.productName} you want to configure > **Edit**.
123
123
4. Select **Traffic Steering**.
124
-
5. In **${props.featureName}**, select **Add**.
124
+
5. In **${props.featureName}**, select **Assign application traffic**.
125
125
6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box.
126
-
7. Select **Save**.
127
-
128
-
The traffic for the application you chose ${props.whatHappensApp}.
129
126
`}
130
127
inline={false}
131
128
/>
132
129
130
+
{props.magicWord==="breakout"&& (
131
+
<Markdown
132
+
text={`
133
+
7. (Optional) You can also pin an application to a WAN port. In **Preferred breakout port**, select the WAN you want to assign your applications to. Refer to [Designate WAN ports for breakout apps](#designate-wan-ports-for-breakout-apps) for more information.
134
+
`}
135
+
inline={false}
136
+
/>
137
+
)
138
+
}
139
+
140
+
{props.magicWord==="breakout"? (
141
+
<Markdown
142
+
text={`
143
+
8. Select **Save**.
144
+
145
+
The traffic for the application you chose ${props.whatHappensApp}.
146
+
`}
147
+
inline={false}
148
+
/>
149
+
) : (
150
+
<Markdown
151
+
text={`
152
+
7. Select **Save**.
153
+
154
+
The traffic for the application you chose ${props.whatHappensApp}.
@@ -272,6 +300,58 @@ You need to delete {props.featureName} applications for each of your existing si
272
300
273
301
</TabItem> </Tabs>
274
302
303
+
{props.magicWord==="breakout"&& (
304
+
<>
305
+
<AnchorHeadingtitle="Designate WAN ports for breakout apps"depth={2} />
306
+
307
+
<Markdown
308
+
text={`
309
+
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.
310
+
311
+
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.
312
+
313
+
To pin applications to a WAN port:
314
+
`}
315
+
inline={false}
316
+
/>
317
+
318
+
{props.mwanName==="WAN Tunnels"? (
319
+
<>
320
+
<Markdown
321
+
text={`
322
+
1. Log in to the <a href="https://one.dash.cloudflare.com/">Cloudflare One dashboard</a>, and go to **Networks**.
323
+
2. Go to **Connectors** > **Appliances** > **Profiles**.
324
+
3. Select the Appliance you want to configure> **Edit**.
325
+
`}
326
+
inline={false}
327
+
/>
328
+
</>
329
+
) : (
330
+
<>
331
+
<Markdown
332
+
text={`
333
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
0 commit comments