-
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
Can't ping from VLAN interface which has LAG member #2298
Comments
Could you try 'PortChannel0001' instead of 'lag1'? |
Yeah, that's it! PortChannel01 instead lag1 is correct way. Thanks @dawnbeauty ! |
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this issue
May 27, 2022
* 910bfd4 2022-05-28 | [ACL] Add default action_list for default ACL table type (sonic-net#2298) (github/master) [bingwang-ms] * 4d6fa42 2022-05-27 | [ci] Change artifact reference pipeline to common lib pipeline. (sonic-net#2294) [Shilong Liu] * 583236f 2022-05-26 | [P4Orch] Lazy UDF match creation to avoid failure during warm reboot (sonic-net#2282) [Yilan Ji] * d7b5ff7 2022-05-26 | [ci] Use correct branch when downloading artifact. (sonic-net#2292) [Shilong Liu] * 2f13244 2022-05-26 | [ci] Improve azp trigger settings to automaticlly support new release branch. (sonic-net#2289) [Shilong Liu] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
bingwang-ms
pushed a commit
that referenced
this issue
May 30, 2022
* 910bfd4 2022-05-28 | [ACL] Add default action_list for default ACL table type (#2298) (github/master) [bingwang-ms] * 4d6fa42 2022-05-27 | [ci] Change artifact reference pipeline to common lib pipeline. (#2294) [Shilong Liu] * 583236f 2022-05-26 | [P4Orch] Lazy UDF match creation to avoid failure during warm reboot (#2282) [Yilan Ji] * d7b5ff7 2022-05-26 | [ci] Use correct branch when downloading artifact. (#2292) [Shilong Liu] * 2f13244 2022-05-26 | [ci] Improve azp trigger settings to automaticlly support new release branch. (#2289) [Shilong Liu] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this issue
Aug 26, 2022
) What I did This PR is derived from sonic-net#2205 Fix sonic-net#10425 We were seeing ACL table creation failure on some platform because action_list is mandatory, while the action_list is not provided by aclorch. Apr 1 01:24:11.702608 str2-7050cx3-acs-03 ERR swss#orchagent: :- validate: Action list for table DATAACL is mandatory Apr 1 01:24:11.702608 str2-7050cx3-acs-03 ERR swss#orchagent: :- doAclTableTask: Failed to create ACL table DATAACL, invalid configuration Apr 1 01:24:11.702741 str2-7050cx3-acs-03 ERR swss#orchagent: :- validate: Action list for table EVERFLOW is mandatory Apr 1 01:24:11.702741 str2-7050cx3-acs-03 ERR swss#orchagent: :- doAclTableTask: Failed to create ACL table EVERFLOW, invalid configuration Apr 1 01:24:11.702926 str2-7050cx3-acs-03 ERR swss#orchagent: :- validate: Action list for table EVERFLOWV6 is mandatory Apr 1 01:24:11.702926 str2-7050cx3-acs-03 ERR swss#orchagent: :- doAclTableTask: Failed to create ACL table EVERFLOWV6, invalid configuration This PR fixed the issue by adding default action_list to the default ACL table type if not present. Why I did it Fix the ACL table creation issue. How I verified it Verified by running test_acl and test_everflow on Broadcom TD3 platform Signed-off-by: bingwang <wang.bing@microsoft.com> Co-authored-by: syuan <syuan@arista.com>
judyjoseph
added a commit
to judyjoseph/sonic-buildimage
that referenced
this issue
Oct 27, 2022
7f24448 [202111] cherrypick ACL fixes (sonic-net#2298) and (sonic-net#2351) (sonic-net#2497)
7 tasks
judyjoseph
added a commit
that referenced
this issue
Oct 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
ping command doesn't work when I try to run it for IP address from VLAN interface subnet. VLAN interface has one member which is LAG interface. In turn LAG consist of two physical interfaces.
Steps to reproduce the issue:
Describe the results you received:
I running ping command to get ARP reply from remote device , but without success:
And I can see only ARP request when I want capture any traffic from Vlan610 interface on local machine:
ARP cache is still incomplete:
Describe the results you expected:
I expect to see any traffic on Vlan610 interface especially I would like to have resolved ARP table for IP from remote device. I also expect to capture ARP request/reply traffic during tcpdump session when I run ping command.
Additional information:
I can confirm that I cannot see any traffic from Vlan610 interface on remote device.
Route table dump:
Link state of interfaces:
Here is running configuration dump from
/etc/sonic/config_db.json
:Output of
show version
:I can confirm that I experience the same issue on version 201817 .
Here is hardware list on which I tested above configuration:
The text was updated successfully, but these errors were encountered: