FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
vbandha
Staff
Staff
Article Id 287364
Description This article describes how to set an Extended Community list match (Above 65535:1) for Route Map.
Scope FortiGate v7.0+.
Solution

When configuring the BGP Community list match in the Route map, the max value it takes is 65535:1. If entering a value above that, it gives this error:

 

1.0.JPG

 

Also, if it is configured it under an extended community target, it gives this error:

 

2.JPG

 

To resolve this we have to configure it in CLI:

 

config router route-map

    edit 1

        config rule

            edit 1

                set set-extcommunity-rt 488234:1

            end

         end

 

It will be shown as below:

 

3.JPG

 

The list is now configured, and it also visible in the GUI:

 

4.JPG

 

Contributors