You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With VXLAN running in P2MP tunnel mode, the FDB entries that are learnt on tunnel ports are not displayed in the 'show mac' output.
They are present as BGP evpn entries and are present in ASIC H/W.
Also looking at the ASIC_DB and APPL_DB, we can see the FDB entries here as well, so its the case of CLI scripts not parsing and displaying the entries correctly.
Description
With VXLAN running in P2MP tunnel mode, the FDB entries that are learnt on tunnel ports are not displayed in the 'show mac' output.
They are present as BGP evpn entries and are present in ASIC H/W.
Also looking at the ASIC_DB and APPL_DB, we can see the FDB entries here as well, so its the case of CLI scripts not parsing and displaying the entries correctly.
ASIC_STATE:SAI_OBJECT_TYPE_FDB_ENTRY:{"bvid":"oid:0x260000000007b0","mac":"9C:2B:BF:02:02:89","switch_id":"oid:0x21000000000000"}
"VXLAN_FDB_TABLE:Vlan30:a8:17:56:53:33:b0":{"type":"hash","value":{"remote_vtep":"1.1.1.1","type":"dynamic","vni":"3000"}
Steps to reproduce the issue
Describe the results you received
root@sonic:~# show mac
No. Vlan MacAddress Port Type
Total number of entries 1
root@sonic:~#
Describe the results you expected
root@sonic:~# show mac
No. Vlan MacAddress Port Type
Total number of entries 4
root@sonic:~#
Additional information you deem important (e.g. issue happens only occasionally)
Output of
show version
Its based off o
ot@sonic:~# show version
SONiC Software Version: SONiC.202111-20230105.073752
Distribution: Debian 11.6
Kernel: 5.10.0-8-2-amd64
Build commit: ade5b1493
Build date: Thu Jan 5 08:09:49 UTC 2023
Built by: praveenraja@AZUHPSP02
Platform: x86_64-cel_midstone-100x-r0
HwSKU: Midstone-100x
ASIC: innovium
ASIC Count: 1
Serial Number: R3250F2B151B19GD200034
Model Number: R3250-F9001-01
Hardware Revision: N/A
Uptime: 09:15:14 up 4:32, 1 user, load average: 1.34, 1.29, 1.35
The text was updated successfully, but these errors were encountered: