Open yaqiangz opened 1 year ago
Vlan deletion is not processed in OA until all mac on the Vlan are removed. There seems to be a mismatch in ref count. @yaqiangz, can you please provide the techsupport for me to investigate further?
Vlan deletion is not processed in OA until all mac on the Vlan are removed. There seems to be a mismatch in ref count. @yaqiangz, can you please provide the techsupport for me to investigate further?
@anilkpan, it is not hard to reproduce the error by following steps I mentioned, could you please follow that to reproduce, maybe it is more helpful for trouble shooting.
Description
After deleting members of Vlan1000 and this vlan, FDB_TABLE still has interfaces in vlan1000.
Steps to reproduce the issue:
sudo config vlan member del 1000 Ethernet0
sudo config vlan member del 1000 Ethernet1
...sudo config vlan del 1000
sudo config vlan add 226
sudo config interface ip add Vlan226 192.168.8.1/30
sudo config vlan member add -u 226 Ethernet24
sudo sonic-clear fdb all
show mac
sonic-db-cli STATE_DB keys *FDB*
Describe the results you received:
show mac
(as expected):sonic-db-cli STATE_DB keys *FDB*
(not as expected):Describe the results you expected:
After flushing fdb table, information of deleted vlan1000 should not be displayed in in FDB_TABLE of STATE_DB.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):