-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applying ACL rule causes BGP neighbor to go down #21183
Comments
@arlakshm for vis |
after this change sonic-net/sonic-mgmt#15921. If any the bgp sessions are down, the test is marked as failed. |
@arista-nwolfe, @kenneth-arista, @saksarav-nokia, @sanjair-git do you see these failures as well? |
I'll try out the manual steps @Javier-Tan outlined with the |
Thanks @arista-nwolfe, are you using the latest sonic-mgmt code for 202405. As I mentioned earlier after this change sonic-net/sonic-mgmt#15921. We check if all the bgp session are up after appling the ACLs |
Yeah this last weekend's run has this change and we didn't see any failures due to |
I see the same behavior @Javier-Tan sees when I put a
It's just the 1 neighbor down that goes down strangely. |
Sorry, I wasn't clear enough in the description but it was just that 1 BGP neighbor "fc00::a" that goes down @arista-nwolfe , so this is the same bug we see |
Description
We noticed that applying a specific ACL rules causes one specific BGP neighbor to go down (fc00::a) during ACL tests (specifically those with "IPV6" and "INGRESS" parameters). Removing it brings it back up.
Steps to reproduce the issue:
acl/test_acl.py::TestBasicAcl::test_ingress_unmatched_blocked[ipv6-ingress-downlink->uplink-default-no_vlan]
with breakpoint after ACL rules are appliedNOTE: BGP neighbor fc00::a will always go down when the rule is applied dugin ipv6+ingress test runs, however, only tests that fail is
acl/test_acl.py::TestAclWithReboot...[ipv6-ingress...]
as there are explicit BGP neighbor up checks.Describe the results you received:
ACL rule 15 causes BGP neighbor fc00::a to go down when they are seeminly unrelated.
Describe the results you expected:
BGP neighbor fc00::a should stay up.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
Rules applied can be found at
sonic-mgmt-int/tests/acl/templates/acltb_v6_test_rules.j2
The text was updated successfully, but these errors were encountered: