diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-01-17 11:44:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 11:44:24 +0100 |
commit | 705e6f881b34079a0e87452961b02011a5f1e044 (patch) | |
tree | 217ae25a107b94139ec14ae1c639ba7c6487ff75 /doc | |
parent | Merge pull request #17727 from idryzhov/netns-all-daemons (diff) | |
parent | topotest: add a test to control the community-list count (diff) | |
download | frr-705e6f881b34079a0e87452961b02011a5f1e044.tar.xz frr-705e6f881b34079a0e87452961b02011a5f1e044.zip |
Merge pull request #17836 from pguibert6WIND/limit_comm_list_count
limit community list count
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index d07bb6503..1493c2fb9 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2693,6 +2693,12 @@ The following commands can be used in route maps: happen only when BGP updates have completely same communities value specified in the community list. +.. clicmd:: match community-limit (0-65535) + + This command matches BGP updates that use community list, and with a community + list count less or equal than the defined limit. Setting community-limit to 0 + will only match BGP updates with no community. + .. clicmd:: set community <none|COMMUNITY> additive This command sets the community value in BGP updates. If the attribute is |