From 80dd0954c9b7fc29a62021cc8ab82a287689cc3e Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 18 Jul 2021 15:14:01 +0300 Subject: [PATCH] doc: Add `match alias` command for BGP route-maps Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 6b5a008761..88f0483901 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2194,6 +2194,12 @@ communities attribute. The following commands can be used in route maps: +.. clicmd:: match alias WORD + + This command performs match to BGP updates using community alias WORD. When + the one of BGP communities value match to the one of community alias value in + community alias, it is match. + .. clicmd:: match community WORD exact-match [exact-match] This command perform match to BGP updates using community list WORD. When