Skip to content

Commit ef64dda

Browse files
committed
static route advertised to on-prem
1 parent d46855f commit ef64dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-wan/scenario-route-through-nva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ With that, the static routes that we need in the Default table to send traffic t
6868
| VNet 2 | Default | 10.2.0.0/16 -> eastusconn |
6969
| VNet 4 | Default | 10.4.0.0/16 -> weconn |
7070

71-
Now virtual WAN knows which connection to send the packets to, but the connection needs to know what to do when receiving those packets: This is where the connection route tables are used. Here we'll use the shorter prefixes (/24 instead of the longer /16), to make sure that these routes have preference over routes that are imported from the NVA VNets (VNet 2 and VNet 4):
71+
Now, these static routes will be advertised to your on-premises branches, and the Virtual WAN hub will know which VNet connection to forward traffic to. However, the VNet connection needs to know what to do when receiving this traffic: This is where the connection route tables are used. Here we'll use the shorter prefixes (/24 instead of the longer /16), to make sure that these routes have preference over routes that are imported from the NVA VNets (VNet 2 and VNet 4):
7272

7373
| Description | Connection | Static route |
7474
| ----------- | ---------- | ----------------------- |

0 commit comments

Comments
 (0)