Configure the number of paths a Cisco Catalyst SD-WAN Controller can send to another Cisco Catalyst SD-WAN Controller.
Before you begin
Ensure
OMP send-path-limit is set to a value equal to or greater than the number of TLOCs used for any advertised prefix.
Procedure
|
1. |
Create a CLI add-on profile or a CLI add-on template. |
|
2. |
Enter the omp mode.
|
|
3. |
Use the controller-send-path-limit command to configure the send path limit to be exchanged between Cisco Catalyst SD-WAN Controllers.
You can configure a maximum of 128 send path limit.
# controller-send-path-limit <path-limit>
Example:
# controller-send-path-limit 100
Use the no form of this command to set the send path limit to default. The default configuration enables the controllers to send the information of all the paths available up to maximum of 128.
Note
We recommend using the default configuration, which sends information about all available paths, subject to a limit of 128 paths. This ensures that you have network visibility across controllers.
We recommend not to change the path limit frequently. For any changes on the peers, Cisco Catalyst SD-WAN Controller performs a full route database update. This leads to complete network updates.
For more information about configuring path limits, see controller-send-path-limit command page.
|