howto/mikrotik.md
... ...
@@ -227,4 +227,14 @@ Since version 6.47 have added functionality that can redirect DNS queries accord
227 227
```
228 228
/ip dns static
229 229
add comment=DN42 forward-to=172.23.0.53 regexp=".*\\.dn42" type=FWD
230
+
231
+## Specifying BGP Community
232
+
233
+```
234
+/routing/filter/community-list
235
+add list=dn42 communities=64511:41
236
+add list=dn42 communities=64511:5
237
+
238
+/routing/filter/rule/
239
+add chain=dn42-out rule="append bgp-communities dn42"
230 240
```