Hi,
Whenever we edit the prefix-list or route-map associated to a specific BGP/OSPF neighbor, we have to clear the BGP/OPSF process to see the effects of the newly made changes. This adds an additional overhead every time we make changes.
We would like to understand if this is some kind of fail-safe mechanism or is there anything which we are missing in our configuration.
TIA :)
Filtering (prefix-list, route-map, etc.) changes won't change its routes (BGP) or LSAs (OSPF). Therefore it wouldn't trigger route/LSA updates to neighbors. You have to "soft" clear neighbor, as, etc. for BGP (uni-cast) or clear process for OSPF (multi-cast) to trigger advertisement or renegotiation of neighboring to re-filter routes/LSAs by the new filters you just set up.
Unlike OSPF, which does periodic reflooding of LSAs every 30 min, BGP doesn't re-advertise routes without any route changes.
Toshi
Hi, @martyyy!.
It is possible if you use soft reset BGP session:
execute router clear bgp <in|out> <neighbor-IP> soft
Also you could try to use a soft-reconfiguration if supported to re-apply the updated route-map.
config router bgp
config neighbor
edit x.x.x.x
set soft-reconfiguration enable
next
end
end
User | Count |
---|---|
2276 | |
1236 | |
772 | |
452 | |
398 |
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 2025 Fortinet, Inc. All Rights Reserved.