Description | This article describes how to use set-community-additive in BGP route-map and the purpose of using it. |
Scope | FortiGate. |
Solution |
In FortiGate BGP, the set-community-additive enable command ensures that new BGP community values will be added to the existing ones rather than replacing them.
CLI: config router route-map config rule set match-ip-address "prefix-list" next next end
The following behavior will be expected from the above configuration:
This setting is useful when users want to preserve existing community values while adding new ones, helping to maintain proper routing policies and traffic control across different networks. |