Skip to content
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

[Bug]: Arista 7050cx3 failed to setup vnet route with vxlan_ecmp_utils APIs #15259

Open
xwjiang-ms opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@xwjiang-ms
Copy link
Contributor

Issue Description

In 7050cx3 T1, when trying to setup vnet route with APIs in tests/common/vxlan_ecmp_utils.py, it would fail with SAI error, but mlnx and cisco platform looks fine, seems there are some gaps between sonic-mgmt APIs and SAI APIs

Results you see

<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:_brcm_sai_xgs_create_mptnl_vxlan_nexthop:59 vxlan vni attribute missing
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_xgs_create_nexthop:835 mptnl vxlan nexthop create failed with error -14.
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_create_next_hop:344 pd nexthop create for nhid 49 failed with error -14.
<Timestamp> <Device name> ERR syncd#syncd: :- sendApiResponse: api SAI_COMMON_API_CREATE failed in syncd mode: SAI_STATUS_MANDATORY_ATTRIBUTE_MISSING
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_TYPE: SAI_NEXT_HOP_TYPE_TUNNEL_ENCAP
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_IP: 10.0.1.10
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_TUNNEL_ID: oid:0x2a000000000789
<Timestamp> <Device name> ERR swss#orchagent: :- create: create status: SAI_STATUS_MANDATORY_ATTRIBUTE_MISSING
<Timestamp> <Device name> ERR swss#orchagent: :- addOperation: VNET add operation error NH tunnel create failed for 10.0.1.10 0 
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:_brcm_sai_xgs_create_mptnl_vxlan_nexthop:59 vxlan vni attribute missing
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_xgs_create_nexthop:835 mptnl vxlan nexthop create failed with error -14.
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_create_next_hop:344 pd nexthop create for nhid 50 failed with error -14.
<Timestamp> <Device name> ERR syncd#syncd: :- sendApiResponse: api SAI_COMMON_API_CREATE failed in syncd mode: SAI_STATUS_MANDATORY_ATTRIBUTE_MISSING
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_TYPE: SAI_NEXT_HOP_TYPE_TUNNEL_ENCAP
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_IP: 10.0.2.10
<Timestamp> <Device name> ERR syncd#syncd: :- processQuadEvent: attr: SAI_NEXT_HOP_ATTR_TUNNEL_ID: oid:0x2a000000000789
<Timestamp> <Device name> ERR swss#orchagent: :- create: create status: SAI_STATUS_MANDATORY_ATTRIBUTE_MISSING
<Timestamp> <Device name> ERR swss#orchagent: :- addOperation: VNET add operation error NH tunnel create failed for 10.0.2.10 0 
<Timestamp> <Device name> ERR swss#orchagent: :- create: create status: SAI_STATUS_MANDATORY_ATTRIBUTE_MISSING
<Timestamp> <Device name> ERR swss#orchagent: :- addOperation: VNET add operation error NH tunnel create failed for 10.0.3.10 0 
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:_brcm_sai_xgs_create_mptnl_vxlan_nexthop:59 vxlan vni attribute missing
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_xgs_create_nexthop:835 mptnl vxlan nexthop create failed with error -14.
<Timestamp> <Device name> ERR syncd#syncd: [none] SAI_API_NEXT_HOP:brcm_sai_create_next_hop:344 pd nexthop create for nhid 51 failed with error -14.

Results you expected to see

No error message

Is it platform specific

broadcom

Relevant log output

No response

Output of show version

No response

Attach files (if any)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant