Description | This article describes how to set up a BGP Community list to match above a value of 65535:1. |
Scope | FortiGate. |
Solution |
When configuring the BGP Community list, the max value it accepts is 65535:1. Entering a value above that causes the following error:
To resolve this, CLI configuration is necessary.
Running the following configuration...
config router community-list edit "test1" set type ?
... Will show this result:
Here, it is necessary to select the ‘expanded’ option to configure anything above 65535:1. Use this command to configure the expanded option:
set type expanded
After that, create a rule for the community number. In this example, 375691:1 is used.
config rule edit 1 set action permit set regexp 375691:1 end end
The results will look like the following:
After, the list will be configured, and it will show in the GUI:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.