Actions
Bug #10516
openFRR Access list
Status:
New
Priority:
Normal
Assignee:
-
Category:
FRR
Target version:
-
Start date:
04/30/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
When using Access list on BGP neighbor> Peer Filtering (in/out) , All routes will be blocked even if the rule was permit any.
- Access Lists
access-list test permit any
access-list test remark test rules
Note: it works good with Prefix Lists.
Updated by Alhusein Zawi about 4 years ago
Access list is working as expected on 2.5 but it is not taking an effect until restarting FRR bgpd service.
passed all bgp timers , It is working after restarting FRR service.
2.5.0.a.20201203.0939
Updated by Viktor Gurov about 4 years ago
Alhusein Zawi wrote:
Access list is working as expected on 2.5 but it is not taking an effect until restarting FRR bgpd service.
passed all bgp timers , It is working after restarting FRR service.
2.5.0.a.20201203.0939
maybe needs `clear ip bgp` ?
Actions