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
* You can't apply Route-maps to connections between on-premises and SD-WAN/Firewall NVAs in the virtual hub. These connections aren't supported during Preview. You can still apply route-maps to other supported connections when an NVA in the virtual hub is deployed. This doesn't apply to the Azure Firewall, as the routing for Azure Firewall is provided through Virtual WAN [routing intent features](how-to-routing-policies.md).
62
64
* Route-maps supports only 2-byte ASN numbers.
63
65
* The point-to-site (P2S) Multipool feature isn't currently supported with Route-maps.
64
66
* Modifying the *Default* route is only supported when the default route is learned from on-premises or an NVA.
65
67
* A prefix can be modified either by Route-maps, or by NAT, but not both.
66
68
* Route-maps won't be applied to the [hub address space](virtual-wan-site-to-site-portal.md#hub).
67
-
* Applying Route-Maps on NVAs in a spoke VNet is not supported.
69
+
* Applying Route-Maps on NVAs in a spoke VNet isn't supported.
68
70
69
71
## Configuration workflow
70
72
@@ -101,7 +103,7 @@ Route-maps allows you to match routes using Route-prefix, BGP community, and AS-
101
103
102
104
Match conditions are used to select a set of routes. Once those routes are selected, they can be dropped or modified. You can configure the following **Actions**:
103
105
104
-
***Drop:** All the matched routes are dropped (i.e filtered-out) from the route advertisement. For example, a site-to-site VPN connection has routes 10.2.1.0/24, 10.2.2.0/24 and 10.2.3.0/24 being advertised from Azure to a branch office. A route-map can be configured to drop 10.2.1.0/24, 10.2.2.0/24, resulting in only 10.2.3.0/24 being advertised from Azure to a branch office.
106
+
***Drop:** All the matched routes are dropped (i.e. filtered-out) from the route advertisement. For example, a site-to-site VPN connection has routes 10.2.1.0/24, 10.2.2.0/24 and 10.2.3.0/24 being advertised from Azure to a branch office. A route-map can be configured to drop 10.2.1.0/24, 10.2.2.0/24, resulting in only 10.2.3.0/24 being advertised from Azure to a branch office.
105
107
106
108
***Modify:** The possible route modifications are aggregating route-prefixes or modifying route BGP attributes. For example, a site-to-site VPN connection has routes 10.2.1.0/24 with an AS Path of 65535 and a BGP community of 65535:100 being advertised from Azure to a branch office. A route-map can be configured to add the AS Path of [65535, 65005].
0 commit comments