Skip to content

Commit 1400a03

Browse files
Merge pull request #2 from duongau/patch-11
fix closing of tab groups
2 parents a53d9d0 + aba3147 commit 1400a03

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/expressroute/how-to-routefilter-portal.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Select the subscription for which you want to create an ExpressRoute circuit.
8888
az account set --subscription "<subscription ID>"
8989
```
9090

91+
---
92+
9193
## Get a list of prefixes and BGP community values
9294

9395
# [**Portal**](#tab/portal)
@@ -112,6 +114,8 @@ Find the BGP community values associated with services accessible through Micros
112114
az network route-filter rule list-service-communities
113115
```
114116
117+
---
118+
115119
## Make a list of the values you want to use
116120
117121
List the [BGP community values](expressroute-routing.md#bgp) you want to use in the route filter.
@@ -176,6 +180,8 @@ A route filter can have only one rule, and the rule must be of type 'Allow'. Thi
176180
az network route-filter rule create --filter-name MyRouteFilter -n CRM --communities 12076:5040 --access Allow -g MyResourceGroup
177181
```
178182
183+
---
184+
179185
## Attach the route filter to an ExpressRoute circuit
180186
181187
# [**Portal**](#tab/portal)
@@ -207,6 +213,8 @@ Run the following command to attach the route filter to the ExpressRoute circuit
207213
az network express-route peering update --circuit-name MyCircuit -g ExpressRouteResourceGroupName --name MicrosoftPeering --route-filter MyRouteFilter
208214
```
209215

216+
---
217+
210218
## Common tasks
211219

212220
### To get the properties of a route filter
@@ -241,6 +249,8 @@ To get the properties of a route filter, use the following command:
241249
az network route-filter show -g ExpressRouteResourceGroupName --name MyRouteFilter
242250
```
243251

252+
---
253+
244254
### To update the properties of a route filter
245255

246256
# [**Portal**](#tab/portal)
@@ -269,6 +279,8 @@ If the route filter is already attached to a circuit, updates to the BGP communi
269279
az network route-filter rule update --filter-name MyRouteFilter -n CRM -g ExpressRouteResourceGroupName --add communities '12076:5040' --add communities '12076:5010'
270280
```
271281

282+
---
283+
272284
### To detach a route filter from an ExpressRoute circuit
273285

274286
# [**Portal**](#tab/portal)
@@ -294,6 +306,8 @@ Once a route filter is detached from the ExpressRoute circuit, no prefixes are a
294306
az network express-route peering update --circuit-name MyCircuit -g ExpressRouteResourceGroupName --name MicrosoftPeering --remove routeFilter
295307
```
296308

309+
---
310+
297311
## Clean up resources
298312

299313
# [**Portal**](#tab/portal)
@@ -318,6 +332,8 @@ You can only delete a route filter if it isn't attached to any circuit. Ensure t
318332
az network route-filter delete -n MyRouteFilter -g MyResourceGroup
319333
```
320334

335+
---
336+
321337
## Next Steps
322338

323339
For information about router configuration samples, see:

0 commit comments

Comments
 (0)