Skip to content

Commit 8cca9e8

Browse files
Merge pull request #302778 from wtnlee/criRI
done
2 parents 60b83fa + 267871b commit 8cca9e8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/virtual-wan/how-to-routing-policies.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,22 @@ Using the sample VPN configuration and VPN site from above, create firewall rule
367367

368368
#### Performance for Encrypted ExpressRoute
369369

370-
Configuring private routing policies with Encrypted ExpressRoute routes VPN ESP packets through the next hop security appliance deployed in the hub. As a result, you can expect Encrypted ExpressRoute maximum VPN tunnel throughput of 1 Gbps in both directions (inbound from on-premises and outbound from Azure). To achieve the maximum VPN tunnel throughput, consider the following deployment optimizations:
370+
Configuring private routing policies with Encrypted ExpressRoute routes VPN ESP packets through the next hop security appliance deployed in the hub. Encrypted ExpressRoute performance is impacted by two main factors:
371+
* You can expect Encrypted ExpressRoute VPN tunnels to have a maximum throughput of 1 Gbps due to ESP traffic being forwarded through the next hop security appliance deployed in the Virtual WAN hub.
372+
* In practice, Encrypted ExpressRoute VPN tunnel throughput is also impacted by the maximum per-tunnel packets-per-second (PPS) supported by the VPN Gateway scale unit. For smaller packet sizes, you may see lower tunnel throughput. See [Site-to-site VPN performance](virtual-wan-faq.md#packets) for more information.
373+
374+
375+
To achieve the maximum VPN tunnel throughput, consider the following deployment optimizations:
371376

372377
* Deploy Azure Firewall Premium instead of Azure Firewall Standard or Azure Firewall Basic.
373378
* Ensure Azure Firewall processes the rule that allows traffic between the VPN tunnel endpoints (192.168.1.4 and 192.168.1.5 in the example above) first by making the rule have the highest priority in your Azure Firewall policy. For more information about Azure Firewall rule processing logic, see [Azure Firewall rule processing logic](../firewall/rule-processing.md#rule-processing-using-firewall-policy).
374379
* Turn off deep-packet for traffic between the VPN tunnel endpoints. For information on how to configure Azure Firewall to exclude traffic from deep-packet inspection, reference [IDPS bypass list documentation](../firewall/premium-features.md#idps).
375380
* Configure VPN devices to use GCMAES256 for both IPSEC Encryption and Integrity to maximize performance.
376381

382+
To achieve maximum aggregate throughput, consider the following optimization:
383+
384+
* To increase throughput between a single on-premises site and Azure, create multiple tunnels between on-premises devices and the Site-to-site VPN Gateway in Virtual WAN. Ensure your on-premises VPN device is configured to load-balance traffic across all active tunnels.
385+
377386
#### Direct routing to NVA instances for dual-role connectivity and firewall NVAs
378387

379388
> [!NOTE]

0 commit comments

Comments
 (0)