Created on
12-26-2022
11:09 PM
Edited on
08-30-2023
04:35 AM
By
Jean-Philippe_P
Description | This article describes how to check the results of a route map applied to the configuration. |
Scope | FortiGate is configured with a route map to BGP. |
Solution |
To check the results of the route map applied to the BGP configuration, issue the below commands:
get router info bgp route-map <route-map name>
route-map new-as-prepend is prepending the AS 64500 64500 64500 .
show router bgp shows the route map applied to the neighbor.
It is necessary to soft-clear the BGP session after applying or making changes route map against the BGP neighbor. execute router clear bgp ip < neighbor IP> soft [in|out]
get router info bgp route-map new-as-prepend shows the result of the route-map applied command.
|