Skip to content

Commit 993dc85

Browse files
authored
Update articles/route-server/route-injection-in-spokes.md
1 parent 245ff20 commit 993dc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/route-server/route-injection-in-spokes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Multiple NVA instances can be deployed in an active/passive setup as well, for e
6161

6262
As the previous sections have shown, Azure Route Server has a double role:
6363

64-
1. It learns and advertises routes to/from Virtual Network Gateways (VPN and ExpressRoute)
65-
2. It configures learnt routes on its VNet, and on directly peered VNets
64+
- It learns and advertises routes to/from Virtual Network Gateways (VPN and ExpressRoute)
65+
- It configures learnt routes on its VNet, and on directly peered VNets
6666

6767
This dual functionality often is interesting, but at times it can be detrimental to certain requirements. For example, if the Route Server is deployed in a VNet with an NVA advertising a 0.0.0.0/0 route and an ExpressRoute gateway advertising prefixes from on-premises, it will configure all routes (both the 0.0.0.0/0 from the NVA and the on-premises prefixes) on the virtual machines in its VNet and directly peered VNets. As a consequence, since the on-premises prefixes will be more specific than 0.0.0.0/0, traffic between on-premises and Azure will bypass the NVA. If this is not desired, the previous sections in this article have shown how to disable BGP propagation in the VM subnets and configure UDRs.
6868

0 commit comments

Comments
 (0)